Ma Gnus v0.11 is released
[gnus.git] / lisp / ChangeLog
blob863bb5d2a921f99cf932e094ea169c8ff2eca078
1 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3         * gnus.el: Ma Gnus v0.11 is released.
5 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7         * gnus-art.el (gnus-mm-display-part):
8         Highlight header attachment buttons.
10 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
13         a part; redisplay a button (enbugged in 2014-03-23).
15 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17         * auth-source.el (auth-source-search, auth-source-search-backends):
18         Treat :max 0 as an indicator that a boolean return is wanted, as
19         documented. Reported by Joe Bloggs.
21 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23         * gnus-icalendar.el: Require gnus-art.
25 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
27         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
28         (gnus-icalendar--update-org-event): put event timestamp in
29         the org entry body instead of the drawer.
30         (gnus-icalendar-event--get-attendee-names): list of participants should
31         contain even attendees without common name attribute.
32         (gnus-icalendar--update-org-event): don't generate duplicates of empty
33         property tags in org drawers.
35 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
37         * gmm-utils.el (gmm-format-time-string): New function.
39         * message.el (message-insert-formatted-citation-line): Use the original
40         author's time zone to express a date string.
42 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
44         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
45         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
46         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
47         Silence compiler warnings.
48         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
50 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
52         * mml.el: Require url when compiling.
54         * gnus-cloud.el (gnus-cloud-parse-version-1):
55         Use plist-get rather than CL's getf.
56         (gnus-activate-group, gnus-subscribe-group): Declare.
58         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
60 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
62         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
63         buttons when toggling the header off.
65 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
67         * tls.el (tls-program): Reflow docstring.
69 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
71         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
72         groups work again.
74 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
76         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
77         999 correctly (i.e. "1,342").
79 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
81         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
82         out if the directory doesn't exist.
84 2014-03-07  Daiki Ueno  <ueno@gnu.org>
86         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
87         commands here; instead, only check if epg-config.el is available.
89 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
91         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
92         messages with embedded images.
93         (mml-generate-mime): Don't bug out if you don't have libxml.
95 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
97         * message.el (message-make-html-message-with-image-files): New command.
99 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
101         * gnus-group.el (gnus-group-make-group): Clarify prompt.
103         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
105 2014-02-23  David Engster  <deng@randomsample.de>
107         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
108         to stay compatible with older Emacsen, so replace `cl-loop' with
109         `loop'.
111 2014-02-22  Daniel Colascione  <dancol@dancol.org>
113         * auth-source.el (auth-source-secrets-listify-pattern): New function.
114         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
115         instead, build list of patterns.
117 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
119         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
120         Display header attachment buttons by gnus-article-prepare-display
121         rather than gnus-article-prepare so as to view in mml-preview as well.
123 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
125         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
126         in `auth-sources' means and link to EPA docs.
128 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
130         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
131         (bug#12375).
133 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
135         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
136         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
138 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
140         * message.el (message-tab): Mention what happens on normal tabs
141         (bug#11297).
143 2014-02-08  Glenn Morris  <rgm@gnu.org>
145         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
147 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
149         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
150         buttons that are hidden in unselected alternative part as well.
151         (gnus-mime-display-alternative): Redraw attachment buttons in header.
153         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
155 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
157         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
158         keystroke.
159         (gnus-server-toggle-cloud-server): Only allow clouding applicable
160         types.
162         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
163         with an empty string.
165 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
167         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
168         buffer-local in some buffers, so bind it explicitly in the buffer we're
169         trying to cancel the article in (bug#10808).
171 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
173         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
174         New functions.
176         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
177         New user option.
178         (gnus-mime-buttonize-attachments-in-header): New function.
179         (gnus-article-prepare): Use it.
180         (gnus-mime-inline-part): Suppress extra newline.
181         (gnus-mm-display-part): Save excursion;
182         remove useless deleting and adding of buttons.
183         (gnus-insert-mime-button): Allow insertion in the middle of a line.
185         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
186         Add gnus-mime-buttonize-attachments-in-header.
188 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
190         * nnimap.el (nnimap-request-articles): New command to download several
191         articles at once.
193         * gnus.el (gnus-variable-list): Save Cloud variables.
195         * gnus-int.el (gnus-request-accept-article): Doc fix.
197 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
199         * parse-time.el (parse-time-iso8601-regexp)
200         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
201         it more generally.
203 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
205         * gnus-cloud.el: New file to provide the Emacs Cloud.
207         * dgnushack.el: Silence XEmacs w3 warning.
209         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
210         `url-retrieve-synchronously', apparently.
212         * dgnushack.el: Silence XEmacs dns.el warning.
214         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
215         instead of in all files.
217         * dns.el (network-interface-list): Define for XEmacs.
219         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
220         XEmacs.
222         * nnrss.el (libxml-parse-html-region): Silence compilation error.
224 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
226         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
227         `gnus-group-split-fancy'.
229 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
231         * message.el (message-remove-header): Doc fix.
232         (message-forward-included-headers): New variable.
233         (message-remove-ignored-headers): Use it.
235 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
237         * nnir.el (nnir-request-update-mark): Don't try to update the source
238         group if we can't find it (bug#16611).
240 2014-01-31  Dave Abrahams  <dave@boostpro.com>
242         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
244 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
246         * dns.el (dns-servers-up-to-date-p): New function to see whether the
247         network interfaces changed.
248         (dns-query): Use it to flush the data.
250 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
252         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
253         from random face commands.
254         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
255         Face.
256         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
257         (gnus--random-face-with-type): Generic function returning a face-type
258         as a string.
259         (gnus--insert-random-face-with-type): Generic function inserting a face
260         in a message buffer header.
261         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
262         (gnus-insert-random-x-face-header): Rewritten to use
263         `gnus--insert-random-face-with-type`.
264         (gnus-random-face): Return random (png) Face as string.
265         (nus-insert-random-face-header): Insert random (png) Face in a message
266         buffer.
268 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
270         * mm-url.el: Remove all usage of w3.
272         * nnrss.el: Ditto.
274         * mm-decode.el: Ditto.
276         * mm-view.el: Ditto.
278         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
279         outdated and all Emacsen have url.el built-in.
281         * gnus-setup.el: Remove outdated file.
283 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
285         * gnus.el: Ma Gnus v0.9 is released.
287 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
289         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
291 2014-01-31  Dave Abrahams  <dave@boostpro.com>
293         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
294         in the summary buffer (bug#13769).
296 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
298         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
299         name if we're using a single article buffer.  Otherwise, it may point
300         to a killed buffer (bug#13756).
302 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
304         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
305         the match data, just save and restore it explictly (bug#12375).
307         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
308         that's needed.
310         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
311         the code once (bug#9069).
313 2014-01-18  Steinar Bang  <sb@dod.no>
315         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
316         reading.
318 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
320         * message.el (message-bury): Call bury-buffer with no argument
321         in the message-return-action case too.
323 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
325         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
326         (nnimap-split-fancy, nnimap-split-methods): Declare.
328         * mm-util.el (help-function-arglist): Declare.
330 2013-12-28  Glenn Morris  <rgm@gnu.org>
332         * gnus-sieve.el (gnus-sieve-select-method):
333         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
334         (gravatar-rating, gravatar-size):
335         * message.el (message-minibuffer-local-map):
336         * sieve-manage.el (sieve-manage-authenticators)
337         (sieve-manage-authenticator-alist): Specify custom types.
339         * hashcash.el (hashcash-program): Rename from hashcash-path.
340         Update callers.
342         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
343         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
344         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
346         * auth-source.el (auth-sources):
347         * nnmairix.el (nnmairix-propagate-marks-upon-close):
348         Fix custom types.
350         * tls.el (tls-certtool-program): Fix default value.
352 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
354         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
355         we get proper traces there, too.
357 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
359         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
360         value of the parameters if the current article has a Reply-To or From
361         field.
363 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
365         * gnus.el (gnus-group-buffer): Remove duplicate definition.
367 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
369         * gnus-sum.el (gnus-summary-exit): Stop animations.
371 2013-12-19  Juri Linkov  <juri@jurta.org>
373         * gnus.el (gnus-suppress-keymap):
374         * gnus-art.el (gnus-article-mode-map):
375         * gnus-group.el (gnus-group-mode-map):
376         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
377         Remove [backspace] key binding because it shadows DEL (bug#16035).
379         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
381 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
383         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
384         Make sure work directory exists.
385         (gnus-uu-digest-mail-forward): Store temporary files in work directory
386         rather than tmp directory.
387         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
388         not necessarily always run, with it.
390 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
392         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
393         value of gnus-icalendar-additional-identities work without restart.
395 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
397         * mm-util.el (mm-make-temp-file):
398         Alias to make-temp-file for modern Emacsen.
400 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
402         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
403         nnir-article-number and nnir-article-group.
405 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
407         * message.el (message-send-mail-with-sendmail):
408         Don't kill error buffer if sending fails.
410 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
412         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
413         (gnus-icalendar-event->org-entry)
414         (gnus-icalendar--update-org-event)
415         (gnus-icalendar-event->gnus-calendar): Distinguish between
416         required/optional/non-participant attendee status.  Fix bug causing
417         the first required event participant to be omitted.
419 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
421         * gnus-art.el (article-de-quoted-unreadable)
422         (article-de-base64-unreadable, gnus-mime-copy-part)
423         * gnus-html.el (gnus-article-html)
424         * mm-view.el (mm-inline-text-html-render-with-w3)
425         (mm-inline-text-html-render-with-w3m-standalone)
426         * rfc2231.el (rfc2231-decode-encoded-string):
427         Allow overriding charset by mm-charset-override-alist.
429         * gnus-art.el (gnus-article-browse-html-parts):
430         Replace LWSPs with `&nbsp;'s in header.
432         Work for broken Chinese articles.
434         * gnus-art.el (gnus-article-browse-html-save-cid-content):
435         Exclude broken handles that gnus-summary-enter-digest-group may create.
436         (gnus-article-browse-html-parts):
437         Allow overriding charset by mm-charset-override-alist.
439 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
441         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
442         (gnus-icalendar-identities): Support additional-identities.
444 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
446         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
447         org-timestamp for events ending at midnight.
449 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
451         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
452         .log files.
454 2013-11-20  David Engster  <deng@randomsample.de>
456         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
458 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
460         * message.el (message-beginning-of-line):
461         Use beginning-of-visual-line when visual-line-mode is turned on.
463 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
465         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
466         (gnus-icalendar-event-from-ical)
467         (gnus-icalendar-event->org-entry)
468         (gnus-icalendar--update-org-event): Required/optional participation,
469         list of attendees synced to org.
471 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
473         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
474         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
475         cancellations to be synced to org if the original appt has an org
476         outline.
478 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
480         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
481         (gnus-icalendar-event->org-entry)
482         (gnus-icalendar--update-org-event)
483         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
485 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
487         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
488         Fix timezone handling in gnus-icalendar export to org.
490 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
492         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
494 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
496         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
498 2013-10-30  Glenn Morris  <rgm@gnu.org>
500         * gnus-group.el (gnus-group-browse-foreign-server):
501         * gnus-int.el (gnus-start-news-server):
502         Silence compiler obsolescence warning.
504 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
506         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
507         `nnoo-current-server' first, then for the actual `nnimap-address' to
508         allow netrc entries for the nnoo server to coexist with netrc entries
509         for the `nnimap-address'.
511 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
513         * mm-decode.el (mm-dissect-buffer): Revert last change.
514         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
515         The problem that motivated those changes was attributed to a broken
516         mail sender, and has been fixed.
518 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
520         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
521         token is missing in the Content-Type header.
523         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
525 2013-09-18  Glenn Morris  <rgm@gnu.org>
527         * gnus-util.el (image-size): Declare.
529 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
531         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
532         (gnus-icalendar-event-from-ical)
533         (gnus-icalendar-event--build-reply-event-body)
534         (gnus-icalendar-event-reply-from-buffer)
535         (gnus-icalendar-find-org-event-file)
536         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
537         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
539         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
541 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
544         Use save-current-buffer.
545         (gnus-tree-mode-map): Initialize in the declaration.
546         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
547         (scroll-in-place): Defvar it.
548         (gnus-tmp-*): Defvar them.
549         (gnus-get-tree-buffer): Use derived-mode-p.
550         (gnus--let-eval): New macro.
551         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
552         non-prefixed variables.
553         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
555         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
556         vars since it doesn't seem to be available.
557         (gnus-set-global-variables, gnus-summary-read-group-1)
558         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
559         (gnus-summary-display-article, gnus-summary-select-article)
560         (gnus-summary-next-article, gnus-offer-save-summaries)
561         (gnus-summary-generic-mark): Use derived-mode-p.
562         (gnus-summary-read-group-1, gnus-summary-exit)
563         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
564         Adjust calls to gnus-tree-close and gnus-tree-open.
566         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
568         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
569         (gnus-agent-mode): Use derived-mode-p.
570         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
571         gnus-command-method and *-command-method to nil, but bind
572         gnus-command-method to *-command-method instead!
573         (gnus-agent-fetch-articles): Remove unused var `id'.
574         (gnus-agent-fetch-headers): Remove unused arg `force'.
575         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
576         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
577         (gnus-agent-short-article, gnus-agent-long-article)
578         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
579         first use.
580         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
581         `score-param'.
582         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
583         (gnus-get-predicate): Push in front of the cache, rather than end.
584         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
585         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
586         (gnus-agent-expire-unagentized-dirs): Don't rebind
587         gnus-agent-expire-current-dirs since the defvar silences the warning.
588         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
589         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
590         (gnus-agent-regenerate): Simplify interactive spec and doc.
592 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
594         * gnus-int.el (gnus-open-server): Silence compiler.
596         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
598         * message.el (message-display-completion-list): Abolish.
599         (message-completion-in-region): Use display-completion-list.
601 2013-09-17  Glenn Morris  <rgm@gnu.org>
603         * gnus-util.el (gnus-message-with-timestamp-1):
604         Use `messages-buffer' function if available.  Ignore read-only.
606 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
608         * message.el (message-expand-group, message-completion-in-region):
609         Correct the order of start and end of a region.
611 2013-09-13  Glenn Morris  <rgm@gnu.org>
613         * mml2015.el (gnus-create-image): Autoload it.
615         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
617         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
618         (image-size): Declare.
620 2013-09-12  Glenn Morris  <rgm@gnu.org>
622         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
623         Avoid using `find', which i) might not be defined at runtime;
624         ii) does not work, since its default test is eql, not equal.
625         (gnus-mime-action-alist): Declare.
627 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
629         * score-mode.el (gnus-score-mode-map): Move initialization
630         into declaration.
631         (gnus-score-mode): Use define-derived-mode.
632         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
633         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
634         into declaration.
635         (gnus-kill-file-mode): Use define-derived-mode.
636         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
637         Use derived-mode-p.
638         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
639         (gnus-group-setup-buffer, gnus-group-name-at-point)
640         (gnus-group-make-web-group, gnus-group-enter-directory)
641         (gnus-group-suspend): Use derived-mode-p.
642         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
643         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
644         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
645         (gnus-article-setup-buffer, gnus-article-prepare)
646         (gnus-article-prepare-display, gnus-sticky-article)
647         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
648         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
649         (gnus-article-read-summary-keys): Use derived-mode-p.
651 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
653         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
655 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
657         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
658         shift_jis from the default value set for Japanese users.
660 2013-08-13  Glenn Morris  <rgm@gnu.org>
662         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
664         * gnus.el (gnus-valid-select-methods): Fix type.
666         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
668 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
670         * mm-decode.el (mm-display-external): Run a timer for the temp files
671         deletion after a viewer exits; add a deletion timer for the needsterm
672         case, too.
674         * mm-decode.el (mm-display-external): Try to delete temporary files by
675         using a 1-min. timer.
677 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
679         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
680         New internal variables.
681         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
682         (mm-display-external): Use it to delete temporary files instead of
683         using timers.
685 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
689 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
691         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
692         with cond for backwards compatability.
694 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
696         * mm-decode.el (mm-display-external): Bind process-connection-type to
697         nil; don't delete a temp file immediately even if a viewer finishes,
698         since it may be a shell script, like xdg-open, that launches a real
699         viewer program belatedly.
701 2013-08-05  Dave Abrahams  <dave@boostpro.com>
703         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
704         that we can create nndoc groups that excerpt other groups.
706 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708         * gnus-delay.el (gnus-delay-article): Fix typo.
710         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
711         articles.
713         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
714         we can get spell-checking etc.
716 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
718         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
719         a single one used for encoding the whole text in a header.
721 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
724         doesn't work properly on XEmacs.
726 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
729         before sending.
731         * dgnushack.el (dgnushack-compile): Add a temporary check for
732         gnus-icalendar.
734         * mm-decode.el (mm-command-output): New face.
735         (mm-display-external): Use it.
737 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
739         * nnmbox.el (nnmbox-request-article): Don't change point.
741 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
744         Include `handle' parameter.
746 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
748         * gnus-icalendar.el: New file.
750 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
754         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
755         dummy roots, too.
757 2013-08-01  David Edmondson  <dme@dme.org>
759         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
760         out on ttys.
762 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
765         not empty.
767         * nnrss.el (nnrss-discover-feed): Indent.
769 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
771         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
773 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
776         dirty to ensure nnimap data being saved.
778 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
780         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
781         menu entry.
783         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
784         the current thread's total score instead of the current article's
785         score.
787         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
788         (gnus-sort-threads-recursively): Delete defcustom.
789         (gnus-sort-threads-recursive): Adapt accordingly.
791 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
793         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
794         (gnus-sort-threads-recursive): Use it.
795         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
796         again.  Now that determines how to sort subthreads.
798 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
800         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
801         (gnus-sort-threads): Use it.
803 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
805         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
806         punctuation characters follow parentheses (bug#14950).
808 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
810         * gnus.el (gnus-continuum-version):
811         * gnus-msg.el (gnus-extended-version): Simplify.
813         * gnus.el (gnus-continuum-version-1): Remove.
814         * gnus-msg.el (gnus-bug): Revert.
816         Calculate gnus-version correctly on Cygwin.
818         * gnus.el (gnus-continuum-version): Do main calculations in integers.
819         (gnus-continuum-version-1): New function, return a string.
821         * gnus-msg.el (gnus-extended-version, gnus-bug):
822         Use gnus-continuum-version-1 instead of gnus-continuum-version.
824 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
826         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
827         (bug#13384).
829 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
832         that were only relevant in a development version a long time ago.
834 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
836         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
837         that the old Emacs 24s bundle.
839 2013-07-10  David Engster  <deng@randomsample.de>
841         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
842         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
843         fixes a bug in Emacs trunk where the 'unexist' marks were always
844         removed at startup because "Gnus v5.13" was considered smaller than "Ma
845         Gnus v0.03".
847 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
849         * gnus.el (gnus-summary-line-format): Reference
850         `gnus-user-date-format-alist' for the &user-date; format, not
851         `gnus-summary-user-date-format-alist'.
853 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
856         delete files (bug#13481).
858 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
860         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
862 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
864         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
865         display images.
867         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
869         * message.el (message-cancel-news): According to
870         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
871         preferred over "cmsg cancel" in the Subject.
873         * nnir.el (nnir-engines): Note that the group specs are regexps
874         (bug#13238).
876         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
877         gotten read-only text properties, ensure that those aren't heeded when
878         copying stuff over (bug#13434).
880         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
881         (bug#13762).
883 2013-07-05  David Kastrup  <dak@gnu.org>
885         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
886         authinfo file again (important for blank passwords).  This had been
887         broken with 2013-06-15 change.
889 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
891         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
892         Revert 2013-01-14 change.
894 2013-07-02  Daiki Ueno  <ueno@gnu.org>
896         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
897         of 'create-image' for XEmacs compatibility; check errors when decoding
898         image.  Reported by Uwe Brauer.
900 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
902         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
903         gnus-button-push revised at 2011-01-19.
905 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
908         now live in the lisp/net Emacs 24 repository.
910 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912         * eww.el (eww-update-header-line-format): Quote % characters.
914 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916         * eww.el (eww-process-text-input): Display passwords as asterisks.
918         * shr.el (shr-make-table-1): Protect against invalid column-spans.
920 2013-06-19  Tom Tromey  <tromey@redhat.com>
922         * eww.el (eww-top-url): Remove.
923         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
924         (eww-render): Set new variables.  Don't set eww-top-url.
925         (eww-handle-link): Handle "prev", "home", and "contents".
926         Downcase the rel text.
927         (eww-top-url): Choose best top URL.
929 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931         * eww.el: Rewrite to implement form elements "by hand" instead of
932         relying in widget.el.  Using widget.el leads to too many
933         user interface inconsistencies.
934         (eww-self-insert): Implement entering commands in text fields.
935         (eww-process-text-input): New function to make text input field editing
936         work.
937         (eww-submit): Rewrite to use the new-style form methods.
938         (eww-select-display): Display the correct selected item.
939         (eww-change-select): Implement changing the select value.
940         (eww-toggle-checkbox): Implement radio/checkboxes.
941         (eww-update-field): Fix compilation error.
942         (eww-tag-textarea): Implement <textarea>.
944         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
945         don't shadow mode-specific bindings.
947         * eww.el (eww-browse-url): Don't push stuff onto history if there's
948         nothing to push.
950         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
952 2013-06-19  Glenn Morris  <rgm@gnu.org>
954         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
956 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
958         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
960 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962         * shr.el (shr-make-table-1): Implement <td rowspan>.
963         (shr-table-horizontal-line): Allow nil as a value, and change the
964         default.
965         (shr-insert-table-ruler): Respect the nil value.
967 2013-06-18  Tom Tromey  <tromey@barimba>
969         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
970         New defvars.
971         (eww-open-file): New defun.
972         (eww-render): Initialize new variables.
973         (eww-display-html): Handle "link" and "a".
974         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
975         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
976         (eww-back-url): Rename from eww-previous-url.
977         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
978         defuns.
980 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982         * shr.el (shr-tag-table): Insert the images after the table, so that
983         they're not covered by the table colourisation, which often looked
984         awkward.
985         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
986         <dd>.
987         (shr-make-table-1): Implement <td colspan=> support.
988         (shr-insert-document): Use one less than window width if `shr-width' is
989         nil, since otherwise things may get one character too wide.
991 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
993         * eww.el (eww-detect-charset): Improve regexp; move backward.
995 2013-06-18  Glenn Morris  <rgm@gnu.org>
997         * mm-decode.el (widget-convert-button): Autoload.
999         * sieve-manage.el (mm-enable-multibyte): Autoload.
1001         * shr.el (libxml-parse-html-region): Declare.
1002         (shr-render-buffer): Explicit error if no libxml2 support.
1004 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1006         * auth-source.el (auth-source-current-line): New function.
1007         (auth-source-netrc-parse-entries): When a data token is "machine",
1008         assume we're in the wrong place and abort parsing the current line.
1010 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1013         (eww-convert-widgets): Don't bug out if the first widget starts at the
1014         beginning of the buffer.
1015         (eww-convert-widgets): Fix last patch.
1016         (eww-tag-input): Support <input type=image>.
1018         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1019         (shr-tag-base): Protect against base specs that are degenerate.
1020         (shr-ensure-paragraph): Don't delete empty lines that have text
1021         properties, because these may be input fields.
1023         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1024         we can navigate to them.
1026         * shr.el (shr-colorize-region): Put the colours over the entire region.
1027         (shr-inhibit-decoration): New variable.
1028         (shr-add-font): Use it to inhibit text property decorations while doing
1029         preliminary table renderings.  This speeds up typical Wikipedia page
1030         renderings by 15%.
1031         (shr-tag-span): Don't respect the <title>, because that overwrites the
1032         help-echo from links inside the spans.
1033         (shr-next-link): Use `help-echo' for navigation, so that we can
1034         navigate to form elements, too.
1036         * eww.el (eww-button): New face.
1037         (eww-convert-widgets): Use it to make submit buttons more button-like.
1039         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1040         that Gnus commands work.
1042         * shr.el (shr-render-td): Support horizontal alignment.
1044         * eww.el (eww-put-color): Removed.
1045         (eww-colorize-region): Use `add-face-text-property'.
1047         * shr.el (shr-add-font): Append face data, so that we get the correct
1048         precedence: The innermost value (which is applied first) wins.
1049         (shr-make-overlay): Obsolete function.
1051         * mm-decode.el (mm-convert-shr-links): New function to convert
1052         new-style shr URL links into widgets.
1053         (mm-shr): Use it.
1055         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1056         widget commands, since we're no longer using widgets for links.
1058         * shr.el (shr-next-link): New command.
1059         (shr-previous-link): New command.
1060         (shr-urlify): Don't use `widget-convert', because that's slow.
1061         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1062         because collecting the overlays and reapplying them when generating
1063         tables is slow.
1064         (shr-insert-table): Ditto.
1066 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1068         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1069         * shr.el (browse-url): Require `url'.
1070         * eww.el (url): Require format-spec.
1072 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074         * eww.el (eww-display-html): Default to using the entire window width.
1075         (eww-browse-url): Don't add a User-Agent header (twice), because that
1076         makes Bing refuse connection.
1078         * shr.el (shr-make-table): Cache the table rendering at the table
1079         level, and not the <td> level.  This is a bit faster.
1081         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1082         #id.
1084         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1085         browsers don't.
1086         (shr-expand-url): Respect #anchor links.
1087         (shr-parse-base): Chop off the anchor before using.
1088         (shr-descend): Respect display: none.
1089         (shr-descend): Allow marking elements that have certain IDs.
1091         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1093         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1095         * eww.el (eww-tag-textarea): Support <textarea>.
1097 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1099         * shr.el (shr-dom-to-xml): Fixed function call.
1101         * eww.el (eww): New group.
1102         (eww-header-line-format): New custom variable.
1103         (eww-current-title): New variable.
1104         (eww-display-html): Update header and handle title tag.
1105         (eww-update-header-line-format): New function.
1106         (eww-tag-title): New function.
1108         * shr.el (shr-dom-to-xml): New function.
1109         (shr-tag-svg): Add support for the SVG tag.
1110         (shr-bullet): New custom variable.
1111         (shr-tag-li): Support custom bullet in unordered lists.
1113 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115         * shr.el (shr-expand-url): Respect // URLs.
1117         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1118         put a background colour onto the entire buffer.
1119         (eww-render): When being redirected, use the redirect URL as the new
1120         base URL.
1122         * shr.el (shr-parse-base): Fix parsing error.
1124         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1126         * shr.el (shr-parse-base): New function.
1127         (shr-expand-url): Use it to expand relative URLs reliably.
1129 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1131         * auth-source.el (auth-source-search-collection): Fix docstring.
1132         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1133         single-quoted strings and multiline entries.
1134         (auth-source-netrc-parse-next-interesting)
1135         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1136         functions to support parser.
1138 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140         * eww.el (eww-submit): Get submit button logic right when hitting RET
1141         on non-submit buttons.
1143         * shr.el: Remove shr-preliminary-table-render, since that can't really
1144         be used for anything in practice.
1146 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1148         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1149         (sieve-manage-quit).
1151 2013-06-14  Glenn Morris  <rgm@gnu.org>
1153         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1155 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1157         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1158         control the maximum size of photo ID image.
1159         (mml2015-epg-key-image-to-string): Respect it.
1161 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1164         instead of the final one so that we can more easily distinguish them.
1166         * eww.el (eww-submit): Compute the submission URL correctly.
1168 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1170         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1171         Use plist-get rather than CL's getf.
1172         (sieve-manage-parse-capability): Avoid CL's remove-if.
1174 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1176         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1177         (sieve-manage-quit).
1179 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1182         last slash.
1184         * eww.el (eww-tag-select): Use the first value as the default value.
1186 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1188         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1189         (eww-mode): Use `define-derived-mode'.
1190         (eww-parse-headers): Parse headers from beginning of buffer so that
1191         file:// links work.
1193 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1195         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1197 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1200         to handle them at all.
1202 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1205         work, too.
1206         (eww-tag-select): Implement <select>.
1208 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1210         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1211         stream managing functions by using open-protocol-stream to do most of
1212         the work.  Has the nice benefit of enabling STARTTLS.
1213         Wait for capabilities after STARTTLS: following RFC5804, the server
1214         sends new capabilities after successfully establishing a TLS connection
1215         with the client.  The client should update the cached list of
1216         capabilities, but we just ignore the answer for now.
1217         (sieve-manage-network-p, sieve-manage-network-open)
1218         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1219         (sieve-manage-forward, sieve-manage-streams)
1220         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1221         API, nor called by any other function.
1222         Enable Multibyte for SieveManage buffers: The parser won't properly
1223         handle umlauts and line endings unless multibyte is turned on in the
1224         process buffer.
1226 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228         * eww.el (eww-tag-input): Support password fields.
1229         (eww-submit): Support POST.
1231 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233         * eww.el (eww-tag-form): Protect against degenerate forms.
1235         * shr.el (shr-expand-url): Expand URLs that start with a slash
1236         correctly.
1238         * eww.el (eww-submit): Get submit button logic right.
1240         * shr.el (shr-final-table-render): New variable to signal when we're
1241         doing the final table rendering so that we can collect more data at
1242         that point.
1244         * eww.el (eww-submit): Make form submission work.
1245         (eww-tag-input): Implement submit buttons.
1246         (eww-click-radio): Implement radio and checkboxes.
1247         (eww-submit): Handle hidden elements.
1249         * shr.el (shr-descend): Allow other packages to override (or provide)
1250         rendering of elements.
1251         (shr-expand-url): Strip query strings from URLs before expanding them.
1253         * eww.el: Don't require cl-lib.
1254         (eww-tag-form): Start form support.
1256         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1258         * eww.el: Start writing a new, tiny web browser.
1259         (eww-previous-url): New command.
1260         (eww-quit): New command.
1262 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1264         * sieve.el: Put point at beginning of buffer when viewing a script.
1265         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1266         number in sieve-buffer's header.  Fixed code to also work with a string
1267         as port specifier.  Properly close the connection on pressing 'q'.  Make
1268         sieve-manage-quit close the connection and process buffer.  Also, remove
1269         duplicate keybinding for 'q'.
1271 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1273         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1274         make it easier to read.
1275         (mm-pkcs7-enveloped-magic): Ditto.
1277 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1279         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1280         before `image-type-available-p' to avoid loading the image libraries
1281         needlessly.
1283 2013-06-05  David Engster  <deng@randomsample.de>
1285         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1286         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1287         to see whether the group was synced before.
1289 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1291         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1292         when opening the connection.
1293         Suggested by João Távora <joaotavora@gmail.com> in
1294         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1296 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1298         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1299         assume Date header begins with "Date", that may be customized into
1300         something like "X-Sent" using gnus-article-time-format.
1301         (article-transform-date): Allow multi-line Date header.
1303 2013-06-02  David Engster  <deng@randomsample.de>
1305         * registry.el (initialize-instance, registry-lookup)
1306         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1307         (registry-lookup-secondary-value, registry-search, registry-delete)
1308         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1309         not wrap methods in `eval-and-compile'.  This breaks due to latest
1310         changes in EIEIO (introduction of eieio-core.el).
1312 2013-05-30  Glenn Morris  <rgm@gnu.org>
1314         * nnmail.el (nnmail-fancy-expiry-target):
1315         Also bind mail-dont-reply-to-names.
1317         * spam-stat.el (spam-stat-save):
1318         No need to tweak font-lock in temp buffers.
1320         * shr.el (shr-put-image): Silence compiler.
1322 2013-05-29  Glenn Morris  <rgm@gnu.org>
1324         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1326         * gnus-group.el (gnus-sequence-of-unread-articles)
1327         (gnus-summary-add-mark, gnus-mark-article-as-read)
1328         (gnus-group-make-articles-read): Declare.
1330         * gnus-sum.el (gnus-parameter-list-identifier)
1331         (gnus-article-stop-animations, gnus-stop-downloads)
1332         (gnus-article-only-boring-p, article-goto-body)
1333         (gnus-flush-original-article-buffer, article-narrow-to-head)
1334         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1335         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1337         * gnus.el: No need to eval-and-compile autoloads.
1339         * gravatar.el (help-function-arglist): Autoload.
1341         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1343         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1345         * spam.el: No need to load spam-report when compiling.
1346         No need to eval-and-compile autoloads.
1347         (spam-report-resend-to): Declare.
1348         (spam-report-resend-register-routine): Require 'spam-report.
1350 2013-05-24  Julien Danjou  <julien@danjou.info>
1352         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1353         setup.
1355 2013-05-23  Glenn Morris  <rgm@gnu.org>
1357         * gnus-util.el (rmail-swap-buffers-maybe)
1358         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1359         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1360         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1362         * mm-decode.el: No need to load term when compiling.
1363         (term-mode, term-char-mode): Declare.
1365         * mm-util.el: No need to load jka-compr when compiling.
1366         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1368         * nnmaildir.el: Require is automatically eval-and-compile.
1369         (nnmail): Require at run-time too.
1371         * registry.el (registry-size): Move definition before use.
1373 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1375         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1376         signed data to conform the standard.  (Bug#14232)
1378 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1380         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1381         double angle quotation mark.
1383 2013-05-20  Glenn Morris  <rgm@gnu.org>
1385         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1387 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1389         * message.el (message-insert-formatted-citation-line): handle finding
1390         first/lastname when more than 2 names appear.
1392 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1394         * shr.el (shr-tag-span): New function.
1396 2013-05-18  Glenn Morris  <rgm@gnu.org>
1398         * message.el (message-mode): Use message-mode-abbrev-table,
1399         with text-mode-abbrev-table as parent.  (Bug#14413)
1401 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1403         * message.el (message-expand-group): Decode group names.
1405 2013-05-16  Julien Danjou  <julien@danjou.info>
1407         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1408         app-icon.
1410 2013-05-15  Glenn Morris  <rgm@gnu.org>
1412         * shr-color.el (shr-color-visible-luminance-min)
1413         (shr-color-visible-distance-min): Use shr-color group.
1415 2013-05-11  Glenn Morris  <rgm@gnu.org>
1417         * gnus-vm.el: Make it loadable without VM.
1418         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1419         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1421 2013-05-09  Glenn Morris  <rgm@gnu.org>
1423         * mml1991.el: Make it loadable.  (Bug#13456)
1425         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1426         * gnus-async.el (gnus-async-post-fetch-function):
1427         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1428         * gnus-html.el (gnus-html-image-cache-ttl):
1429         * gnus-notifications.el (gnus-notifications-timeout):
1430         * gnus-picon.el (gnus-picon-properties):
1431         * gnus-util.el (gnus-completion-styles):
1432         * gnus.el (gnus-other-frame-resume-function):
1433         * message.el (message-user-organization-file)
1434         (message-cite-reply-position):
1435         * nnir.el (nnir-summary-line-format)
1436         (nnir-retrieve-headers-override-function):
1437         * shr-color.el (shr-color-visible-luminance-min):
1438         * shr.el (shr-blocked-images):
1439         * spam-report.el (spam-report-resend-to):
1440         * spam.el (spam-summary-exit-behavior): Fix custom types.
1442         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1444 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1446         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1447         because of let-binding help-xref-following.  (Bug#14356)
1449 2013-05-06  Glenn Morris  <rgm@gnu.org>
1451         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1453 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1455         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1456         entering into the registry.
1458 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1460         * gnus.el: Ma Gnus v0.7 is released.
1462 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1464         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1465         (Bug#14304)
1467 2013-04-27  Glenn Morris  <rgm@gnu.org>
1469         * gnus.el (gnus-list-debbugs):
1470         Use require rather than autoload.  (Bug#14262)
1472 2013-04-27  Julien Danjou  <julien@danjou.info>
1474         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1475         port to "sieve" now that it has an official IANA port assigned.
1477 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1479         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1480         Don't set the MAILHOST environment variable permanently (Bug#14271).
1482 2013-04-26  Glenn Morris  <rgm@gnu.org>
1484         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1486 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1488         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1489         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1491 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1493         * nnir.el (nnir-close-group): Make sure we are in the right group.
1495         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1496         dependency table from all newly retrieved headers.
1498 2013-04-16  David Edmondson  <dme@dme.org>
1500         Support <img src="data:...">.
1502         * shr.el (shr-image-from-data): New function.
1503         (shr-tag-img): Use it.
1505 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1507         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1508         group.
1510 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1512         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1513         corresponding to any existing group (Bug#14166).
1515 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1517         * nnir.el (number-sequence): No longer used.
1518         (nnir-request-set-mark): New function.
1519         (nnir-request-update-info): Improve marks updating.
1520         (nnir-request-scan): Don't duplicate marks updating.
1521         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1522         Use 'assq rather than 'assoc.  Quote anonymous function.
1523         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1524         Use 'gnus-group-prefixed-p.
1525         (gnus-summary-create-nnir-group): Make sure server for method is open.
1527 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1529         * nnir.el (gnus-nnir-group-p): New function.
1530         (nnir-possibly-change-group): Use it.
1532         * gnus-msg.el (gnus-setup-message): Use it.
1534 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1536         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1537         `initial-input' for the argument name.
1538         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1540 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1542         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1543         (used by MH-E).
1545 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1547         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1548         group.
1550         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1551         fix compilation.
1553 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1555         * nnir.el (nnir-method-default-engines): And another typo.
1557 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1559         * nnir.el (nnir-method-default-engines): Fix typo.
1561 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1563         * nnir.el: Define 'number-sequence for xemacs.
1564         (gnus-summary-create-nnir-group): New function to create an nnir group
1565         from an nnir summary buffer based on the current query.
1566         (nnir-request-create-group): Update to allow nnir group creation based
1567         on the current query.
1569 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1571         * nndraft.el (nndraft-request-expire-articles):
1572         Make expiry target always `delete'.
1574 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1576         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1577         buffer use the posting-style and gcc of the original article group.
1578         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1580         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1581         after other deffoos.
1583 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1585         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1586         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1587         support for real (i.e. not ephemeral) nnir groups.
1588         (gnus-summary-make-nnir-group): New function for initiating searches
1589         from a summary buffer.
1591 2013-03-18  Sam Steingold  <sds@gnu.org>
1593         * message.el (message-bury): Minor cleanup.
1595 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1597         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1599 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1601         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1602         nnml-request-list.  (Bug#13873)
1603         (nndir-request-newsgroups): Remove, unused.
1605         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1607 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1609         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1610         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1611         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1613 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1615         * shr.el: Make all the overlays set the `evaporate' property so that
1616         they're removed properly.
1618 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1620         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1621         shell-quote-argument.
1623 2013-02-22  David Engster  <deng@randomsample.de>
1625         * gnus-registry.el (gnus-registry-save): Provide class name when
1626         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1627         `condition-case' to stay compatible with older EIEIO versions which
1628         only accept one argument.
1630 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1632         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1633         (epg-user-id-validity): Autoload.
1634         (mml2015-epg-check-user-id): New function.
1635         (mml2015-epg-check-sub-key): New function split from
1636         mml2015-epg-find-usable-key.
1637         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1638         optional name-is-key-id, to handle the case when user-id is unusable.
1639         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1641 2013-02-17  Glenn Morris  <rgm@gnu.org>
1643         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1645 2013-02-16  Glenn Morris  <rgm@gnu.org>
1647         * shr.el (shr-put-image): Only animate images that specify a delay.
1648         This is consistent with the old image-animated-p behavior.
1650 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1652         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1653         for XEmacs.
1655 2013-02-13  Juri Linkov  <juri@jurta.org>
1657         * gnus-art.el (gnus-article-mode-map):
1658         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1659         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1661 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1663         * auth-source.el (auth-source-format-prompt): Don't get confused by
1664         any "\" in replacement text.  (Bug#13637)
1666 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1668         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1669         (gnus-backend-trace): Honour gnus-backend-trace.
1671         * mml.el (mml-insert-part): Insert closing tag.
1673         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1675 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1678         able to find the article, which can happen in debbugs groups,
1679         apparently.
1681 2013-01-16  Glenn Morris  <rgm@gnu.org>
1683         * smiley.el (smiley-style): Make the file loadable in batch mode.
1685 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1687         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1688         imap process running.
1690 2013-01-14  Julien Danjou  <julien@danjou.info>
1692         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1693         Compare addresses against addresses, not against the full From field.
1695 2013-01-13  Richard Stallman  <rms@gnu.org>
1697         * message.el (message-forward-make-body-mime): New args BEG, END
1698         specify what part of FORWARD-BUFFER to use.  Do the work directly
1699         instead of calling `mml-insert-buffer'.
1701 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1703         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1704         cross-reference(s).
1706         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1707         cross-reference(s).
1709 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1711         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1712         and point-max-marker.
1713         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1715 2013-01-11  Julien Danjou  <julien@danjou.info>
1717         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1718         max are almost equal.  Also return the correct value for V which is
1719         already between 0 and 1.
1721 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1723         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1724         to mml2015-encrypt-to-self.
1725         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1727 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1729         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1730         mml-smime-epg-find-usable-secret-key.
1732 2013-01-08  Glenn Morris  <rgm@gnu.org>
1734         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1736 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1738         * mml-smime.el: Support signing by sender.
1739         Requested by Uwe Brauer.
1740         (mml-smime-sign-with-sender): New user option analogous
1741         to mml2015-sign-with-sender.
1742         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1743         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1744         mml2015.el.
1746 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1749         isn't running, because Gnus will probably not know how to handle the
1750         Gcc header (bug#11941).
1752         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1753         articles.
1755 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1758         (nnfolder-generate-active-file): Make this function work with recursive
1759         folder names.
1761 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1763         * nntp.el (nntp-open-connection): Use HELP as the capability command
1764         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1765         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1767 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1769         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1770         place holder since this gives `Invalid face reference: nil' messages.
1771         Use the `default' face instead.  It has the same effect here, even
1772         though it is not no-op.
1774         * gnus-util.el
1775         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1777 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1779         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1780         non-string posting styles (bug#13285).
1782 2012-12-27  Glenn Morris  <rgm@gnu.org>
1784         * plstore.el (plstore-passphrase-callback-function):
1785         Use plstore-get-file.
1787 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1789         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1790         stderr.
1792 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1794         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1796         * gnus-compat.el (set-buffer-multibyte): Remove.
1798 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1800         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1801         temporary file to get PGP key image.  Pass no-show-photos when
1802         extracting image to avoid having it pop up twice.
1804 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1806         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1807         eligible for treatment.
1809         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1810         lines.  This makes summary commands with hidden threads work more
1811         reliably.
1813         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1814         button to mark the hidden citations (bug#9395).
1816 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1818         * mml2015.el (mml2015-epg-signature-to-string): New function.
1819         (mml2015-epg-verify-result-to-string): New function.
1820         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1821         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1822         instead of epg-verify-result-to-string.
1823         (epg-signature-key-id, epg-signature-to-string): Autoload.
1824         (epg-verify-result-to-string): Remove autoload.
1826 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1828         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1829         ID image from GPG public key.
1830         (mml2015-epg-key-image-to-string): New function.
1832 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1834         * plstore.el (plstore-passphrase-callback-function): Fix error when
1835         error when plstore-cache-passphrase-for-symmetric-encryption is set
1836         (bug#13264).
1838 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1840         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1841         buffer to the article buffer here, because that clobbers multiple
1842         article buffers.
1844         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1845         buffer always points to the right summary buffer.
1847 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1849         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1850         the password (bug#12097).
1852 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1854         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1855         (bug#13263).
1857         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1858         buffer exists before using it (bug#12475).
1860         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1861         offline groups (bug#11937).
1863         * message.el (message-yank-original): When using customize to set the
1864         value of `message-cite-style', the variable it set to a symbol that's
1865         the name of the variable, which must then be dereferenced (bug#12616).
1867 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1869         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1870         the `face' property with a list whose car is the face specified in the
1871         format string and whose cdr is (nil).
1872         * lisp/gnus-util.el
1873         (gnus-put-text-property-excluding-characters-with-faces):
1874         Change accordingly.
1875         (gnus-get-text-property-excluding-characters-with-faces): New function.
1876         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1877         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1878         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1880 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1882         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1883         login methods.
1884         (nnimap-login): Respect the `nnimap-authenticator' variable.
1886         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1887         mark state when moving articles.  Otherwise unticked articles will get
1888         their ticks back after moving.
1890 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1892         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1894         * message.el (message-ignored-news-headers): Always remove
1895         X-Message-SMTP-Method to avoid information leakage if the user
1896         mistakenly inserts the header into news messages.
1898         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1900         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1901         right than four characters, this command would move point to
1902         `point-max'.  Don't do that.
1904         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1905         to nil to allow re-selecting groups that gain articles.
1906         (gnus-bug-group-download-format-alist): Update the URL.
1908 2012-12-23  Andreas Schwab  <schwab@suse.de>
1910         * shr.el (shr-tag-em): Render em as italic, not bold.
1912 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1914         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1915         for reuse.
1916         (gnus-open-server): Use it to add more tracing.
1917         (gnus-finish-retrieve-group-infos): Add backend tracing.
1918         (gnus-backend-trace): Also note the elapsed seconds.
1920 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1922         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1923         Set epa-file-encrypt-to from variable to avoid querying.
1925 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1927         * sieve-mode.el (sieve-font-lock-keywords):
1928         Keywords should be word delimited.  (Bug#13173)
1930 2012-12-13  Andreas Schwab  <schwab@suse.de>
1932         * tls.el (tls-program): Update customize type.
1934 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1936         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1937         instead of <pre> to align message header.
1939 2012-12-12  Sam Steingold  <sds@gnu.org>
1941         * gnus.el (gnus-other-frame-resume-function): Add user option.
1942         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1944 2012-12-06  Sam Steingold  <sds@gnu.org>
1946         * gnus-start.el (gnus-before-resume-hook): Add.
1947         (gnus-1): Run it when Gnus is alive.
1949 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1951         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1952         * gnus-art.el (article-unsplit-urls)
1953         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1954         * gnus-registry.el (gnus-registry-get-article-marks)
1955         * message.el (message-goto-body): Use it.
1956         (message-called-interactively-p): Remove.
1958         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1959         (spam-stat-score-buffer): Use it.
1961         * spam.el: Silence the warnings against BBDB functions when compiling.
1963         * gnus-score.el (gnus-score-decode-text-parts):
1964         Use append+mapcar instead of the cl function mapcan.
1966 2012-12-05  Sam Steingold  <sds@gnu.org>
1968         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1969         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1970         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1972 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1974         * gmm-utils.el (gmm-called-interactively-p): Revert.
1975         This seems to cause Emacs to get stuck!
1976         * gnus-art.el (article-unsplit-urls)
1977         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1978         * gnus-registry.el (gnus-registry-get-article-marks)
1979         * message.el (message-goto-body)
1980         (message-called-interactively-p): Revert.
1982         * gmm-utils.el (gmm-called-interactively-p): New function.
1983         * gnus-art.el (article-unsplit-urls)
1984         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1985         * gnus-registry.el (gnus-registry-get-article-marks)
1986         * message.el (message-goto-body): Use it.
1987         (message-called-interactively-p): Remove.
1989         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1990         * gnus-sync.el (gnus-sync-lesync-call)
1991         * message.el (message-read-from-minibuffer): Use it.
1993 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1995         * gmm-utils.el (gmm-flet): Remove.
1996         * gnus-sync.el (gnus-sync-lesync-call)
1997         * message.el (message-read-from-minibuffer): Don't use it.
1999 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2001         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2003 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2005         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2007         * gnus-sync.el (gnus-sync-lesync-call)
2008         * message.el (message-read-from-minibuffer): Use gmm-flet.
2010         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2012         * gnus-util.el (gnus-macroexpand-all): Remove.
2014 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2016         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2017         to TAB, not [tab].
2018         (gnus-summary-article-map): Likewise.
2020         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2021         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2023 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2025         * time-date.el: Commentary fix.
2027 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * color.el: Don't require cl.
2030         (color-complement): `caddr' -> `nth 2'.
2032         * time-date.el (time-to-seconds): De-obsolete.
2034 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2036         * message.el (message-get-reply-headers):
2037         Make sure the reply goes to the author if it is a wide reply.
2039 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2041         * gnus-score.el (gnus-score-body):
2042         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2043         scoring by body.
2045 2012-11-16  Glenn Morris  <rgm@gnu.org>
2047         * gnus-diary.el (nndiary-request-create-group-functions)
2048         (nndiary-request-update-info-functions)
2049         (gnus-subscribe-newsgroup-functions)
2050         (nndiary-request-accept-article-functions):
2051         Use new names for hooks rather than obsolete aliases.
2053 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2055         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2057 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2059         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2060         in meta tag with the one the part specifies in its header.
2062 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2064         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2065         by default.
2067 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2069         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2070         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2072 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2074         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2075         and a runtime function for it, of which the XEmacs version takes only
2076         two arguments.
2078 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * nndiary.el (nndiary-request-create-group-functions)
2081         (nndiary-request-update-info-functions)
2082         (nndiary-request-accept-article-functions):
2083         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2084         "-hooks" suffix.
2086 2012-10-19  Julien Danjou  <julien@danjou.info>
2088         * gnus-art.el: Require gnus-util because it uses
2089         `gnus-timer--function'.
2091 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2093         * starttls.el (starttls-extra-arguments): Doc fix.
2095 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2098         it.
2100 2012-10-06  Glenn Morris  <rgm@gnu.org>
2102         * gnus-notifications.el (gnus-notifications):
2103         Add missing group :version tag.
2104         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2105         (gnus-gcc-post-body-encode-hook):
2106         * gnus-sync.el (gnus-sync-lesync-name)
2107         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2109 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2111         * color.el (color-hsl-to-rgb): Fix incorrect results for
2112         small and large hue values.  (Bug#12559)
2114 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2116         New UIDL implementation.
2118         * mail-source.el (mail-sources, mail-source-keyword-map):
2119         Add :leave as a pop3 keyword.
2120         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2122         * pop3.el (pop3-leave-mail-on-server): Allow number.
2123         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2124         (pop3-movemail): Add UIDL support.
2125         (pop3-send-streaming-command): Take a list of mail numbers instead of
2126         the number of mails.
2127         (pop3-write-to-file): Add X-UIDL header.
2128         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2129         (pop3-uidl-add-xheader): New functions.
2131         * message.el (message-ignored-resent-headers):
2132         Add X-Content-Length and X-UIDL headers.
2134 2012-10-05  Glenn Morris  <rgm@gnu.org>
2136         * color.el (color-name-to-rgb, color-rgb-to-hex)
2137         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2138         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2139         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2140         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2142 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2144         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2145         a user about whether to delete temp files if once a user answered as n.
2147 2012-09-25  Chong Yidong  <cyd@gnu.org>
2149         * password-cache.el (password-read-and-add): Use a declare form to mark
2150         this function obsolete.
2152 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2154         * lpath.el: Bind mail-encode-mml for old Emacsen.
2156 2012-09-17  Richard Stallman  <rms@gnu.org>
2158         * message.el (message-in-body-p): Don't set mark or modify buffer.
2160         * mml.el (mml-attach-file): Doc fix.
2161         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2162         Set mail-encode-mml when in Mail mode.
2163         Simplify code to set HEAD and move back to HEAD.
2164         (mml-insert-multipart, mml-insert-part):
2165         Set mail-encode-mml when in Mail mode.
2167 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2169         * gnus-util.el (gnus-timer--function): New function.
2171         * gnus-art.el (gnus-article-stop-animations): Use it.
2173 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2175         Fix glitches caused by addition of psec to timers.
2176         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2177         rather than raw access to timer vector.
2179 2012-09-11  Julien Danjou  <julien@danjou.info>
2181         * gnus-notifications.el (gnus-notifications): Check for nil values in
2182         ignored addresses check.
2184 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2188 2012-09-07  Chong Yidong  <cyd@gnu.org>
2190         * gnus-util.el
2191         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2193         * gnus-salt.el (gnus-tree-highlight-node):
2194         * gnus-sum.el (gnus-summary-highlight-line):
2195         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2197 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2199         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2201 2012-09-06  Juri Linkov  <juri@jurta.org>
2203         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2204         scheme for buffer names to be more consistent with other group and
2205         article buffer names in Gnus.
2207 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2209         * gnus-util.el
2210         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2212         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2213         Jenkner.
2215         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2217         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2219         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2221 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2223         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2224         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2226         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2227         string-prefix-p in Emacs >=23.2.
2229         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2230         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2231         instead of string-match-p.
2232         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2234 2012-09-06  Kenichi Handa  <handa@gnu.org>
2236         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2237         lowercase a..f.
2239 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2241         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2243 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2245         * nnimap.el (nnimap-request-move-article): Decode the group name when
2246         doing internal moves to avoid charset issues.
2248         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2249         TIME is set.
2251 2012-09-05  Juri Linkov  <juri@jurta.org>
2253         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2254         than one group at a time (bug#11961).
2256 2012-09-05  Julien Danjou  <julien@danjou.info>
2258         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2259         this hide the real reason with a message giving absolutely no hint.
2261 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2263         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2264         to the backend (bug#11804).
2266         * message.el (message-insert-newsgroups): Don't insert newsgroup
2267         duplicates (bug#12275).
2269 2012-09-05  John Wiegley  <johnw@newartisans.com>
2271         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2272         sieve rules.
2274 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2276         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2277         function.
2279         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2281         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2283 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2285         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2286         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2287         This should make nnmaildir more usable with offlineimap.
2289 2012-09-05  Julien Danjou  <julien@danjou.info>
2291         * nnimap.el (nnimap-request-list): Revert change that made listing
2292         synchronous.
2293         (nnimap-get-responses): Restore.
2295 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2297         * dgnushack.el: XEmacs 21.5 compilation fix.
2299         * gnus-notifications.el (gnus-notifications-notify): Use it.
2301         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2302         warnings on XEmacs.
2304 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2306         Better seeds for (random).
2307         * gnus-sync.el (gnus-sync-lesync-setup):
2308         * message.el (message-canlock-generate, message-unique-id):
2309         Change (random t) to (random), now that the latter is more random.
2311 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2313         * nnimap.el (nnimap-change-group): Document result value
2315         * auth-source.el (auth-sources): Fix macos keychain access.
2317         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2318         allow the backend `request-head' function to determine the group
2319         name on its own.
2320         (gnus-request-expire-articles): Filter out negative article numbers
2321         during expiry (Bug#11980).
2323         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2324         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2326         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2327         you've found the article when you haven't.
2329         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2330         that nnimap-change-group can return t.
2332 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2334         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2336 2012-08-30  Julien Danjou  <julien@danjou.info>
2338         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2339         `gnus-notifications-timeout'.
2340         (gnus-notifications-timeout): Add.
2341         (gnus-notifications-action): New function.
2342         (gnus-notifications-notify): Add :action using
2343         `gnus-notifications-action'.
2344         (gnus-notifications-id-to-msg): New variable.
2345         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2346         notifications id to messages.
2348 2012-08-30  Kenichi Handa  <handa@gnu.org>
2350         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2351         once.
2353 2012-08-29  Julien Danjou  <julien@danjou.info>
2355         * gnus-notifications.el: New file.
2356         (gnus-notifications-notify): New function.
2357         (gnus-notifications): Use `gnus-notifications-notify'.
2359 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2361         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2362         transfer encoding first; bind gnus-newsgroup-charset to the charset
2363         that the article specifies (Bug#12209).
2365 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2367         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2368         (gnus-group-customize-done): Encode values posting-style holds.
2370         * gnus-msg.el (gnus-summary-resend-message)
2371         (gnus-configure-posting-styles): Decode values posting-style group
2372         parameter holds.
2374 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2376         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2377         `name' and `address' in Resent-From header.
2379 2012-08-14  Chong Yidong  <cyd@gnu.org>
2381         * gnus-art.el (article-display-face): Handle failure in
2382         gnus-create-image (Bug#11802).
2384 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2386         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2387         Use defsetf.
2389 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2391         * auth-source.el (auth-source-plstore-search)
2392         (auth-source-secrets-search): Ignore :require and :type in search spec.
2394 2012-08-06  Julien Danjou  <julien@danjou.info>
2396         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2397         `nnimap-request-move-article'.
2399         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2400         Remove autoload, already handled by gnus.el.
2402         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2404         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2405         supported by nnimap actually.  Reverts previous change.
2407         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2408         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2409         to-buffer argument that is already supported.
2411 2012-08-05  Julien Danjou  <julien@danjou.info>
2413         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2414         Add autoload.
2416 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2418         * gnus.el (gnus-valid-select-methods): Fix custom type.
2420 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2422         * auth-source.el (auth-sources, auth-source-backend-parse)
2423         (auth-source-macos-keychain-search)
2424         (auth-source-macos-keychain-search-items)
2425         (auth-source-macos-keychain-result-append)
2426         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2427         auth-source.el through the /usr/bin/security utility.
2428         (auth-sources): Fix syntax error.
2429         (auth-source-macos-keychain-result-append): Fix variable name.
2430         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2432 2012-07-27  Julien Danjou  <julien@danjou.info>
2434         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2435         Emacs < 24.1
2437 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2439         * message.el (message-kill-address): Don't kill last newline.
2440         (message-skip-to-next-address): Don't move to the next header.
2441         (message-fill-field-address): Work properly.
2443 2012-07-25  Julien Danjou  <julien@danjou.info>
2445         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2447 2012-07-24  Julien Danjou  <julien@danjou.info>
2449         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2451         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2452         (nntp-async-timer-handler): Remove, unused.
2454         * nnimap.el (nnimap-get-responses): Remove, unused.
2456         * nnheader.el (mail-header-set-extra): Remove, unused.
2458         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2459         unused.
2461         * mm-view.el (mm-view-sound-file): Remove, unused.
2463         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2464         (mm-url-encode-multipart-form-data): Remove, unused.
2466         * message.el (message-remove-signature, message-make-host-name)
2467         (message-fill-address): Remove, unused.
2469         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2470         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2471         unused.
2473         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2474         (gnus-xmas-call-region): Remove, unused.
2476         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2478         * gnus-util.el (gnus-extract-address-component-name)
2479         (gnus-extract-address-component-email, gnus-sortable-date)
2480         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2481         (gnus-process-live-p): Remove, unused.
2483         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2485         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2486         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2487         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2488         function.
2490         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2492         * gnus-score.el (gnus-summary-score-crossposting)
2493         (gnus-score-regexp-bad-p): Remove, unused.
2495         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2497         * gnus-range.el (gnus-sublist-p): Remove, unused.
2499         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2500         unused.
2502         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2504         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2505         (gnus-request-associate-buffer): Remove, unused.
2507         * gnus-group.el (gnus-group-set-method-info)
2508         (gnus-group-set-params-info): Remove, unused.
2510         * gnus-fun.el (gnus-shell-command-to-string)
2511         (gnus-shell-command-on-region): Remove, unused.
2513         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2515         * gnus-art.el (gnus-article-text-type-exists-p)
2516         (article-translate-characters, gnus-article-hide-text-of-type)
2517         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2518         Remove, unused.
2520 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2522         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2524 2012-07-21  Julien Danjou  <julien@danjou.info>
2526         * message.el (message-dont-reply-to-names): Replace deprecated
2527         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2528         (message-get-reply-headers): Ditto.
2530 2012-07-18  Julien Danjou  <julien@danjou.info>
2532         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2533         `sieve-upload-and-kill'.
2535         * sieve.el (sieve-bury-buffer): Remove function.
2536         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2537         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2539 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2541         * shr.el (shr-expand-url): Handle URL starting with `//'.
2543 2012-07-13  Chong Yidong  <cyd@gnu.org>
2545         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2546         instead of calling toggle-read-only with a (bogus) argument.
2548 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2550         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2551         of initial input when reading the author to restrict the summary to.
2553 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2555         * mm-decode.el (mm-shr):
2556         Allow overriding charset by mm-charset-override-alist.
2558 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2560         * gnus-art.el (gnus-article-view-part):
2561         Toggle subparts of multipart/alternative part.
2563 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2565         * shr.el (shr-render-buffer): New command.
2566         (shr-visit-file): Use it.
2568 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2570         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2571         Set no-byte-compile and no-update-autoloads.
2573 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2575         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2577 2012-06-25  Julien Danjou  <julien@danjou.info>
2579         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2580         `nnimap-request-move-articles-find-limit' since we do not use it only
2581         for move operations.
2582         (nnimap-request-accept-article): Use
2583         `nnimap-request-articles-find-limit' to limit search by message-id.
2585 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2587         Support higher-resolution time stamps (Bug#9000).
2589         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2590         VARLIST.  It's optional, for backward compatibility.
2591         (encode-time-value): New optional arg PICO.  New type 3.
2592         (time-to-seconds) [!float-time]: Support the new picoseconds
2593         component if it's used.
2594         (seconds-to-time, time-subtract, time-add):
2595         Support ps-resolution time stamps as well.
2597 2012-06-19  Julien Danjou  <julien@danjou.info>
2599         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2601         * nnimap.el (nnimap-log-buffer): Check that
2602         `window-point-insertion-type' is boundp, since it's not available in
2603         XEmacs.
2605 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2607         * nnimap.el (nnimap-log-buffer): Add this, setting
2608         `window-point-insertion-type' in the buffer to t.
2609         (nnimap-log-command): Use nnimap-log-buffer.
2611 2012-06-19  Julien Danjou  <julien@danjou.info>
2613         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2614         argument to be able to limit the search.
2615         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2616         (nnimap-request-move-articles-find-limit): Add this to limit the search
2617         by Message-Id after a message move.
2618         (nnimap): Add defgroup.
2620 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2622         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2624 2012-06-15  Julien Danjou  <julien@danjou.info>
2626         * nnimap.el (nnimap-find-article-by-message-id): Use
2627         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2628         (nnimap-possibly-change-group): Add read-only argument.
2629         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2630         issuing EXAMINE manually.
2631         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2632         with read-only argument.
2633         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2634         cannot possibly change because we need to be sure that it's either
2635         read-write or read-only.
2637 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2640         being bound to a lambda form.
2642 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2644         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2645         articles when fetch-old is non-nil (bug#11370).
2647 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2649         * gnus-picon.el (gnus-picon-properties): New defcustom.
2650         (gnus-picon-create-glyph): Use it.
2652 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654         * gnus-group.el (gnus-group-get-new-news): Respect
2655         `gnus-group-use-permanent-levels', as documented (bug#11638).
2657 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2659         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2660         groups (bug#11641).
2662 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2664         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2665         is an integer to avoid later problems.
2667 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2670         locales.
2672         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2673         on a handle.
2675         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2676         address as the default.
2677         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2679         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2680         makes no sense to query the user about internal files.
2682         * gnus-spec.el: Remove all the byte-compilation stuff, since
2683         benchmarking shows that it doesn't help when entering large summary
2684         buffers.
2686         * gnus-xmas.el (gnus-xmas-define): Remove.
2688         * gnus-util.el (gnus-byte-code): Remove.
2690         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2691         grouplens stuff.
2693 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2696         (bug#11514).
2698 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2700         * message.el (message-buffers): Return all buffers derived from Message
2701         to make `gnus-dired-attach' work with mu4e.
2703 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2705         * nntp.el: Stop the `letf' madness.
2706         (nntp--report-1): New var.
2707         (nntp-report): Merge nntp-report-1 into it.
2708         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2709         the nntp-report function.
2711         * auth-source.el: Fix comment-style to follow the convention.
2713 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2715         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2716         (mm-dissect-singlepart): Don't guess the MIME type of
2717         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2718         set.
2719         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2720         toplevel MIME type is multipart/encrypted.
2722 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2724         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2725         a string so that Gcc works (bug#11514).
2727 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2729         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2730         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2732 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2734         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2735         jumping to *Server* from a dedicated *Group* window.
2736         (gnus-configure-frame): CSE.
2738         * gnus-registry.el: Minor style cleanup.
2739         (gnus-registry--set/remove-mark): New function, extracted from
2740         gnus-registry-install-shortcuts.
2741         (gnus-registry-install-shortcuts): Use it.
2743 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2745         * nnspool.el (news-path): Use eval-and-compile.
2747 2012-05-24  Glenn Morris  <rgm@gnu.org>
2749         * nnspool.el (news-directory, news-path, news-inews-program):
2750         Move here from paths.el.  Don't see a need for these to be autoloaded.
2752         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2753         Merge in doc from paths.el version.  Don't see any need for this to be
2754         autoloaded, or for the warning about users not setting it.
2756 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2758         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2759         format.  In particular, add an optional argument and a docstring.
2761         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2763         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2764         current before calling `gnus-groups-to-gnus-format'.
2765         Note that this was already the case for `gnus-active-to-gnus-format'.
2767 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2769         Fix minor Y10k bug.
2770         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2772 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2775         message once it's actually open.
2777 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2779         * gnus.el: Ma Gnus v0.5 is released.
2781 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2783         * auth-source.el (auth-source--aput-1, auth-source--aput)
2784         (auth-source--aget): New functions and macros.
2785         Use them instead of aput/aget.
2787 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2789         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2791 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2793         * plstore.el (plstore-called-interactively-p): New compat macro copied
2794         from message.el.
2795         (plstore-mode): Use it.
2797 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2799         * plstore.el: Revive the editing feature.
2800         (plstore-mode): New mode to edit plstore file.
2801         (plstore-mode-toggle-display, plstore-mode-original)
2802         (plstore-mode-decoded): New command.
2803         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2804         (plstore--insert-buffer, plstore--make): New function.
2805         (plstore-open, plstore-save): Simplify by using them.
2807 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2809         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2811 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2813         * tls.el (open-tls-stream): Remove unused binding.
2815 2012-04-16  Glenn Morris  <rgm@gnu.org>
2817         * nndraft.el (nndraft-request-list): Fix declaration.
2819 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821         * mm-decode.el (mm-dissect-buffer): Doc fix.
2823         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2824         don't have a current group.
2826         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2827         buffer if it doesn't exist.
2829         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2830         given, mark the group as ephemeral with the current window conf.
2832         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2833         buffer exists, which it doesn't if we haven't started Gnus.
2834         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2836 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2839         type is.
2841         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2842         `unexists' entries.
2843         (gnus-clean-old-newsrc): Fix last checkin.
2845         * nnimap.el (nnimap-update-info): None of the articles below the active
2846         low-water mark exist.
2848         * dgnushack.el: Get rid of XEmacs compilation warning.
2850         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2851         would have gotten if we posted to the group, and use that to compare
2852         against the message we want to cancel (bug#10808).
2854         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2855         on XEmacs.
2857 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2859         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2860         `scroll-margin'.
2862 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2864         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2865         citation prefix within a block of cited text should be considered part
2866         of that block *only* if it is a blank line.
2868 2012-04-09  Chong Yidong  <cyd@gnu.org>
2870         * binhex.el, hashcash.el, uudecode.el:
2871         Remove * characters from the front of variable docstrings.
2873 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2875         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2876         before kinsoku-bol characters nor within kinsoku-eol characters.
2878 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2880         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2881         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2882         (gnus-sync-read): Use mapc instead of mapcar.
2884         * mm-archive.el: Require mm-decode for some macros.
2885         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2886         the byte compiler.
2887         (mm-archive-decoders): New function that returns the value of
2888         the mm-archive-decoders variable.
2890         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2891         instead.
2892         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2894         * nnimap.el (gnus-refer-thread-use-nnir):
2895         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2897 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2901 2012-03-12  Peter Münster  <pmrb@free.fr>
2903         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2904         (gnus-demon-cancel): Ditto.
2905         (gnus-demon-run-callback): When function cannot be called due to low
2906         idleness, call it when idleness reaches the expected value, instead of
2907         waiting another timer period.
2908         (gnus-demon-init): Add `time' to arguments of call-back.
2910 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2914         * gnus.el: Register gnus-registry functions.
2916         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2917         indent.
2919         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2920         enabled before warping.
2922 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2924         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2925         registry about each article retrieved.
2927         * gnus-int.el (gnus-select-group-with-message-id): New function.
2928         (gnus-try-warping-via-registry): Ditto.
2929         (gnus-warp-to-article): Fall back on the registry.
2931 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2933         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2934         inboxes.
2936 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2940 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2942         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2943         gnus-gcc-self-resent-messages may be a group parameter.
2944         (gnus-summary-resend-message): Don't encode encoded words in header
2945         when Gcc'ing resent message.
2947 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949         * shr.el (shr-insert): Treat non-breaking space just like normal
2950         space.  This seems to produce more pleasing results.
2951         (shr-insert): Only insert a blank line if we're starting from an image.
2952         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2953         (shr-ensure-paragraph): Consider lines with white space to be blank.
2955 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2957         * Makefile.in: Respect DESTDIR.
2959 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2961         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2962         and gnus-gcc-post-body-encode-hook.
2964 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2967         messages that don't exist.
2969         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2971 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2973         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2974         Remove.
2976         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2978         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2980 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2983         have a group name.
2985         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2986         a multibyte buffer (bug#7410).
2987         (article-wash-html): Parse the original article buffer to get the
2988         unencoded data (bug#7410).
2990         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2991         .newsrc.el files.
2993 2012-04-05  Bastien Guerry  <bzg@altern.org>
2995         * color.el (color-lighten-name): Fix typo.
2997 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3000         "#" to avoid having them interpreted as comments.
3002 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004         * shr.el (shr-insert): Update the text state properly to avoid
3005         inserting spurious paragraph starts.
3007 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009         * shr.el (shr-table-widths): Divide the extra width more fairly over
3010         the TDs (bug#10973).
3011         (shr-render-td): Don't delete too much padding.
3012         (shr-natural-width): Compute the natural width more correctly.
3013         (shr-insert): Allow the natural width to be computed for tables again.
3014         (shr-tag-table-1): Rework how the natural widths are computed by
3015         rendering the table a third time.
3016         (shr-natural-width): Removed.
3017         (shr-buffer-width): New function.
3018         (shr-expand-newlines): Use it.
3020         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3021         using a `gnus-use-full-window' setup (bug#11013).
3023 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3026         24.1 release.
3028 2012-03-10  David Edmondson  <dme@dme.org>
3030         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3031         'Forwarded Message' header and the start of the message.
3033 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3035         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3036         isn't running (bug#10897).
3038 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3041         This is inconsistent with all the other stream functions, which leave
3042         the setting up to the higher levels (if so wanted) (bug#10931).
3044 2012-02-28  Glenn Morris  <rgm@gnu.org>
3046         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3047         mm-decode.el: Standardize possessive apostrophe usage.
3049 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3053 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3055         * parse-time.el (parse-time-string): Allow extractor to return nil.
3057 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3059         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3061 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3063         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3065 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3067         * mm-decode.el (mm-shr): Remove "soft hyphens".
3069         * nnimap.el (nnimap-request-list): Return the group names encoded as
3070         utf8.  Otherwise non-European group names don't work.
3071         (nnimap-request-newgroups): Ditto.
3073         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3074         the default in `read-string' (bug#10757).
3076         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3077         topics (bug#10843).
3079         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3080         buffer.  Suggested by Herbert Valerio Riedel.
3081         (nnimap-request-move-article): Delete the message from the correct IMAP
3082         server.
3084 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3086         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3087         Reported by Peter Münster.
3089 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3091         * shr.el (shr-image-fetched): Make sure we really kill the right
3092         buffer.
3094 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3096         * gnus-start.el (gnus-1): Avoid duplicate entries.
3098 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3100         * imap.el: Remove.
3102         * nntp.el (nntp-coding-system-for-read): Remove.
3103         (nntp-coding-system-for-write): Ditto.
3104         (nntp-open-connection): Just use `binary' directly.
3106         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3107         Gnus 0.3.
3109 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3111         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3112         application/octet-stream parts really is.
3114         * gnus-sum.el (gnus-propagate-marks): Remove.
3116 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3118         * shr.el (shr-rescale-image): Undo previous change; see
3119         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3121 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3123         * gnus.el: Ma Gnus v0.3 is released.
3125 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3127         * gnus-sum.el (gnus-summary-local-variables): Make
3128         `gnus-newsgroup-unexist' into a local variable.
3130 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3132         * registry.el (registry-usage-test, registry-persistence-test): Move to
3133         tests/gnustest-registry.el.
3134         (registry-make-testable-db, registry-match-test)
3135         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3137         * gnus-registry.el (gnus-registry-misc-test)
3138         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3140         * tests/gnustest-registry.el: New file with the registry and
3141         gnus-registry ERT tests.
3143 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3145         * gnus-msg.el (gnus-summary-resend-message): Make
3146         gnus-summary-resend-message-insert-gcc be last item in
3147         message-header-setup-hook.
3149 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3151         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3152         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3153         Remove.
3154         (nnfolder-open-server): Don't use marks.
3155         (nnfolder-request-delete-group): Ditto.
3156         (nnfolder-request-rename-group): Ditto.
3157         (nnfolder-request-set-mark, nnfolder-request-marks)
3158         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3159         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3161         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3162         (nnml-marks-modtime): Remove.
3163         (nnml-request-delete-group): Don't use marks.
3164         (nnml-request-rename-group): Ditto.
3165         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3166         (nnml-save-marks, nnml-open-marks): Remove.
3168         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3169         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3170         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3171         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3172         (nntp-server-to-method-cache): Remove.
3174         * shr.el (shr-rescale-image): Fix wrong merge.
3176 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3178         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3179         too-wide lines.
3181 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3183         * nnimap.el (nnimap-record-commands): New variable.
3184         (nnimap-log-command): Use it.
3185         (nnimap-make-process-buffer): Add a space to the process buffer.
3186         (nnimap-transform-headers): Don't bug out on header lines containing
3187         stuff that look like IMAP length encodings.
3189         * shr.el (shr-rescale-image): Allow viewing large images.
3191 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3193         * nnml.el (nnml-request-compact-group): Delete the marks file after
3194         compaction (bug#10800).
3196         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3197         group exit.
3199         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3200         QRESYNC/FETCH output.
3202 2012-02-11  Glenn Morris  <rgm@gnu.org>
3204         * sieve-manage.el (sieve-manage-default-stream):
3205         * shr.el (shr):
3206         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3207         (nnir-retrieve-headers-override-function)
3208         (nnir-imap-default-search-key, nnir-notmuch-program)
3209         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3210         (nnir-method-default-engines):
3211         * message.el (message-cite-reply-position):
3212         * gssapi.el (gssapi-program):
3213         * gravatar.el (gravatar):
3214         * gnus-sum.el (gnus-refer-thread-use-nnir):
3215         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3216         (gnus-registry-max-pruned-entries):
3217         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3218         * gnus-int.el (gnus-after-set-mark-hook)
3219         (gnus-before-update-mark-hook):
3220         * gnus-async.el (gnus-async-post-fetch-function):
3221         * auth-source.el (auth-source-cache-expiry):
3222         Add missing :version tags to new defcustoms and defgroups.
3224 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3226         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3227         `gnus-newsgroup-unexist'.
3229         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3230         marks.
3231         (gnus-article-special-mark-lists): Put the `unexist' in the special
3232         marks list instead.
3234         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3235         articles in the list of articles to be selected.
3237         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3238         articles.
3239         (nnimap-update-info): Keep track of unexisting articles.
3240         (nnimap-update-qresync-info): Ditto.
3242 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3244         * message.el (message-default-send-mail-function): Made into own
3245         function for reuse by emacsbug.el.
3247 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3249         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3250         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3252 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3254         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3255         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3257         * gnus-compat.el: Define `timer-set-function'.
3259         * mm-decode.el (mm-display-external): Output the text from the command
3260         in the buffer after the command finished.  This makes text-based
3261         commands behave better.
3263 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3265         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3267 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3269         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3270         23.1.
3272 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3274         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3276 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3278         * message.el (smtpmail-smtp-user): Silence compiler warning.
3280 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3282         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3283         SMTP user name.
3285 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3287         * gnus-sum.el (gnus-summary-show-thread):
3288         next-single-char-property-change may return nil in XEmacs.
3289         (gnus-summary-article-map): Fix typo.
3291 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3293         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3294         running.
3296         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3298         * gnus.el (gnus-server-extend-method): Don't add an -address component
3299         if the method already has one (bug#9676).
3301 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3303         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3304         of an initial-input for consistency (bug#10757).
3306         * dgnushack.el: Fix XEmacs compilation warning.
3308         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3310         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3312 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3314         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3315         lines that are narrower than the window width.  Otherwise background
3316         "blocks" will look less readable.
3318 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3320         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3321         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3322         have newlines within the strings, and where the UID comes after the
3323         BODYSTRUCTURE element (bug#10537).
3325         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3326         (bug#10732).
3328         * shr.el (shr-insert-document): Add doc string.
3329         (shr-visit-file): Ditto.
3330         (shr-remove-trailing-whitespace): New function.
3331         (shr-insert-document): Use it to clean up trailing whitespace as the
3332         final step (bug#10714).
3334 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3336         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3337         buffer if `gnus-kill-summary-on-exit' is nil.
3339 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3341         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3342         when just reading a single group from "without" Gnus.
3344 2012-02-06  Chong Yidong  <cyd@gnu.org>
3346         * gnus-sum.el (gnus-summary-show-thread):
3347         next-single-char-property-change never returns nil (Bug#8657).
3349 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3351         * message.el (message-multi-smtp-send-mail): New function.
3352         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3353         header to implement multi-SMTP functionality.
3355         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3356         (gnus-agentize): Don't set it.
3357         (gnus-agent-send-mail): Don't use it.
3359         * gnus-sum.el (gnus-summary-widget-backward): New function and
3360         keystroke.
3362         * gnus-compat.el: More the compat functions more compatible.
3364         * shr.el (shr-put-image): Remove underlines from sliced images.
3365         (shr-zoom-image): Compute the region to be replaced more correctly.
3367 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3369         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3370         (gnus-summary-resend-message-insert-gcc): New function.
3371         (gnus-summary-resend-message): Modify message-header-setup-hook and
3372         message-sent-hook to make it work for Gcc.
3373         (gnus-inews-do-gcc): Update the number of unread articles of groups
3374         that messages are Gcc'd to.
3376         * message.el (message-resend): Run message-sent-hook to do Gcc.
3378 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3380         * lpath.el: Fix an XEmacs compilation warning.
3382         * gnus-compat.el: Require `help-fns' to fix compilation error.
3384         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3385         a higher level to silence compilation.
3387         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3388         parameter to allow controlling the scaling.
3390         * shr.el (shr-zoom-image): New command and keystroke.
3391         (shr-put-image): Take a `size' flag to say how to scale the image.
3393         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3394         deletion unless already defined.
3396         * gnus.el (gnus-compat): Require it.
3398         * gnus-compat.el: New file.
3400         * gnus-start.el (gnus-clean-old-newsrc): New function.
3401         (gnus-read-newsrc-file): Use it.
3403         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3404         Use recursive deletion.
3405         (mm-dissect-archive): Add support for zip files.
3407         * gnus-util.el (gnus-recursive-directory-files): New function.
3409         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3410         (mm-archive-decoders): Add tgz support.
3412         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3413         Otherwise inserting text into the Gnus buffer can look odd.
3415         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3417         * mm-archive.el (mm-archive-decoders): Add support for tar.
3419         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3421         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3423 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3425         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3427         * mm-archive.el: New file.
3429         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3431         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3433         * message.el (message-goto-*): Make all the `message-goto-*' commands
3434         push the mark before moving point.  This makes it easier to go back to
3435         where you came from after editing whatever you jumped to.
3437 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3439         * gnus.el: Ma Gnus v0.1 is released.
3441 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3443         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3444         without reconnecting.
3445         (nnimap-possibly-change-group): Ditto.
3446         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3447         connection has died before being called.
3449 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3451         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3452         an initial sync unless we're really doing one.
3454         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3455         address parameter if one already exists (bug#9676).
3457         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3458         not the prefix, as documented (bug#10689).
3460 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3462         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3463         the "server".
3465         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3466         the real error message with the useless "previously known to be down".
3467         Which isn't even correct.
3469         * nntp.el (nntp-open-connection): Report the error message if the nntp
3470         server can't be reached.
3472         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3473         groups we do a total scan for.
3474         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3475         doing that.
3477 2012-01-31  Jim Meyering  <jim@meyering.net>
3479         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3480         Correct a comment (insert "not") and hide nominally-doubled "to".
3482 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3484         * gnus.el (gnus-version): Change name to "Ma Gnus".
3486 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3488         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3489         section in the manual.
3491 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3493         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3494         words.
3495         (rfc2047-encode-string): Ditto.
3496         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3497         understand folded filename="..." parameters, for instance.
3499         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3500         the message for greater debuggability.
3502 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3504         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3505         instead of setting it locally, since the latter doesn't seem to have
3506         any effect (most of the time).
3508 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3510         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3511         function call.
3513 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3515         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3516         seconds, and make the repeat clause with HH:MM specs work as
3517         documented.
3519 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3521         * proto-stream.el (proto-stream-capability-open): Fall back on
3522         :end-of-command if :end-of-capability doesn't exist.
3524 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3526         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3527         bound globally in old Emacsen and XEmacsen.
3529 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3531         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3532         so that previous errors don't prohibit getting new news.
3534         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3536         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3538 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3540         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3541         buffer, not of the string which is its name.
3543 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3545         * proto-stream.el (proto-stream-capability-open): Wait for
3546         :end-of-capability, not :end-of-command.
3548         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3549         non-server-marks groups.
3550         (gnus-group-make-articles-read): Ditto.
3552         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3553         methods (bug#9676).
3555         * gnus.el (gnus-method-ephemeral-p): New function.
3557 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3559         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3560         left-to-right.
3562 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3564         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3565         warning.
3567 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3569         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3570         macroexpand the nnir things, since they haven't been defined yet, and
3571         nnir requires gnus-sum.
3573 2012-01-24  Julien Danjou  <julien@danjou.info>
3575         * color.el (color-rgb-to-hsl): Fix value computing.
3576         (color-hue-to-rgb): New function.
3577         (color-hsl-to-rgb): New function.
3578         (color-clamp, color-saturate-hsl, color-saturate-name)
3579         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3580         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3582 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3586 2012-01-19  Julien Danjou  <julien@danjou.info>
3588         * color.el (color-name-to-rgb): Use the white color to find the max
3589         color component value and return correctly computed values.
3590         (color-name-to-rgb): Add missing float conversion for max value.
3592 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3594         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3595         logical server name in addition to the actual machine address.
3597         * auth-source.el (auth-source-user-and-password): Add convenience
3598         wrapper to search by just host and optionally user.
3600 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3603         after rendering.
3605 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3607         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3608         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3609         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3611 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3614         (bug#9693).
3615         (gnus-summary-setup-buffer): Document return value (bug#9697).
3617         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3618         since ido doesn't work on symbols (bug#9632).
3620         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3621         when getting a single value as when getting all the values.  This means
3622         that atoms like `gcc-self' work cumulatively, like variable settings,
3623         instead of getting the value from the last matching clause.
3624         (gnus-group-find-parameter): Protect against the group buffer not
3625         existing (bug#9585).
3627 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629         * gnus-start.el (gnus-activate-group): Document more parameters
3630         (bug#9694).
3632         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3633         (bug#9692).
3635         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3636         article was fetched, so that it can be expired later (bug#9958).
3637         (gnus-agent-summary-fetch-series): Add doc string.
3638         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3639         (bug#9517).
3641         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3642         retrieval is happening.
3644         * gnus.el (gnus-parameters): Doc fix.
3646 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3648         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3649         show the thread after expansion.
3651 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653         * gnus-art.el (article-narrow-to-head): If the head is completely
3654         empty, narrow to the empty region (bug#9764).
3656         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3657         read, and then mark them as unread only when the unread mark is used.
3658         This makes `C-- T k' actually work, even though it's confusing.
3660         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3661         alive before we try to find its window.
3663 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3665         * mm-decode.el (mm-display-external): Use a longer timeout for the
3666         deletion to allow slow programs to display the file.
3668 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3671         prompt to be less confusing.
3673         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3674         argument to `message-reply'.  This broke `special-display-*' frame
3675         pop-uping (bug#10238).
3677 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3680         systems, since these allegedly don't work there.
3682 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3684         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3685         live buffer.
3687 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689         * nnir.el (nnir-retrieve-headers): Protect against the article not
3690         existing on the server (bug#10335).
3692 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3694         * gnus-agent.el (gnus-agent-load-local): Recompute
3695         gnus-agent-article-local on changing method.
3697 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699         * gnus.el (gnus-parameters): Note precedence.
3701 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3703         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3704         in the group buffer.
3706 2012-01-04  Julien Danjou  <julien@danjou.info>
3708         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3709         change.
3711 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3714         too.
3716         * nntp.el (nntp-retrieve-group-data-early): Use it.
3718 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720         * nntp.el (nntp-retrieval-in-progress): New variable.
3721         (nntp-make-process-buffer): Make it buffer-local.
3723         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3724         2010.
3725         (gnus-demon-init): Use it to compute the time if time is on the form
3726         "04:23".
3728         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3730         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3731         status in the correct buffer.
3733 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3735         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3736         when opening topics (bug#10407).
3738 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3740         * gnus-cus.el (gnus-score-customize):
3741         * gnus-sum.el (gnus-sort-gathered-threads):
3742         * message.el (message-shorten-references):
3743         * nnmairix.el (nnmairix-request-group):
3744         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3746 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3748         * gnus-agent.el (gnus-agent-regenerate-group):
3749         * gnus-int.el (gnus-retrieve-group-data-early):
3750         * mm-util.el (mm-codepage-ibm-list):
3751         * nndiary.el (Commentary, nndiary-get-new-mail):
3752         * nnir.el (nnir):
3753         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3755 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3757         * mm-view.el (mm-display-inline-fontify): Add comment.
3759 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3761         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3762         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3764 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3766         * gnus-art.el (gnus-split-methods):
3767         * gnus-msg.el (gnus-configure-posting-styles):
3768         * gnus-spec.el (gnus-parse-simple-format):
3769         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3770         * message.el (message-do-actions): Spelling fix.
3772 2011-12-15  Juri Linkov  <juri@jurta.org>
3774         * mm-decode.el (mm-inline-media-tests): Add missing
3775         `mm-handle-media-subtype'.
3777 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3779         * gnus-group.el (gnus-group-tool-bar):
3780         * gnus-sum.el (gnus-summary-tool-bar):
3781         * message.el (message-tool-bar):
3782         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3784 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3786         * plstore.el (plstore--insert-buffer): Spelling fix.
3788 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3790         * message.el (message-valid-fqdn-regexp): Update with newly approved
3791         top-level domain names ".tel" and ".asia".
3793 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3795         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3796         unconditionally.
3798 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3800         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3801         pop-to-buffer-same-window for old Emacsen.
3803 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3805         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3807 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3809         * netrc.el (netrc-credentials): Spelling fix.
3811 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3813         * gnus-fun.el (gnus-fun-ppm-change-string):
3814         * gnus-msg.el (gnus-inews-do-gcc):
3815         * gnus-sum.el (gnus-summary-find-for-reselect):
3816         * gnus.el (gnus-summary-cancelled):
3817         * message.el (message-cancel-hook, message-send-news):
3818         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3819         * nnir.el (nnir-run-hyrex):
3820         * nntp.el (nntp-with-open-group-function):
3821         * pgg.el (pgg-pending-timers): Spelling fix.
3823 2011-12-04  Chong Yidong  <cyd@gnu.org>
3825         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3826         change (Bug#10200).
3828 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3830         * compface.el (uncompface):
3831         * gnus-art.el (gnus-article-x-face-command): Update the header format
3832         of icon data for the most recent icontopbm program.
3834 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3836         * gnus-msg.el (gnus-inews-do-gcc):
3837         * message.el (message-send-mail):
3838         * mml.el (mml-generate-mime): Share the value of the buffer-local
3839         `message-options' variable between a draft buffer and temprary working
3840         buffers.
3842 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3844         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3846 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3848         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3849         for Cygwin.
3851 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3853         * gnus-group.el (gnus-group-prepare-flat):
3854         * mm-bodies.el (mm-encode-body):
3855         * mml.el (mml-preview):
3856         * nnml.el (nnml-request-compact-group):
3857         * pop3.el (pop3-stream-type): Spelling fix.
3859 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3861         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3863 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3865         * color.el (color-rgb-to-hsl):
3866         * gmm-utils.el (gmm-tool-bar-style):
3867         * gnus-group.el (gnus-group-prepare-flat):
3868         * gnus-topic.el (gnus-topic-prepare-topic):
3869         * mm-decode.el (mm-discouraged-alternatives):
3870         * rfc2047.el (rfc2047-encode-1):
3871         * starttls.el: Spelling fix.
3873 2011-11-24  Glenn Morris  <rgm@gnu.org>
3875         * binhex.el (binhex-begin-line): Give it basic doc-string.
3877         * starttls.el, tls.el: Fix case of "GnuTLS".
3879 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3881         * gnus-group.el (gnus-group-highlight): Fix typo.
3883 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3885         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3886         value of `delete-file', that returns nil for a local file but returns t
3887         for a remote file using ssh.
3889 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3891         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3893 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3896         avoid later breakage.
3898 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3900         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3901         article buffers' name.
3903 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3906         by Paul Eggert's spellfixes two days ago.
3908 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3911         doesn't have it.
3913         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3914         buffer-local instead of binding them to avoid warnings.  Also demote
3915         errors (bug#10063).
3916         (font-lock-mode-hook): Shut up byte compiler.
3918 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3920         * mm-util.el (mm-charset-after):
3921         * nnir.el (nnir-run-hyrex):
3922         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3923         (ntlm-get-password-hashes, ntlm-md4hash):
3924         * smime.el: Fix typo.
3926 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3928         * gnus-agent.el (gnus-agent-expire-group-1):
3929         * nndiary.el (nndiary-last-occurence):
3930         * nnimap.el (nnimap-request-set-mark):
3931         * nnmairix.el (nnmairix-only-use-registry):
3932         * gnus-group.el (gnus-group-prepare-flat):
3933         * gnus-sum.el (gnus-decode-encoded-word-methods):
3934         * message.el (message-wash-subject):
3935         * nntp.el (nntp-retrieve-headers-with-xover):
3936         * smime.el (smime-certificate-directory): Spelling fix.
3938 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3940         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3942         * color.el:
3943         * gnus-agent.el (gnus-agent-possibly-alter-active):
3944         * gnus-dired.el (gnus-dired-print):
3945         * mail-parse.el:
3946         * nnmairix.el (nnmairix-request-group):
3947         * shr.el (shr-image-displayer):
3948         * sieve-manage.el:
3949         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3951 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3953         * gnus-sum.el (gnus-auto-select-subject):
3954         * spam-report.el (spam-report-resend): Spelling fix.
3956 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3958         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3959         * gnus-art.el (gnus-default-article-saver):
3960         * gnus-srvr.el (gnus-server-copy-server):
3961         * gnus.el (gnus-sloppily-equal-method-parameters):
3962         * html2text.el (html2text-format-tag-list):
3963         * message.el (message-narrow-to-head):
3964         * nndiary.el:
3965         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3966         * sieve.el: Spelling fix.
3968 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3970         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3971         * gnus-sum.el (gnus-summary-make-menu-bar):
3972         * gnus-uu.el (gnus-uu-decode-postscript)
3973         (gnus-uu-decode-postscript-and-save):
3974         * mailcap.el (mailcap-print-command):
3975         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3976         Fix typos.
3978 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3980         * gnus-art.el (gnus-article-part-wrapper):
3981         * html2text.el (html2text-fix-paragraphs):
3982         * mm-decode.el (mm-image-fit-p):
3983         * rfc2047.el (rfc2047-encode-message-header):
3984         * shr-color.el (shr-color-visible-distance-min)
3985         (shr-color-relative-to-absolute, set-minimum-interval)
3986         (shr-color-visible): Fix typos.
3988 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3990         * gmm-utils.el (gmm-tool-bar-item):
3991         * gnus-art.el (gnus-treat-body-boundary):
3992         * gnus-diary.el (gnus-user-format-function-d):
3993         * gnus-start.el (gnus-get-unread-articles):
3994         * pgg-gpg.el (pgg-gpg-update-agent):
3995         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3997 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3999         * gnus-topic.el (gnus-group-prepare-topics):
4000         * gnus-uu.el (gnus-extract-view):
4001         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4003 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4005         * spam.el: Move BBDB autoloads.
4006         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4007         BBDB 2 and 3.
4008         (spam-check-BBDB): Use it.
4009         (spam-enter-ham-BBDB): Use it.
4011 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4013         * smime.el (smime-draw-buffer): Spelling fix.
4015 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4017         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4018         for scanning exactly one level.
4019         * gnus-start.el (gnus-get-unread-articles): Ditto.
4021 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4024         slightly clearer.
4026 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4028         * gnus-sync.el: More commentary about setup.
4030 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032         * message.el (message-send-and-exit): Document `arg'.
4034 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4036         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4038 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4040         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4042         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4043         we don't use `bound-and-true-p'.
4045 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4047         * gnus-util.el (gnus-bound-and-true-p): Remove.
4048         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4049         * nnir.el: Use it.
4050         * nnmairix.el: Use it.
4052 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4054         * gnus-sync.el: Improve docs about CouchDB admins.
4056         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4057         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4058         for reasons unknown.
4059         * nnir.el: Use it.
4060         * nnmairix.el: Use it.
4062         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4063         * nnir.el: Ditto.
4064         * nnmairix.el: Ditto.
4066         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4068 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4070         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4071         not needed.  Provide xmlplistread list function to produce XML plist
4072         output for non-Gnus LeSync clients.
4074 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4076         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4078         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4079         and save against it.  Group subscriptions, read marks, other marks,
4080         subscription levels, topic names, and topic offsets (the group's
4081         position within the topic) are saved.  This is an experimental backend
4082         and may change significantly.  Load json.el from the gnus-fallback-lib
4083         if it's not available otherwise.
4084         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4086 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4088         * message.el (message-completion-function): Make sure
4089         message-tab-body-function is not attempted if one of
4090         message-completion-alist fails to find a completion (bug#9158).
4092 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4094         * mml.el (mml-quote-region): Quote <#secure> tag.
4095         (mml-generate-mime-1): Unquote <#secure> tag.
4097 2011-10-20  Chong Yidong  <cyd@gnu.org>
4099         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4100         calling a minor mode from Lisp with nil arg enables it, so we have to
4101         make the wording a bit ambiguous here).
4103 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4105         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4106         * nnir.el (nnir-mode): Use it.
4107         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4108         Use it.
4110         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4111         * nnmairix.el (gnus-registry-enabled): Ditto.
4113 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4115         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4116         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4117         only while we need to find out if it should be t or nil.
4118         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4119         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4120         the registry is installed.  Set it to nil when it's unloaded.
4121         (gnus-registry-install-p): Provide user guidance for the initial value
4122         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4123         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4124         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4125         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4126         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4127         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4128         `gnus-registry-install'.
4130 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4132         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4133         previous change.
4134         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4135         primary key is marked as disabled.
4137 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4139         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4140         primary key is marked as disabled.
4142 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4144         * html2text.el (html2text-clean-anchor): Check for quotes around
4145         `href' value.
4147 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4149         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4150         searching.  Drop `bbdb-cache'.
4152 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4154         * message.el (message-signed-or-encrypted-p): Exclude header when
4155         checking if there is signed or encrypted body in text/plain message.
4157 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4159         * html2text.el (html2text-get-attr): Correctly handle attribute values
4160         containing "=".
4162 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4164         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4165         handle bindings.
4167 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169         * gnus-win.el (gnus-configure-windows): Protect against reading
4170         ephemeral groups outside of Gnus.
4172 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4174         * shr.el (shr-tag-img): Don't get images displayed in tables.
4176 2011-10-03  Glenn Morris  <rgm@gnu.org>
4178         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4179         the "maintainer" version of debbugs.gnu.org reports.
4181 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4184         make asynchronous adjacent image insertion work better.
4186 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4188         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4189         documentation.
4191 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4194         `gnus-asynchronous' isn't shadowed.
4196 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4200         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4201         (nnimap-insert-partial-structure): The charset parameter isn't
4202         case-sensitive.
4204         * nnheader.el (nnheader-message-maybe): New function.
4206         * shr.el (shr-tag-table): Render totally broken tables better.
4208         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4209         computing the boundary.
4211 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213         * pop3.el (pop3-number-of-responses): Remove.
4214         (pop3-wait-for-messages): Rewrite to take linear time instead of
4215         exponential time.
4217 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4220         re-fetch images.
4222         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4223         re-fetch images when hitting `g' in Gnus.
4225 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4227         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4228         (mml-compute-boundary): Don't check collision if it is non-nil.
4229         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4230         before checking collision.
4232 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234         * message.el (message-indent-citation): Really make sure there's a
4235         newline at the end.
4237         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4238         Fix suggested by John Wiegley.
4240         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4242         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4244         * message.el (message-default-send-rename-function): Break out into its
4245         own function.
4247         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4248         doesn't work under XEmacs.
4250         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4251         of "imaps" to word around Windows problems.
4252         (nnimap-open-connection-1): Use it.
4254         * message.el (message-indent-citation): Revert last change which made
4255         `F' not work.
4257 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4259         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4260         terminal as well.
4262 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4264         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4265         because it displays images using overlays that aren't easy to copy to
4266         the article buffer.
4268 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4270         * message.el (message-indent-citation): Fix empty line removal at the
4271         end of the citation.
4273 2011-09-20  Julien Danjou  <julien@danjou.info>
4275         * auth-source.el (auth-source-netrc-create): Use default value for
4276         password if specified.  Evaluate default.
4277         (auth-source-plstore-create): Ditto.
4278         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4279         value evaluation.
4280         (auth-source-netrc-create): Typo fix.
4281         (auth-source-plstore-create): Ditto.
4283         * password-cache.el (password-cache-remove): Remove entries even if the
4284         value is nil, so that password with a nil value (negative caching) is
4285         possible to invalidate.
4287         * auth-source.el (auth-source-format-cache-entry): New function.
4289 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4291         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4293 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4297 2011-09-19  Julien Danjou  <julien@danjou.info>
4299         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4300         which work with things that are not ASCII.
4302 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4306 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4309         message level.
4311 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4313         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4315 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4319 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4322         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4324 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4326         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4327         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4328         articles.
4330 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4332         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4333         (message-mail-other-window, message-mail-other-frame)
4334         (message-news-other-window, message-news-other-frame):
4335         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4336         instead of setting buffer display varibles.
4338 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4342         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4344 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4347         duplicates" to a higher level.
4349         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4350         most egregious messages.
4352 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4356 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4358         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4359         up the file (bug#9351).
4361 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4364         it does with all other backends, but decode the names immediately after
4365         getting them.
4367         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4368         decoding nnimap groups.
4370         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4371         newsrc file.  It doesn't seem like an important optimization any more.
4373 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4375         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4376         overflows.
4378 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4381         (gnus-interactive-exit): Extend to `quiet'.
4383         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4385         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4386         string.
4388         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4389         renaming function arguments from `this'.
4391         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4393         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4394         has been renamed.
4395         (gnus-lrm-string-p): Include RLM and PDF, too.
4397         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4398         (bug#9225).
4400 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4402         Add autoload cookies for functions used by sendmail.el.
4403         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4405         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4407 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4409         * gnus-art.el (article-date-ut): Work properly even when there are
4410         things like Date header in the body; work for forwarded parts.
4412 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4414         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4415         original-article-buffer.
4417 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4419         * nnir.el (nnir-compose-result): Fix matching of server type.
4420         (nnir-run-swish++): Ditto.
4421         (nnir-run-namazu): Ditto.
4422         (nnir-run-notmuch): Ditto.
4424 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4427         (bug#9405).
4429         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4430         (bug#9421).
4432         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4433         (bug#9425).
4435         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4436         thing (bug#9426).
4438 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4441         the error message.
4443 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4445         * message.el (message-setup-1): Return t (Bug#9392).
4447 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4449         * gnus-sum.el: When adding article headers to a summary buffer also
4450         update gnus-newsgroup-articles (bug#9386).
4452 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4454         * auth-source.el: Autoload help-mode.
4456 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4459         names.
4461 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4463         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4464         mm-replace-in-string for compatibility issues.
4465         * mml2015.el (mml2015-epg-verify): Ditto.
4467 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4469         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4471         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4473 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4476         continue on and do the clean-up phase (bug#9188).
4478         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4479         just ignore groups that can't be opened instead of erroring out
4480         (bug#9225).
4482         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4483         nil since some many people are fuddy-duddies.
4485         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4486         images.
4488         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4489         instead.
4491         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4493         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4495         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4496         processing.
4498         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4499         buffer to avoid warnings.
4501 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4503         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4504         specified to reduce precision.
4506 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4509         bodystructures (bug#9314).
4511 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4513         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4514         Make button keymap non-sticky after buttons.
4516 2011-08-18  David Engster  <dengste@eml.cc>
4518         * nnmairix.el (nnmairix-request-set-mark)
4519         (nnmairix-goto-original-article): Remove adding of article to registry,
4520         since `gnus-registry-add-group' isn't available anymore.
4521         (nnmairix-determine-original-group-from-registry):
4522         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4523         available anymore.
4525 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4527         * starttls.el (starttls-any-program-available): Define as obsolete
4528         function.
4530 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4533         versions which Gnus use when appropriate.
4535         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4536         a pretty destructive command.
4538         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4540 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542         * message.el (message-fix-before-sending): Make a different warning
4543         about NUL characters (bug#9270).
4545         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4546         from custom (bug#9260).
4548         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4549         things work in Emacs 22 and XEmacs, too.
4551         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4552         default From.
4554         * gnus-spec.el (gnus-lrm-string-p): New macro.
4555         (gnus-lrm-string): New constant.
4556         (gnus-summary-line-format-spec): LRM-ify the from.
4557         (gnus-tilde-max-form): LRM-ify string chopping.
4559         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4561         * message.el (message-is-yours-p): Allow disabling canlock checking
4562         (bug#9295).
4563         (message-shoot-gnksa-feet): Add `canlock-verify'.
4564         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4565         message directory isn't writable (bug#9304).
4567         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4568         non-world-readable.
4570 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4572         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4573         articles.
4575 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4577         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4578         copy-list.
4580 2011-08-12  Sam Steingold  <sds@gnu.org>
4582         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4583         in the reverse order to avoid modifying the cache with `nreverse'.
4584         (gnus-all-score-files): Do not modify the value returned by
4585         `gnus-score-find-alist' because it lives in a cache variable.
4586         (gnus-current-home-score-file): No need to `nreverse' the return value
4587         of `gnus-score-find-alist', it is already in the correct order.
4589 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4591         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4592         type MESSAGE and subtype RFC822 is slightly different from those of
4593         type TEXT.
4595 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4597         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4598         This allows article-referral to work from an nnir group.
4600 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4602         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4604 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4606         * mml1991.el (mml1991-epg-find-usable-key)
4607         (mml1991-epg-find-usable-secret-key): New function.
4608         (mml1991-epg-sign): Check if signing key is usable.
4609         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4611 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4613         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4614         server-variables only.  This should fix a bug introduced with commit
4615         e1889675b7f4adf057833c5513c9374134c4e053.
4616         (nnir-run-query): 'nnir-search-engine should not be set from the global
4617         environment.
4619 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4621         * nnir.el (nnir-search-thread): Position point on referring article
4622         line.
4623         (nnir-warp-to-article): Clean up summary buffers.
4625         * nnimap.el (nnimap-request-thread): Whitespace fix.
4627 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4629         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4631 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633         * starttls.el (starttls-available-p): Rename from
4634         `starttls-any-program-available' and changed return convention.
4636 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4638         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4639         `unix-sync' unless it's defined.
4641 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4643         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4644         `aref' for XEmacs compatibiltiy.
4646 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4650 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4652         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4653         closures, quote the form properly (bug#9194).
4655 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4658         (gnus-summary-insert-new-articles): Protect against servers that are
4659         down.
4661 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4663         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4664         in mm handle if none is specified.
4666 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4668         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4670 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4672         * nnir.el (nnir-search-thread): New function to make an nnir group
4673         based on a thread query.
4675         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4676         of nnir in thread referral.
4677         (gnus-summary-refer-thread): Use it.
4679         * nnimap.el (nnimap-request-thread): Use it.
4681 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683         * shr.el (shr-tag-comment): Ignore HTML comments.
4685 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4687         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4688         argument.
4689         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4690         Use `nnir-address' to handle server info rather than passing an arg.
4692         * nnimap.el (nnimap-make-thread-query): New utility function to format
4693         an imap thread search query.
4694         (nnimap-request-thread): Use it.
4696         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4697         right select-method if we are not going back to the group buffer.
4699 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4702         enter invalid buffer configurations into the quit form (bug#9107).
4703         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4704         unplugged/plugged.
4706         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4707         keep track of which ones are unread (bug#9061).
4709         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4710         (bug#9055).
4712         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4713         (bug#9041).
4715         * gnus-html.el (mm-util): Require (bug#9073).
4717         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4718         (gnus-summary-refer-thread): Use it to remove duplicates in the
4719         un-threaded view (bug#9053).
4720         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4722 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4724         * nnir.el (nnir-read-server-parm): Use default value from global
4725         variable.  Without this the default search engine parameters aren't
4726         used at all.
4728 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730         * message.el (message-unique-id): Don't use the undocumented return
4731         value from (random t) (bug#9118).
4733 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735         * message.el (message-auto-save-directory): If the ~/Mail directory
4736         doesn't exist, use ~ as the auto-save directory (bug#4432).
4738         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4739         hasn't already been started.
4741 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4745         * message.el (message-reply): Work around mysterious bug where
4746         `message-mode' seems to overwrite the locally bound `subject' variable.
4748 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4750         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4751         correct group.
4753         * gnus-int.el (gnus-request-thread): Add group argument.
4755         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4757 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4761         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4762         renamed to `debbugs-gnu-*'.
4764 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4766         * plstore.el: Revert the editing feature since it is not urgent.
4767         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4768         (plstore-mode-decoded): Remove.
4770 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4773         isn't very interesting any more, and it leaks potentially secret data.
4774         (gnus-debug): Remove.
4776         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4777         use of :custom-show.
4779 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4781         * plstore.el: Add documentation.
4782         (plstore-mode): New mode to edit plstore file.
4783         (plstore-mode-toggle-display, plstore-mode-original)
4784         (plstore-mode-decoded): New command.
4785         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4786         (plstore--insert-buffer, plstore--make): New function.
4787         (plstore-open, plstore-save): Simplify by using them.
4789 2011-07-06  Glenn Morris  <rgm@gnu.org>
4791         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4793 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4796         no longer is much used.
4797         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4798         Articles".
4800 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4802         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4803         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4804         `notmuch' backend.
4806 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808         * mm-decode.el (mm-text-html-renderer): Doc fix.
4810         * gnus-msg.el (gnus-bug): Fix the MML tag.
4812         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4814 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4816         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4817         secondary methods if started with `gnus-no-server'.
4819 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4821         * message.el (message-return-action): Fix typo in docstring.
4823 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4826         bug reports at once.
4828         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4830 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4832         * nndraft.el: Require gnus-group.
4833         (nndraft-request-list): Declare.
4835         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4836         no unread article unless it matches gnus-permanently-visible-groups.
4838         * nndraft.el (nndraft-update-unread-articles): New function.
4839         (nndraft-request-associate-buffer): Use it to update the number of
4840         unread articles for the nndraft groups in the group buffer when saving
4841         or killing a draft message.
4843 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4846         systems to binary before writing and reading the mbox files.
4848         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4849         instead of trying to list them all (bug#8978).
4851 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4853         * pop3.el (pop3-open-server): Use :end-of-capability.
4855 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4858         the id is always a number.
4860         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4862         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4863         debbugs mode, if possible.
4865 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4867         * auth-source.el (auth-source-token-passphrase-callback-function):
4868         Reindent.
4869         (epg-context-operation): Remove unnecessary autoload.
4871 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873         * gnus.el (gnus-list-debbugs): New command.
4875         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4876         mboxstat instead of the maintbox, since the stat seems to be fuller.
4878         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4879         summary buffers.
4881         * message.el (message-get-reply-headers): Delete all duplicates,
4882         instead of the first.
4883         (message-get-reply-headers): Ensure that we have progress while
4884         deleting duplicates.
4886         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4887         gnus-posting-style value from the summary buffer to make it easier to
4888         make that a per-buffer conf.
4890 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4892         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4893         found by setting `shortcut' in 'query.
4894         (nnir-request-article): Use `shortcut' setting when requesting article
4895         by Message-ID.
4897 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4899         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4900         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4901         Bring the pseudo-headers back too.
4903 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4905         * auth-source.el (auth-source-token-passphrase-callback-function):
4906         Simplify and remove EPA dependency.
4908 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4910         * nnir.el (nnir-request-article): Fix error message text.
4912 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4914         * auth-source.el (plstore-delete): Autoload.
4915         (auth-source-plstore-search): Support delete operation.
4916         * plstore.el (plstore-delete): New function.
4918 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4920         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4921         mark actually existing articles as unread rather than the ones that
4922         active asserts.
4924 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4926         * nntp.el (nntp-record-command):
4927         * gnus-util.el (gnus-message-with-timestamp-1):
4928         Use format-time-string rather than decoding time stamps by hand.
4929         This is simpler and insulates the code from potential changes to
4930         current-time format.
4932 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4934         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4936 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4938         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4939         (plstore-save): Support public key encryption.
4940         (plstore--init-from-buffer): New function.
4941         (plstore-open): Use it; fix error when opening a non-existent file.
4942         (plstore-revert): Use plstore--init-from-buffer.
4944 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4946         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4948 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4950         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4951         for old Emacsen.
4953 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4955         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4956         is not fully working.
4958 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960         * dgnushack.el: Autoload sha1 on XEmacs.
4962         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4963         quit window configuration.
4965         * auth-source.el (epg-context-set-passphrase-callback):
4966         Remove duplicate autoload.
4968 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4970         * nnir.el (nnir-request-article): Allow requesting articles by
4971         Message-ID with nnimap.
4973         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4974         current server.
4976 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4978         * auth-source.el: Autoload EPA/EPG functions.
4979         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4980         changed when EPA/EPG is not available.
4981         (auth-source-backend): Rename "arg" member to "data".
4982         (auth-source-backend-parse, auth-source-plstore-search)
4983         (auth-source-plstore-create): Use it.
4985 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4987         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4988         `gnus-refer-article-methods'.
4990 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4992         * auth-source.el: Require EPA and EPG.
4993         (auth-source-passphrase-alist): New variable.
4994         (auth-source-passphrase-callback-function)
4995         (auth-source-token-passphrase-callback-function): Callbacks for the
4996         netrc field encryption (GPG tokens).
4997         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4998         Symmetric encryption and decryption of the netrc GPG tokens.
4999         (auth-source-netrc-normalize): Use them, simplifying the closure.
5001 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5003         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5004         is available.
5006 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5009         non-nil, and `nnimap-split-methods' is nil, use the former.
5011 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5013         * plstore.el (plstore-revert): New function.
5014         (plstore-open): Use it; hide the buffer from user.
5016 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5018         * auth-source.el (auth-source-backend): New member "arg".
5019         (auth-source-backend-parse): Handle new backend 'plstore.
5020         * plstore.el: New file.
5022 2011-06-30  Glenn Morris  <rgm@gnu.org>
5024         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5026 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5029         expiring articles to.
5031         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5032         variations as ASCII (bug#5458).
5034 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5036         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5038 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040         * message.el (message-point-in-header-p): Tweak the function to default
5041         to saying that we're not in the headers if there is no separator at
5042         all.  This makes it possible to use the Message version of `M-q' in
5043         buffers with no headers (bug#7987).
5044         (message-point-in-header-p): Fix last checkin to work with an empty
5045         mail-header-separator, too.
5047         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5048         again, save the choice via customize.
5050 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5054         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5055         ended the connection, bail out before waiting infinitely on a new
5056         connection.
5058 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5060         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5061         reports.
5063         * gnus.el (gnus-bug-package): Use "gnus."
5064         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5066 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068         * dgnushack.el: Make the timer warning go away on XEmacs.
5070         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5071         animations going on at article exit time.
5073         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5074         since removing it breaks people upgrading.
5076         * shr.el (shr-put-image): Use the new interface for animating images.
5077         (shr-put-image): Animate for 60 seconds.
5079         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5080         avoid compiler warnings.
5082         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5083         error with `find-file-hooks' on Emacs 22.
5084         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5085         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5086         on all architectures.
5088         * spam.el (spam-stat): Require in a normal fashion without binding
5089         `spam-stat-install-hooks' to avoid compilation warnings.
5091         * spam-stat.el (spam-stat-install-hooks): Remove.
5092         (spam-stat-install-hooks): Don't run automatically.
5094 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5096         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5097         and keystroke.
5099 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5101         * auth-source.el (auth-source-netrc-cache): Move forward.
5103 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105         * proto-stream.el (proto-stream-open-starttls): Use
5106         `gnutls-available-p' to see whether we have built-in support.
5108         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5109         we already know.
5110         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5111         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5113 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5116         %S format, since that looks odd.
5117         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5118         file, especially when saving.
5120 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5122         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5123         article found.
5125 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5127         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5128         `auth-source-save-secrets' with a more sensitive alist that can be
5129         configured per file.  Experimental, so defaults to 'never.
5130         (auth-source-netrc-create): Use it.  Still experimental code.
5131         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5132         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5134 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5136         * auth-source.el (auth-source-save-secrets): New variable to control if
5137         secret tokens should be saved encrypted.
5138         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5139         to `auth-source-netrc-normalize'.
5140         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5141         on the EPA variables being defined.
5142         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5143         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5144         the lexical-let closure.
5145         (auth-source-netrc-create): Create "gpg:" tokens according to
5146         `auth-source-save-secrets'.
5148 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5150         * gnus-group.el (gnus-group-update-group): Add new argument
5151         `info-unchanged' that stops updating dribble buffer.
5153         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5154         deletes lines matching to it in dribble buffer.
5156         * gnus-agent.el (gnus-agent-fetch-group-1):
5157         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5158         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5159         * gnus-start.el (gnus-group-change-level):
5160         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5162         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5163         if newsgroup info is not changed.
5165         * gnus-group.el (gnus-group-get-new-news-this-group):
5166         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5167         Don't update dribble buffer.
5169 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5171         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5172         remove entries with groups we ignore.
5174 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5177         the underline comes at the bottom.
5179 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5181         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5182         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5183         (gnus-registry-article-marks-to-names): Rename from
5184         `gnus-registry-user-format-function-M2'.
5186 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5188         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5189         ephemeral group.
5191 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193         * shr.el (shr-browse-image): Copy the URL if called interactively.
5195 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5198         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5199         done, then unselected articles may be marked as read.
5201         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5202         since not doing this seems to lead to a race condition in pop3-logon.
5204         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5205         so that the call chain it correct when we call "upwards".
5207         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5208         in read-only groups.
5210         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5212         * message.el (message-cite-reply-position): Doc string fix.
5214         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5215         avoid regexp overflow.
5216         (nnimap-transform-split-mail): Ditto.
5218         * pop3.el (pop3-retr): Error out if the server closes the connection.
5220 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5222         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5223         mm-with-unibyte-current-buffer.  The buffer should not contain any
5224         multibyte chars anyway at this stage.
5226 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5229         at the end of lines.
5231 2011-05-29  Julien Danjou  <julien@danjou.info>
5233         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5235 2011-05-27  Glenn Morris  <rgm@gnu.org>
5237         * gnus-group.el (gnus-bug-group-download-format-alist):
5238         Use the "maintainer" version of debian reports as well.
5240 2011-05-26  Glenn Morris  <rgm@gnu.org>
5242         * gnus-group.el (gnus-bug-group-download-format-alist):
5243         Use the "maintainer" version of debbugs.gnu.org reports.
5245 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5247         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5249 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5251         * gnus-cus.el (gnus-agent-customize-category):
5252         * gnus-delay.el (gnus-delay-send-queue):
5253         * gnus.el (gnus-other-frame):
5254         Don't quote lambda expressions with `quote'.
5256 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5258         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5259         the thread moves us backwards and so we loop forever.
5261 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5263         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5264         whitespace in base64 data lines.
5266 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5268         * gnus-registry.el (gnus-registry-user-format-function-M):
5269         Use `mapconcat'.
5270         (gnus-registry-user-format-function-M2): Use to see the full text of
5271         the marks.  Make "," the mark text separator.
5273         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5274         authentication with auth-source.
5276 2011-05-17  Glenn Morris  <rgm@gnu.org>
5278         * gnus-group.el (gnus-import-other-newsrc-file):
5279         Use insert-file-contents.
5281 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5283         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5284         1000 iterations.
5286 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5288         * nntp.el (nntp-open-connection): Check if process-type is available.
5290 2011-05-16  Julien Danjou  <julien@danjou.info>
5292         * shr.el (shr-tag-del): Add support for del tag.
5294 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5296         * gnus-html.el (gnus-html-put-image): Register a displayer.
5298         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5300 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5302         * registry.el (prune-factor): New initialization parameter defaulting
5303         to 0.1.
5304         (registry-prune-hard): Use it.
5306         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5307         0.1 expicitly.
5309 2011-05-13  Glenn Morris  <rgm@gnu.org>
5311         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5312         is bound, since this function requires sendmail.
5314 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5316         * registry.el (registry-usage-test): Disable pruning test.
5318 2011-05-11  David Engster  <dengste@eml.cc>
5320         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5321         Bind set-network-process-option for XEmacs.
5323 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5325         * registry.el (registry-prune-hard-candidates)
5326         (registry-prune-soft-candidates): Helper methods for registry pruning.
5327         (registry-prune): Use them.  Make the sort function optional.
5329 2011-05-10  Jim Meyering  <meyering@redhat.com>
5331         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5333 2011-05-10  Julien Danjou  <julien@danjou.info>
5335         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5336         symbol and not a list.
5338 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5340         * gnus-art.el (gnus-article-mode): Move binding of
5341         shr-put-image-function here from gnus-article-prepare-display.
5343         * shr.el (shr-put-image-function): New variable.
5344         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5345         (shr-put-image): Return scaled image.
5347         * gnus-art.el (gnus-shr-put-image): New function.
5348         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5350         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5351         original ones, as deletable.
5353 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5355         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5357 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5359         * registry.el (registry-full): Add convenience method.  Fix logic.
5360         (registry-insert): Use it.  Fix logic here too.
5362         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5363         `registry-prune' if `registry-full' returns t.
5364         (gnus-registry-handle-action)
5365         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5366         (gnus-registry-usage-test): Use it.
5368 2011-05-07  Julien Danjou  <julien@danjou.info>
5370         * shr.el (shr-link): Make shr-link inherit from link by default.
5372 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5374         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5376 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5378         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5379         error out because the face is not a list.
5381 2011-05-05  Glenn Morris  <rgm@gnu.org>
5383         * proto-stream.el (gnutls-negotiate): Fix declarations.
5385         * gnus-start.el (gnus-propagate-marks): Declare.
5387 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5389         * registry.el (registry-reindex): Fix percentage message.
5391         * proto-stream.el (network-stream-open-starttls): Adjust to call
5392         `gnutls-negotiate' with :process and :hostname arguments.
5394 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5396         * shr.el: Add shr-link face for links.
5397         (shr-urlify): Use it.
5399         * registry.el (registry-insert): Make error message more helpful.
5401 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403         * gnus-html.el (gnus-html-schedule-image-fetching):
5404         Use url-queue-retrieve, if it exists.
5406         * shr.el (shr-tag-img): Ditto.
5408         * gnus.el: Autoload more gnus-agent functions.
5410         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5411         agent if we haven't already (bug#8502).
5413         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5414         into the Agent, too.
5416         * gnus-agent.el (gnus-agent-store-article): New function.
5418         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5419         and moved from that file for reuse.
5421         * pop3.el (pop3-open-server): Error messages are "-ERR".
5423 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5426         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5428 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5430         * gnus.el: No Gnus v0.17 is released.
5432 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5435         buffer has moved to a different frame.
5437 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5440         to get the conversion from unibyte to multibyte buffers to work on
5441         Emacs 22.
5443         * nntp.el (nntp-request-article): Slight clean-up.
5445 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447         * shr.el (shr-strike-through): New face.
5448         (shr-tag-s): Use it to provide <s> support.
5449         (shr-tag-s): Remove duplicate definition.
5451 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5453         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5454         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5456 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5458         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5459         `gnutls-negotiate'.
5460         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5462 2011-04-23  Glenn Morris  <rgm@gnu.org>
5464         * gnus-sum.el (gnus-extra-headers): Bump :version.
5466 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468         * shr.el (shr-tag-sup): New function.
5469         (shr-tag-sub): Ditto.
5471 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5473         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5474         for the case where `gnus-registry-ignored-groups' is a list of lists,
5475         and don't call `gnus-parameter-registry-ignore' otherwise.
5477 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5479         * nnimap.el (nnimap-user): New backend variable.
5480         (nnimap-open-connection-1): Use it.
5481         (nnimap-credentials): Accept user parameter so it's explicit what user
5482         name is desired.
5484         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5485         default.
5487         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5488         not gnus-registry.el.
5490         * gnus-registry.el: Mention in comments how to modify
5491         `gnus-extra-headers' for proper recipient tracking and that it may
5492         already have To and Cc recently, which it does as of this commit.
5493         (gnus-registry-ignored-groups): Remove defcustom.
5494         Explain why in comments.
5495         (gnus-registry-action): Fix data-header reference to use the extra
5496         headers.  Explain in package commentary how to add To and Cc headers to
5497         the gnus-extra-headers.
5498         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5499         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5500         parameter list or a string list in `gnus-registry-ignored-groups'.
5501         Fix logic error.
5503 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505         * shr.el (shr-expand-url): Protect against null urls.
5507 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509         * shr.el (shr-base): New binding.
5510         (shr-tag-base): Keep track of <base>.
5511         (shr-expand-url): New function used throughout.
5513 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5515         * gnus-registry.el
5516         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5517         (gnus-registry-ignored-groups): New variable.
5518         (gnus-registry-ignore-group-p): Use it.
5519         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5520         set the destination group to nil (same as delete) if it's ignored.
5522 2011-04-20  David Engster  <dengste@eml.cc>
5524         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5526         * Makefile.in (test-nntp): New rule.
5527         (check): Add it.
5528         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5530 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5532         * gnus-registry.el (gnus-registry-action)
5533         (gnus-registry-fetch-header-fast):
5534         Don't use mail-header that looks an internal function of mailheader.el.
5536 2011-04-19  Glenn Morris  <rgm@gnu.org>
5538         * time-date.el (time-to-days): Remove unused local variables.
5540 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5542         * gnus-registry.el: Eliminate cl functions.
5543         (gnus-registry-sort-addresses): New function that replaces mapcan.
5544         (gnus-registry-action, gnus-registry-spool-action)
5545         (gnus-registry-split-fancy-with-parent)
5546         (gnus-registry-fetch-recipients-fast): Use it.
5547         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5549         * registry.el (initialize-instance, registry-lookup)
5550         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5551         (registry-lookup-secondary-value, registry-search, registry-delete)
5552         (registry-insert, registry-reindex, registry-size, registry-prune):
5553         Use eval-and-compile.
5555 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5557         * registry.el (registry-reindex): New method to recreate the secondary
5558         registry indices.
5560         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5561         tracked field changes.
5562         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5563         (gnus-registry-action, gnus-registry-spool-action)
5564         (gnus-registry-handle-action)
5565         (gnus-registry--split-fancy-with-parent-internal)
5566         (gnus-registry-split-fancy-with-parent)
5567         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5568         move, and delete actions, and for fancy splitting with parent.
5569         (gnus-registry-extract-addresses)
5570         (gnus-registry-fetch-recipients-fast)
5571         (gnus-registry-fetch-header-fast): Convenience functions.
5572         (gnus-registry-misc-test): ERT test of
5573         `gnus-registry-extract-addresses'.
5575 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5577         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5578         Track by subject first, then sender.
5580 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5582         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5584         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5585         Lisp.
5587         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5588         (gnus-draft-send): Use it to avoid popping
5589         up frames from gnus-group-send-queue.
5591 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5593         * gnus-registry.el: Updated gnus-registry docs.
5595 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5597         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5598         Fix logic bug.
5599         (gnus-registry-post-process-groups): Fix logging of no results and
5600         quote sender and subject.
5602 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5605         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5606         gnutls-cli are too slow to be done opportunistically.
5608         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5609         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5610         we had no early-data returned.
5611         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5612         two async commands to the same server at the same time.
5614 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5616         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5618 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5620         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5621         "warning" level.
5623         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5624         (mm-url-insert-file-contents): Don't set the package names.
5626 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5628         * gnus-registry.el (gnus-registry-action): Remove properties and
5629         simplify subject in `gnus-registry-handle-action'.
5630         (gnus-registry-spool-action): Get subject and sender from message if
5631         they are not passed in.
5632         (gnus-registry-handle-action): Remove properties and simplify subject
5633         consistently.
5635 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * registry.el: Require CL before using defmacro*.
5639 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5641         * gnus-art.el (article-treat-date): Assume that
5642         gnus-article-date-headers may be a group parameter.
5644 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5646         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5648         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5649         interactively so the newsrc file can contain foreign groups too.
5650         Useful for debugging but not much for users.
5652 2011-04-07  David Engster  <dengste@eml.cc>
5654         * registry.el (registry-usage-test): Only do
5655         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5656         lexical binding.
5658 2011-04-07  David Engster  <dengste@eml.cc>
5660         * Makefile.in (check, test-registry): New rules for test-suite.
5662 2011-04-06  David Engster  <dengste@eml.cc>
5664         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5665         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5667 2011-04-06  David Engster  <dengste@eml.cc>
5669         * registry.el (initialize-instance): Change :after to :AFTER to be
5670         compatible with old EIEIO version in XEmacs.
5672 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5674         * gnus-registry.el (gnus-registry-post-process-groups)
5675         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5676         and provide better messaging.
5678 2011-04-06  David Engster  <dengste@eml.cc>
5680         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5681         errors.
5683         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5684         dgnushack-compile with error-on-warn enabled, and to signal an error if
5685         clean compilation failed.
5686         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5687         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5689 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5691         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5692         unconditionally anyway, discarding errors.
5693         (gnus-registry-delete-entries): New convenience function.
5694         (gnus-registry-import-eld): Import from old .eld registry.
5696         * registry.el: Don't use ERT if it's not available.  Load it
5697         unconditionally anyway, discarding errors.
5699         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5700         version from the Claudio Bley GnuTLS patch (extra optional parameters
5701         and host name).
5703 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5705         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5706         fixup the parameters that can be customized by the user between
5707         save/read cycles.
5708         (gnus-registry-read): Use it.
5709         (gnus-registry-make-db): Use it.
5710         (gnus-registry-spool-action, gnus-registry-handle-action):
5711         Fix messaging.
5712         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5713         Map references to actual group names with sender and subject tracking.
5714         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5715         (gnus-registry-usage-test): Add subject lookup test.
5717         * registry.el (registry-db, initialize-instance): Set up constructor
5718         instead of :initform arguments for the sake of older Emacsen.
5719         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5720         pre-lexbind merge bug.
5721         (registry-usage-test): Use it.
5722         (initialize-instance, registry-db): Move the non-function initforms
5723         back to the class definition.
5725 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5727         * registry.el: New library to manage gnus-registry-style data.
5729         * gnus-registry.el: Use it (major rewrite).
5731         * nnregistry.el: Use it.
5733         * spam.el: Use it.
5735 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5738         marks on non-selected articles.
5740 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5742         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5743         parameter to open-protocol-stream.
5745 2011-04-01  Julien Danjou  <julien@danjou.info>
5747         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5748         fundamental-mode.
5750 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5753         servers.
5755 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5758         made marks not propagate, again.
5760 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5762         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5763         Make this the default type.
5764         (proto-stream-open-plain): Rename from proto-stream-open-default.
5765         (open-protocol-stream, proto-stream-open-starttls)
5766         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5767         with `plain'.
5769         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5770         value.
5772         * nntp.el (nntp-open-connection-function): Document the fact that some
5773         values are not functions but are instead handled specially.
5774         Recognize nntp-open-plain-stream value.
5775         (nntp-open-connection): Recognize that value.
5777 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5780         where it seems to be needed.
5782 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5784         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5785         stuff.
5787         * gnus-score.el (gnus-score-string): Fix calling convention of
5788         `gnus-simplify-buffer-fuzzy' after last patches.
5790         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5791         server for articles we didn't get any headers for.  This is a sanity
5792         check.
5794 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5796         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5797         new CAPABILITY, use it.
5799 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5802         downloading anything.
5804         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5806 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5808         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5809         colors.
5810         (gnus-splash-svg-color-symbols): New function.
5812 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5815         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5816         (gnus-simplify-subject-fuzzy): Use the local
5817         gnus-simplify-subject-fuzzy-regex instead of the global one.
5818         This makes using this variable in group parameters work.
5820 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5822         * gnus-registry.el (gnus-registry-unfollowed-groups):
5823         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5824         archive:sent-YYYY-MM-DD groups).
5825         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5826         tracking if there are more than `gnus-registry-max-track-groups'
5827         matches.
5829 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5831         * message.el (message--yank-original-internal): New function to do the
5832         insertion cleanly inside eval in `message-yank-original'.
5833         (message-yank-original): Use it.
5835 2011-03-29  Julien Danjou  <julien@danjou.info>
5837         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5838         local variables disabled rather than `normal-mode'.
5840 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5842         * imap.el (imap-shell-open, imap-process-connection-type):
5843         Use imap-process-connection-type for 'shell' streams as well as
5844         Kerberos, SSL, other subprocesses.
5846 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5848         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5849         with open-network-stream.
5850         (proto-stream-always-use-starttls): Option removed.
5851         (open-protocol-stream): Return a process object by default.  Provide a
5852         new parameter :return-list specifying a list-type return value, which
5853         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5854         :type `network' to `try-starttls', and `network-only' to `default'.
5855         Make `default' the default, for compatibility with open-network-stream.
5856         Handle the no-parameter case exactly as open-network-stream, with no
5857         additional stream processing.  Search plists using plist-get.
5858         Explicitly add :end-of-commend parameter if it is missing.
5859         (proto-stream-open-default): Rename from
5860         proto-stream-open-network-only.  Return 'default as the type.
5861         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5862         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5863         failed.  Always return a list with a (possibly dead) process as the
5864         first element, for compatibility with open-network-stream.
5865         (proto-stream-open-tls): Use plist-get.  Always return a list.
5866         (proto-stream-open-shell): Return `default' as connection type.
5867         (proto-stream-capability-open): Use plist-get.
5868         (proto-stream-eoc): Function deleted.
5870         * nnimap.el (nnimap-stream, nnimap-open-connection)
5871         (nnimap-open-connection-1): Handle renaming of :type parameter for
5872         open-protocol-stream.
5873         (nnimap-open-connection-1): Pass a :return-list parameter
5874         open-protocol-stream to obtain a list return value.  Parse this list
5875         using plist-get.
5877         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5878         for open-protocol-stream.  Accept open-protocol-stream return value
5879         that is a subprocess object instead of a list.  Handle the case of a
5880         dead returned process.
5882 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5884         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5886         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5888 2011-03-21  Julien Danjou  <julien@danjou.info>
5890         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5891         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5892         query.
5893         (mm-inline-text): Render normal text with fontification whenever
5894         possible.
5896         * gnus-sum.el (gnus-summary-save-parts-1):
5897         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5898         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5899         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5900         Use `mm-handle-filename'.
5902         * mm-util.el (mm-handle-filename): New function, return the filename of
5903         an handle.
5905 2011-03-18  Julien Danjou  <julien@danjou.info>
5907         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5908         (gnus-buffer-live-p): Check that buffer is not nil.
5910 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5912         * gnus.el: No Gnus v0.15 is released.
5914 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5917         avoid warning on XEmacs.
5919         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5920         on XEmacs.
5922         * gnus-art.el: Require mouse, which the build bot seems to say is
5923         needed.
5925         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5927         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5928         XEmacs, since it doesn't have url-retrieve-synchronously.
5930         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5931         since assoc-string doesn't exist in XEmacs.
5933 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5935         * gnus-group.el (gnus-group-list-ticked): New function.
5936         (gnus-group-make-menu-bar): Provide a menu entry for it.
5937         (gnus-group-list-map): Provide a binding for it.
5939 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941         * shr.el (shr-visit-file): New command.
5943         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5945 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5947         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5948         servers.
5950 2011-03-16  Julien Danjou  <julien@danjou.info>
5952         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5953         inline.
5955         * gnus-art.el (article-hide-list-identifiers):
5956         Use gnus-group-get-list-identifiers.
5958         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5959         (gnus-summary-remove-list-identifiers):
5960         Use gnus-group-get-list-identifiers to get regexp.
5961         (gnus-select-newsgroup, gnus-summary-insert-subject)
5962         (gnus-summary-insert-articles):
5963         Call gnus-summary-remove-list-identifiers unconditionally.
5965 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5968         we're selecting a group with unread articles.
5970         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5972         * gssapi.el: New file separated out from imap.el to provide a general
5973         Kerberos 5 connection facility for Emacs.
5975         * message.el (message-elide-ellipsis): Document the format spec
5976         ellipsis.
5978 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5980         * message.el (message-elide-region): Allow the ellipsis to say how many
5981         lines were removed.
5983 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5985         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5986         window configurations containing buffers that are now dead.
5988         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5989         parsing to avoid integer overflows.
5990         (nnimap-parse-flags): Simplify the last change.
5991         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5992         too large for 32-bit Emacsen.
5994 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5996         * auth-source.el (auth-source-netrc-create):
5997         * message.el (message-yank-original): Fix use of `case'.
5999 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6001         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6002         XEmacs, which was one character too wide.
6004 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6006         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6007         default number of articles to display.
6008         (gnus-articles-to-read): Use pretty names for prompt.
6010 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6012         * gnus-int.el (gnus-open-server): Ditto.
6014         * gnus-start.el (gnus-activate-group): Give a backtrace if
6015         debug-on-quit is set and the user hits `C-g'.
6016         (gnus-read-active-file): Ditto.
6018         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6020 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6022         * message.el (message-yank-original): Use cond instead of CL case.
6024 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6026         * auth-source.el (auth-source-netrc-create): Use usual format for the
6027         default in prompts.
6029 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6031         * lpath.el: Fbind read-char-choice for XEmacs.
6033 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6035         * auth-source.el (auth-source-netrc-create): Show the default in the
6036         prompt when prompting for token creation.
6038 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6040         * auth-source.el (auth-source-format-prompt): Always convert the value
6041         to a string to avoid evaluating non-string arguments.
6042         (auth-source-netrc-create): Offer default properly, not as initial
6043         content in `read-string'.
6044         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6045         of line to determine if we've been run before.  If so, don't run again,
6046         but print a trivial message to indicate the cache was hit instead.
6048 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6050         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6051         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6052         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6053         Gnus.
6055 2011-03-11  Julien Danjou  <julien@danjou.info>
6057         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6058         modified file".
6060 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6062         * auth-source.el (auth-source-read-char-choice): New function to read a
6063         character choice using `dropdown-list', `read-char-choice', or
6064         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6065         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6066         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6067         (auth-source-netrc-saver): Use it.
6068         (auth-source-pick-first-password): New convenience function.
6070 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6072         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6073         parameter in the credentials.
6074         (nnimap-open-connection-1): Use it after a successful login.
6075         (nnimap-credentials): Add IMAP-specific user and password prompt.
6077         * auth-source.el (auth-source-search): Add :require parameter, taking a
6078         list.  Document it and the :save-function return token.  Pass :require
6079         down.  Change the CREATED message from a warning to a debug statement.
6080         (auth-source-search-backends): Pass :require down.
6081         (auth-source-netrc-search): Pass :require down.
6082         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6083         Change save prompt to indicate all modifications saved here are
6084         deletions.
6085         (auth-source-netrc-create): Take user login name as default in user
6086         prompt.  Move all the save functionality to a lexically bound function
6087         under the :save-function token in the returned list.  Set up clearer
6088         default prompts for user, host, port, and secret.
6089         (auth-source-netrc-saver): New function, intended to be wrapped for
6090         :save-function.
6092 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6095         lines to be spaces instead.
6097 2011-03-07  Julien Danjou  <julien@danjou.info>
6099         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6100         (sieve-sasl-auth): Check that auth-source-search did return something,
6101         or just return an empty string.
6103 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6105         * gnus.el (gnus-interactive): Use read-directory-name.
6107         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6108         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6109         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6110         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6111         Likewise.
6113         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6115 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6118         onto the list of killed groups, too.  This makes killed nnimap groups,
6119         for instance, more reliably not reappear.
6121         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6122         the parent.
6124         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6126         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6127         really have server-side marks.
6129         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6130         since most backends do not usefully have server-side marks.
6131         (gnus-update-read-articles): Propagate marks to all backends that
6132         really have server-side marks.
6134 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6136         * message.el (message-cite-reply-position, message-cite-style):
6137         New variables.
6138         (message-yank-original): Use the new citation styles.
6140 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6142         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6143         buffer-local issue); don't mark it buffer-local when running under
6144         XEmacs.
6146 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6148         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6149         numbers too big to be `read'.
6151 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6153         * password-cache.el (password-in-cache-p): Add autoload.
6155         * message.el (message-options): Make buffer-local two ways to attempt
6156         to fix a XEmacs bug.
6158 2011-03-02  Julien Danjou  <julien@danjou.info>
6160         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6162 2011-03-01  Julien Danjou  <julien@danjou.info>
6164         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6165         group.
6166         (article-hide-list-identifiers): Use list-identifier group parameter.
6168 2011-02-28  Julien Danjou  <julien@danjou.info>
6170         * sieve.el (sieve-buffer-script-name): New local variable to store
6171         sieve script name.
6172         (sieve-edit-script): Store sieve script name.
6173         (sieve-upload): Use sieve script name when uploading.
6174         (sieve-upload): Use substitute-command-keys.
6175         (sieve-edit-script): Use substitute-command-keys.
6176         (sieve-refresh-scriptlist): Use substitute-command-keys.
6177         (sieve-manage-mode-map): Define keymap properly.
6178         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6179         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6180         Remove commented code about cvs.
6181         (sieve-manage-quit): New function.
6182         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6184 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6188 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6190         * auth-source.el (auth-source-search): Cache empty result sets.
6192         * password-cache.el (password-in-cache-p): Convenience function to
6193         check if a key is in the cache, even if the value is nil.
6195         * auth-source.el (auth-source-save-behavior): New variable to replace
6196         `auth-source-never-create'.
6197         (auth-source-netrc-create): Use it.
6198         (auth-source-never-save): Remove.
6200 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6202         * nnimap.el (nnimap-stream): Doc fix.
6203         (nnimap-open-connection-1): Reverse the order of the ports to that the
6204         prompted-for port is first.
6206         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6207         retrieval by the no-group selection.
6209         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6210         numerical parameters.
6212 2011-02-25  Julien Danjou  <julien@danjou.info>
6214         * gnus-gravatar.el: Use gnus-with-article-buffer.
6216         * gnus-art.el (gnus-with-article-buffer): Check that the
6217         gnus-article-buffer is alive.
6219 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6221         * auth-source.el (auth-source-creation-prompts): New variable to manage
6222         creation-time prompts.
6223         (auth-source-search): Document it.
6224         (auth-source-format-prompt): Add utility function.
6225         (auth-source-netrc-create): Don't default the user name to
6226         user-login-name.  Use `auth-source-creation-prompts' and some default
6227         prompts for user, host, port, and password (the default generic prompt
6228         remains ugly).
6229         (auth-source-never-save): Add customizable option to never save info.
6230         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6231         mode excursion.
6233 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6235         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6236         argument that XEmacs doesn't support.
6238         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6239         compiled for Emacsen having no `libxml-parse-html-region' support.
6241         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6243         * lpath.el: Bind buffer-save-without-query for XEmacs.
6245 2011-02-23  Julien Danjou  <julien@danjou.info>
6247         * gnus-art.el (article-make-date-line): Ignore errors if time is
6248         invalid and not convertible.
6249         (article-make-date-line): Only add lapsed time if time is not nil.
6251 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6253         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6254         `read-char-choice' for backwards compatibility.
6255         (auth-source-netrc-element-or-first): New function to DTRT for
6256         parameter extraction.
6257         (auth-source-netrc-create): Use it and fix multiple parameter print
6258         bug.  Use the default passed from above (given-default) or the
6259         built-in (user-login-name for :user).
6261 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6263         * gnus-start.el (gnus-dribble-read-file):
6264         Set buffer-save-without-query, since we always want to save the dribble
6265         file, probably.
6267         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6268         nnimap.
6270         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6271         -summary- since it's a user-visible variable.
6273         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6274         first time you use the new Gnus.
6276 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6278         * auth-source.el: Don't load netrc.el.
6279         (auth-sources): Search ~/.netrc as well by default.
6280         (auth-source-debug): Add 'trivia option for extra output.
6281         (auth-source-do-trivia): Use it.
6282         (auth-source-search): Simplify logic to use
6283         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6284         appropriate.  Don't keep a running count at this level.  Layer :create
6285         and :delete options appropriately on the first and second passes.
6286         Don't track the backend with the search results.
6287         (auth-source-search-backends): New function to search a list of
6288         backends for a processed spec.
6289         (auth-source-netrc-parse): Cache all netrc files, making
6290         auth-source-netrc-cache an alist keyed by the file name and using the
6291         file mtime as the caching criterion.  Keep the obfuscated data secret
6292         with a lexical bind.
6293         (auth-source-netrc-search): Don't calculate the length of the results
6294         unnecessarily.
6295         (auth-source-search-backends): Fix bug.
6296         (auth-source-netrc-create): Rework prompts.
6298 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6300         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6301         Lower case names of search constraints.
6302         (nnir-run-query): Cache and reuse search constraints for all imap
6303         servers.
6305 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6307         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6308         after exit.
6309         (gnus-setup-message): Define missing variable from last checkin.
6311         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6312         value, show the raw article.
6314 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6316         * gnus.el: No Gnus v0.13 is released.
6318 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6320         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6321         auth-source now accepts numbers.
6323         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6324         spec, too.
6325         (auth-source-ensure-strings): New function.
6327         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6328         (gnus-article-setup-buffer): Always restart the date timer so that user
6329         changes to the frequency is respected.
6331         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6332         port numbers, so make sure it gets that if nnimap-server-port is
6333         explicit.
6335 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6337         * nnimap.el (nnimap-inbox): Doc fix.
6339 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6341         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6342         Autoload.  Add optional arg FRAME, and pass it to color-values.
6343         (color-complement): Caller changed.  Doc fix.
6344         (color-gradient): Rewrite for better clarity and efficiency.
6346 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6348         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6349         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6350         color-lab-to-srgb.
6352 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6354         * color.el: First part of merge from hexrgb.el.
6355         (color-rgb-to-hex): Rename from color-rgb->hex.
6356         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6357         saturation to zero if the value is too small.
6358         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6359         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6360         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6361         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6362         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6363         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6364         (color-cie-de2000): Doc fix.
6366 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6368         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6369         given method as in the group name if we're using an extended method.
6370         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6371         command, if we're using that, instead of waiting for the beginning.
6373         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6374         we're sure to get unique server names, and we don't output two async
6375         commands in the same buffer.  This fixes an NNTP hang for some users.
6377 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6379         * gnus.el: No Gnus v0.11 is released.
6381 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6383         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6384         summary buffer before reading going to the next buffer.  This avoids
6385         putting the point in the group buffer if you `C-g' the command.
6387         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6388         cache (for now) to make ~/.authinfo.gpg files usable.
6390         * nnfolder.el (copyright-update): Define for the compiler.
6392         * auth-source.el (auth-source-search): Fix unbound variable.
6394 2011-02-19  Glenn Morris  <rgm@gnu.org>
6396         * gnus.el (gnus-meta): Doc fix.
6398 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6400         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6401         in case it's not yet loaded.
6403 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6405         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6406         line we're waiting for.
6408 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6410         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6411         face with line-width greater than zero will cause RET in gnus summary
6412         buffer to scroll down article page-wise because auto vscroll happens,
6413         it should be temporally disabled when doing a scroll-up.
6415 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6417         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6418         outputs from the server.
6420 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6422         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6423         later so that bbdb can hook in easier.
6425 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6427         * auth-source.el (auth-source-search): Don't try to create credentials
6428         if the caller doesn't want that.
6429         (auth-source-search): If we don't find a match, don't bug out on
6430         non-bound variables.
6431         (auth-source-search): Only ask a single backend to create the
6432         credentials.
6434         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6435         logging.
6436         (nnimap-credentials): Protect against auth-source-search returning nil.
6437         (nnimap-request-list): Protect against not being able to open the
6438         server.
6440 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6442         * auth-source.el (auth-source-search): Do a two-phase search, one with
6443         no :create to get the responses from all backends.
6445         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6446         when getting credentials.
6448         * gnus-util.el (gnus-delete-duplicates): New function.
6450 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6452         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6453         a creation default, pass the whole port list down.  It will be
6454         completed.
6456         * auth-source.el (auth-source-search): Updated docs to talk about
6457         multiple creation choices.
6458         (auth-source-netrc-create): Accept a list as a value (from the search
6459         parameters) and do completion on that list.  Keep a separate netrc line
6460         with the password obscured for showing the user.
6462         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6463         first choice to `auth-source-search' so it will be used for entry
6464         creation instead of the server's Gnus-specific name.
6465         (nnimap-credentials): Rely on the auth-source library to select which
6466         port is actually wanted in the new netrc entry, so don't override
6467         `auth-source-creation-defaults'.
6469         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6470         :protocol and accept a missing user, host, or port as a wildcard match.
6471         (auth-source-debug): Default to off.
6473         (auth-source-netrc-search, auth-source-netrc-create)
6474         (auth-source-secrets-search, auth-source-secrets-create)
6475         (auth-source-user-or-password, auth-source-backend, auth-sources)
6476         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6477         instead of :protocol.
6479         * nnimap.el (nnimap-credentials): Pass a port default to
6480         `auth-source-search' in case an entry needs to be created.
6481         (nnimap-open-connection-1): Use :port instead of :protocol.
6483 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6485         * auth-source.el: Bind load-path when loading EIEIO from
6486         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6487         21.4 doesn't support, to `require'.
6488         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6489         delete-dups that is not available in XEmacs 21.4.
6491 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6493         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6494         as EIEIO must also be loaded when auth-source.el is being
6495         byte-compiled.
6497 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6499         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6501         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6503         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6505         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6507         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6509         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6511         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6513         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6514         necessary.
6516 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6518         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6519         nil means that nnimap doesn't get updated.
6521 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6523         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6524         result when the user doesn't want to write to the file.
6525         (auth-source-netrc-search): Expect a synthetic result and proceed
6526         accordingly.
6527         (auth-source-cache-expiry): New variable to override
6528         `password-cache-expiry'.
6529         (auth-source-remember): Use it.
6531         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6532         parameter.  Create entry if necessary by using :create t.
6533         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6535 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6537         * auth-source.el (auth-source-debug): Enable by default and don't
6538         mention the obsolete `auth-source-hide-passwords'.
6539         (auth-source-do-warn): New function to debug unconditionally.
6540         (auth-source-do-debug): Use it.
6541         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6542         and for Secrets API entries when the secrets.el library is not
6543         available.
6545 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6547         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6548         (gnus-summary-exit): Kill the correct article buffer on exit from a
6549         `C-d' group.
6551         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6552         gnus-propagate-marks.
6554         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6555         before killing the buffers so that a non-full window conf gets handled
6556         correctly.
6557         (gnus-summary-exit): Ditto.
6558         (gnus-summary-read-group-1): Ditto.
6560         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6561         async code again so that we can debug it properly.
6563         * message.el (message-reply): Take an optional switch-buffer parameter
6564         so that Gnus window confs are respected better.
6566 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6568         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6569         `plist-get' to accept non-list parameters (XEmacs issue).
6570         Fix docstring.
6571         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6572         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6573         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6574         Login collection is "Login" and not "login".
6576 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6578         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6579         multiple headers.
6581         * nnimap.el (nnimap-inhibit-logging): New variable.
6582         (nnimap-log-command): Don't log login commands.
6584         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6585         to have more parameters.
6587         * nnimap.el (nnimap-send-command): Mark the command time for each
6588         command, so that we don't get NOOPs stepping on our toes.
6590         * gnus-art.el (article-date-ut): Get the date from the Date header on
6591         `t'.
6593 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6595         * auth-source.el (auth-source-search): Use copy-sequence instead of
6596         the cl.el copy-list.
6598 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6600         * imap.el: Bring it back (revert
6601         84d800cd31de3064f0ed39617d725709a2f8f42f).
6603 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6605         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6606         Improve prompt.
6608 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6610         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6611         washing status from the default format.  It isn't very informative.
6613 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6615         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6616         Fix Gcc processing on imap.
6618 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6620         * imap.el: Remove file.  All the functionality is in nnimap.el.
6622 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * message.el (message-bury): Don't pop up a new window when selected
6625         window is dedicated.
6627 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6629         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6631 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6633         * sieve-manage.el: Autoload `auth-source-search'.
6634         (sieve-sasl-auth): Use it.
6636 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6638         * nnimap.el: Autoload `auth-source-forget+'.
6639         (nnimap-open-connection-1): Use it if the connection fails.
6641         * auth-source.el: Require `password-cache'.
6642         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6643         obsolete.
6644         (auth-source-magic): Marker for `password-cache' keys.
6645         (auth-source-do-cache): Update docstring.
6646         (auth-source-search): Use and check cache.
6647         (auth-source-forget-all-cached, auth-source-remember)
6648         (auth-source-recall, auth-source-forget, auth-source-forget+)
6649         (auth-source-specmatchp): Caching support functions.
6650         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6651         Remove and obsolete.
6652         (auth-source-user-or-password): Remove caching to further discourage
6653         using it.  Always hide passwords.
6655         * password-cache.el (password-cache-remove): Accept secrets that are
6656         not strings.
6658 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6660         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6661         code for now, since it doesn't work for all users.
6663 2011-02-09  Julien Danjou  <julien@danjou.info>
6665         * message.el (message-options): Make message-options really buffer
6666         local.
6668 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6670         * mail-source.el: Autoload `auth-source-search'.
6671         (mail-source-keyword-map): Note order matters.
6672         (mail-source-set-1): Get all the mail-source source values and
6673         defaults and search auth-source on those if needed.  This can all
6674         probably be simplified.
6676         * nnimap.el: Autoload `auth-source-search'.
6677         (nnimap-credentials): Use it.
6678         (nnimap-open-connection-1): Ask for the virtual server and physical
6679         address in one shot.
6681         * nntp.el: Autoload `auth-source-search'.
6682         (nntp-send-authinfo): Use it.  Note TODO.
6684 2011-02-08  Julien Danjou  <julien@danjou.info>
6686         * shr.el (shr-tag-body): Add support for text attribute in body
6687         markups.
6689         * message.el (message-options): Make message-options a local variable.
6691 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6693         * auth-source.el (auth-source-secrets-search)
6694         (auth-source-user-or-password): Use `append' instead of `nconc'.
6695         (auth-source-user-or-password): Build return list better and protect
6696         against nil :secret.
6698 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6700         * nnimap.el (nnimap-update-info): Refactor slightly.
6701         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6702         (nnimap-update-info): Clean up slightly.
6703         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6704         characters.
6705         (nnimap-process-quirk): Rename function to avoid collision.
6706         (nnimap-update-info): Fix macrology bug-out.
6707         (nnimap-update-info): Simplify split history test.
6709 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6711         * auth-source.el (top): Require 'eieio unconditionally.
6712         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6713         (auth-source-secrets-search): Limit search when `max' is greater than
6714         number of results.
6716 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6718         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6719         part not returning any data.
6721         * proto-stream.el (open-protocol-stream): Document the return value.
6723 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6725         * auth-source.el (auth-source-secrets-search): Add examples.
6727 2011-02-06  Julien Danjou  <julien@danjou.info>
6729         * message.el (message-setup-1): Handle message-generate-headers-first
6730         set to t.
6732 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6734         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6735         API with a string "secrets:collection-name" and with 'default.
6736         (auth-source-backend-parse): Parse "secrets:collection-name" and
6737         'default.  Recurse on parses instead of repeating code.  Use the
6738         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6739         message when ignoring a source.
6740         (auth-source-search): List ignored search keys at the top level.
6741         (auth-source-netrc-create): Use `case' instead of `cond'.
6742         (auth-source-secrets-search): Created with TODOs.
6743         (auth-source-secrets-create): Created with TODOs.
6744         (auth-source-retrieve, auth-source-create, auth-source-delete)
6745         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6746         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6747         (auth-source-user-or-password-sftp)
6748         (auth-source-user-or-password-smtp): Remove.
6749         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6750         around `auth-source-search'.  Not tested thoroughly.
6752 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6754         * auth-source.el: Bring in assoc and eioeio libraries.
6755         (secrets-enabled): New variable to track the status of the Secrets API.
6756         (auth-source-backend): New EIOEIO class to represent a backend.
6757         (auth-source-creation-defaults): New variable to set prompt defaults
6758         during token creation (see the `auth-source-search' docstring for
6759         details).
6760         (auth-sources): Simplify to allow a simple string as a netrc backend
6761         spec.
6762         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6763         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6764         (auth-source-search): Main auth-source API entry point.
6765         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6766         (auth-source-search-collection): Helper function for searching.
6767         (auth-source-netrc-parse, auth-source-netrc-normalize)
6768         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6769         Supports search, create, and delete.
6770         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6771         backend stubs.
6772         (auth-source-user-or-password): Call `auth-source-search' but it's not
6773         ready yet.
6775 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6777         * message.el (message-setup-1): Remove the read-only stuff, since it
6778         doesn't work under XEmacs, for some reason.
6780         * gnus-sum.el (gnus-user-date): Rename back from
6781         gnus-summary-user-date since user code refers to it.
6783         * shr.el (shr-render-td): Store the actual background color used.
6785         * message.el (message-setup-1): Don't bind the constant
6786         -forbidden-properties.
6787         (message-setup-1): Revert previous change, since it needs to bind the
6788         props to insert them.
6789         (message-resend): Allow removing the read-only separator line.
6791 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6793         * nnimap.el (nnimap-request-accept-article): Give an error message if
6794         the APPEND wasn't successful.
6796 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6798         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6799         that have no groups.
6801 2011-02-03  Julien Danjou  <julien@danjou.info>
6803         * gnus-draft.el: Remove progn around gnus-draft-setup.
6805 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6807         * gnus-start.el (gnus-read-active-for-groups): This function is never
6808         called with a nil `infos', so clean that up.
6809         (gnus-get-unread-articles): Request active files from primary/secondary
6810         methods that have no groups (yet).
6812 2011-02-03  Julien Danjou  <julien@danjou.info>
6814         * message.el (message-setup-1): Always generate References first.
6815         (message-mail): Return the return value of message-setup, not always t.
6816         (message-setup-1): Insert mail-header-separator with read-only and
6817         intangible properties set.
6819         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6820         user-date in docstring.
6822         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6824         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6825         docstring.
6827         * gnus.el (gnus-user-date-format-alist): Change default value.
6828         Use defcustom, with type and group.  Move from gnus-util.el.
6829         Rename to gnus-summary-user-date-format-alist.
6831 2011-02-03  Glenn Morris  <rgm@gnu.org>
6833         * nnimap.el (gnus-fetch-headers): Declare.
6835         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6837 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6839         * message.el (message-forward-make-body-digest-plain)
6840         (message-followup, message-reply): Clean up things noted by Stefan.
6842         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6843         gnus-article-update-date-headers is nil.
6844         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6845         it didn't really work with defcustom.
6846         (article-update-date-lapsed): Make sure the window start doesn't move,
6847         either.
6849 2011-02-01  Julien Danjou  <julien@danjou.info>
6851         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6852         format.
6854         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6855         standard in Emacs nowadays.
6857         * color.el (color-gradient): Add a color-gradient function.
6859 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6861         * message.el (message-expand-name): Don't trust the return value of
6862         bbdb-complete-name.
6863         (message-check-news-header-syntax): Remove unused var `start'.
6864         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6865         (message-inhibit-body-encoding): Move to before first use.
6866         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6867         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6868         (Organization, Message-ID, Date, mh-previous-window-config):
6869         Defvar the vars using dynamic scoping.
6871 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6873         * shr.el (shr-render-td): Only do colors at the final rendering.
6874         Should be slightly faster.
6875         (shr-insert-table): Fix up TD background colors when doing the
6876         vertical padding.
6878         * gnus-art.el (article-date-ut): Protect against articles with no Date
6879         header.
6880         (article-update-date-lapsed): Don't use current-column to find the
6881         horizontal position.  It's fragile in the presence of \003 characters.
6883         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6885 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6887         * gnus-art.el (article-transform-date): Rewrite to still work when
6888         there are several rfc2822 parts.
6889         (article-transform-date): Fix infinite recursion.
6890         (article-date-ut): Replace infinitely many Date headers with a single
6891         one when called interactively.
6893         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6894         secure manner.
6896         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6897         move around by not using save-window-excursion.  It seems to work...
6899 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6901         * gnus-art.el (article-make-date-line): Work for user-defined format.
6903 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6905         * nntp.el (nntp-retrieve-group-data-early)
6906         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6907         fetching functions.
6909         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6910         thoroughly for all backends that have no known groups.  This should
6911         allow new nnml methods to retrieve mail.
6913         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6914         that Gnus doesn't know exists again.
6916         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6917         (gnus-treat-date-ut): Ditto.
6918         (gnus-article-update-date-header): Rename.
6919         (gnus-treat-date-local): Remove.
6920         (gnus-treat-date-english): Remove.
6921         (gnus-treat-date-lapsed): Remove.
6922         (gnus-treat-date-combined-lapsed): Remove.
6923         (gnus-treat-date-original): Remove.
6924         (gnus-treat-date-iso8601): Remove.
6925         (gnus-treat-date-user-defined): Remove.
6926         (gnus-article-date-headers): New variable to control all the date
6927         header options.
6928         (article-date-ut): Rewrite to allow using the new way to format date
6929         headers(s).
6931 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6933         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6934         method.
6935         (nnmail-article-group): A better test for fanciness.
6937         * nnimap.el (nnimap-request-head): Protect against not finding the
6938         article by Message-ID.
6940 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6942         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6943         keep point at the "same place".
6945 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6947         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6948         data if the group is inactive.
6950 2011-01-28  Julien Danjou  <julien@danjou.info>
6952         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6953         (gnus-all-windows-visible-p): Remove old compatibility code.
6954         (gnus-window-top-edge): Add docstring.
6956         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6958 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6960         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6961         older request-update-info.
6963         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6965 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6967         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6968         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6970 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6972         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6973         groups.  This makes the nndraft:queue group pop up if it's not already
6974         there.
6976         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6977         messages" logic, which was reversed.
6979         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6980         the "same place" even if point is on the line being replaced.
6981         (article-update-date-lapsed): Allow updating both the combined lapsed
6982         and the lapsed headers.
6983         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6984         (article-make-date-line): Limit the number of segments dynamically to
6985         avoid too-long lines.
6987 2011-01-27  Julien Danjou  <julien@danjou.info>
6989         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6990         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6992 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6994         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6995         Use plist-get instead of the cl function getf.
6997 2011-01-27  Glenn Morris  <rgm@gnu.org>
6999         * gnus-util.el (float-time): Get rid of compiler warning, again.
7001 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7003         * shr.el (shr-put-color): Special-case background colors: Do put them
7004         at the blank parts at the front of the lines.
7006         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7007         exit hook to nix out all data on readedness on group exit.
7009         * gnus-util.el (float-time): If float-time is bound, always use it on
7010         all Emacsen.  It's unclear why the subrp check was there.
7011         (time-date): Require to make some autoload issues on XEmacs go away.
7013         * shr.el (shr-put-color): Don't do the box padding in tables, since
7014         they're already padded.
7016 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7018         * gnus-art.el (gnus-article-next-page): When the last line of the
7019         article is displayed, scroll down once more instead of going to the
7020         next article at once.
7021         (article-lapsed-string): Refactor out and allow specifying how many
7022         segments you want.
7023         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7024         (gnus-article-update-lapsed-header): New variable.
7026         * shr.el: Revert change that made headings use different-sized faces.
7027         The Emacs display engine isn't advanced enough that, for instance,
7028         tables can comfortably use differently-sized faces.
7030 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7032         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7033         used.
7034         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7035         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7036         we're using an encrypted connection.
7038         * proto-stream.el: Alter the interface functions to also return the
7039         actual stream type used: network or tls.
7041 2011-01-25  Julien Danjou  <julien@danjou.info>
7043         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7044         (mm-display-javascript-inline): New function.
7046         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7047         viewing function.
7049 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7051         * shr.el (shr-expand-newlines): Fix variable name.
7053 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7055         * shr.el (shr-expand-newlines): Make nested boxes work.
7057 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7059         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7060         backgrounds.
7061         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7062         in a more sensible manner.
7064 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7066         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7067         if EPG is loaded.
7069 2011-01-24  Julien Danjou  <julien@danjou.info>
7071         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7072         tags.
7074 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7076         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7077         commands.
7079         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7080         in the article buffer.
7081         (gnus-gravatar-insert): Use blank space from the current buffer to
7082         avoid breaking text properties.  This makes X-Sent updating work again.
7084         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7086 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7088         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7089         fix the bug in url-http.el instead.
7091         * shr.el (shr-image-fetched): Ditto.
7093         * shr.el (shr-image-fetched): Avoid having point move in the article
7094         buffer.
7096         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7097         buffer after being called.  It's apparently being killed by url.el, and
7098         killing it made point move to end-of-buffer in a random buffer.
7100         * shr.el (shr-image-fetched): Ditto.
7102 2011-01-23  Julien Danjou  <julien@danjou.info>
7104         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7106         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7107         text/x-org.
7109 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7111         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7112         (i.e., nnimap) returning nil as the article number.
7114 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7116         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7117         "DelSp" parameter in RFC3676.
7119 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7121         * message.el (message-check-recipients): Display the encoded version of
7122         the bogus address if they differ.
7124         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7125         after sending.
7127         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7129         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7131         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7132         group buffer after sending the queue.
7134         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7136 2011-01-22  Julien Danjou  <julien@danjou.info>
7138         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7140 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7142         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7143         nested related parts.
7145         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7146         unexpired articles.  This fixes the regression that led expiry marks to
7147         disappear from nnfolder groups.
7149 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7151         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7152         Don't confuse the "ret" of "retrograde" with RET.
7154 2011-01-21  Julien Danjou  <julien@danjou.info>
7156         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7157         than mm-insert-inline.
7159 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7161         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7162         Widen article buffer.
7164 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7166         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7167         the temp buffer.
7168         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7170 2011-01-20  Julien Danjou  <julien@danjou.info>
7172         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7174         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7175         than mm-insert-inline to insert inline part: this respect
7176         mm-inline-media-tests displayers.
7178         * mm-view.el (mm-display-shell-script-inline): New function.
7180         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7182         * mm-uu.el (mm-uu-type-alist): Add org block.
7183         (mm-uu-org-src-code-block-extract): New function.
7185         * mm-view.el (mm-display-org-inline): New function.
7187         * mm-decode.el (mm-automatic-display): Add text/org.
7189         * mailcap.el (mailcap-mime-extensions): Add .org.
7191 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7193         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7194         gnus-article-add-buttons.
7196 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7198         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7199         From header with a date and "nobody" as the sender.
7201 2011-01-19  Julien Danjou  <julien@danjou.info>
7203         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7204         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7205         if you have the same regexp several times.
7206         (gnus-button-push): Fix matching when regexp is symbol.
7208 2011-01-15  Glenn Morris  <rgm@gnu.org>
7210         * message.el (message-mail): A compose-mail function should
7211         accept headers as strings.
7213 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7215         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7216         Add :vert-only tags.
7217         (message-mail): New arg RETURN-ACTION.
7218         (message-return-action): New var.
7219         (message-bury): Use it.
7220         (message-mode): Make it buffer-local.
7221         (message-send-and-exit): Always call message-bury.
7223         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7224         message-mail.
7226 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228         * nnimap.el (nnimap-convert-partial-article): Protect against
7229         zero-length body parts.
7231         * mm-decode.el (mm-preferred-alternative-precedence):
7232         Discourage showing empty parts.
7234         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7235         and stuff if the backend didn't return the article number.  This fixes
7236         an Exchange-related nnimap bug.
7238         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7239         group window, because it does the wrong thing when a separate frame
7240         displays the group buffer.
7242         * proto-stream.el (open-protocol-stream): Protect against the low-level
7243         transport functions returning nil.
7245 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7247         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7248         (mml2015-epg-find-usable-secret-key): New function.
7249         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7250         mml2015-epg-find-usable-key (Bug#7797).
7251         (mml2015-epg-encrypt): Ditto.
7253 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7255         * dgnushack.el (rot13-string): Fix the way to get the argument.
7257 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7261 2011-01-03  Glenn Morris  <rgm@gnu.org>
7263         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7265         * sieve.el (sieve-open-server): Give a more explicit error if
7266         sieve-manage-open returns nil.  (Bug#7720)
7268 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7270         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7272 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7275         This avoids sending passwords in plain text over non-encrypted
7276         channels.
7278         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7280         * nnimap.el (nnimap-login): Refactored out into own function, and
7281         implement CRAM-MD5.
7282         (nnimap-wait-for-line): Refactored out.
7284         * mm-view.el (mml-smime): Require.
7286 2010-12-20  David Engster  <deng@eml.cc>
7288         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7289         use EPG to decrypt S/MIME messages instead of openssl.
7291 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7295         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7296         status is the group clearly is unreachable.
7298         * auth-source.el (auth-source-create): Add the optional second
7299         parameter to `local-variable-p' to be compatible with XEmacs.
7301 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7303         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7304         work when using a compressed nnml folder.
7306 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7308         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7309         backends after sanitising on entry, because this never makes sense:
7310         If the articles have gone missing, then the data no longer exists on
7311         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7312         overwrite anything anyway.
7314         * shr.el (shr-insert-document): Bind shr-width dynamically to
7315         window-width if it's nil.
7317 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7319         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7320         with the meaning of using the full emacs window width for rendering.
7322 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7324         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7325         case when sender is not given.
7327 2010-12-23  Julien Danjou  <julien@danjou.info>
7329         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7330         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7331         the addresses, otherwise we might misplaced the gravatar.
7333 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7335         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7336         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7337         obsolete in Emacs.
7339 2010-12-20  Julien Danjou  <julien@danjou.info>
7341         * gnus-util.el (gnus-rescale-image): Revert last change.
7343 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7345         * binhex.el: Improve commentary (Bug#7482).
7347 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349         * gnus-group.el (gnus-group-delete-articles): New command.
7351 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7353         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7355 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7357         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7358         here, since it's up to the backends to do CRLF removal if their
7359         protocol has it.
7361         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7363 2010-12-17  Julien Danjou  <julien@danjou.info>
7365         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7366         they are from file.  Can also scale up.
7368 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7370         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7371         Restore gnus-use-agent.
7372         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7374         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7376 2010-12-17  Julien Danjou  <julien@danjou.info>
7378         * gravatar.el (gravatar-retrieve-synchronously): New function.
7379         (gravatar-get-data): Make more robust.
7381 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7383         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7385 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7387         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7388         to really consider the last line.
7390 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7392         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7393         list of recipient keys, or use symmetric encryption if not a list.
7394         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7395         EPA override, replacing the call to `netrc-store-data'.
7397 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7399         * gnus-srvr.el: Avoid passing nil regexp argument to
7400         delete-matching-lines.
7402 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7405         fetching stops when Gnus exits.
7407         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7408         function.
7409         (nnfolder-request-expire-articles): Save all the buffers after doing
7410         expiry.
7412         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7413         the last article", since that led to serious performance regressions
7414         when expiring nnml groups.
7416 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7418         * nnir.el: Improve customizations.
7420 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7424         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7425         group has been killed.
7426         (gnus-group-yank-group): Ditto.
7428         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7430         * nnimap.el (nnimap-request-update-group-status): New function.
7432         * gnus-int.el (gnus-request-update-group-status): New interface
7433         function.
7435         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7436         copying read-ness to the backends.
7438         * nnimap.el (nnimap-quirk): New function.
7439         (nnimap-retrieve-group-data-early): Use it.
7440         (nnimap-quirks): New alist.
7442 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7444         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7445         don't delete it within indentation.
7447 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7450         previous line.
7452 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7455         QRESYNC command by deleting a superfluous space which broke Cyrus
7456         servers.  This change will break other servers that are buggy the other
7457         way around.
7459 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7461         * spam.el: Reindent and fix long lines.
7462         (spam-copy-or-move-routine): Exclude invalid move destinations.
7464 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7466         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7467         installed the registry.
7469 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7471         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7473 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7475         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7476         groupname doesn't contain "gmane".
7478 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7480         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7481         and netrc-bound-and-true-p bindings.
7482         (netrc-parse): Cache the netrc contents.
7484         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7485         (gnus-1): Don't create the nndrafts group twice.
7486         (gnus-setup-news): There's no need to read the active file here, since
7487         that's done again later on a per-backend basis.
7488         (gnus-start-draft-setup): Make sure that the new group is started out
7489         empty.
7491         * gnus-agent.el (gnus-agentize): Don't create the queue group
7492         automatically on startup.  It'll be created later, if needed.
7494         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7495         of automatically subscribed groups.
7496         (gnus-auto-subscribed-categories): New variable.
7497         (gnus-matches-options-n): Use it.
7498         (gnus-default-subscribed-newsgroups): Remove unused variable.
7499         (gnus-start-draft-setup): Message a bit less.
7501 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7503         * nnir.el (nnir-run-imap): Return article list in order of increasing
7504         UID.
7506 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508         * gnus-sum.el (gnus-summary-enter-digest-group):
7509         Mention gnus-auto-select-on-ephemeral-exit.
7511         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7512         convention of the network-only option.
7514 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516         * proto-stream.el (proto-stream-open-network-only): New function to
7517         have a way to specify non-STARTTLS upgrade connections.
7519 2010-12-10  Julien Danjou  <julien@danjou.info>
7521         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7522         email address is nil.
7524         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7526 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7528         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7529         deletion.
7530         (nnir-run-imap): Only need to parse list once.
7532 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7534         * shr.el (shr-tag-script): Ignore <script>.
7535         (shr-tag-label): Add <label> support.
7537 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7539         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7541         * shr.el (shr-image-displayer): Work for images lined side by side.
7543 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7545         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7546         parameter, since XEmacs doesn't accept t as a parameter.
7548 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7550         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7551         ids.
7552         (nnir-run-gmane): Simplify groupspec formatting.
7553         (nnir-request-expire-articles): New function.
7555 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7557         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7558         overflow, possibly.
7560         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7561         (shr-render-td): Handle td style="" better.
7562         (shr-tag-table): Use the color from the style sheet.
7563         (shr-render-td): Make sure we copy over all the overlays, too.
7565 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7567         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7568         (nnir-request-article): Improve article retrieval.
7570 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7572         * mm-util.el (mm-extra-numeric-entities): New variable.
7574         * mm-url.el (mm-url-decode-entities):
7575         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7577         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7579 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7581         * message.el: Use completion-at-point.
7582         (message-completion-function): New fun, extracted from message-tab.
7583         (message-mode): Use it for completion-at-point-functions.
7584         (message-tab): Use it and completion-at-point.
7586 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7588         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7589         character if a non-breakable character follows.
7591 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7593         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7594         any stream.
7596         * shr.el (shr-tag-font): Colorize the region.
7597         (shr-tag-body): Ditto.
7598         (shr-tag-font): Actually let the styles be inherited instead of
7599         overwriting them.
7600         (shr-tag-font): Get the background color right.
7601         (shr-tag-style): Ignore all <style> tags for the moment.
7603         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7604         a Message-ID to avoid having nnimap depend on gnus-sum.
7606         * shr.el (shr-descend): Only colorize something if we have a node that
7607         sets colors.
7609 2010-12-06  Julien Danjou  <julien@danjou.info>
7611         * shr.el (shr-render-td): Render td content with shr-descend, so style
7612         will be applied to <td> too.
7613         (shr-colorize-region): Colorize region even if we only have a background.
7614         (shr-tag-body): Fix color and background color inheritance.
7615         Do not recolorize after shr-generic.
7616         (shr-tag-font): Let shr-generic colorize via inheritance.
7618 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7620         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7622 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7624         * nnir.el (nnir-request-move-article): Remove obsolete code.
7626 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7628         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7630 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632         * gnus-sum.el (gnus-summary-respool-article): The completion function
7633         expects a list instead of an alist.
7635         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7636         string as the parameter.
7638         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7640         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7641         styles.
7642         (shr-colorize-region): New function.
7643         (shr-insert-background-overlay): Remove.
7644         (shr-render-td): Background setting should be taken care of on a higher
7645         level.
7646         (shr-tag-body): Use post-hoc colorizations.
7647         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7648         (shr-put-color-1): Don't overwrite old colors.
7649         (shr-colorize-region): When the background color isn't explicit, use
7650         a fixed background.
7652         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7653         nnmail variables.
7655 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7657         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7658         unless necessary.
7660 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7662         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7663         server.
7665 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7668         so that TAB works.
7670         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7671         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7673         * shr.el (shr-urlify): Show the URL before the title to avoid
7674         misleading URLs.
7676 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7678         * shr.el (shr-urlify): Display the title in <a> tags.
7680 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7682         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7684 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7686         * nnir.el: Rearrange code to allow macros to be autoloaded by
7687         gnus-sum.el.
7688         (nnir-retrieve-headers-override-function): Make this variable
7689         customizable.
7690         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7692         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7693         from nnir.el.
7695 2010-12-03  Julien Danjou  <julien@danjou.info>
7697         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7699 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7701         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7702         allow optional argument `environment'.
7704 2010-12-03  Glenn Morris  <rgm@gnu.org>
7706         * mm-extern.el (message-goto-body): Update declaration.
7708 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7710         * gnus-util.el (gnus-macroexpand-all): New function.
7712         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7713         instead of macroexpand-all that is unavailable in XEmacs.
7715 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7717         * nnir.el (nnir-summary-line-format): New variable.
7718         (nnir-mode): Use it.
7719         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7720         (nnir-article-ids): Reimplement as defsubst.
7721         (nnir-retrieve-headers): Don't mangle the subject header.
7722         (nnir-run-imap): Use 100 as RSV score.
7723         (nnir-run-find-grep): Fix for full server searching.
7724         (nnir-run-gmane): Better restriction to gmane groups.
7726         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7727         summary buffers.
7729 2010-12-02  Julien Danjou  <julien@danjou.info>
7731         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7733         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7735         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7736         support.
7738 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7740         * nnir.el: Update to handle the registry better.
7741         (autoload): Silence byte-compiler.
7742         (nnir-open-server): Add a hook for nnir groups.
7743         (nnir-request-move-article): Don't mangle the header.  Better to use
7744         formatting variables (which will be added in the future).
7745         (nnir-registry-action): Update the registry using the original article
7746         group name.
7747         (nnir-mode): Install nnir-specific hooks for updating the registry.
7749         * gnus-sum.el
7750         (gnus-article-original-subject, gnus-newsgroup-original-name):
7751         Remove obsolete variables.
7752         (gnus-summary-move-article): Remove use of obsolete variables.
7753         (gnus-summary-local-variables): Make move and delete hooks local to
7754         summary buffers.
7756 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758         * rtree.el: New file.
7760 2010-12-01  Julien Danjou  <julien@danjou.info>
7762         * message.el (message-user-organization): Do not use
7763         gnus-local-organization.
7765         * gnus.el: Remove gnus-local-organization.
7767         * gnus-msg.el: Remove nastygram thing.
7769 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7771         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7772         funcall.
7774 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7776         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7777         names.
7779         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7780         characters.
7782         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7783         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7784         Suggested by Štěpán Němec <stepnem@gmail.com>.
7785         (gnus-gravatar-transform-address): Use mail-extract-address-components
7786         that supports non-ASCII names rather than mail-header-parse-addresses.
7788 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790         * proto-stream.el (open-protocol-stream): All starttls connections are
7791         handled by the network handler.
7793 2010-11-30  Julien Danjou  <julien@danjou.info>
7795         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7796         (nnimap-open-connection-1): Fix PREAUTH.
7798         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7800 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7802         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7803         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7804         (shr-insert): Use them.
7805         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7807 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7809         * nnir.el (nnir-request-move-article): Bail out if original group
7810         doesn't support article moves.
7811         (nnir-get-active): Improve active list retrieval.
7813 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7817 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7819         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7820         seem to accept strings-with-numbers as port numbers.
7822 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7824         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7825         change the registry.
7827 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7829         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7830         delete-dups that is not available in XEmacs 21.4.
7832         * mm-util.el (mm-delete-duplicates): Add comment.
7834 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7836         * nnir.el (nnir-ignored-newsgroups): New variable.
7837         (nnir-get-active): Use it.
7839 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7841         * proto-stream.el (proto-stream-open-network): Add some comments.
7843         * nntp.el (nntp-open-connection): Provide a :success condition.
7845         * nnimap.el (nnimap-open-connection-1): Ditto.
7847         * proto-stream.el (proto-stream-open-network): See what the response to
7848         the STARTTLS command is.
7850         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7851         backwards compatibility).
7852         (nnimap-open-connection-1): Really respect nnimap-server-port.
7854         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7855         TLS upgrades we don't really care about the identity of the peer.
7856         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7857         that what we've checked for.
7858         (proto-stream-always-use-starttls): Only default to t if
7859         open-gnutls-stream exists.
7860         (proto-stream-open-network): If STARTTLS failed, then just open a
7861         normal connection.
7862         (proto-stream-open-network): Wait until the greeting before doing
7863         STARTTLS.
7865         * nntp.el (nntp-open-connection): Report what the connection error is.
7867         * proto-stream.el (open-protocol-stream): Rename from
7868         open-proto-stream.
7870 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872         * nnimap.el (nnimap-stream): Change default to `undecided'.
7873         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7874         first, and then network.
7875         (nnimap-open-connection-1): Respect nnimap-server-port.
7876         (nnimap-open-connection): Be more backwards-compatible.
7878         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7879         (proto-stream-open-starttls): De-duplicate the starttls code.
7880         (proto-stream-open-starttls): Folded back into the main function.
7881         (proto-stream-open-network): Fix typo in the gnutls path.
7882         (proto-stream-command): Refactor out.
7884         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7886         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7887         starttls.el STARTTLS.
7889         * color.el (color-lab->srgb): Fix function call name.
7891         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7892         if we're using tls.el.
7893         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7894         built in, then don't try to establish a STARTTLS connection.
7896         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7897         servers.
7899         * proto-stream.el (open-proto-stream): Use network, not stream.
7900         (open-proto-stream): Add a way to specify what the end of a command is.
7902         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7903         connections types.
7904         (nntp-open-network-stream): Remove.
7905         (nntp-open-ssl-stream): Remove.
7906         (nntp-open-tls-stream): Remove.
7907         (nntp-ssl-program): Remove.
7909         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7911 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7913         * nnir.el: Fix typos.
7914         (nnir-retrieve-headers-override-function): Rename variable to reflect
7915         new semantics.
7916         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7917         macros.
7918         (nnir-request-article, nnir-request-move-article): Use them.
7919         (nnir-categorize): New function.
7920         (nnir-run-query): Use it.
7921         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7922         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7923         sorted.
7924         (nnir-group-full-name): Use gnus-group-full-name instead.
7925         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7926         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7928 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7932         * proto-stream.el: New library to provide protocol-specific
7933         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7934         protocols.
7935         (open-proto-stream): Complete the documentation.
7936         (proto-stream-open-network): Fix some typos.
7938         * nnimap.el (nnimap-open-connection): Use it.
7940 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7942         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7943         negotiation.
7945 2010-11-26  Julien Danjou  <julien@danjou.info>
7947         * color.el: Rename various rgb functions to srgb.
7949 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7952         names.
7954 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7956         * shr.el (shr-insert): Revert last change.
7957         (shr-find-fill-point): Never leave point being at bol;
7958         relax the kinsoku limitation when rendering tables.
7960 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7963         results from -accept-article.
7965         * shr-color.el: Require cl when compiling.
7967         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7968         checkin.
7970         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7972         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7974         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7975         'add and 'delete to set backend marks.
7977         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7979         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7981         * nntp.el (nntp-request-set-mark): Use it.
7983         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7985         * nnml.el (nnml-request-set-mark): Ditto.
7987         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7988         introduces regressions in article selection.
7989         (nnimap-find-uid-response): New function.
7990         (nnimap-request-accept-article): Use the UID returned, if any.
7991         (nnimap-request-move-article): Use the UID returned, if any.
7992         (nnimap-get-groups): Reimplement to work with folded lines.
7993         (nnimap-find-uid-response): The UID is the last element in the list.
7994         (nnimap-request-set-mark): Extend syntax with 'set.
7996         * nnml.el (nnml-request-set-mark): Ditto.
7998         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8000         * nntp.el (nntp-request-set-mark): Ditto.
8002 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8004         * message.el (message-called-interactively-p): A temporary macro.
8005         (message-goto-body): Use it temporarily.
8007 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8010         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8011         (nnimap-last-response-string): Fix last unfolding fix.
8013 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8015         * shr.el (shr-insert): Fix the way to fold lines.
8017 2010-11-25  Julien Danjou  <julien@danjou.info>
8019         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8021         * color.el: Rename from color-lab.el
8022         (color-rgb->hex): Add.
8023         (color-complement): Add.
8024         (color-complement-hex): Add.
8026         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8028 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8030         * shr-color.el (shr-color-visible): Don't bug out if the color names
8031         don't exist.
8033 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8035         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8036         assuming that article displaying or another mml-preview may be
8037         interrupted for an error or for the like.
8039         * shr.el (shr-get-background): Fix argument name.
8041 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8045         * gnus-sum.el (gnus-summary-include-articles): New function.
8047         * message.el (message-goto-body): called-interactively-p needs a
8048         parameter, so use `any'.
8050         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8051         clear marks before moving, since they're synced from the Gnus side
8052         first.
8054         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8055         (gnus-summary-move-article): Copy over all marks before moving, so that
8056         IMAP doesn't think a new article has arrived.
8058 2010-11-24  Julien Danjou  <julien@danjou.info>
8060         * shr.el (shr-insert-background-overlay): Fix typo.
8061         (shr-render-td): Copy the background before rendering.
8063         * shr-color.el (shr-color-visible): Fix docstring.
8065         * shr.el (shr-tag-table): Add bgcolor support.
8066         (shr-render-td): Add bgcolor support.
8067         (shr-get-background): Add.
8068         (shr-insert-foreground-overlay): Use shr-get-background.
8070         * message.el (message-goto-body): Use called-interactively-p.
8071         (message-in-body-p): message-goto-body returns point.
8073 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8076         Fixes something or other in Emacs 23, and is backwards compatible.
8078         * message.el (message-goto-body): Remove the <#secure special-casing,
8079         which is too special.
8081         * shr.el (shr-parse-style): Drop !important from styles.
8083 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8085         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8086         this function to return incorrect results when calling it with an
8087         explicit article argument different from
8088         (gnus-summary-article-number).
8090 2010-11-24  Julien Danjou  <julien@danjou.info>
8092         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8093         (shr-tag-body): Add background support.
8094         (shr-descend): Add background support.
8095         (shr-tag-title): Add.
8097         * shr-color.el (shr-color-visible): Really return original background
8098         if fixed.
8100 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8102         * shr.el (shr-color-check): Protect against non-existent color names.
8104 2010-11-24  Julien Danjou  <julien@danjou.info>
8106         * color-lab.el: Require 'cl when compiling.
8108         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8110         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8111         matched part.
8113         * color-lab.el: Fix all expt calls to use float type.
8115 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8117         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8118         expression to shr-color-check as is.
8120         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8122         * color-lab.el: Add coding cookie.
8123         (float-pi): Use eval-and-compile.
8125         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8126         compiled for Emacsen having no `libxml-parse-html-region' support.
8128 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130         * shr.el (shr-insert-color-overlay): Split stuff like
8131         "#444444 !important" to find the real color.
8132         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8133         parse <font color="red"> entries.
8135 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8137         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8138         point when parsing headers.
8140         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8141         is positioned properly when parsing headers.
8143 2010-11-23  Julien Danjou  <julien@danjou.info>
8145         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8147         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8149         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8151         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8152         Use shr-color-hue-to-rgb.
8153         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8155 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157         * shr.el (shr-color->hexadecimal): Autoload.
8158         (shr-descend): Add color to all tags.
8160 2010-11-22  Julien Danjou  <julien@danjou.info>
8162         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8163         shr-color->hexadecimal.
8165         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8166         RGB() or HSL() color representation.
8168         * shr.el (shr-tag-font): Add.
8169         (shr-tag-color-check): New function to get better colors.
8170         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8171         tag-span.
8173         * shr-color.el: New file.
8175         * color-lab.el: New file.
8177         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8179 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8181         * nnir.el: Fix typo in comments.
8182         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8183         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8185 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8189         * nnimap.el (nnimap-get-capabilities): Refactor out.
8190         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8192 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8194         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8195         appearing when `mm-uu-hide-markers' is nil.
8197 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199         * nnimap.el (nnimap-unselect-group): Make into its own function.
8200         (nnimap-request-rename-group): Unselect group before renaming.
8201         This had gotten lost somewhere.
8202         (nnimap-request-accept-article): Keep track of examined groups, and
8203         unselect the group before APPENDing to read-only groups.
8204         (nnimap-request-move-article): Clear flags before moving so that they
8205         can be re-set later.
8207 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8209         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8210         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8212 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8214         * gnus-art.el (gnus-mime-display-single):
8215         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8216         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8217         parameter.
8219 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8221         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8222         (shr-table-vertical-line): New variable.
8223         (shr-insert-table): Use it.
8225 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8227         * gnus-html.el (gnus-html-wash-images): Don't display images if
8228         gnus-inhibit-images is non-nil; register displayer for cid images.
8229         (gnus-html-display-image): Work for cid image.
8230         (gnus-html-insert-image): Allow arguments.
8231         (gnus-html-put-image): Inhibit read-only.
8232         (gnus-html-prefetch-images): Don't prefetch images if
8233         gnus-inhibit-images is non-nil.
8235 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237         * shr.el (shr-put-image): Break lines when inserting big pictures.
8239 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8241         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8242         sender, thanks Katsumi Yamaoka.
8244 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8246         * nnir.el (nnir-run-imap): Reverse the article list for each group
8247         rather than the whole list.
8249 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8251         * shr.el (shr-image-displayer): Protect function against non-existent
8252         image source.
8254         * gnus-art.el (gnus-inhibit-images): New user option.
8255         (gnus-mime-display-single): Don't display image if it is non-nil.
8257         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8258         gnus-inhibit-images.
8260         * shr.el (shr-image-displayer): New function.
8261         (shr-tag-img): Use it.
8263 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8265         * mml2015.el (mml2015-epg-sign): Use From header.
8267 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8269         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8271         * gnus-util.el (gnus-find-text-property-region): Return markers.
8273         * shr.el (shr-tag-img): Put a displayer in the text property.
8275         * gnus-util.el (gnus-find-text-property-region): New utility function.
8277         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8278         (gnus-html-show-images): Remove.
8280         * gnus-art.el (gnus-article-show-images): New, more general function.
8282         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8283         image url text properties.
8285         * shr.el: Ditto.
8287         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8288         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8290 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8292         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8293         work for two or more articles.
8295 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8297         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8298         divide an image that's in an html article to two or more when washing
8299         non-ASCII characters in alt text of it.
8301 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8303         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8304         smime-decrypt-region using function argument.
8305         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8307         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8309         * smime.el (smime-decrypt-region): Catch it.
8311 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8313         * smime.el (smime-mode-map): Move initialization into declaration.
8314         (gnus-run-mode-hooks): Don't autoload.
8315         (smime-mode): Use define-derived-mode.
8317 2010-11-11  Glenn Morris  <rgm@gnu.org>
8319         * smime.el (from): Restrict declaration to XEmacs.
8321         * nnir.el (gnus-group-topic-name): Autoload.
8323 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8325         * shr.el (shr-insert): Don't break long line if it is because of
8326         kinsoku-bol characters in the line end.
8328 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8330         * nnir.el (nnir-request-move-article): Fix to provide original group
8331         and subject.
8332         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8333         been retrieved.
8335         * gnus-sum.el (gnus-summary-move-article): Use original group and
8336         subject for virtual articles such as those in an nnir summary buffer.
8338 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8340         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8341         least 21.5).
8343         * smime.el (from): Declare it again for XEmacs.
8345 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347         * message.el (message-resend): Don't disable encoding unless it's
8348         already encoded.
8350         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8351         low-numbered articles.
8353 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8355         * rfc2047.el (rfc2047-syntax-table): Simplify.
8357         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8359         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8360         set-char-table-range for XEmacs.
8362 2010-11-10  Glenn Morris  <rgm@gnu.org>
8364         * time-date.el (time-to-seconds): Always an alias on Emacs,
8365         never a real function.
8366         (with-no-warnings): Remove compat stub, now unused.
8367         (time-less-p): Doc fix.
8368         (time-to-number-of-days): Simplify.
8370         * smime.el (from): Remove unused declaration.
8372         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8373         (gnus-float-time): On Emacs, always an alias.
8375         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8376         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8378 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8380         * dgnushack.el: Don't use ignore-errors in the top level form since it
8381         is unavailable in XEmacs even if cl is loaded.
8383         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8385 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387         * shr.el (browse-url-mailto): Autoload.
8389         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8391         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8392         regexp doesn't need quoting.
8394 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8396         * message.el (message-subject-trailing-was-ask-regexp)
8397         (message-subject-trailing-was-regexp): Match was: in addition to was.
8399 2010-11-09  Glenn Morris  <rgm@gnu.org>
8401         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8402         (nnbabyl-check-mbox): Use point-at-bol.
8404 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8408         * message.el (message-mailto): New function.
8409         (message-mailto): Should accept other parameters.
8410         (message-mailto): Remove since it duplicates browse-url-mailto
8411         functionality.
8413 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8416         methods.
8417         (gnus-read-active-file): Ditto.
8419         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8420         ": " from the prompt.
8421         (gnus-group-make-group): Ditto.
8423 2010-11-07  Glenn Morris  <rgm@gnu.org>
8425         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8426         (gnus-bookmark-kill-line): Use point-at-eol.
8428 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8430         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8431         asterisks in From header.
8433 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8436         string to avoid making the From headers syntactically invalid.
8438         * message.el (message-send-mail): Don't insert courtesy messages if the
8439         message already has List-Post and List-ID messages.
8441 2010-11-06  Glenn Morris  <rgm@gnu.org>
8443         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8444         `condition', `type', `length' a prefix.
8445         (gnus-treat-predicate): Update for above name changes.
8447 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8449         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8450         binding.  Handled by `gnus-summary-refer-thread' instead.
8451         (nnir-warp-to-article): New backend function.
8453         * nnimap.el (nnimap-request-thread): Force dependency updating.
8455         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8456         (gnus-summary-refer-thread): Rework to improve thread-referral.
8458         * gnus-int.el (gnus-warp-to-article): New function.
8460         * gnus-sum.el (gnus-summary-article-map): Bind it.
8462 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8464         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8465         gnus-summary-refer-thread.
8467         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8468         headers.
8469         (gnus-summary-limit-include-thread): Prevent articles in thread from
8470         being cut in gnus-cut-threads.
8471         (gnus-summary-refer-thread): Limit retrieved headers to those in
8472         thread.
8474 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476         * message.el (message-send-mail): Use the value of
8477         message-courtesy-message from the message buffer.
8479         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8481         * shr.el (shr-browse-url): Implement mailto: URLs.
8483         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8484         "raw".
8486         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8487         if it's already selected.
8489         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8491 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8493         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8494         to measure the length and truncate alt text.
8496 2010-11-03  Glenn Morris  <rgm@gnu.org>
8498         * nndiary.el (nndiary-generate-nov-databases-1)
8499         (nndiary-generate-active-info): Rename dynamic variable `files' to
8500         something less generic.
8502 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8504         * nnir.el (nnir-request-move-article): Call the underlying backend to
8505         move articles from nnir.
8507 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8509         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8511 2010-11-02  Julien Danjou  <julien@danjou.info>
8513         * nnir.el: Remove wais support.
8515 2010-11-02  Glenn Morris  <rgm@gnu.org>
8517         * gnus-html.el: Reorder requirements to quieten compiler.
8519 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8521         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8522         properly for XEmacs as well.
8523         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8524         (gnus-article-natural-long-line-p): Use window-width rather than
8525         frame-width.
8527 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8529         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8530         (nnir-read-parms): Don't modify query.
8531         (nnir-run-query): Add ability to search topic on current line.
8532         (nnir-get-active): Clean up.
8534 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8536         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8537         degenerate articles.
8539         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8540         (gnus-print-buffer): Just print the buffer as is, without any copying
8541         to a buffer and then re-highlighting.
8543         * nnimap.el (nnimap-request-group): Store the new updated info.
8544         (nnimap-request-group): Select the group when we don't know whether it
8545         exists or not.
8547         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8548         groups.
8550         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8551         groups.
8553         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8554         groups.
8556         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8557         long-lines case by only filling the long lines.
8559         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8560         (bug#7311).
8562 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8564         * shr.el: No need to declare `declare-function' since shr.el is for
8565         only Emacsen that provide `libxml-parse-html-region'.
8567         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8568         effective only in a file it is referred to.
8570 2010-11-01  Glenn Morris  <rgm@gnu.org>
8572         * mm-util.el (gnus-completing-read): Autoload.
8573         (mm-read-coding-system): Simplify Emacs definition.
8575         * nnmail.el (gnus-activate-group):
8576         * nnimap.el (gnutls-negotiate):
8577         * nntp.el (netrc-parse): Fix declarations.
8579 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8581         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8582         string-match-p in Emacs >=23.
8584         * gnus-msg.el (gnus-configure-posting-styles):
8585         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8587 2010-11-01  Glenn Morris  <rgm@gnu.org>
8589         * nnir.el (declare-function): Add compat stub.
8590         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8591         (nnir-run-gmane): Require 'mm-url.
8593         * mm-util.el (mm-string-to-multibyte): Simplify.
8595         * shr.el (declare-function): Add compat stub.
8596         (url-cache-create-filename): Declare.
8597         (mm-disable-multibyte, widget-convert-button): Autoload.
8599         * smime.el (ldap-search): Declare.
8600         (smime-cert-by-ldap-1): Require ldap on Emacs.
8602         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8603         (nnimap-keepalive): Use gnus-float-time.
8605         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8606         (mail-source-delete-crash-box): Use gnus-float-time.
8608         * gnus-dired.el (gnus-completing-read): Autoload.
8610         * mm-view.el (gnus-rescale-image): Autoload.
8612         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8614         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8616         * sieve-manage.el: Require 'cl when compiling.
8618         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8619         (gnus-iswitchb-completing-read): Require iswitchb.
8620         (gnus-select-frame-set-input-focus): Silence compiler.
8622 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624         * message.el (message-subject-trailing-was-query): Change default to t,
8625         since I think that's what most people want.
8627         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8628         appending for easier debugging.
8629         (nnimap-wait-for-connection): Take a regexp.
8630         (nnimap-request-accept-article): Wait for the continuation line before
8631         sending anything unless we're streaming.
8633         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8634         leave the header washing to take place.
8636 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8638         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8639         regular expression match and replace in posting styles.
8641 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8643         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8644         an entire server.
8645         (nnir-get-active): New function.
8646         (nnir-run-imap): Use it.
8647         (nnir-run-gmane): Who knew, gmane search returns an article score!
8649         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8650         server on the current line with nnir.
8652 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8655         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8656         left edge.
8657         (gnus-article-foldable-buffer): Skip past the prefix when determining
8658         raggedness.
8660         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8661         the raw article, and change `C-u g' to show the article without doing
8662         treatments.
8664         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8665         on to `gnus-treat-article'.
8666         (gnus-inhibit-article-treatments): New variable.
8668         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8670         * gnus-art.el (gnus-treatment-function-alist): Have
8671         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8672         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8673         sections.
8675         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8676         parameter.
8677         (gnus-article-fill-cited-long-lines): New function.
8678         (gnus-article-fill-cited-article): Allow filling only long sections.
8680         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8681         and non-punctuation (like after the apostrophe in "'We").
8683         * gnus-sum.el (gnus-summary-select-article): Make sure
8684         gnus-original-article-buffer is alive.
8686         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8687         reflect the order they're in in the digest.
8689         * gnus.el (gnus-group-startup-message): Move point to the start of the
8690         buffer.
8692         * nnimap.el (nnimap-capability): New function.
8693         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8694         is set.
8696 2010-10-31  David Engster  <dengste@eml.cc>
8698         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8699         conform with changes to gnus-completing-read.
8701 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8703         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8705 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8707         * nnir.el: Move defvar, defcustom around to keep file organized
8708         and keep byte-compiler quiet.
8709         (nnir-read-parms): Accept search-engine as arg.
8710         (nnir-run-query): Pass search-engine as arg.
8711         (nnir-search-engine): Remove.
8713 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715         * shr.el (shr-generic): The text nodes should be text, not :text.
8717         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8718         later in the file.
8720 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8722         * nnir.el: General clean up.  Allow searching with multiple engines.
8723         Allow separate extra-parameters for each engine.
8724         Batch queries when possible.
8725         (nnir-imap-default-search-key, nnir-method-default-engines):
8726         Add customize interface.
8727         (nnir-run-gmane): New engine.
8728         (nnir-engines): Use it.  Qualify all prompts with engine name.
8729         (nnir-search-engine): Remove global variable.
8730         (nnir-run-hyrex): Restore for now.
8731         (nnir-extra-parms, nnir-search-history): New variables.
8732         (gnus-group-make-nnir-group): Use them.
8733         (nnir-group-server): Remove in favor of gnus-group-server.
8734         (nnir-request-group): Avoid searching twice.
8735         (nnir-sort-groups-by-server): New function.
8737 2010-10-30  Julien Danjou  <julien@danjou.info>
8739         * gnus-group.el: Remove gnus-group-fetch-control.
8741         * gnus-start.el (gnus-find-new-newsgroups):
8742         Remove gnus-check-first-time-used.
8744         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8746 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8748         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8749         set on groups that don't have \* permanentflags.
8751 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8754         control the background color.
8755         (shr-tag-img): Ignore very small web bug type images.
8756         (shr-put-image): Add help-echo alt texts to the images.
8757         (shr-tag-video): Show the video poster image.
8759 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761         * shr.el (shr-table-depth): New variable.
8762         (shr-tag-table-1): Only insert the images after the top-level table.
8764         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8766         * gnus-util.el (gnus-list-memq-of-list): New function.
8768         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8769         selected.
8770         (nnimap-unsplittable-articles): New slot.
8771         (nnimap-new-articles): Use it.
8773 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8775         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8776         move to the previous line on `M-g'.
8778 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8781         *-request-group, which seems unnecessary.
8783         * nnimap.el (nnimap-quote-specials): Function copied over from
8784         imap.el.
8785         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8786         they support that.  Suggested by Tom Regner.
8788 2010-10-29  Julien Danjou  <julien@danjou.info>
8790         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8791         defalias.
8792         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8794         * gnus.el: Remove `gnus-nntp-service' variable.
8795         (gnus-secondary-servers): Make obsolete.
8796         (gnus-nntp-server): Make obsolete.
8798         * gnus-start.el (gnus-1): Remove x-splash calls.
8800         * gnus-ems.el (gnus-x-splash): Remove.
8802         * gnus.el (gnus-group-startup-message): Simplify/update code.
8804         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8805         definition.
8807         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8808         capability before doing anything.
8809         (gnus-group-insert-group-line): Remove useless
8810         gnus-group-remove-excess-properties.
8812 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8814         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8816 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8819         config after reselecting.
8821 2010-10-28  Julien Danjou  <julien@danjou.info>
8823         * shr.el (shr-put-image): Use point even if only inserting text.
8824         (shr-put-image): Save excursion when inserting alt text on non-graphic
8825         display, so the behavior is the same when we are on a graphic display.
8827         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8829 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8831         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8832         (gnus-mime-copy-part): Check coding system, not charset.
8833         (gnus-mime-view-part-externally): Never remove part.
8834         (gnus-mime-view-part-internally): Don't remove part here.
8835         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8836         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8837         multipart/alternative.
8839         * mm-decode.el (mm-display-part): Take optional arg `force'.
8841 2010-10-26  Julien Danjou  <julien@danjou.info>
8843         * gnus-group.el (gnus-group-default-list-level): Add this function to
8844         compute the default list level.
8845         (gnus-group-default-list-level): Add possibility to use a function.
8847 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8849         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8851         * gnus-group.el (gnus-group-completing-read)
8852         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8853         gnus-replace-in-string.
8855 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8857         * shr.el (shr-tag-div): Add.
8859         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8861 2010-10-25  Julien Danjou  <julien@danjou.info>
8863         * gnus-util.el: Remove `gnus-with-local-quit'.
8865         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8867 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8870         the original article buffer.
8872 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874         * nnimap.el (nnimap-request-head): New function.
8875         (nnimap-request-move-article): Try to be slightly faster by not
8876         requesting the entire message when moving.
8877         (nnimap-transform-headers): Don't bug out on bodiless articles.
8878         (nnimap-send-command): Have no outstanding messages if the IMAP server
8879         doesn't support streaming.
8880         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8882 2010-10-24  Julien Danjou  <julien@danjou.info>
8884         * message.el (message-default-headers): Fix type.
8886 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8889         prefetching images.
8891         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8892         backend for unknown groups.  This is mainly useful for nnimap groups.
8894         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8895         group isn't covered by the agent.
8897 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8899         * nnir.el (nnir-method-default-engines): New variable.
8900         (nnir-run-query): Use it.
8901         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8902         (gnus-summary-nnir-goto-thread): Change group if needed.
8904         * gnus-group.el (gnus-group-group-map): Add key binding for
8905         gnus-group-make-nnir-group.
8907 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909         * shr.el (shr-tag-object): Add.
8911         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8912         original article buffer live.
8913         (gnus-summary-select-article-buffer):
8914         Mention gnus-widen-article-buffer.
8916 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918         * shr.el (shr-tag-strong): Add.
8920 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8923         group names.  They mess up the group buffer badly.
8925         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8927         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8928         instead of the summary one.
8930 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8932         * mml.el (mml-preview): Work properly when editing article.
8934         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8935         gnus-have-read-active-file if it's already been in.
8937 2010-10-22  Tom Tromey  <tromey@redhat.com>
8939         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8940         gnus-group-completing-read.
8942 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8944         * message.el (message-mode-map): Don't bind M-; to comment region, to
8945         allow the global comment-dwim to work.
8947 2010-10-21  Julien Danjou  <julien@danjou.info>
8949         * message.el (message-setup-1): Allow message-default-headers to be a
8950         function.
8952 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8954         * shr.el (shr-tag-table): Simplify.
8956 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8959         to avoid trying to snarf invalid stuff.
8961         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8963         * gnus.el (gnus-message-archive-group): Quote value.
8964         (gnus-message-archive-group): Mark as changed.
8966         * shr.el (shr-add-font): Don't put the font properties on the newline
8967         or the indentation.
8969         * message.el (message-fix-before-sending): Change options when sending
8970         non-printable characters.
8972         * gnus.el (gnus-message-archive-method): Change the default to
8973         monthly outgoing groups.
8975         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8976         that have gotten new numbers.
8978         * nnimap.el (nnimap-request-replace-article): New function.
8980 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8982         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8983         (nnrss-request-article): Don't use special html washing code.
8985 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8987         * shr.el (shr-tag-table): Remove useless nconc.
8989 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991         * gnus-art.el (article-wash-html): Simplify and remove the charset
8992         stuff.  Use the normal html rendering code instead of the special html
8993         washing code.
8995         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8996         `gnus-w3m' symbols.
8997         (mm-text-html-washer-alist): Remove.
8999         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9000         (mm-inline-media-tests): Remove use.
9001         (mm-text-html-renderer): Change default to the `shr' symbol.
9003         * mm-view.el (mm-inline-text-html): Remove use.
9005         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9006         `gnus-blocked-images' to be a function.
9007         (gnus-article-wash-function): Remove.
9009 2010-10-20  Julien Danjou  <julien@danjou.info>
9011         * spam.el (spam-list-of-processors): Mark as obsolete.
9013         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9014         (nnimap-insert-partial-structure): Fix boundary detection.
9016 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9018         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9019         run file-truename on remote files.  This can be expensive and even
9020         prevent one from editing drafts if some unrelated buffer has a stale
9021         connection.
9023 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9025         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9026         kinsoku-eol regardless of shr-kinsoku-shorten.
9027         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9028         (shr-tag-table): Support caption, thead, and tfoot.
9030 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9033         lines.
9034         (shr-save-contents): New command and keystroke.
9036         * nndoc.el (nndoc-type-alist): Add git support.
9037         (nndoc-git-type-p): New function.
9038         (nndoc-transform-git-article): Ditto.
9039         (nndoc-transform-git-headers): Ditto.
9040         (nndoc-transform-git-headers): Generate Subject headers.
9042         * shr.el (shr-parse-style): New function.
9043         (shr-tag-span): Ditto.
9045         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9046         to `G G' to avoid collisions.
9048 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9050         * shr.el: Load kinsoku if necessary.
9051         (shr-kinsoku-shorten): New internal variable.
9052         (shr-find-fill-point): Make kinsoku shorten text line if
9053         shr-kinsoku-shorten is bound to non-nil.
9054         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9055         shr-indentation too when testing if table is wider than frame width.
9056         (shr-insert-table): Use `string-width' instead of `length' to measure
9057         text width.
9058         (shr-insert-table-ruler): Make sure indentation is done at bol.
9060 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9062         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9063         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9064         undecoded network data.
9066 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9069         name in the mode line spec so that the mode line menu works
9070         (bug#2431).
9072         * message.el (message-get-reply-headers): If we're fed `to-address',
9073         then always use that.
9075         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9076         aren't so wide as to need to switch off the edit menu.
9078         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9079         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9081         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9082         `M-g'.
9083         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9084         the permanent marks.
9086 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9088         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9089         Splitting according to references/in-reply-to obeys the ignore-groups
9090         variable, while splitting by sender and subject do not.
9092 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9095         alist, so that we can look for non-Unicode chars.
9096         (article-translate-strings): Allow both character and string maps.
9098 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9100         * shr.el (shr-insert): Don't insert space behind a wide character
9101         categorized as kinsoku-bol, or between characters both categorized as
9102         nospace.
9104 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9106         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9107         headers to gnus-newsgroup-headers.
9109 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111         * shr.el (shr-tag-img): Don't align images -- since we're not
9112         rescaling, this often leads to ugly displays.
9114 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9116         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9117         duplicates.
9119 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9121         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9122         call.
9124 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126         * gnus.el: Autoload gnus-html-show-images.
9128         * nnimap.el: Use nnheader-message throughout.
9130         * shr.el (shr-tag-img): Ignore images with no data.
9132 2010-10-15  Julien Danjou  <julien@danjou.info>
9134         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9135         a possibility to disable format=flow encoding when using hard newlines.
9137 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9139         * shr.el (shr-insert): Remove space inserted before or after a
9140         breakable character or at the beginning or the end of a line.
9141         (shr-find-fill-point): Do kinsoku; find the second best point or give
9142         it up if there's no breakable point.
9144 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9146         * nnimap.el (nnimap-open-connection): Message when opening connection
9147         for debugging purposes.
9149         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9150         on every setup buffer call to allow this to change from article to
9151         article.
9153         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9154         buffers where we have a wide table.
9156 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9158         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9159         uses *-request-thread.
9161 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9164         incantation, which is no longer valid.
9166 2010-10-14  Julien Danjou  <julien@danjou.info>
9168         * shr.el: Fix defcustom type (char -> character).
9170 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9172         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9173         programs.
9175 2010-10-14  Julien Danjou  <julien@danjou.info>
9177         * shr.el (shr-tag-a): Use url-link as widget type.
9179         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9180         `gnus-group-get-icon'.
9182 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9185         This should make server editing work better.
9187         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9189         * tls.el (tls-program): Remove spurious %s from openssl.
9191         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9192         (nnimap-parse-flags): Fix regexp.
9194         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9195         probably work for CJVK text, too.
9197         * nnimap.el (nnimap-extend-tls-programs): Remove.
9198         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9200         * tls.el (tls-starttls-switches): Remove starttls hack.
9201         (open-tls-stream): Ditto.
9202         (tls-find-starttls-argument): Ditto.
9204 2010-10-13  Julien Danjou  <julien@danjou.info>
9206         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9207         responses.
9209 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9211         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9213         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9214         anything in Emacs.
9216         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9218 2010-10-13  Julien Danjou  <julien@danjou.info>
9220         * shr.el (shr-width): Make shr-width a defcustom with default to
9221         fill-column.
9222         (shr-tag-img): Use shr-width rather than fill-column.
9224 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9226         * dgnushack.el (byte-optimize-apply):
9227         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9229         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9230         position when (X-)Faces exist.
9231         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9232         avatars when called interactively.
9234 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9236         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9237         gnus-article-x-face-too-ugly is bound.
9239 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9243         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9244         mailbox that doesn't exist.
9246 2010-10-12  Julien Danjou  <julien@danjou.info>
9248         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9249         (shr-get-image-data): Encode URL properly when fetching from cache.
9250         (shr-tag-img): Use aligned-to spaces to align correctly images.
9252         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9253         before inserting the Gravatar.
9255         * shr.el (shr-tag-img): Add align attribute support for <img>.
9257 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259         * gnus-gravatar.el (gnus-art): Require.
9261         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9262         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9263         Remove long obsoleted functions.
9265 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9267         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9269         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9271         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9272         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9273         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9274         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9275         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9276         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9277         * sieve-manage.el, smime.el, spam.el:
9278         Fix comment for declare-function.
9280 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282         * nnimap.el (nnimap-request-rename-group): Select group read-only
9283         before renaming it.
9285         * shr.el (shr-insert): Fix up the white space only regexp.
9287         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9288         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9290         * shr.el (shr-current-column): New function.
9291         (shr-find-fill-point): New function.
9293 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9295         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9296         numbers.
9298 2010-10-11  Julien Danjou  <julien@danjou.info>
9300         * shr.el (shr-hr-line): Add.
9301         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9302         display hr lines.
9303         (shr-max-columns): Do not change state to nil if we just inserting
9304         spaces.
9306 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9309         select the last group.
9311 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9313         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9315 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9317         * dig.el (dig-mode-map): Declare and define in one step.
9319 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9322         for Gnus.
9323         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9324         (nnimap-update-qresync-info): Mark \Seen articles as read.
9326         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9327         non-variable, too.
9329         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9330         available.
9331         (nnimap-update-info): Rely more on the current active than the param
9332         active to avoid marking articles as read too much.
9334         * auth-source.el (auth-source-create): Use (user-login-name) for the
9335         user name default.
9337         * nnimap.el (nnimap-update-info): If the server doesn't return any
9338         useful info, just use the previous info.
9339         (nnimap-update-info): Prefer old info over start-article.
9340         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9342 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9344         * nnir.el (autoload): Clean up autoloads.
9345         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9346         Use key rather than value.
9347         (nnir-imap-search-other): New variable.
9348         (nnir-read-parm): Use it.
9349         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9350         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9352 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9354         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9355         the process, too.
9357 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359         * spam.el (gnus-summary-mode-map): Bind to "$".
9360         Suggested by Russ Allbery.
9362         * shr.el: Rework the way things are indented by <li> slightly.
9364         * gnus.el (gnus-group-set-parameter): Fix typo.
9366         * nnimap.el: Start implementing QRESYNC support.
9368 2010-10-09  Julien Danjou  <julien@danjou.info>
9370         * nnir.el (nnir-engines): Fix too many arguments.
9372 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9375         group is the "last", so that the backends like nnfolder actually save
9376         their folders.
9378         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9379         try to use that for the tls stream.
9380         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9381         UIDVALIDITY and find out which groups are read-only and not.
9382         (nnimap-get-flags): Use the same marks parsing code as the rest of
9383         nnimap.
9385 2010-10-09  Julien Danjou  <julien@danjou.info>
9387         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9389         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9390         retrieving gravatars.
9392         * shr.el (shr-table-corner): Add.
9393         (shr-table-line): Add.
9394         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9396 2010-10-08  Julien Danjou  <julien@danjou.info>
9398         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9400 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9402         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9404         * gnus-sum.el (gnus-mark-article-as-unread)
9405         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9406         (gnus-summary-set-bookmark): Use it.
9408         * gnus-msg.el (gnus-setup-message): Use it.
9410         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9412         * gnus.el (gnus-group-remove-parameter): Use it.
9414         * gnus-group.el (gnus-group-make-web-group): Use it.
9416         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9418         * nnregistry.el: Update docs to mention manual.
9420         * gnus-registry.el: Update docs to mention nnregistry.el.
9421         (gnus-registry-initialize): Don't install nnregistry refer method
9422         automatically.
9423         (gnus-registry-install-nnregistry): Remove it.
9425 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9427         * shr.el (shr-insert): Don't insert double spaces.
9429 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9431         * gnus-gravatar.el (gnus-treat-from-gravatar)
9432         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9433         called interactively.
9435         * gnus-art.el (gnus-mime-view-part-externally)
9436         (gnus-mime-view-part-internally): Make predicate function passed to
9437         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9438         of a mime type.
9440         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9442 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9444         * shr.el (require): Require cl when compiling.
9445         (shr-tag-hr): New function.
9447         * nnimap.el (nnimap-update-info): Remove double setting of high.
9448         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9449         This makes nnimap work properly on Courier again.
9451         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9452         the variable for backwards compatibility.
9454         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9455         the file name before using to avoid setting mm-default-directory to
9456         nil.
9458         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9459         bidning gnus-agent variables.
9461         * shr.el (shr-render-td): Use a cache for the table rendering function
9462         to avoid getting an exponential rendering behavior in nested tables.
9463         (shr-insert): Rework the line-breaking algorithm.
9464         (shr-insert): Don't leave trailing spaces.
9465         (shr-insert-table): Also insert empty TDs.
9466         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9468 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * gnus-sum.el (gnus-number): Rename from `number'.
9471         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9472         (gnus-summary-limit-children): Update uses correspondingly.
9474 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9476         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9477         (gnus-gravatar-transform-address): Don't show avatars of people of
9478         which mail addresses match gnus-gravatar-too-ugly.
9480 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482         * shr.el (shr-table-widths): Expand TD elements to fill available
9483         space.
9485 2010-10-07  Julien Danjou  <julien@danjou.info>
9487         * nnimap.el (nnimap-request-rename-group): Add this method.
9489 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9491         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9492         name from XEmacs' function-arglist.
9494         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9495         gravatar under XEmacs.
9497 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9499         * auth-source.el: Update docs with TODO items.
9501         * gnus-sync.el: Update docs to explain state and plans.
9503         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9504         Hooks for mark updates.
9505         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9507         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9508         hooks with arguments, which is needed for mark update hooks.
9510 2010-10-06  Julien Danjou  <julien@danjou.info>
9512         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9513         was matched.
9515         * sieve-manage.el: Update example in `Commentary'.
9517         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9519         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9520         not 2000.
9521         (sieve-manage-authenticate): Re-add function.
9523 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525         * shr.el (shr-insert): Get 'space transition right.
9526         (shr-render-td): Only delete space at the end of the TD.
9528         * nnimap.el (nnimap-open-connection): Prepare to support
9529         open-gnutls-stream.
9531         * shr.el: Rearrange function order to be more logical.
9533 2010-10-06  Julien Danjou  <julien@danjou.info>
9535         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9536         (nnrss-discover-feed): Remove 404 URL in docstring.
9538         * nnir.el: Fix Swish-E URL.
9539         Fix Namazu URL.
9541         * message.el (message-change-subject): Remove 404 URL in a comment.
9543 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9545         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9546         called interactively.
9548         * gnus-util.el (gnus-remove-if): Allow hash table.
9549         (gnus-remove-if-not): New function.
9551         * gnus-art.el (gnus-mime-view-part-as-type):
9552         * gnus-score.el (gnus-summary-score-effect):
9553         * gnus-sum.el (gnus-read-move-group-name):
9554         Replace remove-if-not with gnus-remove-if-not.
9556         * gnus-group.el (gnus-group-completing-read):
9557         Regard collection as a hash table if it is not a list.
9559 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9563         * shr.el: Document the table-rendering algorithm.
9565 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9567         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9568         for Emacsen having no `libxml-parse-html-region' support.
9570 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9573         invalid URLs.
9575         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9576         line-broken.
9577         (shr-tag-img): Ignore image fetching errors.
9578         (shr-overlays-in-region): Compute overlay positions correctly.
9580         * mm-decode.el (mm-shr): Require shr.
9582         * gnus-art.el (gnus-blocked-images): Move variable here.
9584         * shr.el (shr-insert-table): Bind free variable.
9586         * mm-decode.el (mm-shr): Bind shr-content-function.
9588         * shr.el (shr-content-function): New variable.
9590         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9591         added for symmetry.
9593         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9595         * gnus-group.el (gnus-group-make-group): Doc fix.
9597         * nnimap.el (nnimap-request-newgroups): Return success.
9599         * shr.el (shr-find-elements): New function.
9600         (shr-tag-table): Put all the images after the table.
9601         (shr-tag-table): Really inhibit images inside the table.
9602         (shr-collect-overlays): Copy over overlays from the TD elements to the
9603         main document.
9605         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9606         gnus-blocked-images.
9608 2010-10-05  Julien Danjou  <julien@danjou.info>
9610         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9612         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9613         (gnus-html-maximum-image-size): Add this function.
9614         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9616         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9617         server-value of the capability is nil.
9619 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621         * shr.el (shr-tag-em): Add <EM> tag.
9623 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9625         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9626         customizable.
9628         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9629         handing broken links to browse-url.
9631 2010-10-05  Julien Danjou  <julien@danjou.info>
9633         * gnus-util.el (gnus-emacs-completing-read)
9634         (gnus-iswitchb-completing-read): Use autoload rather than require.
9636 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9638         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9639         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9640         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9641         iswitchb-temp-buflist for XEmacs.
9643         * gnus-util.el (gnus-completing-read-function): Exclude
9644         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9645         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9646         XEmacs.
9648         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9649         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9651         * gnus-html.el: Don't require help-fns under XEmacs.
9652         (gnus-html-schedule-image-fetching): Work for XEmacs.
9654         * mm-decode.el (mm-shr): Decode contents by charset.
9656 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9659         unknown.
9661         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9662         (shr-get-image-data): Ensure against the cache file missing.
9664         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9665         for data.
9667         * spam-report.el (spam-report-url-ping-plain): Don't query about
9668         killing the process.
9670         * shr.el (shr-render-td): Protect against too-wide text.
9672 2010-10-04  Julien Danjou  <julien@danjou.info>
9674         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9675         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9677         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9678         retrieved.
9680 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682         * shr.el (browse-url): Require.
9683         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9684         lines.
9685         (shr-show-alt-text, shr-browse-image): New commands.
9686         (shr-browse-url, shr-copy-url): New commands.
9688         * gnus-sum.el (gnus-widen-article-window): New variable.
9689         (gnus-summary-select-article-buffer): Use it.
9691         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9692         without @ signs.
9694 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9696         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9698 2010-10-04  Julien Danjou  <julien@danjou.info>
9700         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9701         for XEmacs.
9703 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9705         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9707         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9708         (nnimap-close-server): Implement.
9710         * dgnushack.el (iswitchb): Require to shut up the compiler.
9712         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9713         (shr-insert): Tweak line breaking.
9714         (shr-insert): Handle <pre> better.
9715         (shr-tag-li): Get <li> indentation right.
9716         (shr-tag-li): Get <li> indentation even righter.
9717         (shr-tag-blockquote): Ensure paragraph start.
9718         (shr-make-table): Tweak table generation.
9719         (shr-make-table): Fix typo.
9721         * shr.el: Implement table rendering.
9723 2010-10-04  Julien Danjou  <julien@danjou.info>
9725         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9727 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729         * shr.el (shr-insert): Use string anchors instead of line anchors.
9731 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733         * shr.el: Add headings.
9734         (shr-ensure-paragraph): Actually work.
9735         (shr-tag-li): Make <ul> prettier.
9736         (shr-insert): Get white space at the beginning/end of elements right.
9737         (shr-tag-p): Collapse subsequent <p>s.
9738         (shr-ensure-paragraph): Don't insert double line feeds after blank
9739         lines.
9740         (shr-insert): \t is also space.
9741         (shr-tag-s): Fix "s" tag name function.
9742         (shr-tag-s): Fix face prop name.
9744 2010-10-03  Julien Danjou  <julien@danjou.info>
9746         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9748         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9749         gnus-window-inside-pixel-edges.
9751         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9752         gnus-ems.
9754         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9756         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9757         function.
9759         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9760         resize choice.
9762 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9765         beginning of the buffer.
9767         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9768         article buffer again.
9770         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9772         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9773         when it's at the start of the buffer.
9775         * shr.el (shr-tag-blockquote): Convert name.
9776         (shr-rescale-image): Use the right image-size variant.
9778         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9779         buffer isn't shown, then select the current article first instead of
9780         bugging out.
9781         (gnus-summary-select-article-buffer): Show both the article and summary
9782         buffers again.
9784         * shr.el (shr-fontize-cont): Protect against regions with no text.
9785         Rename tag functions to shr-tag-* for enhanced security.
9786         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9788 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9790         * shr.el (shr-insert):
9791         * pop3.el (pop3-movemail):
9792         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9793         loaded.
9795 2010-10-03  Glenn Morris  <rgm@gnu.org>
9797         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9799         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9801         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9803         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9805         * gnus-util.el (gnus-make-local-hook): Simplify.
9807 2010-10-02  Julien Danjou  <julien@danjou.info>
9809         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9810         (gnus-ido-completing-read): New function.
9811         (gnus-emacs-completing-read): New function.
9812         (gnus-completing-read): Use gnus-completing-read-function.
9813         Add gnus-completing-read-function.
9815 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817         * shr.el (shr-insert-document): Autoload.
9818         (shr-img): Be silent.
9819         (shr-insert): Add a newline after every picture before text.
9820         (shr-add-font): Use overlays for combining faces.
9821         (shr-insert): Pass upwards the text start point.
9823         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9824         possible.
9825         (mm-shr): New function.
9827 2010-10-02  Julien Danjou  <julien@danjou.info>
9829         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9830         should go backward.
9832 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9834         * shr.el (shr): Fix typo in provide call.
9836 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838         * shr.el: New file.
9840         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9842         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9843         completing read.
9845 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9848         we're being queried about.  Suggested by Dan Jacobson.
9850         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9851         Suggested by Jason Eisner.
9853         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9854         table, too.  Suggested by Stefan Wiens.
9855         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9856         the table unnecessary.  Suggested by Stefan Wiens.
9858         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9859         longer needed, and probably doesn't work either, as pointed out by
9860         Stefan Wiens.
9861         (gnus-summary-exit): Remove call to the clearing function.
9862         (gnus-summary-exit-no-update): Ditto.
9864         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9865         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9866         Reported by Stefan Monnier.
9867         (gnus-summary-save-in-rmail): Ditto.
9869         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9870         article buffer, instead of both the article buffer and the summary
9871         buffer.  Sort of suggested by Dan Jacobson.
9873         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9875         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9876         Suggested by Dan Jacobson.
9878         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9879         documentation clearer.
9881         * message.el (message-shorten-references): Comment on the number "21".
9882         Suggested by Stefan Monnier.
9884         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9885         Suggested by Dan Jacobson.
9887         * gnus.el (gnus-large-newsgroup):
9888         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9890         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9891         externalize attachments.  Bug reported by Steve Wen.
9893         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9894         really message anything to the user.
9896         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9897         directly.
9899         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9900         messages in empty groups.
9902 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9904         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9905         non-UIDNEXT group.
9907 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9910         not the value from the collection.
9912         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9913         values.  This sometimes happens on some groups that have no info.
9914         (nnimap-request-newgroups): New function.
9916 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9918         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9919         check into `gnus-registry-initialize'.
9920         (gnus-registry-initialize): Ditto.
9921         Fix and extend header docs.
9923 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9926         regexp backtrace overflows.
9928         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9929         for starttls that tls.el implements; i.e. openssl.
9931         * tls.el (tls-starttls-switches): Give up on using starttls with
9932         gnutls-cli.
9933         (tls-program): Add --insecure to be consistent with the defaults from
9934         openssl s_client.  Now all three commands are insecure.
9936 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9938         * lpath.el: Bind completion-styles-alist for XEmacs.
9940         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9941         (gravatar-create-image): New function that's an alias to
9942         gnus-xmas-create-image, gnus-create-image, or create-image.
9943         (gravatar-data->image): Use it.
9945 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9947         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9948         install the nnregistry refer method.
9949         (gnus-registry-install-hooks): Use it.
9950         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9951         unfollowed groups.
9953 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9955         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9956         expanding threads.
9958 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960         * nnir.el: Use the server names without suffixes (bug#7009).
9962         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9963         unencrypted to STARTTLS, if possible.
9965 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9967         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9968         headers before superseding.
9970 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9972         * nnrss.el (nnrss-use-local): Add documentation.
9974         * nnimap.el (nnimap-extend-tls-programs): New function.
9975         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9976         (nnimap-wait-for-connection): Accept the greeting from the stupid
9977         output from openssl s_client -starttls, too.
9979         * tls.el (tls-starttls-switches): New variable.
9980         (tls-find-starttls-argument): Use it.
9981         (open-tls-stream): Ditto.
9983         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9984         (netrc-machine): Ditto.
9986         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9987         article number.
9988         (nnimap-split-fancy): New variable.
9989         (nnimap-split-incoming-mail): Use it.
9991         * nntp.el (nntp-server-list-active-group): Document.
9993         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9994         SELECT to get the message-id.
9996         * mail-source.el (mail-sources): Remove webmail support.
9997         (defvar): Ditto.
9998         (mail-source-fetcher-alist): Ditto.
9999         (mail-source-fetch-webmail): Remove.
10001         * webmail.el: Remove -- doesn't seem relevant any more.
10003         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10005         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10006         the \r.
10008 2010-09-30  Julien Danjou  <julien@danjou.info>
10010         * gnus-agent.el (gnus-agent-add-group): Fix call to
10011         gnus-completing-read.
10013 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015         * nndoc.el (nndoc-retrieve-groups): New function.
10017         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10018         `default', use nnmail-split-methods.
10019         (nnimap-request-article): Downcase the NILs so that they are nil.
10021         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10022         symbol.
10024         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10025         code, since if the user has requested network, that's what they ought
10026         to get.
10027         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10028         (nnimap-split-rule): Mark as obsolete.
10030         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10031         New variable.
10033         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10034         correct slot, too.
10036 2010-09-29  Julien Danjou  <julien@danjou.info>
10038         * gnus.el (gnus-local-domain): Declare variable obsolete.
10040         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10041         Fix history computing.
10042         (gnus-ido-completing-read): Require ido.
10044 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10047         build Gnus.
10049         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10050         when interpreting the structures.
10051         (nnimap-request-accept-article): Add \r\n to the lines to make this
10052         work with Cyrus.
10054         * nndraft.el (nndraft-request-expire-articles): Use the group name
10055         instead if "nndraft".  Fix found by Nils Ackermann.
10057 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10059         * nnregistry.el: Add.
10061 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10063         * nnmail.el (group, group-art-list, group-art):
10064         Remove unneeded directives.
10066 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10068         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10069         (mm-mime-charset):
10070         * rfc2047.el (rfc2047-syntax-table):
10071         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10073         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10074         rather than `insert-file-contents' and `eval-region'.
10076         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10077         construction.
10079         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10081         * time-date.el: No need to require cl for Emacs 21.
10083 2010-09-29  Julien Danjou  <julien@danjou.info>
10085         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10086         replacement of `gnus-gravatar-relief' to mimic
10087         `gnus-faces-properties-alist'.
10088         Add :version property.
10090 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10092         * mail-source.el (mail-source-report-new-mail):
10093         * message.el (message-default-mail-headers):
10094         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10096         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10098 2010-09-28  Julien Danjou  <julien@danjou.info>
10100         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10101         mail-address contains the same string as real-name.
10103         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10104         non-blank in header, otherwise it'll get stripped.
10106         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10107         real-name, and then for mail address rather than doing : or , search.
10109 2010-09-27  Julien Danjou  <julien@danjou.info>
10111         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10112         right completing-read function.
10113         (gnus-use-ido): New variable
10114         (gnus-completing-read-with-default): Remove.
10115         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10116         (gnus-agent-add-group):
10117         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10118         * mm-view.el (mm-view-pkcs7-decrypt):
10119         * mm-util.el (mm-codepage-setup):
10120         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10121         * mml-smime.el (mml-smime-openssl-sign-query):
10122         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10123         (mml-insert-multipart):
10124         * gnus-msg.el (gnus-summary-yank-message):
10125         * gnus-int.el (gnus-start-news-server):
10126         * mm-decode.el (mm-interactively-view-part):
10127         * gnus-dired.el (gnus-dired-attach):
10128         * gnus.el (gnus-read-method):
10129         * gnus-bookmark.el (gnus-bookmark-jump):
10130         * gnus-art.el (gnus-mime-view-part-as-type)
10131         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10132         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10133         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10134         * nnmairix.el (nnmairix-create-server-and-default-group)
10135         (nnmairix-update-groups, nnmairix-get-server)
10136         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10137         (nnmairix-get-group-from-file-path):
10138         * nnrss.el (nnrss-find-rss-via-syndic8):
10139         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10140         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10141         (gnus-group-browse-foreign-server):
10142         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10143         (gnus-summary-execute-command, gnus-summary-respool-article)
10144         (gnus-read-move-group-name):
10145         * gnus-score.el (gnus-summary-increase-score)
10146         (gnus-summary-score-effect):
10147         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10149 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10151         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10152         x-focus-frame.
10154         * nnimap.el (auth-source-forget-user-or-password)
10155         (auth-source-user-or-password): Autoload.
10157         * message.el (message-from-style, message-interactive)
10158         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10159         (message-yank-prefix, message-indentation-spaces, message-signature)
10160         (message-signature-file): Add comment.
10162 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10165         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10166         new articles.
10168         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10169         parts.
10170         (nnimap-request-article): Work with the t setting, too.
10172         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10173         that you don't get flashes of other buffers.
10174         (gnus-summary-show-complete-article): Intern before setting.
10176 2010-09-27  David Engster  <dengste@eml.cc>
10178         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10179         well as HEADERS.
10180         (nnmairix-retrieve-headers): Provide new argument for the above.
10182 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184         * gnus-sum.el (gnus-summary-move-article): Don't alter
10185         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10186         group.
10188         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10190         * message.el (message-cite-prefix-regexp): Revert my last edit.
10192         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10193         variable instead of the Gnus variable.
10195         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10197         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10199         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10200         since some servers don't like it.
10201         (nnimap-open-connection): Forget credentials if the server says the
10202         password was wrong.
10203         (nnimap-parse-line): Protect against invalid data.
10205         * gnus-sum.el (gnus-summary-move-article): Add comment.
10206         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10207         nothing alters it while scanning for new messages.
10209         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10210         which may or may not help.
10211         (nnimap-open-connection): If we're doing a stream connection, and then
10212         discover we're on a STARTTLS-capable server, then open a STARTTLS
10213         connection instead.
10215 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10217         * nnimap.el (utf7): Require.
10219         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10220         prefix.
10222 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10224         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10226 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228         * nnimap.el (nnimap-request-accept-article): Message the error on
10229         error.
10231 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10233         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10235 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237         * nndoc.el (nndoc-request-list): Return success always.
10239         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10240         `fetch-old' -- we only want to fetch the articles we've requested.
10241         The rest are in the agent, probably.
10242         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10243         disappeared server" to something low.  It's not important.
10245         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10246         arrived before the FETCH data.
10248         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10249         target here, because we don't know the Gnus name of the group.
10251         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10252         for the correct group.
10254         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10256         * gnus.el (gnus): Give a final warning after startup.
10258         * gnus-util.el (gnus-action-message-log): New variable.
10259         (gnus-message): Use it.
10260         (gnus-final-warning): New function.
10262         * nnimap.el (nnimap-open-connection): Record the greeting.
10263         (nnimap): Add greeting.
10265 2010-09-26  Julien Danjou  <julien@danjou.info>
10267         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10268         arguments.
10269         (gnus-html-wash-images): Fix spec computing to include start/end.
10271         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10273 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10275         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10276         deletion.
10277         (nnimap-retrieve-headers): Don't select the group, because that's
10278         already done by nnimap-possibly-change-group.
10280         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10281         (gnus-picon-transform-address): Use it.
10283         * mail-source.el (mail-source-value): Revert previous patch.
10285         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10286         on failure.
10287         (nnimap-open-connection): Look up both virtual and physical server name
10288         credentials.
10290         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10292 2009-02-07  Dave Love  <fx@gnu.org>
10294         * tls.el (open-tls-stream): Don't query killing process.
10296 2009-02-08  Dave Love  <fx@gnu.org>
10298         * gnus-win.el (gnus-window-to-buffer-helper)
10299         (gnus-all-windows-visible-p): Function needn't be a symbol.
10301         * mail-source.el (mail-source-value): Function needn't be a symbol.
10303 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305         * message.el (message-cite-prefix-regexp): Remove } from the cite
10306         prefix.
10308         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10309         highlight again, so that the highlight is correct.
10311         * gnus-picon.el (gnus-picon): Remove again.
10312         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10314         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10315         doing the header highlightling, so that the background color of the
10316         picon is correct.
10318         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10319         (gnus-picon): Ditto.
10320         (gnus-picon): Reinstate.  The background color for picons is white.
10321         (gnus-picon-insert-glyph): Make the background white.
10323         * nnml.el (nnml-open-nov): Don't return dead buffers.
10325         * auth-source.el (auth-source-create): Query the user for whether to
10326         store the credentials.
10328         * netrc.el (netrc-store-data): New function.
10330         * auth-source.el (auth-source-user-or-password): Use the existing auth
10331         sources, if any, for creation.
10333         * gnus.el (gnus-group-fast-parameter): Return the last matching
10334         parameter instead of the first matching parameter.
10336 2010-09-26  Julien Danjou  <julien@danjou.info>
10338         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10340 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342         * mml2015.el (mml2015-use): Remove gpg support.
10344         * mml1991.el (mml1991-function-alist): Remove gpg function.
10345         (mml1991-gpg-sign): Remove.
10347 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10349         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10350         (gnus-browse-unsubscribe-current-group): Document it.
10351         (gnus-browse-unsubscribe-group): Use it.
10353 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10356         address to the To list for easier response.
10358         * gnus.el (gnus-play-startup-jingle): Remove.
10359         (gnus-splash): Don't play jingle.
10360         (gnus): Silence gnus-load message.
10362         * gnus-art.el (gnus-treat-play-sounds): Remove.
10364         * gnus.el (gnus-play-jingle): Remove audio support.
10366         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10368         * earcon.el: Remove -- no users.
10370         * gnus-audio.el: Remove -- no users of this package.
10372         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10374         * gnus-start.el (gnus-setup-news): Remove nocem support.
10376         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10378         * gnus.el (gnus-use-nocem): Remove.
10380         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10381         Remove.
10383         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10384         uses NoCeM any more.
10386         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10387         (gnus-button-ctan-handler): Ditto.
10388         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10389         (gnus-button-ctan-directory-regexp): Ditto.
10390         (gnus-button-handle-ctan): Ditto.
10391         (gnus-button-tex-level): Ditto.
10392         (gnus-button-alist): Remove CTAN stuff.
10394 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10397         nnimap-streaming test.
10399         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10400         servers twice.
10402         * nnimap.el (nnimap-open-connection): Add more error reporting when
10403         nnimap fails early.
10405         * nnheader.el (nnheader-get-report-string): New function.
10406         (nnheader-get-report): Use it.
10408         * gnus-int.el (gnus-check-server): Say what the error was when opening
10409         failed.
10411         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10412         using streaming.
10414 2010-09-25  Julien Danjou  <julien@danjou.info>
10416         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10417         gnus-window-inside-pixel-edges.
10419 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10423         * mm-decode.el (mm-save-part): Allow saving to other directories the
10424         normal Emacs way.
10426         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10427         Suggested by Jay Berkenbilt.
10429         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10430         there isn't a single byte.
10432         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10433         just do it.  It doesn't really seem to matter what the user responds
10434         here, I think, so it's just a confusing question.
10436         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10437         non-streaming case.
10439         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10440         (gnus-article-encrypt-body): Use it.
10442         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10443         keystroke.
10445         * nnimap.el (nnimap-find-wanted-parts-1):
10446         Use gnus-fetch-partial-articles.
10448         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10450         * nnimap.el (nnimap-insert-partial-structure): New function.
10451         (nnimap-get-partial-article): New function.
10452         (nnimap-request-article): Use it.
10453         (nnimap-wait-for-response): Return whether the wait was successful.
10454         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10455         retrieval wasn't successful.
10456         (nnimap-retrieve-group-data-early): Allow throttling servers.
10457         (nnimap-streaming): New variable.
10458         (nnimap-fetch-partial-articles): Remove.
10460         * mm-decode.el (mm-with-part): Protect against killed buffers.
10462         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10463         for prettier summary display.
10465 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10467         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10469 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10472         apparently third-party libraries depend on it.
10474         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10475         before starting negotiation.
10477         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10478         privacy reasons.
10479         (gnus-treat-mail-gravatar): Ditto.
10481         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10482         buffer when inserting images.  Inserting text into the headers, for
10483         instance, can make them invalid.
10485 2010-09-25  Julien Danjou  <julien@danjou.info>
10487         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10488         variables.
10490         * nnheader.el: Remove useless variables news-reply-yank-from and
10491         news-reply-yank-message-id.
10493         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10494         variables.
10496         * mml1991.el: Remove useless mml1991-verbose.
10498         * gnus.el: Remove useless variable gnus-use-generic-from.
10499         Remove obsolete variable gnus-topic-indentation.
10501         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10503         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10505         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10507         * gnus-group.el: Remove useless gnus-group-icon-cache.
10508         Remove useless gnus-ephemeral-group-server.
10510         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10512         * mml2015.el: Remove useless mml2015-verbose.
10514         * mml-smime.el: Remove useless mml-smime-verbose.
10516         * gnus.el: Remove useless gnus-local-domain.
10518         * gnus-gravatar.el (gnus-gravatar-transform-address):
10519         Use gnus-gravatar-size.
10521         * gnus-art.el: Remove useless gnus-treat-translate.
10523 2010-09-24  Julien Danjou  <julien@danjou.info>
10525         * gnus-sum.el: Add support for Gravatars.
10527         * gnus-art.el: Add support for Gravatars.
10529         * gnus-gravatar.el: Add this file.
10531         * gravatar.el: Add this file.
10533 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10535         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10537         * gnus-group.el (gnus-group-fetch-faq): Remove.
10539         * gnus.el (gnus-group-faq-directory): Remove.
10541         * gnus-group.el (gnus-group-fetch-charter): Remove.
10543         * gnus.el (gnus-group-charter-alist): Remove.
10545         * gnus-group.el (gnus-group-archive-directory): Remove.
10546         (gnus-group-recent-archive-directory): Ditto.
10547         (gnus-group-make-archive-group): Remove.
10549         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10551         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10552         use the same article number for all the cached articles.
10554         * nnimap.el (nnimap-command): Register the last command time so
10555         that we can use it for idling NOOPs.
10556         (nnimap-open-connection): Start the keeplive timer.
10557         (nnimap-make-process-buffer): Store all the process buffers.
10558         (nnimap-keepalive): New function.
10560         * starttls.el (starttls-open-stream): Add autoload cookie.
10562 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10564         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10565         handling.
10567 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10570         its data structures.
10572         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10573         instead of the cl.el copy-list.
10574         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10575         equalp.
10577 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10579         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10580         and tool-bar-local-item-from-menu.
10582         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10583         mode-line-highlight face for Emacs.
10585         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10586         loading gnus-sum.elc; fix comment for canlock-verify.
10587         (gnus-article-jump-to-part): Use read-number.
10588         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10589         Remove Emacs pre-21 compatible code for help-echo.
10590         (gnus-article-next-page-1): No need to adjust the number of lines.
10591         (gnus-article-describe-bindings): Always use help-buffer.
10593         * gnus-audio.el (gnus-audio-inline-sound):
10594         * gnus-cus.el (gnus-custom-mode):
10595         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10597         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10599         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10600         compatible code.
10602 2010-09-24  Glenn Morris  <rgm@gnu.org>
10604         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10605         visiting the fcc file in rmail-mode.
10607         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10609 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10611         * nnir.el: Silence the byte compiler.
10613         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10614         alias to browse-url-url-encode-chars if any.
10615         (gnus-html-encode-url): Use it.
10617 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10619         * gnus-start.el (gnus-use-backend-marks): New variable.
10620         (gnus-get-unread-articles-in-group): Use it.
10622         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10623         makeover.
10625 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10627         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10629 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10632         Remove.
10633         (gnus-setup-news-hook):
10634         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10636         * gnus-int.el (gnus-request-update-info): Protect against backends not
10637         having the function.
10639         * nnimap.el (nnimap-stream): Mention starttls.
10640         (nnimap-open-connection): Add starttls support.
10642 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10644         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10646 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10648         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10649         BODYSTRUCTUREs.
10650         (nnimap-transform-headers): Unfold quoted {42} headers.
10652         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10653         the info.
10654         (gnus-get-unread-articles): Only call updatep on backends that support
10655         it.
10657         * nnweb.el (nnweb-request-update-info): NOOP.
10659         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10661         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10662         since it only deals with marks.
10664         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10665         gnus-request-marks, and make a new gnus-request-update-info.
10667         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10668         the active instead of the high number, which is usually too low.
10670 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10672         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10673         * encrypt.el: Remove.
10675 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10678         server in symbolic form.
10680         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10682 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10684         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10685         (nnimap-update-info): Fix up code slightly.
10687         * gnus-int.el (gnus-open-server): Add tracing for performance
10688         debugging.
10690         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10691         (gnus-group-insert-group-line): Pass the real group name so that it
10692         gets the right data.
10694         * gnus-start.el (gnus-get-unread-articles): Don't have
10695         `gnus-get-unread-articles-in-group' update info, since that can be
10696         really slow and doesn't seem to be needed?
10698 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10700         * time-date.el (date-to-time): Try using parse-time-string first before
10701         using the slower timezone-make-date-arpa-standard.
10703 2010-09-22  Julien Danjou  <julien@danjou.info>
10705         * gnus-group.el (gnus-group-insert-group-line):
10706         Call gnus-group-highlight-line.
10707         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10708         default hook list.
10709         (gnus-group-update-eval-form): Add new function.
10710         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10711         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10713 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10715         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10716         immediate, then expire all articles.
10717         (nnimap-update-info): Fix off-by-one errors.
10718         (nnimap-flags-to-marks): Would return no marks lists for group with no
10719         flags.  Instead return the other data.
10721 2010-09-22  Julien Danjou  <julien@danjou.info>
10723         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10724         Only return an icon.
10725         (gnus-group-insert-group-line): Compute icon to return.
10727         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10728         (gnus-html-image-fetched): Only cache if
10729         gnus-html-image-automatic-caching is set.
10730         (gnus-html-image-fetched): Check for errors.
10732 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10735         once per method on `g'.  This ensures that backends like nnfolder don't
10736         open all their folders.
10738         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10739         (nnimap-request-list): Nix out group in the correct buffer.
10740         (nnimap-parse-flags): Implement by using `read' instead of
10741         hand-parsing.
10742         (nnimap-flags-to-marks): Pass on permanent-flags.
10743         (nnimap-make-process-buffer): Record the server name.
10744         (nnimap-parse-flags): Fix typo.
10745         (nnimap-request-scan): Run split on the server in general, not just a
10746         single group.
10748         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10749         parameter, and propagate this downwards.
10751         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10752         since EXAMINE changes it on the server.
10754         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10755         this command might take a while.
10757 2010-09-22  Julien Danjou  <julien@danjou.info>
10759         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10760         harmful if you have 2 images side-by-side, they can't be properly
10761         update on text deletion.  Using text-property is safer here.
10762         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10763         data.
10765 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767         * nnimap.el (nnimap-expunge-inbox): Remove.
10768         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10769         (nnimap-expunge): Flip default to t.
10771         * gnus.el (gnus-method-to-server): Don't push things to the cache
10772         unless it's unique.
10773         (gnus-server-to-method): Ditto.
10775 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10777         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10779 2010-09-22  Julien Danjou  <julien@danjou.info>
10781         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10782         get the start of data.
10783         (gnus-html-encode-url): Add this function to encode special chars in
10784         URL.
10785         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10786         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10788         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10789         default.
10790         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10792         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10793         images alt-text.
10794         (gnus-html-put-image): Put alt-text as help-echo.
10796 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10798         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10799         * mm-util.el (mm-decompress-buffer):
10800         * nnir.el (nnir-run-find-grep):
10801         * pop3.el (pop3-list): Use 3rd arg of split-string.
10803         * time-date.el (format-seconds): Comment fix.
10805         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10806         and byte-optimize-form-code-walker.
10807         (dgnushack-make-auto-load): Don't advise make-autoload.
10809         * lpath.el: Remove Emacs 21 stuff.
10811 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10814         outside the active range.  Suggested by Dan Christensen.
10816         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10817         slightly later to avoid double-getting it.
10819         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10820         previous patch.
10822         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10824 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10826         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10828 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10830         * gnus-int.el (gnus-open-server): Give a better error message in the
10831         "go offline" case.
10833         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10834         marks for nnimap, which is seldom the right thing to do.
10836         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10837         (gnus-same-method-different-name): New function.
10839         * nnimap.el (parse-time): Require.
10841         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10842         method in the presence of many similar methods.
10844         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10846         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10847         nnml-inhibit-expiry.
10849         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10850         find out whether methods are equal.
10852         * nnimap.el (nnimap-find-expired-articles): New function.
10853         (nnimap-process-expiry-targets): New function.
10854         (nnimap-request-move-article): Request the article before looking at
10855         what the Message-ID is.  Fix found by Andrew Cohen.
10856         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10858         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10859         for oldness in addition to being a predicate.
10861         * nnimap.el (nnimap-request-group): When we have zero articles, return
10862         the right data to Gnus.
10863         (nnimap-request-expire-articles): Only delete articles immediately if
10864         the target is 'delete.
10866         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10867         method, this would bug out.
10869         * gnus-group.el (gnus-group-expunge-group): Rename from
10870         gnus-group-nnimap-expunge, and implemented as a normal interface
10871         function.
10873         * gnus-int.el (gnus-request-expunge-group): New function.
10875         * nnimap.el (nnimap-request-create-group): Implement.
10876         (nnimap-request-expunge-group): New function.
10878 2010-09-21  Julien Danjou  <julien@danjou.info>
10880         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10881         (gnus-html-cache-expired): Add new function.
10882         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10883         wethever we should display image for fetch it.
10884         Compute alt-text earlier to pass it to the fetching function too.
10885         (gnus-html-schedule-image-fetching): Change function argument to only
10886         get one image at a time, not a list.
10887         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10888         cache.
10889         (gnus-html-get-image-data): New function to retrieve image data from
10890         cache.
10891         (gnus-html-put-image): Change buffer argument to use image data rather
10892         than file, and place image above region rather than inserting a new
10893         one.  Do not take alt-text as argument, since it's useless now: we place
10894         the image above alt-text.
10895         (gnus-html-prune-cache): Remove.
10896         (gnus-html-show-images): Start to fetch image when we find one, do not
10897         push into a temporary list.
10898         (gnus-html-prefetch-images): Only fetch image if they have expired.
10899         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10900         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10902 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10904         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10906 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10909         spec inser "*" if the group isn't active instead of 0.
10911         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10912         opening the server.
10913         (nnimap-request-delete-group): Implement group deletion.
10914         (nnimap-transform-headers): Return the size of the entire message in
10915         the Bytes header, not just the size of the first part.
10916         (nnimap-request-move-article): When moving an article from nnimap,
10917         request the article first so the accepting form has an article to
10918         accept.  Reported by Dan Christensen.
10919         (nnimap-command): Make sure that the error message doesn't error out.
10921 2010-09-20  David Edmondson  <dme@dme.org>
10923         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10924         we haven't requested anything.
10926 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10929         "".  Fix found by Andrew Cohen.
10931         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10932         instead of -encode-string.
10934 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10936         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10938         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10939         by mm-subst-char-in-string.
10941 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10944         waiting for the connection string.
10946         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10947         arriving.
10949         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10950         bogus characters.  This allows selecting certain Gmail groups.
10952         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10953         (nnimap-fetch-partial-articles): New variable.
10954         (nnimap-open-connection): When looking for credentials, also use the
10955         nnimap-server-port.
10956         (nnimap-request-article): Return the group/article number, so that Gnus
10957         `^' works as expected.
10958         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10960         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10961         comments.
10962         (gnus-methods-sloppily-equal): New function.
10963         (gnus): When using the development version of Gnus, load the gnus-load
10964         file.
10966         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10967         `gnus-open-server' on each method before trying to scan them etc.
10968         This ensures that all the backend parameters are set correctly.
10970         * nnimap.el (nnimap-authenticator): New variable.
10971         (nnimap-open-connection): Allow anonymous login.
10972         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10973         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10975         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10976         patch, found by Knut Anders Hatlen.
10978 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10980         * gnus-agent.el (gnus-agent-batch-confirmation)
10981         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10982         to gnus-message.
10983         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10984         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10985         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10986         * gnus-int.el (gnus-open-server): Likewise.
10987         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10988         (gnus-score-check-syntax): Likewise.
10989         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10990         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10991         Likewise.
10992         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10994 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10997         calling conventions so that prefetch doesn't bug out.
10999 2010-09-19  Julien Danjou  <julien@danjou.info>
11001         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11002         rather than `subst-char-in-region' in order to be able to replace ASCII
11003         char by UTF-8 ones.
11005         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11006         than curl.
11007         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11008         the right URL and ALT text on images.
11009         (gnus-html-wash-tags): Fix tag case.
11010         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11011         (gnus-article-html): Add -o display_ins_del=2 option.
11012         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11014 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11017         the extra mail headers, which sometimes seem to happen for unknown
11018         reasons.
11020         * mail-parse.el (mail-header-encode-parameter): Define as
11021         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11022         (or most, perhaps?) mail readers don't understand the latter, but do
11023         understand the former.
11025         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11026         to nil, so that no methods are automatically agentized.  I think this
11027         is probably what most users want.
11029         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11030         from url-retrieve, for instance about invalid URLs.
11032         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11033         groups that have no articles.
11034         (nnimap-request-article): Check that we really got an article when we
11035         requested one.
11037         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11038         doesn't exist.
11040         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11041         nntp buffer so the agent can save it.
11042         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11043         that CRLF doesn't get translated to \n.
11044         (nnimap-open-connection): Don't make 'shell commands only send \n.
11046 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11048         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11049         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11050         Update var name.
11051         (nnml-generate-nov-file): Use dolist.
11052         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11053         Use with-current-buffer.
11055 2010-09-18  Julien Danjou  <julien@danjou.info>
11057         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11058         parallel.
11060 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11063         the range update right.
11064         (nnimap-request-group): Don't make `M-g' bug out on group with no
11065         marks.
11066         (nnoo): Require, so that other packages can require nnimap.
11067         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11068         command we're looking for.  This helps when the server sends more
11069         responses after we've gotten everything we expected.
11070         (nnimap): Add a `newlinep' field to keep track of end-of-line
11071         conventions.
11072         Don't send CRLF to things that don't want it.
11073         (nnimap-request-accept-article): Ditto.
11075 2010-09-18  Julien Danjou  <julien@danjou.info>
11077         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11078         than curl to retrieve images.
11080 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11082         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11083         the marks.
11084         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11085         (nnimap-wait-for-connection): New function.
11086         (nnimap-open-connection): If we have PREAUTH, don't query for login
11087         credentials.
11088         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11089         when doing a partial update.
11091 2010-09-18  Julien Danjou  <julien@danjou.info>
11093         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11094         tags.
11096 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11098         * nnimap.el (nnimap-credentials): New function.
11099         (nnimap-open-connection): Use the new function to look for credentials
11100         also on the numeric equivalents of "imap" and "imaps".
11102         * gnus-start.el (gnus-activate-group): Send the info to
11103         gnus-request-group.
11105         * nnimap.el (nnimap-request-group): Have the "check" version of the
11106         function parse flags and update the info, so that a `M-g' get a total
11107         resync of all flags from the group.
11109         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11110         to allow backends to alter the info on group selection.  Also alter all
11111         the backend -request-group functions to take the parameter.
11113         * nnimap.el (nnimap-store-info): New function.
11114         (nnimap-update-info): Store the info for later usage.
11115         (nnimap-request-group): Use the stored info for the dont-check case, so
11116         that we don't retrieve all marks when we enter a group.
11118         * nnimap.el: Use deffoo instead of defun for interface functions.
11120         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11121         update the group info.  This makes the nndraft groups, for instance, go
11122         back to their old behavior.
11124         * gnus-sum.el (gnus-select-newsgroup): Indent.
11126         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11127         in.
11128         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11129         nothing.
11131         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11132         from methods that are denied.
11134         * gnus-int.el (gnus-method-denied-p): New function.
11136         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11137         store the password instead of netrc.
11138         (nnimap-open-connection): Don't error out when we can't make a
11139         connections.
11141         * auth-source.el (auth-source-create): In the password prompt, say what
11142         we're querying for.  Also prompt for user name if that hasn't been
11143         given.
11145         * nnimap.el (nnimap-with-process-buffer): Remove.
11147 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11149         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11150         method when we're reading from the agent.
11152         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11154         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11155         that's probably most useful for users.
11157         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11158         "failed" all the time.
11160         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11161         ...)) with (with-current-buffer ... ).
11163         * nntp.el (nntp-open-server): Return whether the open was successful or
11164         not.
11166         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11167         select an unread unseen article first.
11169         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11170         /etc/services, supply some sensible port defaults.
11172         * dgnushack.el: Define netrc-credentials.
11174 2010-09-17  Julien Danjou  <julien@danjou.info>
11176         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11178 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11180         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11181         doesn't have any parameters.
11183 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11186         only upcased checks.
11188         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11190         * nnimap.el (nnimap-open-shell-stream): New function.
11191         (nnimap-open-connection): Use it.
11192         (nnimap-transform-headers): Get the number of lines in each message.
11193         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11194         number of lines.
11195         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11196         problem.
11198         * utf7.el (utf7-encode): Autoload.
11200         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11201         to allow the mail splitting to not return a default group.  This is
11202         useful for nnimap, which will leave unmatched mail in the inbox.
11204         * nnimap.el: Rewritten.
11206         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11207         nnimap usage.
11209         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11210         if the move is internal, so that nnimap can do fast internal moves.
11212         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11213         data.
11214         (gnus-read-active-for-groups): Support finishing the early retrieval of
11215         data.
11217         * gnus-range.el (gnus-range-nconcat): New function.
11219         * gnus-int.el (gnus-finish-retrieve-group-infos)
11220         (gnus-retrieve-group-data-early): New functions.
11222 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11224         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11225         (nnrss-retrieve-groups):
11226         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11227         (pop3-quit): Use with-current-buffer.
11229 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11231         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11232         instead of nnheader-accept-process-output.
11234         * dgnushack.el (dgnushack-compile): Add comment.
11236         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11238         * gnus-html.el (gnus-html-schedule-image-fetching)
11239         (gnus-html-prefetch-images): Replace process-kill-without-query by
11240         gnus-set-process-query-on-exit-flag.
11242 2010-09-16  Romain Francoise  <romain@orebokech.com>
11244         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11246 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11248         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11249         parameter to unintern is mandatory-ish in Emacs 24.
11251         * gnus-html.el (gnus-html-schedule-image-fetching)
11252         (gnus-html-prefetch-images): Check for curl before using it.
11254         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11255         depend on curl, which isn't essential.
11257         * imap.el: Revert back to version
11258         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11259         seem problematic.
11261 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11263         * gnus-registry.el (gnus-registry-install-shortcuts):
11264         Explicitly pass `obarray' to `unintern' to avoid a warning.
11266 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11269         change.
11271         * nnrss.el (nnrss-request-list): Remove this function and related
11272         functions, including the moreover stuff.
11274 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276         * nnrss.el (nnrss-retrieve-groups): New function.
11278 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11280         * .dir-locals.el: Add no-byte-compile cookie.
11282 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11284         * time-date.el (format-seconds): Comment fix.
11286         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11287         for back end that doesn't support request-scan.
11289 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11291         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11292         then do request scans from the backends.
11294         * netrc.el (netrc-credentials): New conveniency function.
11296         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11297         avoid running a hook per line, since this takes a lot of time,
11298         profiling shows.
11299         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11300         directly if gnus-visual-p is true.
11302 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11304         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11305         groups; replace mapcar with dolist which is a bit faster; pass groups
11306         info to gnus-read-active-file-1.
11307         (gnus-read-active-file-1): Scan only specified groups if the new
11308         optional arg `infos' is given.
11310 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11314         * pop3.el (pop3-movemail): Remove.
11315         (pop3-streaming-movemail): Rename to pop3-movemail.
11317         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11318         don't restrict end-tag searches to the end of the line.
11320 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11322         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11323         articles of every unchecked group to t, which means unknown since the
11324         server has never been opened.
11326 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328         * gnus-html.el (gnus-html-show-alt-text): New command.
11329         (gnus-html-browse-image): Ditto.
11330         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11331         to browse the image directly.
11332         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11333         better.
11335         * gnus-async.el (gnus-async-article-callback):
11336         Call `gnus-html-prefetch-images' unconditionally.
11338         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11339         before feeding URLs to curl.
11341 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11343         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11344         internal images as deletable by `W D D'.
11346         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11347         (gnus-async-article-callback): Fix typo.
11349 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11351         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11352         current line to work around bugs in the output from w3m.
11354         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11355         for groups that want that.
11357         * nntp.el (nntp-wait-for-string): Supply a timeout for
11358         accept-process-output to ensure progress.
11360         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11361         level to get unread articles from, then use that for foreign groups,
11362         too.
11364         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11365         confuses the rest of the function.
11367         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11368         for the methods that support -retrieve-groups, too.
11370         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11372 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11374         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11375         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11377         * pop3.el: Require cl when compiling.
11378         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11380 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11383         that aren't going to be activated.
11384         (gnus-get-unread-articles): Fix up the last commit.
11386         * gnus-html.el (gnus-article-html): Allow calling without specifying
11387         the handle.  In that case, dissect the buffer first.
11389         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11391         * nnimap.el (nnimap-open-connection): Revert the change that would look
11392         into authinfo for imaps instead of imap.
11394         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11395         say that you don't want to call gnus-request-group with don-check, but
11396         do check the reponse.  This is for virtual groups only.
11397         (gnus-get-unread-articles): Count the archive groups as secondary, so
11398         that they're activated the same way as before.
11400         * imap.el (imap-message-map): Removed optional buffer parameter, since
11401         no callers use it.
11402         (imap-message-get): Ditto.
11403         (imap-message-put): Ditto.
11404         (imap-mailbox-map): Ditto.
11405         (imap-mailbox-put): Ditto.
11406         (imap-mailbox-get): Ditto.
11407         (imap-mailbox-get): Revert last change for this function.
11409         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11410         case-insensitively.
11411         (nnimap-debug): Remove.
11413         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11414         callers to use `imap-fetch' instead.  According to the comments, this
11415         should be safe, since all other IMAP clients use the 1:* syntax.
11416         (imap-enable-exchange-bug-workaround): Remove.
11417         (imap-debug): Remove -- doesn't seem very useful.
11419         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11420         mail from a file, and the file doesn't exist.
11422         * imap.el (imap-log): New convenience function used throughout instead
11423         of repeating the same code all over the place.
11425         * pop3.el (pop3-streaming-movemail): Return t for success.
11427         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11428         .authinfo if we're using ssl connection.
11430         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11431         already have if we're in a main Gnus `g' run.
11433         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11435 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11437         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11439         * nnmh.el (nnmh-request-list-1): Bind `file'.
11441         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11442         alias to set-process-query-on-exit-flag or process-kill-without-query.
11443         (pop3-open-server): Use it.
11445 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11448         box to the Incoming file.  Fixes mistake in previous checkin.
11450         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11451         request loop (for debugging purposes) removed.
11453         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11454         culprit is more visible.
11455         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11456         (nnml-add-incremental-nov): New functions to do "incremental" nov
11457         updates, where we just append to the end of the existing nov files
11458         without reading/writing them in full.
11460         * mail-source.el (mail-source-delete-crash-box): Really only check the
11461         incoming files once in a while.
11463         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11465         * mail-source.el (mail-source-delete-crash-box): Only check the
11466         incoming files for deletion once per day to save a lot of file
11467         accesses.
11469         * pop3.el (pop3-logon): Fix up unbound variable typo.
11471         * mail-source.el (pop3-streaming-movemail): Autoload.
11473         * pop3.el (pop3-streaming-movemail):
11474         Respect pop3-leave-mail-on-server.
11476         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11477         retrieval.
11479         * pop3.el (pop3-process-filter): Remove unused function.
11480         (pop3-streaming-movemail, pop3-send-streaming-command)
11481         (pop3-wait-for-messages, pop3-write-to-file)
11482         (pop3-number-of-responses): New functions for streaming pop3
11483         retrieval.
11485         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11486         come from no known methods.
11487         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11488         list.
11490         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11491         message sizes.
11492         (pop3-movemail): Use erase-buffer instead of looping and deleting
11493         regions, which seems rather odd.
11495         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11496         file once per `g' run.
11498         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11499         directories.  This makes the draft queue directory work.
11501         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11502         data from the backends, so that we only request the list of groups from
11503         each method once.  This should speed things up considerably.
11505         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11506         detect that it's not implemented.
11508         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11509         we actually do recurse down into the tree, but don't stat all leaf
11510         nodes.
11512         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11513         then say so instead of bugging out.
11515         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11516         files exist before trying to read them.
11518         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11519         around <pre_int>.
11521         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11523         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11525 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11527         * mm-util.el (mm-image-load-path): Just return the image directories,
11528         not all directories in the path in addition to the image directories.
11529         (mm-image-load-path): Maintain a cache of the image directories so that
11530         the `g' command in Gnus doesn't have to stat dozens of directories each
11531         time.
11533         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11534         (gnus-html-wash-tags): Add a new `i' command to insert images.
11535         (gnus-html-insert-image): New command and keystroke.
11536         (gnus-html-redisplay-with-images): New command and keystroke.
11537         (gnus-html-show-images): Rename command.
11538         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11539         spacers.
11540         (gnus-html-wash-tags): Decode entities at the end, so that entities
11541         inside the tags don't mess up the rest of the "parsing".
11543         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11544         so that nnimap methods aren't agentized by default.  There's apparently
11545         many problems related to agent/imap behavior.
11547         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11549         * gnus-html.el: Doc fix.
11551 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11553         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11554         specifier-spec-list for Emacs 21.
11556         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11557         glyph-width and glyph-height instead of display-graphic-p and
11558         image-size; make avoidance of displaying small images work for XEmacs.
11560         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11561         for XEmacs.
11563         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11564         of symbol that holds plist data.
11565         (gnus-process-plist): Remove plist of process after getting it.
11567 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569         * message.el (message-generate-hashcash): Change default to
11570         'opportunistic if hashcash is installed.
11572         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11573         (gnus-html-put-image): Only call image-size once, since it's somewhat
11574         time-consuming on remote X servers.
11576 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11578         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11579         type on data, not a file name.
11581         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11582         window-pixel-edges for Emacs 21.
11584         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11585         decoded contents.
11586         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11588 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11591         group line format, since it isn't very interesting.
11593         * gnus-agent.el (gnus-agent-short-article),
11594         (gnus-agent-long-article): Increase values for these two variables,
11595         since most people are likely to have more network connection and
11596         storage than before.
11598         * gnus.el (gnus-refer-article-method): Change default to 'current.
11599         When referring an article, the common behavior is to refer it from the
11600         current select method, not the native select method.  The chances of
11601         the native select method having the message in question is rather slim
11602         these days.
11604         * gnus-sum.el (gnus-auto-select-subject): Change default to
11605         `unseen-or-unread'.  I think it's likely that most people want to
11606         select an unseen article over a previously seen, but unread one.
11608         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11609         means that in the article buffer none of the minor mode elements will
11610         be shown, usually, and this is not desirable in most cases.
11612         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11613         that commands like `d' (and the like) go to the next line in the
11614         buffer, instead of the next unread article.  I think this is the
11615         behavior that is most natural for most users.
11616         (gnus-single-article-buffer): Change default to nil, so that people can
11617         have as many article buffers open as they have summary buffer.  I think
11618         this is the most natural way for the groups to behave.
11620         * message.el (message-generate-new-buffers): Change default to
11621         `unsent', so that all new message buffers start their names with the
11622         string "*unsent", and it's easier to find the buffers if you move from
11623         them.
11625 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11627         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11628         small.  They're probably tracking images.
11629         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11630         (gnus-html-rescale-image): Yet another try at getting the image sizing
11631         right.
11633         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11634         nntp-marks-file-name is nil.
11636 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11638         * gnus-html.el (gnus-html-wash-tags)
11639         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11640         Better logging.
11642 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11646         * gnus-html.el (gnus-html-wash-tags): Check the value of
11647         gnus-blocked-images in the summary buffer.
11649 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11651         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11653 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11656         like "a", it seems like.
11657         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11658         since it needs to be picked from the correct buffer.
11660         * nnwfm.el: Remove.
11662         * nnlistserv.el: Remove.
11664 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11666         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11667         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11669 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11671         * nnkiboze.el: Remove.
11673         * nndb.el: Remove.
11675         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11676         alt text.
11677         (gnus-html-rescale-image): Try to get the rescaling logic right for
11678         images that are just wide and not tall.
11680         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11681         overshadow variable bindings.
11683 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11685         * gnus-html.el (gnus-html-wash-tags)
11686         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11687         Add extra logging.
11689 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11691         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11692         (gnus-max-image-proportion): New variable.
11693         (gnus-html-rescale-image): New function.
11694         (gnus-html-put-image): Rescale images.
11696 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         Fix up some byte-compiler warnings.
11699         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11700         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11701         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11702         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11703         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11704         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11705         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11707 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11709         * gnus-html.el (gnus-article-html): Decode contents by charset.
11711 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11713         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11714         (gnus-html-frame-width, gnus-blocked-images):
11715         * message.el (message-prune-recipient-rules): Add custom version.
11716         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11718         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11719         functions.
11721         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11722         gnus-process-get.
11724 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11726         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11727         instead of lsub directly.
11729 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11731         * nnwarchive.el: Remove.
11733         * gnus-soup.el: Remove.
11735         * nnsoup.el: Remove.
11737         * nnultimate.el: Remove.
11739         * gnus-html.el (gnus-blocked-images): New variable.
11741         * message.el (message-prune-recipients): New function.
11742         (message-prune-recipient-rules): New variable.
11744         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11745         guess whether a long line is natural text or not.
11747         * gnus-html.el (gnus-html-schedule-image-fetching):
11748         Use gnus-process-plist and friends for compatibility.
11750 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11752         * gnus-html.el: Require packages that define macros used in this file.
11753         (gnus-article-mouse-face): Declare to silence byte-compiler.
11754         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11755         process-get.
11756         (gnus-html-put-image): Use plist-get to avoid getf.
11757         (gnus-html-prefetch-images): Use with-current-buffer.
11759 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11761         * gnus-ems.el: Provide compatibility functions for
11762         gnus-set-process-plist.
11764         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11765         header-line-format for XEmacs 21.4.
11767         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11768         * gnus.el (gnus-valid-select-methods):
11769         * message.el (message-send-mail-partially-limit):
11770         * mm-decode.el (mm-text-html-renderer):
11771         * mml.el (mml-insert-mime-headers-always):
11772         * smiley.el (smiley-regexp-alist): Bump custom version.
11774 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776         * gnus-html.el: Require mm-url.
11777         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11778         with the url to `url'.
11779         (gnus-html-wash-tags): Support cid: URLs/images.
11781 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11783         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11784         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11785         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11787         * gnus-move.el: Remove file, since it doesn't really work.
11789         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11790         UTF-8.  This seems to fix problems with some German web feeds.
11792         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11793         at the top so that the proper colors are applied.
11795         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11796         don't have dots in their names.
11798         * gnus-art.el (gnus-article-view-part): Doc fix.
11800         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11801         XEmacs-compatible.
11802         (gnus-html-put-image): Don't do images on non-graphic displays.
11804         * nnslashdot.el: Remove this unused backend.
11806         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11807         actions.
11808         (gnus-undo-register-1): Revert last change.
11810         * gnus-group.el (gnus-group-completing-read): Protect against not
11811         having completion-styles bound.
11813         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11814         make broken recipients happier.
11816         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11818         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11819         point parameter.
11821         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11823         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11824         completion-styles for group selection.
11826 2009-02-04  Andreas Schwab  <schwab@suse.de>
11828         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11829         headers and regexp-quote the match if necessary.
11831 2009-03-24  Miles Bader  <miles@gnu.org>
11833         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11834         the blinking smiley.
11836 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11838         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11839         blink smiley.
11841 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11843         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11844         where the dribbel file lives exists.
11846         * message.el (message-send-mail-partially-limit): Change the default to
11847         nil, since most people don't want this.
11849         * mm-url.el (mm-url-decode-entities): Also decode entities like
11850         &#x3212.
11852 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11854         * gnus-sum.el (gnus-summary-idna-message):
11855         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11856         Hyperlink urls in docstrings with URL `...'.
11858 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11860         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11861         functions.
11863 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11865         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11866         say what the mouseover text should be.
11868         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11869         version of the mm-w3m-safe-url-regexp variable to only download images
11870         in the groups where we want that to happen.
11872         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11874         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11875         easier debugging.
11876         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11877         big pictures in the article buffer.
11879         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11880         gnus-article-html.
11881         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11882         w3m.
11884         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11886 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11889         which doesn't exist.
11891         * message.el (message-inhibit-ecomplete): New variable to allow some
11892         function to inhibit ecomplete address storage.
11893         (message-resend): Disable ecomplete message storage when resending
11894         messages.
11896         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11898 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11900         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11901         Save excursion while copying, moving, and deleting articles in order to
11902         prevent the cursor from jumping to unforeseen place.
11904 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11906         * lpath.el: No need to bind bookmark-current-buffer,
11907         bookmark-yank-point and bookmark-make-record-function.
11909 2010-08-17  Glenn Morris  <rgm@gnu.org>
11911         * gnus-sync.el: Require gnus components whose functions are used.
11913         * gnus-art.el (bookmark-make-record-function):
11914         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11915         Declare for compiler.
11917         * mm-url.el (mml-compute-boundary): Autoload.
11919 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11921         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11923 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11925         Typo fix "hoo4a" -> "hook".
11927         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11929 2010-08-14  Glenn Morris  <rgm@gnu.org>
11931         * gnus-sync.el (gnus-sync): Fix defgroup version.
11933 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11935         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11937         * gnus-sync.el: Fix docs.
11938         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11939         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11941 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11943         Optimizations for gnus-sync.el.
11945         * gnus-sync.el: Add docs about gnus-sync-backend
11946         possibilities.
11947         (gnus-sync-save): Remove unnecessary message.
11948         (gnus-sync-read): Optimize and show what groups were skipped.
11950 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11952         Minor bug fixes for gnus-sync.el.
11954         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11955         Don't read the sync on get-new-news.
11957         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11958         quiet.
11960         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11961         (fix typo).
11963 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11965         Make saving and restoring of hidden threads work with overlays.
11966         Patch applied by Ted Zlatanov.
11968         * gnus-sum.el (gnus-hidden-threads-configuration)
11969         (gnus-restore-hidden-threads-configuration): Update to deal with text
11970         properties, rather than searching for a magic character.
11972 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11974         New gnus-sync.el library for synchronization of marks.
11976         * gnus-sync.el: New library for synchronization of marks.
11978         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11979         renamed from `gnus-registry-grep-in-list'.
11981         * gnus-registry.el (gnus-registry-follow-group-p):
11982         Use `gnus-grep-in-list'.
11984         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11986 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11988         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11989         determining charset of text fails.
11991 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11993         * nnmail.el (nnmail-get-new-mail-1): Revert.
11995         * nnml.el (nnml-active-number): Make sure names of newly created groups
11996         in nnml-group-alist are encoded.
11998 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12000         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12001         containing non-ASCII characters in active file for nnml back end.
12003 2010-07-24  David Engster  <dengste@eml.cc>
12005         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12006         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12008 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12010         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12011         tag (Bug#6654).
12013 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12015         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12016         the article buffer, not the summary buffer.
12018 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12020         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12021         Emacs 23 as well.
12023 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12025         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12026         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12028 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12030         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12031         Patch applied by Karl Fogel.
12033         * gnus-sum.el (gnus-summary-bookmark-make-record):
12034         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12036 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12038         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12039         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12040         C-w still not working correctly from Article buffers; Thierry's
12041         patch to fix that will be applied after this.
12043         * gnus-art.el (bookmark-make-record-function): New local variable.
12045         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12046         article buffer.
12047         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12049 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12051         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12052         on changes in bookmark.el.
12054 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12056         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12057         `no-log' instead of message not to log prompt string.
12059 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12061         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12062         the *other* type of HTML form submission.
12064 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12066         * auth-source.el (auth-source-pick): If choice does not contain a
12067         questioned keyword, set the check to t.
12069 2010-06-12  Romain Francoise  <romain@orebokech.com>
12071         * gnus-util.el (gnus-date-get-time): Move up before first use.
12073 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12075         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12076         (gnus-article-edit-part): Bind it to make last part that is substituted
12077         or deleted visible.
12078         (gnus-mime-display-single): Buttonize part of which id equals to
12079         gnus-mime-buttonized-part-id.
12081 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12083         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12084         (gnus-dd-mmm): Use gnus-date-get-time.
12085         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12086         simplify logic.
12087         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12088         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12090 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12092         * auth-source.el (top): Autoload `secrets-list-collections',
12093         `secrets-create-item', `secrets-delete-item'.
12094         (auth-sources): Fix tag string.
12095         (auth-get-source, auth-source-retrieve, auth-source-create)
12096         (auth-source-delete): New defuns.
12097         (auth-source-pick): Rewrite in order to avoid 2 passes.
12098         (auth-source-forget-user-or-password): New parameter USERNAME.
12099         (auth-source-user-or-password): New parameters CREATE-MISSING and
12100         DELETE-EXISTING.  Retrieve password interactively, if needed.
12102 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12104         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12105         deleting unused directories when gnus-expert-user is t.
12107 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12109         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12110         for each temp file when gnus-article-browse-delete-temp is ask.
12112 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12114         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12115         Replace Lisp calls to delete-backward-char by calls to delete-char.
12117 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12119         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12121 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12123         * password-cache.el (password-cache-remove): Fix docstring.
12125 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12127         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12128         article unless decoding article to be saved.
12130 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12132         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12133         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12134         generated within the mm-with-unibyte-current-buffer macro.
12136 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12138         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12139         to nil when we're in a mml-preview buffer and no group is selected.
12141 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12143         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12144         when catching the `C-g'.  Reported by "Leo".
12146 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12148         * message.el (message-forward-make-body-plain)
12149         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12150         multibyte-string-p.
12152         * lpath.el: Revert.
12154 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12156         * message.el (message-forward-make-body-mml): Assume original message
12157         is multibyte string; error on unibyte.
12158         (message-forward-make-body-plain): Ditto; don't add excessive newline
12159         in body end.
12161         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12163 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12165         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12166         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12168 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12170         * mm-extern.el (mm-extern-url): Don't use
12171         mm-with-unibyte-current-buffer.
12172         (mm-extern-cache-contents): Use with-current-buffer instead of
12173         save-excursion + set-buffer.
12175 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12177         * mm-util.el (mm-emacs-mule): Remove.
12179 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12181         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12182         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12183         change.
12185 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12187         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12188         bind the default value of enable-multibyte-characters to nil.
12190 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12192         * message.el (message-forward-make-body-plain)
12193         (message-forward-make-body-mml):
12194         Don't use mm-with-unibyte-current-buffer.
12196 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12198         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12200 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12202         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12203         (Bug#5592).
12205 2010-05-07  Julien Danjou  <julien@danjou.info>
12207         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12208         it to mm-pipe-part.
12210         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12211         it is given.
12213 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12215         * binhex.el (binhex-decode-region-internal):
12216         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12217         (dns-query):
12218         * nnweb.el (nnweb-gmane-search):
12219         * pgg-parse.el (pgg-parse-armor):
12220         * pgg.el (pgg-verify-region):
12221         * sha1.el (sha1-string-external):
12222         * uudecode.el (uudecode-decode-region-internal):
12223         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12224         XEmacs.
12226         * gnus-art.el (gnus-article-browse-html-parts):
12227         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12228         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12229         make-temp-file.
12231         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12232         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12233         compiling.
12235         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12236         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12237         XEmacs when compiling.
12239         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12240         gnus-pick-mode-off-hook for XEmacs when compiling.
12241         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12242         gnus-binary-mode-off-hook for XEmacs when compiling.
12244         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12245         Return nil if char-charset is not available.
12247         * imap.el (imap-disable-multibyte)
12248         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12249         macros.
12251         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12252         instead of encode-coding-string.
12254         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12255         'xemacs) instead of mm-emacs-mule to switch function definitions.
12256         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12258         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12259         bind temporary-file-directory for XEmacs;
12260         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12261         timer-set-function for XEmacs 21.4 and SXEmacs;
12262         bind timer-list for XEmacs 21.4 and SXEmacs;
12263         fbind char-charset and find-charset-region for non-Mule XEmacs;
12264         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12265         encode-coding-region and encode-coding-string for XEmacs having no
12266         file-coding feature.
12268 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12270         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12272 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12274         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12275         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12277 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12279         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12280         alias `jka-compr-delete-temp-file' no longer exists.
12282 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12284         Use define-minor-mode in Gnus where applicable.
12285         * mml.el (mml-mode): Use define-minor-mode.
12286         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12287         (gnus-undo-mode): Use define-minor-mode.
12288         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12289         (gnus-dead-summary-mode): Use define-minor-mode.
12290         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12291         Initialize in declaration.
12292         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12293         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12294         (gnus-mailing-list-mode): Use define-minor-mode.
12295         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12296         (gnus-draft-mode): Use define-minor-mode.
12297         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12298         (gnus-dired-mode): Use define-minor-mode.
12300 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12302         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12303         handles on recursive mml-to-mime translation and check them for
12304         boundary delimiter collisions.  Reported by Greg Troxel.
12306 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12308         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12310 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12312         * mm-util.el (mm-find-buffer-file-coding-system):
12313         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12315 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12317         * message.el (message-generate-headers): Record insertion of optional
12318         headers as well.  Otherwise the check to prevent repeated insertion of
12319         optional headers is a no-op.
12321 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12323         * smime.el: Don't mention CVS.
12325         * nnrss.el (nnrss-fetch): Don't mention CVS.
12327         * nnir.el: Don't mention CVS.
12329 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12331         * gnus-sum.el (gnus-summary-bookmark-make-record):
12332         Add `location' field.
12334 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12336         * lpath.el: Fbind bookmark-default-handler,
12337         bookmark-get-bookmark-record, bookmark-make-record-default,
12338         bookmark-prop-get for Emacs <23 and XEmacs.
12340 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12342         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12343         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12344         Use with-current-buffer to silence the byte-compiler.
12345         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12346         bother to require `gnus'.
12347         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12349 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12351         * gnus-sum.el (gnus-summary-bookmark-make-record)
12352         (gnus-summary-bookmark-jump): New functions.
12353         (gnus-summary-mode): Setup bookmark support.
12355 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12357         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12358         if set.
12360 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12362         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12363         gnus-article-browse-html-save-cid-image; make it work recursively for
12364         forwarded messages as well.
12365         (gnus-article-browse-html-parts): Work when prefix arg is given.
12366         (gnus-article-browse-html-article): Doc fix.
12368 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12370         * message.el (message-default-mail-headers)
12371         (message-default-headers): Carry the value mail-default-headers over
12372         into message-default-mail-headers, rather than message-default-headers.
12374 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12376         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12377         charset.
12379         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12380         charset into the <meta> tag when the article is encoded to utf-8.
12382 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12384         * gnus-art.el (gnus-article-browse-delete-temp-files):
12385         Delete directories as well.
12386         (gnus-article-browse-html-parts): Work for images that do not specify
12387         file names; delete temp directory when quitting; insert header at the
12388         right place; use file: scheme for image files.
12390 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12392         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12393         (gnus-article-browse-html-parts): Use it to make temporary cid image
12394         files in addition to html file so that browser may display them.
12396 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12398         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12400 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12402         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12404 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12406         * auth-source.el (auth-sources): Change default to be simpler.
12407         Explain about Secret Service API sources.  Improve Customize options.
12408         (auth-source-pick): Change to accept any number of search parameters.
12409         Implement fallbacks iteratively, not recursively.  Add scoring on the
12410         second pass and sort by score.  Call Secret Service API when needed.
12411         (auth-source-user-or-password): Use it.  Call Secret Service API
12412         directly when needed to get the user name and the password.
12414 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12416         * message.el (message-interactive): Doc fix.
12417         (message-qmail-inject-args): Reflow.
12418         (message-kill-to-signature): Fix typo in docstring.
12420         * smiley.el (smiley-buffer): Fix typo in docstring.
12422 2010-03-24  Glenn Morris  <rgm@gnu.org>
12424         * mail-source.el (gnus-message): Declare.
12425         (mail-source-delete-old-incoming): Require gnus-util.
12427 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12429         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12431         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12433         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12434         password-cache's default if it is not bound.
12435         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12436         password-cache-expiry's default if it is not bound.
12438         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12439         available in Emacs 21.
12441         * lpath.el: Suppress compiler warnings for:
12442         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12443         XEmacs;
12444         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12445         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12446         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12448 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12450         * auth-source.el (auth-sources): Fix up definition so extra parameters
12451         are always inline.
12453 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12455         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12456         wasn't updated after mismatch.  Clear cached mailbox info correctly
12457         when uidvalidity changes.
12458         (nnimap-group-prefixed-name): New function to avoid some code
12459         duplication.
12460         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12461         (nnimap-request-group): Use it.
12462         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12463         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12464         with many imap folders.  This is done by caching the group status from
12465         the imap server persistently in a group parameter `imap-status'.  (This
12466         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12467         but not persistently, so every Gnus startup was still very slow.)
12469 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12471         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12472         delete the extra newline.  Otherwise editing of :string and :number
12473         types don't work.
12475 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12477         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12478         secrets.el dependency.
12479         (auth-sources): Add optional user name.  Add secrets.el configuration
12480         choice (unused right now).
12482 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12484         * gnus-sum.el (gnus-summary-make-menu-bar):
12485         Let `gnus-registry-install-shortcuts' fill in the functions.
12487         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12488         warnings.
12489         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12490         (gnus-registry-install-shortcuts): Populate and use it in a
12491         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12493 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12495         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12496         In-place substitutions for the group name encoding/decoding.
12497         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12498         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12499         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12500         (nnimap-update-unseen, nnimap-request-list)
12501         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12502         (nnimap-request-set-mark, nnimap-split-to-groups)
12503         (nnimap-split-articles, nnimap-request-newgroups)
12504         (nnimap-request-create-group, nnimap-request-accept-article)
12505         (nnimap-request-delete-group, nnimap-request-rename-group)
12506         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12507         `encoded-mbx' for consistency.
12508         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12509         variable `imap-current-mailbox'.
12511         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12512         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12514 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12516         * pop3.el (pop3-display-message-size-flag): Display message size byte
12517         counts during POP3 download.
12518         (pop3-movemail): Use it.
12519         (pop3-list): Implement listing of available messages.
12521 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12523         * nnir.el (nnir-get-article-nov-override-function): New function to
12524         override the normal NOV retrieval.
12525         (nnir-retrieve-headers): Use it.
12527 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12529         * auth-source.el (netrc-machine-user-or-password): Autoload.
12531 2010-03-19  Glenn Morris  <rgm@gnu.org>
12533         Stop message.el from loading about 40 libraries it doesn't always need.
12534         The general approach is to autoload rather than require, and to
12535         require in the specific functions rather than the file.  (Bug#5642)
12537         * gmm-utils.el: Don't require wid-edit.
12538         (widget-create-child-value, widget-convert, widget-default-get):
12539         Autoload.
12541         * gnus-util.el: Don't require time-date, netrc.
12542         (message-fetch-field, gnus-group-name-decode): Declare rather than
12543         autoloading.
12544         (gnus-fetch-field): Require message.
12545         (gnus-decode-newsgroups): Require gnus-group.
12547         * ietf-drums.el: Don't require time-date.
12549         * message.el: Don't require hashcash, canlock, ecomplete.
12550         Do require mail-utils.  Require nnheader only when compiling.
12551         (smtpmail-default-smtp-server): Remove declaration.
12552         (message-send-mail-function): Check smtpmail-default-smtp-server
12553         is bound rather than requiring smtpmail.
12554         (message-auto-save-directory, message-insert-signature):
12555         Use expand-file-name rather than nnheader-concat.
12556         (nnheader-insert-file-contents): Autoload.
12557         (hashcash-wait-async): Declare.
12558         (message-send-mail): Only call gnus-setup-posting-charset if
12559         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12560         (message-send-mail-with-sendmail): Require sendmail.
12561         (canlock-password, canlock-password-for-verify): Declare.
12562         (message-canlock-password): Require canlock.
12563         (nnheader-get-report): Autoload.
12564         (gnus-setup-posting-charset): Declare.
12565         (message-send-news): Require gnus-msg.
12566         (message-make-references, message-make-in-reply-to): Use mail-header-id
12567         rather than the alias mail-header-message-id.
12568         (ecomplete-add-item, ecomplete-save): Declare.
12569         (message-put-addresses-in-ecomplete): Require ecomplete.
12570         (ecomplete-display-matches): Autoload.
12572         * mm-decode.el: Don't require mailcap, gnus-util.
12573         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12574         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12575         Autoload.
12576         (mailcap-mime-extensions): Declare.
12578         * mm-encode.el: Don't require mailcap.
12579         (mailcap-extension-to-mime): Autoload.
12581         * mml-sec.el: Don't require password-cache.
12583         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12584         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12585         (mml-minibuffer-read-type): Require mailcap.
12586         (mml-preview): Require gnus-msg.
12588         * mml1991.el: Require password-cache.
12589         (password-cache-expiry): Remove declaration.
12591         * mml2015.el: Require password-cache.
12592         (password-cache-expiry): Remove declaration.
12594         * nneething.el (mailcap): Require mailcap.
12596         * nnheader.el (declare-function): Add compatibility stub.
12597         (message-remove-header): Declare rather than autoload.
12598         (nnheader-replace-header): Require message.
12600         * nnimap.el (declare-function): Add compatibility stub.
12601         (netrc-parse, netrc-machine-user-or-password): Declare.
12602         (nnimap-open-connection): Require netrc.
12604         * nntp.el (declare-function): Add compatibility stub.
12605         (netrc-parse, netrc-machine, netrc-get): Declare.
12606         (nntp-send-authinfo): Require netrc.
12608         * rfc2047.el: Don't require qp.
12609         (quoted-printable-encode-region, quoted-printable-decode-string):
12610         Autoload.
12612         * sieve-mode.el: Don't require easymenu.
12613         (easy-menu-add-item): Autoload it.
12615         * spam-stat.el (time-to-number-of-days): Autoload it.
12617 2010-03-19  Glenn Morris  <rgm@gnu.org>
12619         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12621 2010-03-18  Glenn Morris  <rgm@gnu.org>
12623         * hashcash.el (declare-function): Remove duplicate definition.
12625 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12627         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12628         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12629         value if any backslash escapes).
12631 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12633         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12634         if it is available.  (bug#5647)
12636         * lpath.el: Suppress compiler warning for coding-system-from-name for
12637         Emacs 21 and XEmacs.
12639 2010-03-14  Juri Linkov  <juri@jurta.org>
12641         * hmac-def.el:
12642         * hmac-md5.el:
12643         * netrc.el: Fix keywords.
12645 2010-02-26  Glenn Morris  <rgm@gnu.org>
12647         * message.el (message-send-mail-function): Change the default, so that
12648         it inherits from a customized send-mail-function.  (Bug#5643)
12650 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12652         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12653         shell-command-to-string signals an error (bug#5299).
12655 2010-02-24  Glenn Morris  <rgm@gnu.org>
12657         * message.el (message-smtpmail-send-it)
12658         (message-send-mail-with-mailclient): Doc fixes.
12660 2010-02-16  Glenn Morris  <rgm@gnu.org>
12662         * message.el (message-default-mail-headers): Change the default value
12663         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12665 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12667         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12668         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12670 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12672         * time-date.el (date-to-time): Doc fix (Bug#5408).
12674 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12676         * message.el (message-mail): Just pass yank-action on to message-setup.
12677         (message-setup): Handle (FUN . ARGS) form of yank-action.
12678         (message-with-reply-buffer, message-widen-reply)
12679         (message-yank-original): Handle non-buffer values of
12680         message-reply-buffer (Bug#4080).
12681         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12683 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12685         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12686         Fix typo in docstring.
12688 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12690         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12691         response.
12693 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12695         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12697         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12699         * message.el (message-check-news-header-syntax): Protect against a
12700         string that `rfc822-addresses' returns when parsing fails.
12702 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12704         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12705         (gnus-previous-char-property-change): New functions.
12707         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12709 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12711         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12712         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12714 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12716         * message.el (message-exchange-point-and-mark): Rework last change to
12717         avoid using optional arg of exchange-point-and-mark, for backward
12718         compatibility.
12720 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12722         * message.el (message-exchange-point-and-mark):
12723         Call exchange-point-and-mark with an argument rather than setting
12724         mark-active by hand (Bug#5175).
12726 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12728         * nntp.el (nntp-service-to-port): Work for service expressed with
12729         numeric string; replace [:digit:] with [0-9] for XEmacs.
12731 2009-12-17  Glenn Morris  <rgm@gnu.org>
12733         * gnus-group.el (gnus-bug-group-download-format-alist):
12734         Change emacs entry to debbugs.gnu.org.  Bump :version.
12736 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12738         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12740 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12742         * message.el (message-info): Explain why we use `Info-goto-node'.
12744 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12746         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12748 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12750         * message.el (message-completion-in-region): New compatibility function.
12751         (message-expand-group): Use it.
12753 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12755         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12756         with no unread article should be listed if the 2nd arg `predicate' is
12757         given.
12759 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12761         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12763 2009-11-29  Juri Linkov  <juri@jurta.org>
12765         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12766         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12767         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12769 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12771         * sha1.el (sha1-string-external): default-directory "/" in case
12772         otherwise non-existent.  process-connection-type pipe for touch of
12773         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12775 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12777         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12778         it's comms related and sgml-mode.el has "comm" on that basis too.
12780 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12782         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12783         containing tspecial characters if they have been already quoted.
12785 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12787         * dns-mode.el (auto-mode-alist): Purecopy string.
12789 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12791         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12793 2009-10-24  Glenn Morris  <rgm@gnu.org>
12795         * gnus-art.el (help-xref-stack-item): Define for compiler.
12797 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12799         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12801 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12803         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12805 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12807         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12808         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12810 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12812         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12813         (gnus-overlays-in): New alias to overlays-in.
12815         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12816         gnus-overlay-get, and gnus-delete-overlay.
12817         (gnus-summary-show-thread): Make it work as well for systems in which
12818         next-single-char-property-change is not available.
12819         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12821         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12822         (gnus-overlay-get): New alias to extent-property.
12823         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12825         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12826         SXEmacs.
12828         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12829         SXEmacs.
12831 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12833         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12835 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12837         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12838         and XEmacs that don't have `remove-overlays'.
12840 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12842         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12843         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12844         selective display.  Use overlays instead.
12846 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12848         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12850 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12852         * spam-stat.el (spam-stat-load): Fix typo in message.
12854 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12856         * dig.el (dig-invoke): Fix typo in docstring.
12857         (query-dig): Reflow docstring.
12859 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12861         * gnus-art.el (gnus-article-encrypt-body):
12862         * message.el (message-check-recipients):
12863         * mm-util.el (mm-codepage-setup):
12864         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12865         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12867 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12869         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12870         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12871         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12872         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12873         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12875 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12877         * dig.el: Add "Keywords: comm", as per net-utils.el.
12879 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12881         * dig.el (dig-mode): Use define-derived-mode.
12883 2009-09-19  Glenn Morris  <rgm@gnu.org>
12885         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12887 2009-09-18  Glenn Morris  <rgm@gnu.org>
12889         * gnus-diary.el (gnus-diary-check-message):
12890         * message.el (message-insert-formatted-citation-line):
12891         * nnbabyl.el (top-level):
12892         * nndiary.el (nndiary-schedule):
12893         Fix typos in condition-case handlers.
12895 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12897         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12898         configuration that provides the sole article window in a frame;
12899         position point correctly after deleting a part.
12901 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12903         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12904         (spam-resolve-registrations-routine): Use it to unregister articles
12905         that change status.
12907 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12909         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12910         with XEmacs.
12911         (parse-time-string-chars): Use it.
12913 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12915         * imap.el (imap-interactive-login): Better messages.
12916         (imap-open): Fix bug with renamed buffer on reconnect.
12917         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12918         for easier debugging and cleaner code.  On successful (guessed based on
12919         server capabilities) secondary authentication, set imap-state
12920         correctly.
12921         (imap-last-authenticator): Define imap-last-authenticator as a variable
12922         to avoid warnings.
12924 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12926         * nnrss.el (nnrss-request-article): Remove binding of
12927         default-enable-multibyte-characters that has gotten needless by
12928         the 2007-07-13 change in rfc2047-encode-message-header.
12930         * mml.el (mml-insert-multipart): Error on the message header.
12931         (mml-insert-part): Error on the message header; position point at
12932         the end of a MIME tag.
12934 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12936         * time-date.el (autoload): Expand define-obsolete-function-alias into
12937         defalias and make-obsolete for old Emacsen that Gnus supports.
12938         (with-no-warnings): Define it for old Emacsen.
12939         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12940         is available.
12941         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12942         float-time is available; suppress compile warning for time-to-seconds.
12944         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12945         (gnus-float-time): Alias to float-time if it exists.
12947         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12948         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12949         float-time is available; suppress compile warning for time-to-seconds.
12951         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12952         XEmacs.
12954 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12956         * imap.el (imap-message-map): Docstring fix.
12958 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12960         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12961         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12962         Add the optional argument `encoding' that overrides the default.
12964         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12965         mm-encode-buffer.
12967 2009-09-04  Glenn Morris  <rgm@gnu.org>
12969         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12970         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12971         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12972         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12973         * mm-util.el (mm-with-unibyte-current-buffer)
12974         (mm-find-buffer-file-coding-system):
12975         * yenc.el (yenc-decode-region): Use default-value rather than
12976         default-enable-multibyte-characters.
12978 2009-09-03  Glenn Morris  <rgm@gnu.org>
12980         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12981         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12982         than default-enable-multibyte-characters.
12984 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12986         * gnus-art.el (gnus-article-read-summary-keys):
12987         Fix gnus-buffer-configuration's value temporarily used.
12989 2009-09-02  Glenn Morris  <rgm@gnu.org>
12991         * gnus-util.el (gnus-float-time): New function.
12992         * gnus-delay.el (gnus-delay-article):
12993         * gnus-sum.el (gnus-thread-latest-date):
12994         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12995         * nnspool.el (nnspool-request-newgroups):
12996         Use gnus-float-time rather than time-to-seconds.
12997         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12999         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13000         (gnus-header-subject-face, gnus-header-newsgroups-face)
13001         (gnus-header-name-face, gnus-header-content-face):
13002         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13003         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13004         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13005         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13006         (gnus-cite-face-11):
13007         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13008         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13009         (gnus-server-closed-face, gnus-server-denied-face)
13010         (gnus-server-offline-face):
13011         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13012         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13013         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13014         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13015         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13016         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13017         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13018         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13019         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13020         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13021         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13022         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13023         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13024         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13025         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13026         (gnus-summary-high-undownloaded-face)
13027         (gnus-summary-low-undownloaded-face)
13028         (gnus-summary-normal-undownloaded-face)
13029         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13030         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13031         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13032         (gnus-splash-face):
13033         * message.el (message-header-to-face, message-header-cc-face)
13034         (message-header-subject-face, message-header-newsgroups-face)
13035         (message-header-other-face, message-header-name-face)
13036         (message-header-xheader-face, message-separator-face)
13037         (message-cited-text-face, message-mml-face):
13038         * sieve-mode.el (sieve-control-commands-face)
13039         (sieve-action-commands-face, sieve-test-commands-face)
13040         (sieve-tagged-arguments-face):
13041         * spam.el (spam-face):
13042         Mark face aliases with "-face" in the name as obsolete.
13044 2009-09-01  Glenn Morris  <rgm@gnu.org>
13046         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13047         than goto-line.
13049 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13051         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13052         Don't move point if the command is invoked inside the message header.
13054 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13056         * imap.el (imap-send-command): Simplify.
13057         (imap-wait-for-tag): point-max -> buffer-size.
13059 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13061         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13062         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13063         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13064         * nnir.el (nnir-swish-e-index-file):
13065         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13066         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13067         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13068         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13069         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13070         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13072 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13074         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13075         Don't save excursion.
13077 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13079         * nnheader.el (nnheader-find-file-noselect):
13080         * mm-util.el (mm-insert-file-contents):
13081         Use (default-value 'major-mode) instead of default-major-mode.
13083 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13085         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13087 2009-08-26  Glenn Morris  <rgm@gnu.org>
13089         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13090         than placing in files.el.
13092 2009-08-25  Glenn Morris  <rgm@gnu.org>
13094         * nnir.el (top-level): Don't require cl at run-time.
13095         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13096         Replace cl-function substitute with gnus-replace-in-string.
13097         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13098         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13099         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13100         simplified expansions.
13102 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13104         * dig.el (dig): Add autoload cookie.
13106 2009-08-22  Glenn Morris  <rgm@gnu.org>
13108         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13109         goto-line.
13111 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13113         * parse-time.el (parse-time-string-chars): Save match data.
13115 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13117         * parse-time.el (parse-time-string-chars): Compute using character
13118         classes, to handle non-ascii characters (Bug#3190).
13120 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13122         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13124         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13125         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13126         (gnus-mm-display-part, gnus-mime-display-single)
13127         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13128         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13130         * gnus-sum.el
13131         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13132         (gnus-summary-move-article): Add expirable mark to articles copied or
13133         moved to group that has auto-expire turned on if the option is non-nil.
13135 2009-07-24  Glenn Morris  <rgm@gnu.org>
13137         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13138         Fix typo.  (Bug#3903)
13140 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13142         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13143         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13144         that should not be used for draft articles.
13145         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13146         that has no concern in minor mode keys.
13147         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13148         Abolish.
13150 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13152         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13153         article without making inquiry to a user for unknown encoding.
13155         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13156         (nnmaildir--scan): Assume i-node and device number that file-attributes
13157         returns might be cons-cell.
13159         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13161         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13163 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13165         * auth-source.el: Remove docs now in auth.texi.  Don't use
13166         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13167         `auth-source-hide-passwords' and use them.
13169 2009-07-15  Glenn Morris  <rgm@gnu.org>
13171         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13173 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13175         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13176         excessive whitespace from the default values of title and description.
13178 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13180         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13181         mail-fetch-field to fetch Content-Description header in order to
13182         exclude newlines.
13184 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13186         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13187         format used by GnuPG 2.0.11.
13189 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13191         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13192         to deleted part.
13194 2009-05-30  David Engster  <dengste@eml.cc>
13196         * nnmairix.el: Remove old documentation in the commentary block.
13197         (nnmairix-request-group): Do not update active file for nnml back ends.
13198         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13199         end so that overview files are ignored.
13200         (nnmairix-update-groups): Make updating the groups more robust by using
13201         marks.
13202         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13203         with dollar characters in message-id.
13205 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13207         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13208         2008-12-25 in dns.el.
13210 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13212         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13213         could happen if the text is only composed of spaces and/or tabs.
13215 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13217         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13218         when sending a queued message to avoid extra mml tags.
13220 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13222         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13224 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13226         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13227         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13228         rmail-toggle-header for XEmacs;
13229         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13231 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13233         * gnus-dired.el: Remove autoload for gnus-setup-message.
13234         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13235         displaying Gnus logo; always use compose-mail.
13237 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13239         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13241 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13243         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13244         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13245         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13246         available.
13247         (gnus-nocem-epg-verify): New function.
13249 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13251         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13253 2009-02-15  Glenn Morris  <rgm@gnu.org>
13255         * gnus-util.el (rmail-insert-rmail-file-header)
13256         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13257         autoloads.
13258         (rmail-default-rmail-file): Remove unnecessary declaration.
13259         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13261 2009-02-14  Glenn Morris  <rgm@gnu.org>
13263         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13264         variable (only used in gnus-util, which declares it anyway).
13265         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13266         which was only needed by gnus-art (changed to not use it any more).
13267         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13268         only used in gnus-util, which autoloads it itself.
13269         (rmail-update-summary): Fix autoload.
13271         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13272         rather than rmail-output-to-rmail-file.
13274 2009-02-07  Glenn Morris  <rgm@gnu.org>
13276         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13277         autoload of function that no longer exists.
13278         (rmail-toggle-header): Declare.
13279         (message-forward-rmail-make-body): Handle mbox Rmail.
13281 2009-01-31  Glenn Morris  <rgm@gnu.org>
13283         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13284         2009-01-09 change.
13286 2009-01-31  Dave Love  <fx@gnu.org>
13288         * imap.el (imap-fetch-safe): Bind debug-on-error.
13289         (imap-debug): Add imap-fetch-safe.
13291 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13293         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13294         (auth-source-forget-all-cached): New convenience function.
13295         (auth-source-user-or-password): Accept list of modes or a single mode.
13297         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13298         auth-source modes.
13300         * netrc.el (netrc-machine-user-or-password): Use list of
13301         auth-source modes.
13303         * nnimap.el (nnimap-open-connection): Use list of
13304         auth-source modes.
13306         * nntp.el (nntp-send-authinfo): Use list of
13307         auth-source modes.
13309 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13311         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13312         now.
13314 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13316         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13317         coding system in XEmacs; add a workaround for XEmacs.
13319         * lpath.el: Fbind coding-system-aliasee.
13321 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13323         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13324         of current-language-environment.
13326 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13328         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13329         available at runtime.
13331 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13333         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13335 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13337         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13338         the greatest positive fixnum value doesn't work under an XEmacs with
13339         bignum support; use the most-positive-fixnum constant instead,
13340         available since Emacs 21.1 with cl and XEmacs 21.1.
13342 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13344         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13345         XEmacs gets not to work.
13347 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13349         * mm-util.el (mm-coding-system-priorities): Allow the value like
13350         "Japanese (UTF-8)" of current-language-environment.
13352 2009-01-09  Glenn Morris  <rgm@gnu.org>
13354         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13355         with last-command-event.
13357 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13359         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13360         in the doc string.
13362         * message.el (message-fix-before-sending): Amend comment.
13364 2009-01-08  Dave Love  <fx@gnu.org>
13366         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13368 2009-01-07  David Engster  <dengste@eml.cc>
13370         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13371         simplified server definitions by converting it via
13372         gnus-server-to-method.
13374 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13376         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13377         parameter's operands.
13379 2009-01-06  David Engster  <dengste@eml.cc>
13381         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13382         primary select method (for gnus-group-mark-article-as-read).
13384 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13386         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13387         `(gnus)Face', not `(gnus)X-Face'.
13389 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13391         * mm-util.el (mm-ucs-to-char): New function.
13393         * mm-url.el (mm-url-decode-entities): Use it.
13395         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13396         unicode-to-char.
13398 2009-01-05  Dave Love  <fx@gnu.org>
13400         * time-date.el: Require cl for `declare'.
13402 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13404         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13405         Dave Love.
13407 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13409         * message.el (message-fix-before-sending): Add `eight-bit' to
13410         illegible-text check.
13412 2009-01-03  Michael Olson  <mwolson@gnu.org>
13414         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13415         `headers' is nil.  This can occur if the IMAP server does not have
13416         permissions to read messages from a folder, but can write new messages
13417         to the folder.
13418         (nnimap-request-article-part): Do not insert `data' if it is nil.
13420         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13421         characters which will confuse `read', so skip past them.
13423 2009-01-01  Dave Love  <fx@gnu.org>
13425         * imap.el (imap-string-to-integer): Fix typo.
13426         (imap-fetch-safe): New function.
13427         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13429         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13431         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13432         (imap-parse-greeting): Fix doc strings.
13433         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13434         (imap-parse-flag-list): Make messages unique.
13435         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13437         * nnimap.el: Fix author email.
13438         (nnimap-split-rule): Add FIXME comment.
13439         (nnimap-debug): Fix doc string.
13441 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13443         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13445 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13447         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13448         nslookup if resolv.conf isn't available.
13449         (dns-query): Rename from query-dns.
13450         (dns-query-cached): Rename from query-dns-cached.
13452 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13454         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13455         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13456         to check if those variables exist (first appeared in Emacs 18.50).
13458 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13460         * mm-util.el (mm-line-number-at-pos): New function.
13462         * spam-report.el (spam-report-process-queue): Use it.
13464 2008-12-24  David Engster  <dengste@eml.cc>
13466         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13467         parameters that haven't existed as variables as buffer-local variables.
13469 2008-12-23  Dave Love  <fx@gnu.org>
13471         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13472         cadar.
13474         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13475         imap-starttls-p.
13476         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13478 2008-12-22  Dave Love  <fx@gnu.org>
13480         * imap.el: Fix author email.  Doc fixes.
13481         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13482         reply.
13484 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13486         * spam-report.el (spam-report-gmane-max-requests): New constant.
13487         (spam-report-gmane-wait): New variable.
13488         (spam-report-gmane-ham, spam-report-gmane-spam)
13489         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13490         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13491         the server.
13493         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13494         Add explanations.
13496         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13497         nnheader-accept-process-output and nnheader-read-timeout if available.
13498         (pop3-movemail): Use it.
13500         * message.el (message-check-news-body-syntax): Fix signature check if
13501         there's an attachment.
13503 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13505         * mm-util.el: Add comments to the mm- emulating functions.
13507 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13509         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13510         Reported by Stephen Berman <stephen.berman@gmx.net>.
13512 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13514         * mm-util.el (mm-substring-no-properties): New function.
13515         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13516         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13517         (mm-string-to-multibyte): Doc fix.
13519         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13521 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13523         * mml.el (mml-attach-file): Strip text properties from file name.
13524         (Bug#1574)
13526 2008-12-16  Glenn Morris  <rgm@gnu.org>
13528         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13530 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13532         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13533         knows since the charset specified might be a bogus alias that
13534         mm-charset-synonym-alist provides.
13536 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13538         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13539         "ISO_8859-1".
13541         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13543 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13545         * mm-util.el (mm-charset-eval-alist):
13546         Define it before mm-charset-to-coding-system.
13547         (mm-charset-to-coding-system): Add optional argument `silent';
13548         define it before mm-charset-override-alist.
13549         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13550         default value if it can be used in Emacs currently running;
13551         silence mm-charset-to-coding-system.
13553 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13555         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13556         `allow-override' which says whether to use `mm-charset-override-alist'.
13557         (rfc2047-decode-encoded-words): Use it.
13559         * mm-util.el (mm-charset-override-alist): Fix custom type;
13560         add `(gb2312 . gbk)' to choices.
13562 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13564         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13565         fast.
13567         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13569         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13571 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13573         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13574         on links.
13576         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13578 2008-12-03  Lute Kamstra  <lute@gnu.org>
13580         * sha1.el: Remove leading * from docstrings of defcustoms,
13581         deffaces, defconsts and defuns.
13583 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13585         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13586         users' addresses that don't have domain parts.
13587         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13588         rather than message-narrow-to-head since there will be the message
13589         header separator.
13591 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13594         since the result is inserted in a unibyte buffer anyway.
13595         (nnimap-demule-use-string-to-multibyte): Remove.
13596         (nnimap-demule): Alias it to mm-string-to-multibyte.
13598 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13600         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13601         variable for debugging bug#464 and bug#1174.
13602         (nnimap-demule): Use it.
13604 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13606         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13607         score calculation correctly.
13609 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * message.el (message-send-mail): Just set the buffer to unibyte
13612         rather than use mm-with-unibyte-current-buffer which does a lot more.
13613         (message-send-mail-partially): Don't bother with
13614         mm-with-unibyte-current-buffer since it's already been made unibyte by
13615         message-send-mail.
13617 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13619         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13621 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13623         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13625 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13627         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13628         require itself and to remove `with-no-warnings'.
13630 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13632         * starttls.el (starttls-any-program-available): Get the name of the
13633         available TLS layer program.
13634         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13635         well as the host name in the "opening" message.
13637         * auth-source.el (auth-source-cache, auth-source-do-cache)
13638         (auth-source-user-or-password): Cache passwords and logins by default,
13639         allow override with `auth-source-do-cache'.
13640         (auth-source-forget-user-or-password): Allow users to remove cache
13641         entries if needed.
13643 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13645         * md4.el (md4-buffer): Fix typo in docstring.
13646         (md4, md4-64): Doc fixes.
13647         (md4-pack-int32): Reflow docstring.
13649 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13651         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13652         condition-case to only the forward-sexp call.
13654 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13656         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13657         quotes contained.  Make it more robust regardless by an extra
13658         condition-case wrapper.
13660 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13662         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13664 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13666         * nnml.el (nnml-request-expire-articles): Check if the function set to
13667         `nnmail-expiry-target' returns the symbol `delete'.
13669         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13671         * nnmail.el (nnmail-expiry-target): Fix custom type.
13673 2008-10-02  Glenn Morris  <rgm@gnu.org>
13675         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13676         Silence compiler warning.
13678 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13680         * tls.el (open-tls-stream): Show the actual command being
13681         executed, instead of the format string.
13683 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13685         * lpath.el: Fbind codepage-setup for Emacs 23.
13687 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13689         * mml.el (mml-menu): Don't assume mml2015 is bound.
13691 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13693         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13694         exists.
13696 2008-09-27  Glenn Morris  <rgm@gnu.org>
13698         * gnus-util.el (mail-header-remove-comments): Autoload it.
13700 2008-09-27  Andreas Schwab  <schwab@suse.de>
13702         * gnus-util.el (gnus-split-references): Strip comments.
13703         (gnus-parent-id): Likewise.
13705 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13707         * message.el (message-confirm-send): Fix version.
13709 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13711         * message.el (message-idna-to-ascii-rhs-1): Use
13712         mail-extract-address-components rather than mail-header-parse-addresses
13713         that is an alias by default to ietf-drums-parse-addresses that does not
13714         support non-ASCII names in headers' contents.
13716 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13718         * message.el (message-confirm-send): Fix variable documentation to
13719         avoid the "y/n" wording.
13721 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13723         * message.el (message-set-auto-save-file-name): Save to a different
13724         filename so multiple messages (especially drafts) can be recovered.
13726 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13728         * message.el (message-confirm-send): Add appropriate version.
13730 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13732         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13733         defvar.
13735 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13737         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13738         (mm-pkcs7-enveloped-magic): Ditto.
13740 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13742         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13743         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13745 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13747         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13748         default, it's better.
13750 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13752         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13753         summary line gnus-number property and ignore them (with a warning
13754         message).
13756 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13758         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13759         macro caddr in the interactive form since it won't be expanded.
13761 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13763         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13764         `charset'; fix name of function called recursively.
13765         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13767 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13769         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13770         (gnus-mime-set-charset-parameters): New function.
13771         (gnus-mime-view-part-as-charset): Use it to correctly display part
13772         specifying wrong charset.
13774 2008-09-08  David Engster  <dengste@eml.cc>
13776         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13777         in completing-read for back end server.
13779 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13781         * message.el (message-confirm-send): New variable to confirm sending a
13782         message.
13783         (message-send): Use it.
13785 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13787         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13789 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13791         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13793 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13795         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13796         prevent tracking too many groups.
13797         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13798         Use it.
13800 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13802         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13803         moving point to the bottom of the window in order to avoid recentering.
13805 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13807         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13809         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13810         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13811         (gnus-article-beginning-of-window): Fix calculation.
13813 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13815         * gnus-msg.el (gnus-summary-supersede-article)
13816         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13817         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13818         message header.
13820 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13822         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13823         pending output coming after the status change.
13825 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13827         * message.el:
13828         * gnus-start.el:
13829         * gnus-registry.el: Remove VMS support.
13831 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13833         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13834         macro.
13835         (rfc2104-hash): Use it.
13837 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13839         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13840         (gnus-summary-sort-by-most-recent-date): New commands.
13841         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13842         and menu entries.
13844 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13846         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13847         don't redisplay article for raw contents; remove plural articles stuff.
13849         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13850         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13851         on gnus-summary-save-article; display results properly.
13853 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13855         * lpath.el: No need to fbind ns-focus-frame.
13857 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13859         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13861 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13863         * gnus-art.el (gnus-summary-save-in-pipe):
13864         Consider gnus-save-all-headers.
13866 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13868         * gnus-util.el (ns-focus-frame): Remove declaration.
13869         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13870         like x.
13872 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13874         * rfc2104.el (rfc2104-zero): Delete defconst.
13875         (rfc2104-hex-alist): Likewise.
13876         (rfc2104-hex-to-int): Delete func.
13877         (rfc2104-hexstring-to-bitstring): Likewise.
13878         (rfc2104-nybbles): New defconst.
13879         (rfc2104-hash): Rewrite for speed.
13881 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13883         * tls.el (open-tls-stream): Make it work with the 2nd argument
13884         BUFFER that is a string but does not exist as a buffer object, as
13885         mentioned in the doc-string.
13887 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13889         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13890         SXEmacs.
13892 2008-07-16  Glenn Morris  <rgm@gnu.org>
13894         * gnus-util.el (ns-focus-frame): Declare for compiler.
13896 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13898         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13899         set as a group parameter.
13900         (gnus-summary-save-in-pipe): Work when it is called independently.
13901         (gnus-summary-pipe-to-muttprint): Don't modify
13902         gnus-summary-pipe-output-default-command.
13904 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13906         * message.el (message-send-mail-with-sendmail):
13907         Display the error message.
13909 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13911         * gnus-art.el (gnus-default-article-saver):
13912         Add gnus-summary-save-in-pipe to choices.
13913         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13914         gnus-summary-pipe-output-default-command as the default command.
13915         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13916         instead of gnus-last-shell-command.
13918         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13919         New user option.
13920         (gnus-summary-muttprint-program): Mention the value will be changed.
13921         (gnus-summary-save-article): Force showing of all headers.
13922         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13924 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13926         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13928 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13930         * nnimap.el (nnimap-id):
13931         * sieve-manage.el (sieve-manage-open): Doc fixes.
13933 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13935         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13936         if available.
13938 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13940         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13942         * nnkiboze.el (nnkiboze-generate-group):
13943         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13945         * nnmairix.el: Require CL.
13947 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13949         * dgnushack.el: Autoload get-display-table and put-display-table for
13950         XEmacs 21.5.
13952         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13953         21.4 and SXEmacs.
13955 2008-06-15  David Engster  <dengste@eml.cc>
13957         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13959 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13961         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13962         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13963         runtime choice under XEmacs.
13965         * gnus-sum.el (gnus-summary-set-display-table):
13966         Use `gnus-put-display-table', `gnus-get-display-table',
13967         `gnus-set-display-table' for the display table, instead of `aset'.
13969         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13970         Use `gnus-put-display-table', `gnus-get-display-table',
13971         `gnus-set-display-table' for the display table.
13973 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13975         * nnmairix.el: Add autoloads.
13977 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13979         * nnmairix.el (nnmairix-delete-recreate-group)
13980         (nnmairix-update-and-clear-marks): Fix error messages.
13982 2008-06-14  David Engster  <dengste@eml.cc>
13984         * nnmairix.el: Upgrade to version 0.6.
13985         (nnmairix-group-toggle-propmarks-this-group)
13986         (nnmairix-group-toggle-readmarks-this-group)
13987         (nnmairix-group-delete-recreate-this-group)
13988         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13989         (nnmairix-remove-tick-mark-original-article): New commands.
13990         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13991         (nnmairix-propagate-marks-to-nnmairix-groups)
13992         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13993         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13994         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13995         functions needed for marks propagation and manipulation of read marks.
13996         (nnmairix-update-groups): New function.
13997         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13998         (nnmairix-determine-original-group-from-registry)
13999         (nnmairix-determine-original-group-from-path)
14000         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14001         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14002         New helper functions.
14003         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14004         keystrokes for new commands.
14005         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14006         (nnmairix-request-group): Check allow-fast group parameter.
14007         (nnmairix-request-create-group): Set allow-fast group parameter if
14008         nnmairix-allowfast-default is set.
14009         (nnmairix-close-group): Propagate marks upon closing if needed.
14010         (nnmairix-group-toggle-threads-this-group): Use new.
14011         nnmairix-group-toggle-parameter helper function.
14012         (nnmairix-search): Better check for empty search result.
14013         (nnmairix-goto-original-article): Use new helper functions for
14014         determining original article.
14015         (nnmairix-show-original-article): Make sure message-id is in brackets.
14016         (nnmairix-call-mairix-binary): Change variable name.
14017         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14018         helper function.
14019         (nnmairix-widget-toggle-activate): Fix doc string.
14021 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14023         * nnir.el: Require edmacro when compiling with XEmacs.
14024         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14025         available in Emacs 21.
14027 2008-06-11  Glenn Morris  <rgm@gnu.org>
14029         * gnus-util.el (x-focus-frame):
14030         * gnus.el (image-size):
14031         * mm-decode.el (image-size): Declare.
14033         * gnus-picon.el (declare-function): Add compat definition.
14034         (image-size): Declare.
14036         * gnus-group.el (tool-bar-map):
14037         * gnus-sum.el (tool-bar-map): Define for compiler.
14039         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14041         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14043         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14044         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14045         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14046         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14047         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14048         * sieve-manage.el, spam-report.el, spam.el:
14049         Remove unnecessary eval-and-compile of autoloads.
14051 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14053         * auth-source.el: Precise Tramp doc.
14055 2008-06-07  Glenn Morris  <rgm@gnu.org>
14057         * nnmairix.el: Remove unnecessary eval-when-compile.
14059 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14061         * lpath.el: Fbind propertize for XEmacs 21.4.
14063 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14065         * nnir.el: Move here from ../contrib.
14067 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14069         * gnus-util.el (gnus-read-shell-command): New function.
14070         * mm-decode.el (mm-pipe-part):
14071         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14073 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14075         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14077 2008-06-03  Glenn Morris  <rgm@gnu.org>
14079         * pop3.el (nnheader-accept-process-output): Autoload it.
14081 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14083         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14084         are not 2-digit hexadecimal characters that follow `%'s.
14086 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14088         * message.el (message-bogus-recipient-p): Fix type in doc string.
14089         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14090         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14091         Improve custom options.
14092         (message-bogus-recipient-p): Adjust accordingly.
14094 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14096         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14097         long-form month and day names.
14099 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14101         * dgnushack.el: Autoload debug, eudc-expand-inline and
14102         pgg-snarf-keys-region for XEmacs.
14104         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14106         * nnmairix.el: Require edmacro when compiling with XEmacs.
14108 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14110         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14111         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14113 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14115         * auth-source.el: Add more docs.
14117         * netrc.el (netrc-machine): Always match if the port is not given.
14119 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14121         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14122         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14123         retrieval faster in some cases, but might make CPU usage larger.
14124         If this has any bad side effects, we might revert this change.
14126         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14127         seems to make mail retrieval much, much faster.
14128         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14129         unconditionally.
14131         * gnus-draft.el (gnus-group-send-queue):
14132         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14134 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14136         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14138         * message.el (message-bogus-address-regexp): Fix and improve custom
14139         type.
14140         (message-setup-hook): Add message-check-recipients as custom option.
14142 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14144         * message.el (message-cite-function): Remove bogus autoload which crept
14145         in during merge from v5-10.
14147 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14149         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14151         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14153         * auth-source.el: Preliminary Tramp docs.
14154         (auth-sources): Change the default auth-sources to use
14155         EPA .gpg files.
14157 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14159         * nntp.el: Autoload `auth-source-user-or-password'.
14160         (nntp-send-authinfo): Use it.
14162         * nnimap.el: Autoload `auth-source-user-or-password'.
14163         (nnimap-open-connection): Use it.
14165         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14166         for the gnus-message function.
14167         (auth-source-user-or-password): Use it.
14169 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14171         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14172         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14173         (rfc2104-hash): Use it.
14175 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14177         * gnus-art.el (gnus-article-toggle-truncate-lines):
14178         Don't use `iff' in docstring.
14180 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14182         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14184         * gnus-util.el (gnus-extract-address-component-name)
14185         (gnus-extract-address-component-email): Convenience functions around
14186         `gnus-extract-address-components'.
14188         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14189         Use `gnus-extract-address-component-email' to fix bug of comparing full
14190         sender name to `user-mail-address'.
14192 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14194         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14195         catch/throw to optimize.
14196         (gnus-registry-find-keywords): Just use member to find a keyword.
14198 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14200         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14201         is current before calling gnus-server-prepare.
14202         (gnus-server-setup-buffer, gnus-server-update-server)
14203         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14205 2008-05-04  Juri Linkov  <juri@jurta.org>
14207         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14208         (mailcap-file-default-commands): Use mailcap-replace-in-string
14209         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14210         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14212 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14214         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14216 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14218         * gnus.el: Bump version to 0.11.
14220 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14222         * gnus.el: No Gnus v0.10 is released.
14224 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14226         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14227         hooks.
14228         (gnus-update-read-articles): Speed up non-marks-using users.
14229         (gnus-use-marks): Define gnus-use-marks.
14230         (gnus-propagate-marks): Rename variable to something more sensible.
14232 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14234         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14235         (gmm-image-load-path-for-library): Fix typos in docstrings.
14236         (gmm-message): Reflow docstring.
14238 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14240         * mail-source.el (mail-source-set-1, mail-source-bind):
14241         Move auth-source code out of the macro to clean it up and fix bugs.
14243 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14245         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14246         by sender if it's equal to user-mail-address, it's likely to be
14247         useless.
14249         * mail-source.el (mail-source-bind): Don't use user or password if they
14250         are not bound.  Unintern them if they are nil.  Don't use server unless
14251         it's bound, and default it to empty string otherwise.
14253 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14255         * mail-source.el: Load auth-source.el.
14256         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14257         get user name or password, if auth-sources is set up.
14259         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14260         strategy of splitting with parent.
14261         (gnus-registry-split-fancy-with-parent)
14262         (gnus-registry-post-process-groups): Use it and fix prior
14263         bug (returning a list as the split result).
14265         * auth-source.el (auth-sources): Remove server parameter.
14266         (auth-source-pick, auth-source-user-or-password)
14267         (auth-source-user-or-password-imap)
14268         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14269         (auth-source-user-or-password-sftp)
14270         (auth-source-user-or-password-smtp): Remove server parameter.
14272 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14274         * smime.el (smime-sign-region, smime-encrypt-region)
14275         (smime-decrypt-region):
14276         Remove redundant calls to `generate-new-buffer-name'.
14278 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14280         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14281         Don't use QP for message/rfc822.
14282         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14284 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14286         * sieve-manage.el (sieve-string-bytes): Remove.
14287         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14288         correct byte-length only if the process's coding-system is the same as
14289         the one used internally by Emacs to represent strings.
14291 2008-04-22  Juri Linkov  <juri@jurta.org>
14293         * mailcap.el (mailcap-file-default-commands): New function.
14295 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14297         * message.el (message-signature-separator, message-cite-function):
14298         Change custom version.
14300 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14302         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14303         commands.
14304         (tls-checktrust): Ditto.
14306 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14308         * mm-decode.el (mm-display-external): Make temp file read-only.
14310 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14312         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14313         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14314         `C-c C-f d'.
14316 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14318         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14320 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14322         * gnus.el: Bump version to 0.9.
14324 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14326         * gnus.el: No Gnus v0.8 is released.
14328 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14330         * mail-source.el (mail-source-value):
14331         Prefer fboundp to functionp so it works with macros as well.
14333 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14335         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14336         Fix last change in case the element is not even a symbol.
14338 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14340         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14341         Prefer fboundp to functionp so it works with macros as well.
14343 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14345         * auth-source.el: Add docs.
14346         (auth-sources): Modify format to support server.
14347         (auth-source-pick, auth-source-user-or-password)
14348         (auth-source-user-or-password-imap)
14349         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14350         (auth-source-user-or-password-sftp)
14351         (auth-source-user-or-password-smtp): Add server parameter.
14353 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14355         * gnus-registry.el: Initialize the registry when gnus-registry-install
14356         is t.
14358 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14360         * compface.el (uncompface): Make buffer unibyte.
14362 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14364         * mail-source.el (mail-source-value):
14365         Prefer fboundp to functionp so it works with macros as well.
14367 2008-04-05  Glenn Morris  <rgm@gnu.org>
14369         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14371 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14373         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14374         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14376         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14377         multibyteness after rather than before erasing it.
14379         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14380         mm-with-multibyte.
14381         (gnus-request-article-this-buffer): Make sure the proper decoding is
14382         used if gnus-original-article-buffer happens to be unibyte.
14384         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14385         default-enable-multibyte-characters.
14387         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14388         default-enable-multibyte-characters.
14390         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14392         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14394 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14396         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14397         Fix last change in case the element is not even a symbol.
14399 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14401         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14402         (imap-message-copyuid-1): Use it.
14403         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14404         J. Williams in
14405         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14407         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14408         imap-enable-exchange-bug-workaround.
14409         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14411 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14413         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14414         a 100 byte status-checks into a 2-3MB transfer for each group.
14415         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14416         to enable bug workaround or not.
14417         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14419 2008-03-31  Glenn Morris  <rgm@gnu.org>
14421         * message.el (mml2015-use): Declare for compiler.
14422         (message-info): Require mml2015 when appropriate.
14424 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14426         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14427         whitespace.
14429 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14431         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14432         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14433         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14434         (nntp-service-to-port): New function.
14435         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14436         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14437         (nntp-open-netcat-stream): New function.
14438         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14440 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14442         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14444 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14446         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14448 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14450         * dns.el (dns-write): Use set-buffer-multibyte.
14452 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14454         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14456 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14458         * message.el (message-signature-separator): Change default.
14459         Improve custom type.
14460         (message-cite-function): Change default to
14461         message-cite-original-without-signature.
14463         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14464         toggle.
14466         * message.el (message-check-news-body-syntax): Fix signature check.
14467         (message-setup-1): Mark buffer as unmodified _after_ running
14468         message-setup-hook and handling message-alternative-emails.
14469         (message-shorten-references): Be more strict when building list of
14470         valid references to comply with GNKSA.
14472         * gnus-group.el (gnus-read-ephemeral-bug-group)
14473         (gnus-read-ephemeral-debian-bug-group)
14474         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14476         * message.el (message-info): Don't use booleanp which isn't supported
14477         in Emacs 21 and XEmacs.
14479 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14481         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14482         gnus-group-gmane-group-download-format.
14483         (gnus-group-read-ephemeral-gmane-group): Rename from
14484         gnus-group-read-ephemeral-gmane-group.
14485         (gnus-read-ephemeral-gmane-group-url): Rename from
14486         gnus-group-read-ephemeral-gmane-group-url.
14487         (gnus-bug-group-download-format-alist): New variable.
14488         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14489         (gnus-read-ephemeral-emacs-bug-group): New commands.
14491 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14493         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14494         (gnus-visible-headers): Improve custom type.
14496 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14498         * mml.el (mml-menu): Add workarounds for XEmacs.
14500         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14501         X-Boundary header.
14503         * message.el (message-simplify-recipients): Fix previous commit.
14505 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14507         * mm-util.el (mm-set-buffer-multibyte): New function.
14508         * mm-decode.el (mm-copy-to-buffer): Use it.
14510         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14511         Prefer fboundp to functionp so it works with macros as well.
14513 2008-03-19  Glenn Morris  <rgm@gnu.org>
14515         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14516         Accidentally removed in the sync process with Emacs.
14518 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14520         * message.el (message-alter-recipients-discard-bogus-full-name):
14521         New function.
14522         (message-alter-recipients-function): New variable.
14523         (message-get-reply-headers): Use it.
14524         (message-replace-header): New helper function.
14525         (message-recipients-without-full-name): New variable.
14526         (message-simplify-recipients): New command.
14528         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14530         * message.el (message-info): Handle EasyPG manual.
14532         * mml.el (mml-menu): Add entry for EasyPG.
14534 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14536         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14537         parameter.
14539         * message.el (message-disassociate-draft): Specify drafts group name
14540         fully.
14542 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14544         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14545         Eliminate unnecessary duplicates from the match list.
14547 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14549         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14551         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14553         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14554         args of `how-many' of which the XEmacs version doesn't take; declare
14555         Info-index-next as function.
14557 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14559         * gnus-score.el (gnus-score-headers): Fix handling of
14560         gnus-inhibit-slow-scoring.
14562         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14563         string.
14564         (gnus-button-url-regexp): Improve handling of parenthesis.
14565         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14566         (gnus-button-handle-info-keystrokes): Handle index entries.
14568 2008-03-15  Glenn Morris  <rgm@gnu.org>
14570         * parse-time.el (parse-time-string): Simplify.
14572 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14574         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14575         Incoming* files.
14577 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14579         * auth-source.el (auth-sources): Rename from auth-source-choices.
14580         (auth-source-pick): Use it.
14582 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14584         * binhex.el (binhex-decode-region-internal):
14585         * uudecode.el (uudecode-decode-region-internal):
14586         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14587         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14588         setting default-enable-multibyte-characters.
14590 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14592         * auth-source.el (auth-source-protocols)
14593         (auth-source-protocols-customize, auth-source-choices): Add and
14594         modified variable customizations and defaults.
14595         (auth-source-pick, auth-source-user-or-password)
14596         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14597         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14598         (auth-source-user-or-password-sftp)
14599         (auth-source-user-or-password-smtp): Use new variables and provide an
14600         interface to netrc.el.
14602 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14604         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14605         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14606         Make sure the nntp port to specify is a string.
14608 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14610         * nntp.el: Use with-current-buffer.
14611         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14612         dubious mm-with-unibyte-current-buffer.
14613         (nntp-with-open-group-function): New function extracted from
14614         nntp-with-open-group macro.
14615         (nntp-with-open-group): Use the function, so it's easier to debug.
14616         Add indentation and debugging info.
14617         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14618         Recommend the use of the netcat alternatives.
14620         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14621         Avoid mm-string-as-multibyte as well.
14623         * nnweb.el (nnweb-insert-html):
14624         Remove use of nnheader-string-as-multibyte.
14626         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14627         (nnheader-string-as-multibyte): Remove.
14629         * mm-view.el: Use inhibit-read-only.
14630         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14631         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14632         or unibyte-string.
14634         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14635         (mm-uu-yenc-extract): Use with-current-buffer.
14637         * gnus-soup.el (gnus-soup-send-packet): Don't use
14638         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14640         * nnmh.el: Use with-current-buffer.
14641         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14642         mm-string-as-multibyte on the output of mm-encode-coding-string.
14644         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14645         (nnimap-request-move-article): Use with-current-buffer.
14647         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14648         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14649         conversion uses string-make-unibyte rather than string-as-unibyte.
14651         * gnus-msg.el: Use with-current-buffer.
14653         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14655 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14657         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14658         string for caching if it is 'PIN.
14660 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14662         * lpath.el: Consider the case without Emacs/W3.
14664 2008-03-08  Glenn Morris  <rgm@gnu.org>
14666         * time-date.el (date-to-time, time-subtract, time-add)
14667         (safe-date-to-time): Doc fixes.
14669 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14671         * mail-source.el (mail-source-delete-old-incoming-confirm):
14672         Change default to nil.
14673         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14675 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14677         * lpath.el: Rearrange.
14679         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14680         (gnus-article-goto-prev-page): Work for articles having ^L's.
14682         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14684         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14686 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14688         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14689         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14690         (gnus-bookmark-jump): Adjust some variable names.
14692 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14694         * auth-source.el: New package.
14695         (auth-source-choices): Add customization entry point variable.
14697         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14698         bug.
14700 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14702         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14703         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14704         (gnus-registry-install-shortcuts): Rename from
14705         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14706         the `gnus-registry-mark-map' keymap dynamically from
14707         `gnus-registry-marks'.  The generated functions update the summary line
14708         when a registry mark is added or deleted, and will call
14709         `gnus-registry-install-p' (see the comments in the code).
14710         (gnus-registry-user-format-function-M): Use concat intelligently.
14712         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14713         the registry mark functions.
14715 2008-03-05  Glenn Morris  <rgm@gnu.org>
14717         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14718         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14719         gnus-art.
14720         (top-level): No need to load own source when compiling.
14722 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14724         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14725         Suggested by <chris.anderton@zetnet.co.uk>.
14727 2008-03-04  Glenn Morris  <rgm@gnu.org>
14729         * gnus-sum.el (top-level): No need to require gnus when compiling,
14730         since unconditionally required near start of file.
14731         (gnus-summary-display-while-building): Move definition before use.
14733 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14735         * gnus-registry.el (gnus-registry-user-format-function-M):
14736         Add formatting function.
14738 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14740         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14741         with plists.
14742         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14743         Use new format.
14745 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14747         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14748         `where-is-internal' that returns a range of key sequences.
14750 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14752         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14754         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14755         (gnus-summary-jump-to-group): Consider windows on other displayed
14756         frames as well.  Similar changes might be needed elsewhere, but that's
14757         the one I've bumped into during my use.
14759         * nndoc.el (nndoc-oe-dbx-type-p):
14760         * gnus-msg.el (gnus-debug):
14761         * gnus-group.el (gnus-update-group-mark-positions):
14762         Use mm-string-to-multibyte.
14764 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14766         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14767         doesn't handle NotDashEscaped.
14769         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14770         (mml-dnd-attach-options): Fix typo in custom choice.
14772         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14773         Change nndoc-article-type to mbox.
14774         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14776         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14777         to nil, instead of html2text.
14779         * imap.el (imap-debug): Add `imap-ping-server'.
14781         * gnus-bookmark.el: Add FIXMEs.
14783         * message.el (message-form-letter-separator)
14784         (message-send-form-letter-delay): New variables.
14785         (message-send-form-letter): Use them.  New command to send form
14786         letters.  Requested by Uwe Siart.
14787         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14789 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14791         * Update copyright years.
14793 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14795         Sync from EMACS_22_BASE.
14797         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14799 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14801         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14802         empty author.
14804 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14806         * gnus-registry.el (gnus-registry-marks): Add variable for
14807         customization of marks and their appearance.
14808         (gnus-registry-read-mark): Use it.
14809         (gnus-registry-do-marks): Add utility function to loop through
14810         `gnus-registry-marks'.
14811         (gnus-registry-install-shortcuts-and-menus): Add function to install
14812         shortcuts and menus.
14813         (gnus-registry-initialize): Use it.
14814         (gnus-registry-default-mark): Clarify documentation.
14816 2008-02-29  Glenn Morris  <rgm@gnu.org>
14818         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14819         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14820         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14821         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14822         Change defcustom :version from 23.0 to 23.1.
14824 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14826         * gnus-registry.el (gnus-registry-follow-group-p)
14827         (gnus-registry-post-process-groups): Add functions to aid registry
14828         splitting and improve logging.  Clarify behavior in function
14829         documentation.
14830         (gnus-registry-split-fancy-with-parent): Use them.
14832 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14834         * gnus-art.el: Use with-current-buffer.
14836 2008-02-27  David Engster  <dengste@eml.cc>
14838         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14839         Express real group name in the response.
14841 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14843         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14844         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14845         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14846         autoload gnus-registry-fetch-group when compiling.
14847         (nnmairix-request-group-with-article-number-correction):
14848         Remove unreferenced argument passed to nnmairix-call-backend.
14850 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14852         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14853         (mm-uu-extract): Improve face for low color ttys.
14854         Reported by Sascha Wilde.
14856 2008-02-27  Glenn Morris  <rgm@gnu.org>
14858         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14859         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14860         variables to defconsts.  Convert comments to doc-strings.
14861         (nnmairix-last-server, nnmairix-current-server): Convert from free
14862         variables to defvars.  Convert comments to doc-strings.
14863         (gnus-registry-fetch-group): Autoload.
14864         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14865         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14866         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14867         caddr.
14868         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14869         nnmairix-request-group-with-article-number-correction call.
14870         (nnmairix-fast, nnmairix-group): New, less general names, for free
14871         variables passed from nnmairix-request-group to
14872         nnmairix-request-group-with-article-number-correction.  Declare.
14873         (nnmairix-request-group-with-article-number-correction):
14874         Use nnmairix-fast, nnmairix-group rather than fast, group.
14876 2008-02-26  David Engster  <dengste@eml.cc>
14878         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14879         version 0.5.
14881 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14883         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14884         instead of making an extra function call.  Don't add the current group
14885         to articles only when they have the group.  Use
14886         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14887         Reported by David <de_bb@arcor.de>.
14889 2008-02-24  Miles Bader  <miles@gnu.org>
14891         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14892         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14893         (mm-find-mime-charset-region):
14894         * mm-bodies.el (mm-encode-body):
14895         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14897 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14899         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14900         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14902 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14904         * mail-source.el (mail-source-delete-incoming): Change default.
14905         Supplement doc string.
14907         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14909 2008-02-14  Glenn Morris  <rgm@gnu.org>
14911         * time-date.el (format-seconds): New function.
14913 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14915         * nnmail.el (nnmail-message-id-cache-file): Derive from
14916         `gnus-home-directory'.
14918 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14920         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14921         Document negative prefix.
14923         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14925 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14927         * message.el (message-unsent-separator): Add the Exim bounce
14928         separator.
14930 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14932         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14933         list.
14934         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14935         recipient/signer list.
14937 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14939         * Makefile.in (datarootdir): Define.
14940         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14941         name that might contain whitespace.
14943 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14945         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14946         fbound (Emacs 23 unicode), signal an error.
14948 2008-02-08  Glenn Morris  <rgm@gnu.org>
14950         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14952 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14954         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14955         ports to the calls to `netrc-machine-user-or-password' in addition to
14956         "imap" and "imaps".
14958 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14960         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14962         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14964 2008-02-01  Kenichi Handa  <handa@m17n.org>
14966         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14967         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14968         (rfc2104-hash): Convert the result of concat to unibyte string.
14970 2008-02-01  Dave Love  <fx@gnu.org>
14972         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14973         coding-system-for-read.
14974         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14976 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14978         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14979         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14980         <hanche@math.ntnu.no>.
14982 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14984         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14986         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14988 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14990         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14991         * message.el (message-beginning-of-line): Use featurep instead of bound
14992         tests in order to resolve conditionals at compile time.
14994 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14996         * mail-source.el (mail-sources): Add `group' choice.
14998         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14999         parameter `in-group' to control into which group the articles go.
15000         Add treatment of `group' mail-source.
15002 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15004         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15006         * mm-decode.el (mm-dissect-buffer): Decode description.
15008         * mml.el (mml-to-mime): Encode message header first.
15010 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15012         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15013         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15015         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15016         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15018 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15020         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15022 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15024         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15025         prefix keys.
15026         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15027         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15028         gnus-xmas.el.
15030         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15031         (gnus-xmas-article-describe-bindings): New function.
15032         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15033         gnus-xmas-article-describe-bindings.
15035         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15037 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15039         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15040         Add new variables for article mark management.
15041         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15042         list of extra data entries which, when present, will indicate that the
15043         article ID should not be trimmed from the registry.
15044         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15045         functions.
15046         (gnus-registry-read-mark): New function to read a mark name from the
15047         user.
15048         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15049         (gnus-registry-set-article-mark-internal): New functions to add and
15050         remove marks.
15051         (gnus-registry-get-article-marks): New function to show the marks for
15052         an article, or retrieve them for further use.
15054 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15056         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15057         keys when no argument is given.
15059 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15061         * imap.el (imap-ping-server): New variable.
15062         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15063         (imap-ping-server): Minor doc string fixes.
15065 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15067         * imap.el (imap-ping-server): New function.
15068         (imap-opened): Call imap-ping-server.
15070 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15072         * gnus-sum.el (gnus-article-sort-by-random)
15073         (gnus-thread-sort-by-random): Fix doc strings.
15074         Reported by jidanni@jidanni.org.
15076 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15078         * gnus-art.el (gnus-article-describe-bindings): New function.
15079         (gnus-article-read-summary-keys): Use it.
15080         (gnus-article-mode-map): Bind `C-h b' to it.
15082 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15084         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15085         XEmacs.
15086         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15087         Protect against non-character events.
15089         * lpath.el: Fbind map-keymap for Emacs 21.
15091 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15093         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15094         New command.
15095         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15096         instead of END.  Change name of the temp file.
15097         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15098         customizable.
15100 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15102         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15103         bind `S W' to gnus-article-wide-reply-with-original; set default
15104         binding to gnus-article-read-summary-send-keys.
15105         (gnus-article-read-summary-keys): Fix the order of keys; display
15106         continuation keys correctly in the echo area; describe bindings
15107         correctly when keys end with `C-h'.
15108         (gnus-article-read-summary-send-keys): New function.
15109         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15110         Work for gnus-article-read-summary-send-keys; display continuation keys
15111         correctly in the echo area.
15112         (gnus-article-reply-with-original): Ignore prefix argument.
15113         (gnus-article-wide-reply-with-original): New function.
15115         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15116         Emacs 21.
15118 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15120         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15121         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15123 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15125         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15126         (gnus-group-read-ephemeral-gmane-group): New command.
15128 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15130         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15132 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15134         * message.el (message-send-mail-function): Increase custom version.
15136         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15137         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15139 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15141         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15142         for the cases where imap-authenticate is called with a nil buffer
15143         parameter.
15145 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15147         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15148         html parts correctly; support forwarded messages.
15149         (gnus-article-browse-html-article): Remove work buffers.
15151         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15152         compiling.
15153         (netrc-bound-and-true-p): New macro.
15154         (netrc-parse): Use it instead of bound-and-true-p that is not available
15155         in XEmacs 21.4.
15157 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15159         * gnus-registry.el (gnus-registry-mark-article)
15160         (gnus-registry-article-marks): Add functionality to mark articles
15161         through the Gnus registry.
15163         * encrypt.el: Clarify documentation for the new pgg method.
15164         (encrypt-file-alist): Add PGG option.
15165         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15166         functionality.  Abstract password key and messaging to external
15167         functions.
15168         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15169         (encrypt-message-method-and-cipher): Add new convenience external
15170         functions.
15171         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15172         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15174         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15175         (netrc-parse): Use encrypt-file-alist to determine if
15176         encrypt-find-model or encrypt-insert-file-contents should be used.
15178         * encrypt.el: Clarify documentation.  Load password-cache or
15179         password, whichever one is found first, instead of autoloading.
15181 2007-12-19  Glenn Morris  <rgm@gnu.org>
15183         * mml.el (message-options-set, message-narrow-to-head)
15184         (message-in-body-p, message-mail-p, message-encode-message-body):
15185         Autoload.
15186         (message-remove-header, message-narrow-to-headers-or-head)
15187         (message-subscribed-p, message-make-mail-followup-to)
15188         (message-position-on-field, message-news-p)
15189         (message-options-set-recipient, message-generate-headers)
15190         (message-sort-headers): Declare as functions.
15192 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15194         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15195         convention in doc string.
15197 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15199         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15200         title to html parts.
15201         (gnus-article-browse-html-article): Pass message header to it.
15203         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15205 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15207         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15208         or password compatible with XEmacs.
15210 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15212         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15213         format document.
15214         (gnus-mime-delete-part): Don't write description line if empty.
15215         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15217 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15219         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15220         (gnus-summary-mark-read-and-unread-as-read)
15221         (gnus-summary-mark-current-read-and-unread-as-read)
15222         (gnus-summary-mark-unread-as-ticked): Doc fix.
15223         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15225 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15227         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15228         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15230 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15232         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15233         yes-or-no-p.
15235 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15237         * mm-decode.el (mm-add-meta-html-tag): New function.
15238         (mm-save-part-to-file, mm-pipe-part): Use it.
15240         * gnus-art.el (gnus-article-browse-delete-temp-files):
15241         Use gnus-y-or-n-p instead of y-or-n-p.
15242         (gnus-article-browse-html-parts): Work with message/external-body; use
15243         mm-add-meta-html-tag.
15245 2007-12-11  Glenn Morris  <rgm@gnu.org>
15247         * gnus-cache.el: Require gnus-sum not just when compiling.
15249         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15251         * gnus-int.el (gnus-server-opened, gnus-status-message):
15252         Move definitions before use.
15254         * mm-decode.el: Require gnus-util.
15255         (mm-remove-part): Only call delete-annotation on XEmacs.
15257         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15259         * nnmail.el: Require gnus-int.
15261         * spam.el: Move `require's before `eval-when-compile's.
15263         * gnus-ems.el (gnus-alive-p):
15264         * gnus-fun.el (message-goto-eoh):
15265         * gnus-util.el (gnus-group-name-decode):
15266         * mail-source.el (gnus-compress-sequence):
15267         * message.el (Info-goto-node, format-spec):
15268         * mm-bodies.el (message-options-get):
15269         * mm-decode.el (mm-view-pkcs7):
15270         * mm-util.el (gmm-write-region):
15271         * mml-smime.el (mml-compute-boundary)
15272         (gnus-completing-read-with-default):
15273         * mml.el (widget-button-press, gnus-make-hashtable):
15274         * mml1991.el (mm-decode-content-transfer-encoding)
15275         (mm-encode-content-transfer-encoding)
15276         (message-options-get, message-options-set):
15277         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15278         * nnfolder.el (gnus-request-group):
15279         * nnheader.el (ietf-drums-unfold-fws):
15280         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15281         * smime.el (gnus-run-mode-hooks):
15282         * spam-stat.el (gnus-message): Autoload.
15284         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15285         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15286         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15287         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15288         Add declare-function compatibility definition.
15290         * gnus-cache.el (nnvirtual-find-group-art):
15291         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15292         (gnus-add-image, gnus-add-wash-type):
15293         * gnus-group.el (nnkiboze-score-file):
15294         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15295         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15296         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15297         (message-tokenize-header, gnus-get-buffer-create)
15298         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15299         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15300         * gnus.el (gnus-group-decoded-name):
15301         * mail-source.el (imap-capability):
15302         * mm-bodies.el (message-options-set):
15303         * mm-decode.el (gnus-configure-windows):
15304         * mm-extern.el (message-goto-body):
15305         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15306         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15307         (epg-sub-key-validity, message-options-set):
15308         * mml.el (widget-event-point, gnus-configure-windows):
15309         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15310         * mml2015.el (epg-check-configuration, epg-configuration)
15311         (message-options-set):
15312         * nndb.el (nndb-request-article):
15313         * nnfolder.el (gnus-request-create-group):
15314         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15315         * nnmaildir.el (gnus-group-mark-article-read):
15316         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15317         * rfc1843.el (message-fetch-field):
15318         * spam.el (gnus-extract-address-components):
15319         Declare as functions.
15321 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15323         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15325         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15327         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15328         bind show-trailing-whitespace for XEmacs.
15330 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15332         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15333         new no-op macro for backward compatibility.
15335         * imap.el (imap-string-to-integer): New function.
15337 2007-12-09  Glenn Morris  <rgm@gnu.org>
15339         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15341         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15342         * message.el, mm-view.el, sieve-manage.el, smime.el:
15343         Add declare-function compatibility definition.
15345         * gnus-art.el (w3-region, w3m-region, Info-menu):
15346         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15347         * gnus-sum.el (gnus-get-predicate):
15348         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15349         * message.el (mail-abbrev-in-expansion-header-p):
15350         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15351         (w3m-detect-meta-charset, w3m-region):
15352         * sieve-manage.el (password-read, password-cache-add)
15353         (password-cache-remove):
15354         * smime.el (password-read-and-add): Declare as functions.
15356 2007-12-08  David Kastrup  <dak@gnu.org>
15358         * gnus-sum.el (gnus-summary-simplify-subject-query):
15359         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15360         `message'.
15362 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15364         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15365         it to bind idna-program, installation-directory, defined-colors, and
15366         face-attribute for XEmacs of the version that compiles defcustom forms.
15368 2007-12-07  Glenn Morris  <rgm@gnu.org>
15370         * gnus-art.el (article-make-date-line): Revert previous change.
15372 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15374         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15376 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15378         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15379         Call gnus-add-to-range ranges only once with a prepared article-list.
15381 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15383         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15384         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15385         group names with backslashes.
15386         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15388 2007-12-06  Deepak Goel  <deego3@gmail.com>
15390         * gnus-art.el (article-make-date-line):
15391         * gnus-start.el (gnus-load):
15392         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15394 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15396         * gnus-art.el (gnus-use-idna):
15397         * gnus-start.el (gnus-site-init-file):
15398         * message.el (message-use-idna):
15399         * mm-uu.el (mm-uu-hide-markers):
15400         * smiley.el (smiley-style): Revert changes that suppress warnings.
15402 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15404         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15405         specify charset to html source.
15406         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15408 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15410         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15411         idna-program in order to suppress byte compile warning issued by XEmacs
15412         that came to byte compile the default value section of defcustom forms
15413         recently.
15415         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15416         value of installation-directory.
15418         * message.el (message-use-idna): Don't directly refer to the value of
15419         idna-program.
15421         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15423         * smiley.el (smiley-style): Don't directly call face-attribute.
15425 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15427         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15429         * gnus-dired.el: Reduce Gnus dependencies.
15430         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15431         Don't require.  Use autoloads instead.
15432         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15433         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15434         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15435         (gnus-dired-mode): Adjust doc string.
15436         (gnus-dired-mail-mode): New variable.
15437         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15438         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15439         (gnus-dired-mail-buffers): New function.  Return mail or message
15440         composition buffers.
15441         (gnus-dired-attach): Use it.
15442         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15443         NO-DECODE.
15444         (gnus-dired-print): Use `gnus-print-buffer' depending on
15445         `gnus-dired-mail-mode'.
15447 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15449         * rfc2047.el (rfc2047-encoded-word-regexp)
15450         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15451         explaining what regexp patterns are for.
15453 2007-12-04  Glenn Morris  <rgm@gnu.org>
15455         * password.el: Move to password-cache.el.
15457         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15458         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15459         * mml-smime.el (password-read, password-cache-add)
15460         (password-cache-remove):
15461         No need to autoload, since mml-sec requires password.
15463         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15464         * message.el (gnus-extract-address-components):
15465         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15467         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15468         password.
15470 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15472         * mailcap.el: Reduce dependencies.
15473         (mail-header-parse-content-type): Autoload.
15474         (mailcap-delete-duplicates): New alias.
15475         (mailcap-mime-info): Add optional argument NO-DECODE.
15476         (mailcap-mime-types): Use mailcap-delete-duplicates.
15478         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15480 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15482         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15483         (imap-parse-status): Upcase status-att for servers that sends them
15484         lower-case (e.g., MS Exchange 2007).
15486 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15488         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15489         function.
15491         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15492         (gnus-uu-yenc-article): New function.
15494         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15496         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15498 2007-12-02  Glenn Morris  <rgm@gnu.org>
15500         * binhex.el (binhex): New custom group.
15501         (binhex-decoder-program, binhex-decoder-switches)
15502         (binhex-use-external): Move to the binhex custom group.
15504         * uudecode.el (uudecode): New custom group.
15505         (uudecode-decoder-program, uudecode-decoder-switches)
15506         (uudecode-use-external): Move to the uudecode custom group.
15508         * netrc.el (top-level): Don't load `encrypt' features.
15509         (netrc-parse): Don't use encrypt.
15510         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15512         * encrypt.el: Remove file.
15514 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15516         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15517         matches on patches.
15519         * gnus-art.el (gnus-article-browse-html-article):
15520         Mention `mm-text-html-renderer' in the doc string.
15522         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15523         string.  Add comments.
15525         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15526         if rhs is ASCII.
15528 2007-12-01  Glenn Morris  <rgm@gnu.org>
15530         * mail-source.el (top-level): Require format-spec before
15531         eval-when-compile.
15533 2007-11-30  Glenn Morris  <rgm@gnu.org>
15535         * encrypt.el: Require password, rather than autoloading password-read.
15537 2007-11-29  Glenn Morris  <rgm@gnu.org>
15539         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15540         (sasl-make-client, sasl-next-step, sasl-step-data)
15541         (sasl-step-set-data): Declare as functions.
15543 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15545         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15547 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15549         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15550         certs should be verified and what is to be done in the event of a
15551         verification failure.
15553         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15554         caller can indicate whether the cache should be disregarded for this
15555         call.  This way the result of the call is reproducible at all times and
15556         can be considered a canonical server name for the supplied method.
15557         (gnus-agent-method-p): Canonicalize server names by pushing their
15558         method through `gnus-method-to-server' using the no-cache argument.
15560         * gnus-srvr.el (gnus-server-insert-server-line):
15561         Call `gnus-method-to-server' with `no-cache' argument.
15563         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15564         gnus-agent-possibly-synchronize-flags as this should be called when the
15565         server is actually being opened.
15566         (gnus-agent-possibly-synchronize-flags)
15567         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15568         flags file of an agentized server to the latter function.
15570         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15571         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15572         after a connection has been established successfully.
15574 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15576         * gnus-art.el (article-display-face): Force to display face if called
15577         interactively; check if gnus-article-x-face-too-ugly matches author.
15578         (article-display-x-face): Display face even if From header is missing
15579         as article-display-face does.
15581 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15583         * hashcash.el (message-narrow-to-headers-or-head)
15584         (message-fetch-field, message-goto-eoh)
15585         (message-narrow-to-headers): Declare as functions.
15587 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15589         * mail-source.el (mail-sources): Default to fetch from file for
15590         compatibility with default of nnmail-spool-file.
15592 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15594         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15595         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15596         to look for encoded word that should be encoded again.
15597         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15598         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15599         encoding pattern.
15600         (rfc2047-decode-region): Switch strict regexp and loose one according
15601         to rfc2047-allow-irregular-q-encoded-words.
15603 2007-11-25  Romain Francoise  <romain@orebokech.com>
15605         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15607 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15609         * tls.el (tls-program): Provide more custom choices from
15610         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15611         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15613 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15615         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15616         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15618         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15619         `nnmail-spool-file'.
15621         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15622         `nnmail-spool-file'.
15624         * gnus-move.el (gnus-change-server): Ditto.
15626         * gnus-kill.el (gnus-batch-score): Ditto.
15628         * gnus-cache.el (gnus-jog-cache): Ditto.
15630         * gnus-msg.el (gnus-summary-reply):
15631         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15633 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15635         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15636         version.  Minor improvement to doc strings.
15637         (tls-program): Add comment.
15639 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15641         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15642         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15643         mismatch between the hostname provided in the certificate and the name
15644         of the host connnecting to.
15645         (open-tls-stream): Use them.  Check certificates against trusted root
15646         certificates.
15648 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15650         * gnus-cache.el (gnus-cache-generate-nov-databases):
15651         Use nnml-generate-nov-databases-directory instead of
15652         nnml-generate-nov-databases-1.
15654 2007-11-24  Glenn Morris  <rgm@gnu.org>
15656         * message.el (message-tool-bar-retro): Update for rename
15657         mail_send.xpm->mail-send.xpm.
15659 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15661         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15662         `smime-ldap-search' for Emacs 22 and up.
15664 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15666         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15668         * message.el (message-send-mail-function): Fix error convention.
15669         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15670         (message-widen-reply, message-send-mail, message-talkative-question)
15671         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15672         (message-clone-locals, message-send-news): Use with-current-buffer.
15673         (message-insert-or-toggle-importance): Remove unused var `valid'.
15674         (message-make-references): Remove unused var `new-references'.
15675         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15677 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15679         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15680         (spam-split-symbolic-return-positive): Reflow docstring.
15681         (spam-backends, spam-summary-exit-behavior)
15682         (spam-mark-ham-unread-before-move-from-spam-group)
15683         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15684         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15685         (spam-clear-cache, spam-backend-check, spam-install-backend)
15686         (spam-install-statistical-backend, spam-list-of-processors)
15687         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15688         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15689         (spam-check-crm114, spam-initialize, spam-unload-hook):
15690         Fix typos in docstrings.
15692 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15694         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15695         been checked if they have never been read and those group levels are
15696         higher than the one that a user specified.
15698 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15700         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15701         foreign groups unless a group level is specified by a user.
15702         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15704 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15706         * message.el (message-send-mail-function): Require sendmail.
15708 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15710         * message.el (message-send-mail-function): Check for smtpmail too.
15712         * utf7.el (utf7-encode, utf7-decode): Use coding system
15713         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15715         * message.el (message-send-mail-function): New function.
15716         (message-send-mail-function): Set default using
15717         message-send-mail-function.  Adjust doc string.
15718         (message-send-mail-with-mailclient): New function.
15720 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15722         * smime.el (from):
15723         * rfc2047.el (message-posting-charset):
15724         * qp.el (mm-use-ultra-safe-encoding):
15725         * pop3.el (parse-time-months):
15726         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15727         * nnml.el (files):
15728         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15729         (jka-compr-compression-info-list, ange-ftp-path-format)
15730         (efs-path-regexp):
15731         * nndiary.el (files):
15732         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15733         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15734         (epg-digest-algorithm-alist, inhibit-redisplay)
15735         (password-cache-expiry):
15736         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15737         (pgg-output-buffer, password-cache-expiry):
15738         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15739         (efs-path-regexp):
15740         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15741         (inhibit-redisplay):
15742         * mm-uu.el (file-name, start-point, end-point, entry)
15743         (gnus-newsgroup-name, gnus-newsgroup-charset):
15744         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15745         (latin-unity-ucs-list):
15746         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15747         (mm-uu-binhex-decode-function):
15748         * message.el (gnus-message-group-art, gnus-list-identifiers)
15749         (rmail-enable-mime-composing, gnus-local-organization)
15750         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15751         (gnus-read-active-file, facemenu-add-face-function)
15752         (facemenu-remove-face-function, gnus-article-decoded-p)
15753         (tool-bar-mode):
15754         * mail-source.el (display-time-mail-function):
15755         * gnus-util.el (nnmail-pathname-coding-system)
15756         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15757         (gnus-original-article-buffer, gnus-user-agent)
15758         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15759         (xemacs-codename, sxemacs-codename, emacs-program-version):
15760         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15761         * gnus-start.el (gnus-agent-covered-methods)
15762         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15763         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15764         (gnus-newsgroup-headers, gnus-group-list-mode)
15765         (gnus-group-mark-positions, gnus-newsgroup-data)
15766         (gnus-newsgroup-unreads, nnoo-state-alist)
15767         (gnus-current-select-method, mail-sources)
15768         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15769         (nnmail-spool-file, gnus-cache-active-hashtb):
15770         * gnus-mh.el (mh-lib-progs):
15771         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15772         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15773         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15774         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15775         (gnus-group-buffer):
15776         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15777         (font-lock-set-defaults):
15778         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15779         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15780         (gnus-summary-post-menu, total-parts, type, condition, length):
15781         * gnus-agent.el (gnus-agent-read-agentview):
15782         * flow-fill.el (show-trailing-whitespace):
15783         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15784         eval-and-compile wrappers for byte compiler pacifiers.
15786         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15787         (mm-display-inline-fontify): Check for featurep 'xemacs not
15788         extent-list.
15790         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15791         itimer-list.
15792         (mm-create-image-xemacs): Only do something for XEmacs.
15793         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15795         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15797         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15798         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15800 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15802         * nnimap.el (nnimap-split-download-body):
15803         * gnus-demon.el (gnus-demon):
15804         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15806 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15808         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15809         New macros.
15810         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15811         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15812         copy data from unibyte buffer to multibyte current buffer.
15813         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15814         to copy data from unibyte current buffer to multibyte buffer.
15815         (nntp-make-process-buffer): Make process buffer unibyte.
15817         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15819 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15821         * pop3.el (pop3-open-server): Accept and process data more robustly at
15822         connection start to avoid spurious "POP SSL connection failed" errors.
15824 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15826         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15827         read group names.
15829 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15831         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15833 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15835         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15836         (nnmail-save-active): Use a unibyte buffer when saving active file,
15837         which may contain non-ASCII group names.
15839         * nnml.el (nnml-request-group): Decode group names in messages.
15841 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15843         * message.el (message-citation-line-function)
15844         (message-insert-formatted-citation-line): Fix spelling of
15845         `message-insert-formated-citation-line'.
15847 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15849         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15851 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15853         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15854         nnmail-pathname-coding-system.
15856         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15857         that a user enters; decode group names in messages.
15859         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15861 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15863         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15865         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15867         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15868         risky local variable.
15870         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15872 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15874         * encrypt.el: Improve documentation to fix function name typo.
15875         Reported by Daiki Ueno <ueno@unixuser.org>.
15877 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15879         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15880         even if the point is not in the last page of an article.
15881         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15882         back to the previous page.
15884 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15886         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15888 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15890         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15892 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15894         * message.el (message-check-news-body-syntax):
15895         Avoid mm-string-as-multibyte.
15896         (message-hide-headers): Don't assume (point-min)==1.
15898 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15900         * message.el (message-remove-blank-cited-lines): Fix if remove is
15901         given.
15902         (message-bogus-address-regexp): New variable.
15903         (message-bogus-recipient-p): New function.
15904         (message-check-recipients): New command.
15905         (message-syntax-checks): Add `bogus-recipient'.
15906         (message-fix-before-sending): Add `bogus-recipient'.
15908         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15909         (gnus-treat-body-boundary): Don't test window-system.
15911 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15913         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15915 2007-10-28  Miles Bader  <miles@gnu.org>
15917         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15918         at compile-time too.
15920 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15922         * gnus-msg.el (gnus-message-setup-hook):
15923         Add `message-remove-blank-cited-lines' to options.
15925 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15927         * message.el (message-remove-blank-cited-lines): New function.
15928         Suggested by Karl Plästerer.
15930 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15932         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15933         mapc.
15935         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15936         (top-level): Use mapc to set functions to be traced for debugging.
15938         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15939         called for effect with while loop.
15941         * message.el (message-talkative-question): Replace mapcar called for
15942         effect with mapc.
15944         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15945         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15946         called for effect with dolist.
15948         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15950         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15951         gnus-extra-headers and nnmail-extra-headers.
15953         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15954         called for effect with dolist.
15955         (top-level): Use mapc to set functions to be traced for debugging.
15957         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15958         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15959         dolist.
15961         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15962         Replace mapcar called for effect with mapc.
15963         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15964         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15965         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15966         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15968         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15969         remove-if that's a cl function.
15971         * webmail.el (webmail-debug): Replace mapcar called for effect with
15972         dolist.
15974         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15975         with mapc.
15977 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15979         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15980         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15981         with while loop.
15983         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15984         functions from article-* functions.
15985         (gnus-multi-decode-header): Replace mapcar called for effect with
15986         dolist.
15988         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15989         (gnus-bookmark-show-details): Replace mapcar called for effect with
15990         while loop.
15992         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15993         called for effect with while loop.
15995         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15996         with dolist.
15998         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15999         Replace mapcar called for effect with dolist.
16001         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16003         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16004         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16005         Replace mapcar called for effect with dolist.
16006         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16007         mapc.
16009         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16010         Replace mapcar called for effect with dolist.
16011         (gnus-topic-list): Replace mapcar called for effect with mapc.
16013         * gnus.el: Use mapc instead of mapcar to add autoloads.
16015 2007-10-23  Richard Stallman  <rms@gnu.org>
16017         * gnus-group.el (gnus-group-highlight): Mark as risky.
16019 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16021         * gnus.el (gnus-server-to-method): Return method found first in
16022         gnus-newsrc-alist.
16024         * gnus-art.el (gnus-article-highlight-signature)
16025         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16026         button overlay without the front stickiness.
16028 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16030         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16031         overview buffer needed a catch to receive its throw.
16032         (gnus-agent-flush-cache): Declare as interactive to make this function
16033         easier to use.
16035 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16037         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16038         `next-line'.
16040 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16042         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16043         exclude address matching message-dont-reply-to-names.
16045 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16047         * gnus-util.el (gnus-string<): New function.
16049         * gnus-sum.el (gnus-article-sort-by-author)
16050         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16052 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16054         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16055         the frame-focus tag is set in gnus-buffer-configuration.
16057 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16059         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16060         the front stickiness.
16062 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16064         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16065         url pattern; remove duplicate one.
16066         (gnus-article-extend-url-button): New function.
16067         (gnus-article-add-buttons): Use it.
16068         (gnus-button-push): Use concatenated url that it makes.
16070 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16072         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16074 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16076         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16077         Don't hardcode point-min==1.
16079 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16081         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16082         Fix comment about "iso8859-1".
16084 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16086         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16087         ones returned from the verify-function.
16089         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16090         Call mml2015-extract-cleartext-signature if extraction failed.
16092 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16094         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16095         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16096         failed.
16098 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16100         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16102 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16104         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16105         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16106         recommends to use EasyPG instead of PGG.
16108         * pgg.el: Revert to revision 6.23.2.16.
16110         * pgg-def.el: Revert to revision 6.6.2.14.
16112         * pgg-gpg.el: Revert to revision 6.23.2.34.
16114 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16116         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16117         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16118         thread for both the null and zero (kill/expire thread) universal prefix
16119         cases.
16120         (gnus-summary-expire-thread): Add new function to expire a thread,
16121         using gnus-summary-kill-thread.
16122         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16123         shortcuts for gnus-summary-expire-thread.
16124         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16125         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16127 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16129         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16130         extras value, so an extras entry can be deleted.
16131         (gnus-registry-delete-extra-entry): Use it.
16132         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16133         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16134         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16135         storage through the gnus-registry, and provide an appropriate API for
16136         it.
16138 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16140         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16141         Suggested by Leo <sdl.web@gmail.com>.
16143         * gnus.el: Do.
16145 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16147         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16148         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16150         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16152         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16153         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16155 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16157         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16158         newline.
16159         (nnmbox-request-accept-article): Don't change article in source buffer;
16160         narrow to header to use message-fetch-field rather than
16161         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16162         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16163         as delimiters; make sure article ends with newline.
16164         (nnmbox-delete-mail): Correct last position of article to be deleted;
16165         ignore X-Gnus-Newsgroup header in article body.
16166         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16167         positions; make sure article ends with newline.
16169         * message.el (message-display-abbrev): Don't infloop when a user
16170         inserts SPC in the beginning of header.
16172         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16173         coding-system-for-read and coding-system-for-write for XEmacs having no
16174         file-coding feature.
16176         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16178 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16180         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16181         list of groups not followed by default.  Fix type to be regexp.
16182         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16184 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16186         * hmac-def.el (define-hmac-function): Switch from old-style to
16187         new-style backquotes.
16189         * md4.el (md4-make-step): Likewise.
16191 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16193         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16194         raw-text coding system when saving .newsrc file, which may contain
16195         non-ASCII group names.
16197 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16199         * gnus-cus.el (gnus-score-extra): New widget.
16200         (gnus-score-extra-convert): New function.
16201         (gnus-score-customize): Use it for Extra.
16203 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16205         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16206         (mml2015-mailcrypt-clear-verify): Use it.
16207         (mml2015-gpg-clear-verify): Use it.
16208         (mml2015-pgg-clear-verify): Use it.
16209         (mml2015-epg-clear-verify): Replace the current part with the output
16210         from GnuPG; don't extract the plaintext by itself.
16212         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16213         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16214         mml2015-clear-verify-function; don't touch the armor headers or
16215         dash-escaped text here.
16217 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16219         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16220         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16221         parts, or application/octet-stream as a last resort.
16222         (gnus-mime-view-part-as-type): Don't toggle display.
16223         (gnus-mime-view-part-as-charset): Don't turn off display before
16224         querying charset.
16226         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16227         stuff to undisplayer function in Emacs.
16228         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16230         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16231         text/calendar parts.
16233 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16235         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16236         decoding text/calendar parts.
16238         * message.el (message-forward-make-body-mime): Always mark body as
16239         having no illegible text; remove signed-or-encrypted argument.
16240         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16242         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16243         (mml-generate-mime-1): Don't encode body if it is specified to be in
16244         raw form; don't make buffer be unibyte when inserting multibyte string.
16246 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16248         * sha1.el: Fix up comment style.
16249         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16250         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16252         * hex-util.el: Fix up comment style.
16253         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16255         * gnus-salt.el: Use with-current-buffer.
16256         (gnus-pick-setup-message): Fix long-standing typo.
16258 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16260         * imap.el (imap-logout-timeout): New variable.
16261         (imap-logout, imap-logout-wait): New functions.
16262         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16264         * nnimap.el (nnimap-logout-timeout): New server variable.
16265         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16266         nnimap-logout-timeout.
16268         * gnus-art.el (gnus-article-summary-command-nosave)
16269         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16271 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16273         * gnus.el (gnus-maximum-newsgroup): New variable.
16275         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16276         according to gnus-maximum-newsgroup.
16278         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16279         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16280         Limit the range of articles according to gnus-maximum-newsgroup.
16282 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16284         * gnus-art.el (gnus-sticky-article): Fix problems described in
16285         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16286         Don't perform gnus-configure-windows here; reuse existing sticky
16287         article buffer.
16289         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16290         it doesn't exist in gnus-article-mode.
16292 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16294         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16295         (gnus-agent-decoded-group-name): New function.
16296         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16297         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16299 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16301         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16302         Add binding for gnus-sticky-article.
16303         (gnus-summary-exit): Don't kill sticky article buffers.
16305         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16306         article buffer.
16307         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16308         (gnus-kill-sticky-article-buffers): New commands.
16310 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16312         * nntp.el (nntp-xref-number-is-evil): New server variable.
16313         (nntp-find-group-and-number): If it is non-nil, don't trust article
16314         numbers in the Xref header.
16316 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16318         * gnus-agent.el (gnus-agent-read-group): New function.
16319         (gnus-agent-flush-group, gnus-agent-expire-group)
16320         (gnus-agent-regenerate-group): Use it.
16321         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16322         nnmail-pathname-coding-system.
16324 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16326         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16328         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16329         that are unread as unread, and also as selected so that information of
16330         marks having been changed by a user may be updated when exiting group.
16332 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16334         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16336 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16338         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16339         calculated ignoring signature parts to gnus-treat-article.
16341 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16343         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16344         a point here in order to keep the window start.
16345         (gnus-insert-mime-security-button): Make a button overlay without the
16346         front stickiness.
16347         (gnus-mime-display-security): Goto the end of a button.
16349         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16351 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16353         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16354         group-name-at-point.
16355         (gnus-group-completing-read): New function that offers decoded
16356         non-ASCII group names for completion.
16357         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16358         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16359         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16360         (gnus-group-fetch-control): Use it.
16361         (gnus-fetch-group): Use group-name-at-point for the initial value
16362         rather than the default value; use gnus-alive-p.
16364         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16365         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16366         (gnus-summary-post-news): Use gnus-group-completing-read.
16368         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16369         (gnus-read-move-group-name): Decode group name for completion.
16371 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16373         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16374         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16375         Yamaoka slightly modified the code).
16377 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16379         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16380         (nnmail-split-incoming): Bind it.
16382         * nnml.el (nnml-group-name-charset): New function.
16383         (nnml-decoded-group-name): Use it; don't decode group name if
16384         nnmail-group-names-not-encoded-p is non-nil.
16385         (nnml-encoded-group-name): New function.
16386         (nnml-group-pathname): Inline nnml-decoded-group-name.
16387         (nnml-request-expire-articles): Decode group name in message.
16388         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16389         nnmail-pathname-coding-system.
16390         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16391         not decoded ones according to nnmail-group-names-not-encoded-p.
16392         (nnml-generate-active-info): Use nnml-encoded-group-name.
16394 2007-08-08  Glenn Morris  <rgm@gnu.org>
16396         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16397         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16398         doc-strings and comments.
16400 2007-07-25  Glenn Morris  <rgm@gnu.org>
16402         * Relicense all FSF files to GPLv3 or later.
16404 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16406         * gnus-sum.el (gnus-summary-move-article):
16407         Make gnus-summary-respool-article work.
16409 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16411         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16412         string.
16414 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16416         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16417         that should be ignored when comparing distant RSS articles with local
16418         ones.
16419         (nnrss-make-hash-index): New function.  Create a hash index according
16420         to the ignored fields.
16421         (nnrss-check-group): Use it.
16423 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16425         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16427         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16429         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16430         the new optional argument ENCODED is non-nil.
16431         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16432         coding system for encoding group name.
16433         (gnus-group-make-rss-group): Pass un-encoded group name to
16434         gnus-group-make-group.
16435         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16436         encoded.
16438         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16439         Encode group name to which articles are moved or copied.
16440         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16441         coding system for encoding Newsgroup, Followup-To and Xref headers.
16443         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16444         marks; use nnheader-file-coding-system to write a file.
16445         (nnagent-retrieve-headers): Bind file-name-coding-system to
16446         nnmail-pathname-coding-system.
16448         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16450         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16451         (nnml-request-article, nnml-request-create-group)
16452         (nnml-request-rename-group, nnml-find-id)
16453         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16454         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16455         (nnml-save-marks): Use nnml-group-pathname instead of
16456         nnmail-group-pathname.
16458         (nnml-request-create-group, nnml-request-expire-articles)
16459         (nnml-request-move-article, nnml-request-delete-group)
16460         (nnml-deletable-article-p, nnml-possibly-create-directory)
16461         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16462         (nnml-open-marks): Bind file-name-coding-system to
16463         nnmail-pathname-coding-system.
16465         (nnml-request-article): Pass server argument to nnml-find-group-number.
16466         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16467         Pass server argument to nnml-possibly-create-directory.
16468         (nnml-request-accept-article): Pass server argument to
16469         nnml-active-number and nnml-save-mail.
16470         (nnml-find-group-number): Pass server argument to nnml-find-id.
16471         (nnml-request-update-info): Pass server argument to
16472         nnml-marks-changed-p.
16474         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16475         (nnml-save-mail, nnml-active-number): Add server argument.
16477         (nnml-request-delete-group): Warn if group is missing.
16478         (nnml-get-nov-buffer): Decode group name.
16479         (nnml-generate-active-info): Encode group name.
16480         (nnml-open-marks): Decode group name in messages.
16482 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16484         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16485         if it is not specified.
16486         (gnus-article-pipe-part, gnus-article-save-part)
16487         (gnus-article-interactively-view-part, gnus-article-copy-part)
16488         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16489         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16490         (gnus-article-replace-part, gnus-article-delete-part)
16491         (gnus-article-view-part-as-type): Pass raw prefix argument to
16492         gnus-article-part-wrapper.
16494 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16496         * gnus-agent.el (gnus-agent-save-active):
16497         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16499         * gnus-cache.el (gnus-cache-save-buffers)
16500         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16501         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16502         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16503         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16504         (gnus-cache-generate-active, gnus-cache-rename-group)
16505         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16506         (gnus-cache-update-overview-total-fetched-for):
16507         Bind file-name-coding-system to nnmail-pathname-coding-system.
16508         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16509         New variables.
16510         (gnus-cache-decoded-group-name): New function.
16511         (gnus-cache-file-name): Use it.
16512         (gnus-cache-generate-active): Use non-decoded group name for active.
16514         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16515         right place.
16516         (gnus-write-active-file): Don't break non-ASCII group names.
16518         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16519         nnmail-pathname-coding-system.
16521         * lpath.el: Bind default-file-name-coding-system,
16522         file-name-coding-system and language-info-alist for XEmacs.
16524         * gnus-uu.el (gnus-uu-decode-save): Typo.
16526 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16528         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16530 2007-07-14  David Kastrup  <dak@gnu.org>
16532         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16533         finishing actions if we did not edit the article.
16535 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16537         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16538         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16539         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16540         (gnus-agent-flush-group, gnus-agent-flush-cache)
16541         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16542         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16543         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16544         (gnus-agent-regenerate-group)
16545         (gnus-agent-update-files-total-fetched-for)
16546         (gnus-agent-update-view-total-fetched-for):
16547         Bind file-name-coding-system to nnmail-pathname-coding-system.
16548         (gnus-agent-group-pathname): Don't encode file names by
16549         nnmail-pathname-coding-system.
16550         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16551         coding-system-for-write instead of buffer-file-coding-system to
16552         gnus-agent-file-coding-system.
16554         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16555         Decode group name.
16557         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16559         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16560         (gnus-read-newsrc-el-file): Make group names unibyte.
16562         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16563         nnmail-pathname-coding-system.
16565         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16566         (nnrss-request-delete-group): Bind file-name-coding-system to
16567         nnmail-pathname-coding-system.
16568         (nnrss-read-server-data, nnrss-read-group-data):
16569         Bind file-name-coding-system correctly.
16570         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16572         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16573         (nntp-server-to-method-cache): New variable.
16574         (nntp-group-pathname): New function that decodes non-ASCII group names.
16575         (nntp-possibly-create-directory, nntp-marks-changed-p)
16576         (nntp-save-marks, nntp-open-marks): Use it.
16577         (nntp-possibly-create-directory, nntp-open-marks):
16578         Bind file-name-coding-system to nnmail-pathname-coding-system.
16579         (nntp-open-marks): Decode group names when bootstrapping marks.
16581         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16582         Newsgroups and Followup-To headers.
16584 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16586         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16587         (gnus-server-closed-face, gnus-server-denied-face)
16588         (gnus-server-offline-face): Remove variable.
16589         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16591         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16592         of modifying message-stack directly for XEmacs.
16594         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16595         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16596         if the coding-system argument is nil for XEmacs.
16598         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16599         mm-charset-override-alist.
16601         * rfc2047.el: Don't require base64; require rfc2045 for the function
16602         rfc2045-encode-string.
16603         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16604         to quote the parameter value.
16606 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16608         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16609         form in gnus-group-name-charset-method-alist.
16611         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16612         overrides the default layout edit-form.
16614         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16616         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16618 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16620         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16621         as unfetched articles.
16623 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16625         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16627 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16629         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16630         original back end that keeps marks in the local system.
16632 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16634         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16635         arg of pop-to-buffer for XEmacs.
16636         (gnus-article-read-summary-keys): Ditto; don't restore window
16637         configuration if summary command ends up with neither article buffer
16638         nor summary buffer; describe bindings if summary keys end with C-h.
16640 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16642         * message.el (message-fix-before-sending): Skip raw message part to be
16643         forwarded while checking illegible text.
16644         (message-forward-make-body-mime, message-forward-make-body):
16645         Mark signed or encrypted raw message as having no illegible text.
16647 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16649         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16650         (gnus-message-with-timestamp-1): New macro.
16651         (gnus-message-with-timestamp): New function.
16652         (gnus-message): Use them.
16654         * nnheader.el (nnheader-message): Use them.
16656 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16658         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16659         .newsrc.eld file.
16661 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16663         * gnus-agent.el (gnus-agent-fetch-headers)
16664         (gnus-agent-retrieve-headers):
16665         Bind gnus-decode-encoded-address-function to identity.
16667         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16668         available also when the server returns simply a dot.
16670         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16672 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16674         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16676 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16678         * gnus-ems.el (gnus-x-splash): Make it work.
16680         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16681         from being used.
16683         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16685 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16687         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16688         4th and the 5th arguments.
16690         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16691         the front stickiness.
16692         (gnus-article-summary-command-nosave): Correct the order of the
16693         arguments passed to pop-to-buffer.
16694         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16695         summary command ends up with the article buffer.
16697         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16698         the same faces.
16700 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16702         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16704 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16706         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16707         * gnus-sum.el (gnus-summary-highlight):
16708         * pgg.el (pgg-sign-region, pgg-sign):
16709         * mail-source.el (mail-source-delete-old-incoming-confirm):
16710         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16712 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16714         * gnus-art.el (gnus-mime-view-part-externally)
16715         (gnus-mime-view-part-internally): Fix predicate function passed to
16716         completing-read.
16718         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16720         * gnus.el (gnus-update-message-archive-method): Add :version.
16722 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16724         * gnus.el (gnus-update-message-archive-method): New variable.
16726         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16727         according to gnus-message-archive-method if
16728         gnus-update-message-archive-method is non-nil.
16730 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16732         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16733         Suggested by Loic Dachary <loic@dachary.org>.
16734         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16736 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16738         * message.el (message-pop-to-buffer): Add switch-function argument.
16739         (message-mail): Pass switch-function argument to it.
16741 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16743         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16744         Improve doc string.
16746 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16748         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16749         (gnus-header-content):
16750         * gnus-cite.el (gnus-cite-10):
16751         * gnus-srvr.el (gnus-server-closed):
16752         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16753         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16754         (gnus-group-mail-3-empty, gnus-group-mail-low)
16755         (gnus-group-mail-low-empty, gnus-splash):
16756         * message.el (message-header-to, message-header-cc)
16757         (message-header-subject, message-header-other, message-header-name)
16758         (message-header-xheader, message-separator, message-cited-text)
16759         (message-mml): Lighten colors of faces used for dark background.
16761 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16763         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16764         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16766 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16768         * message.el (message-narrow-to-headers-or-head):
16769         Ignore mail-header-separator in the body.
16771 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16773         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16774         same as window size.
16776 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16778         * message.el (message-font-lock-keywords): Use message-header-xheader
16779         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16780         ahead of the anything pattern, to get it recognized.
16782 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16784         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16785         spam.el loads uses it in the compiled defadvice form.
16787 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16789         * gnus-sum.el (gnus-articles-to-read)
16790         (gnus-summary-insert-old-articles): Don't truncate group name for
16791         `read-string'.
16793         * gnus-util.el (gnus-limit-string): Delete this function.
16795         * gnus-sum.el (gnus-simplify-subject-fully):
16796         Use `truncate-string-to-width' instead.
16798 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16800         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16801         Tell if, on summary exit, the next group has to be selected.
16802         (gnus-summary-exit): Use it.
16804 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16806         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16807         non-break space.
16809 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16811         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16812         Check if group is not a directory.
16813         (nnfolder-request-expire-articles): Don't delete articles if the target
16814         group is not available.
16816         * nnml.el (nnml-request-create-group): Properly check if group is not a
16817         file.
16818         (nnml-request-expire-articles): Don't delete articles if the target
16819         group is not available.
16821         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16822         Don't quote characters that are within parentheses.
16824 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16826         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16827         (gnus-handle-ephemeral-exit): Select article according to it.
16829 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16831         * message.el (message-insert-formated-citation-line): Remove newline.
16832         (message-citation-line-format): Add final \n here so that the user can
16833         avoid a blank line.
16835 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16837         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16838         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16839         Update lanl/arXiv support.
16841 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16843         * gnus.el: Bump version number.
16845 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16847         * gnus.el (gnus-version-number): Bump version.
16849 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16851         * gnus.el: No Gnus v0.6 is released.
16853 2007-04-27  Didier Verna  <didier@xemacs.org>
16855         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16856         * gmm-utils.el (gmm-regexp-concat): ... here.
16857         * message.el: Don't require 'gnus-util.
16858         (message-dont-reply-to-names): Handle name change above.
16859         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16861 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16863         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16864         since the initial value varies according to the system.
16866 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16868         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16870 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16872         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16874 2007-04-24  Didier Verna  <didier@xemacs.org>
16876         Improve the type of gnus-ignored-from-addresses.
16877         * gnus-util.el (gnus-orify-regexp): New function.
16878         * message.el (gnus-util): Require it.
16879         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16880         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16881         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16883 2007-04-24  Didier Verna  <didier@xemacs.org>
16885         * gnus-sum.el:
16886         * gnus-utils.el: Fix some trailing whitespaces.
16888 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16890         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16891         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16892         article's Message-ID; refer parent article in summary buffer.
16894         * message.el (message-bounce): Call mime-to-mml.
16896         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16897         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16898         optimize and/or forms properly.
16900 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16902         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16903         URL.
16905 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16907         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16909 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16911         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16912         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16913         displayed of multipart/alternative part if it is invoked from summary
16914         buffer.
16916         * mm-view.el (mm-inline-text-html-render-with-w3m)
16917         (mm-inline-text-html-render-with-w3m-standalone)
16918         (mm-inline-render-with-function): Use mail-parse-charset by default.
16920 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16922         * parse-time.el (parse-time-string-chars): Check if CHAR
16923         is less than the length of parse-time-syntax.
16925 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16927         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16928         from gnus-newsgroup-processable.
16930 2007-04-16  Didier Verna  <didier@xemacs.org>
16932         * gnus-msg.el (gnus-configure-posting-styles):
16933         Handle message-signature-directory properly with :file syntax.
16934         Reported by "Leo".
16936 2007-04-11  Didier Verna  <didier@xemacs.org>
16938         New user option: message-signature-directory.
16939         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16940         * message.el (message-insert-signature): Ditto.
16941         * message.el (message-signature-file): Doc update.
16942         * message.el (message-signature-directory): New.
16944 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16946         * gnus-msg.el (gnus-inews-yank-articles):
16947         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16949 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16951         * message.el (message-yank-original): Make sure cited text ends with
16952         newline; don't exchange point and mark.
16954 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16956         * tls.el (open-tls-stream): Properly handle case where there
16957         is no associated buffer.
16959 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16961         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16962         message-yank-original, make sure (< mark TEXT point).
16964 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16966         * message.el (message-fill-column): New variable.
16967         (message-mode): Use it.  Add comment on a possible new hook.
16969         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16970         (nnmail-get-new-mail): Reformat.
16972         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16974         * gmm-utils.el: Fix Commentary.
16975         (gmm-tool-bar-from-list): Fix typo in doc string.
16977 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16979         * message.el (message-yank-original): Don't switch point and mark
16980         unnecessarily to put point and mark as documented.
16982 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16984         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16985         from the message heads.
16987 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16989         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16990         article buffer does not have a window.  This may not be the best
16991         solution but is certainly better than setting the start of the null,
16992         that is the current, window.
16994 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16996         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16997         (gnus-draft-setup): Run it.
16999         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17000         gnus-score-fast-scoring.  Allow regexp.
17001         (gnus-score-headers): Use it.
17003         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17004         XEmacs.
17006         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17007         string.
17008         (gnus-button-alist): Also catch `<f1> k ...'.
17009         (gnus-treat-display-x-face): Fix doc string.
17011 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17013         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17014         evaluation of gnus-extended-version to ensure correct generation of the
17015         User-Agent header when message-generate-headers-first is used.
17017 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17019         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17020         hashcash-path is nil.  Don't call callback with incorrect number of
17021         parameters if val is 0.
17023 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17025         * message.el (message-required-news-headers):
17026         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17028 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17030         * tls.el (open-tls-stream): In handshake-waiting loop,
17031         don't wait more if there is output available to process.
17033 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17035         * tls.el (tls-program): Doc fix.
17037 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17039         * message.el (message-generate-new-buffers): Change the meaning of the
17040         nil value; add `standard' to the choices; treat t as `unique'; improve
17041         doc string.
17042         (gnus-select-frame-set-input-focus): Autoload.
17043         (message-buffer-name): Search for the existing message buffer if
17044         message-generate-new-buffers is nil or `standard'; treat the value t of
17045         message-generate-new-buffers as `unique'.
17046         (message-pop-to-buffer): Raise the frame already displaying the message
17047         buffer; clear the echo area after querying.
17048         (message-setup): Pass the `continue' argument to compose-mail.
17049         (message-mail): Prefer `switch-function' if it is given; search for the
17050         existing message buffer if the `continue' argument is non-nil; pass
17051         continue and switch-function arguments to compose-mail by way of
17052         message-setup.
17053         (message-mail-other-window): Adjust argument of message-setup.
17054         (message-mail-other-frame): Ditto.
17056 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17058         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17059         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17060         to turn font-lock on when turning gnus-message-citation-mode on.
17062 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17064         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17065         (mml-smime-function-alist): New variable; add epg as the backend.
17066         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17067         mml-smime- functions instead.
17068         * mm-view.el: Require smime.
17070 2007-03-05  Didier Verna  <didier@xemacs.org>
17072         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17073         instead of just inheritance for posting styles.
17074         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17076 2007-02-24  Chris Moore  <dooglus@gmail.com>
17078         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17079         * pgg-pgp.el (pgg-pgp-encrypt-region):
17080         * pgg-gpg.el (pgg-gpg-encrypt-region):
17081         Check pgg-encrypt-for-me if no other recipients.
17083 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17085         * tls.el (tls-certtool-program): Fix custom type.
17087 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17089         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17090         and point-at-eol instead of line-(beginning|end)-position.
17092         * assistant.el (assistant-parse-buffer): Ditto.
17094         * netrc.el (netrc-parse-services): Ditto.
17096 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17098         * mml2015.el (mml2015-epg-find-usable-key): New function.
17099         (mml2015-epg-sign): Use it.
17100         (mml2015-epg-encrypt): Use it.
17102 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17104         * message.el (message-make-in-reply-to): Quote name containing
17105         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17106         if there are special characters.  Reported by NAKAJI Hiroyuki
17107         <nakaji@jp.freebsd.org>.
17109 2007-02-27  Didier Verna  <didier@xemacs.org>
17111         Include the group parameters as well as the topic ones in the
17112         inheritance filter process.
17113         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17114         argument GROUP-PARAMS-LIST.
17115         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17117 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17119         * nntp.el (nntp-never-echoes-commands)
17120         (nntp-open-connection-functions-never-echo-commands): New variables.
17121         (nntp-send-command): Use them.
17123 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17125         * mml2015.el (mml2015-epg-verify): Simplify.
17127 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17129         * mml.el (mml-content-disposition-alist): New user option.
17130         (mml-content-disposition): New function.
17131         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17132         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17134 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17136         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17137         verification.
17139 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17141         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17142         articles posted in the last 24 hours.
17144 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17146         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17148 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17150         * nntp.el (nntp-send-command): Don't wait for echoes when
17151         nntp-open-ssl-stream is used.
17153 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17155         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17156         (gnus-message-add-citation-keywords)
17157         (gnus-message-remove-citation-keywords): Remove.
17158         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17159         directly, make the variables in font-lock-defaults buffer-local, add
17160         gnus-message-citation-keywords to them and then update the value of
17161         font-lock-keywords.
17163 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17165         * message.el (message-cite-original-1): Don't call
17166         gnus-article-highlight-citation.
17168         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17169         citations; fix line count.
17171 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17173         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17174         (gnus-message-add-citation-keywords)
17175         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17176         versions of font-lock-add-keywords and font-lock-remove-keywords to
17177         work with XEmacs correctly.
17179 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17181         * gnus-cite.el (gnus-cite-face-list): Set the values of
17182         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17183         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17184         (gnus-message-cite-prefix-regexp): New variable.
17185         (gnus-message-search-citation-line): Use it; protect against long
17186         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17187         the 0th match data for Emacs.
17188         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17189         (gnus-message-add-citation-keywords): Append keywords rather than
17190         prepending; emulate font-lock-add-keywords if it is not available.
17191         (gnus-message-remove-citation-keywords):
17192         Emulate font-lock-remove-keywords if it is not available.
17194         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17196         * message.el (message-cite-prefix-regexp): Set the value of
17197         gnus-message-cite-prefix-regexp.
17199 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17201         * nnweb.el (nnweb-google-parse-1): Update parser.
17203 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17205         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17207 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17209         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17210         regexp.
17212 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17214         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17215         string-to-multibyte.
17216         (uudecode-decode-region-internal): Use it.
17218         * lpath.el: Fbind string-as-multibyte for XEmacs.
17220 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17222         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17223         Fix custom choice.
17225         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17227 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17229         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17231         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17232         `write-region' to respect `mm-inhibit-file-name-handlers'.
17234 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17236         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17237         Use gnus-home-directory instead of "~/" or "$HOME".
17239 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17241         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17242         to mention filename.
17243         Add comments at beginning regarding usage.
17244         (encrypt-write-file-contents): Change interactive so a string is
17245         acceptable.  If the file has no associated model, show an error instead
17246         of a nonsense prompt.
17248 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17250         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17251         Thanks to Yoshihiko Yamada for kind notification of this typo.
17253 2007-01-12  Kenichi Handa  <handa@m17n.org>
17255         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17256         multibyte buffer.
17258 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17260         * gnus-score.el (gnus-score-fast-scoring): New variable.
17261         (gnus-score-headers): Use it.
17263         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17265         * message.el (message-cite-original-1):
17266         Call gnus-article-highlight-citation if requested.
17267         (message-make-from): Allow name and address as optional arguments.
17269         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17271         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17272         bugs to doc string.
17273         (gnus-button-alist): Add mid\\|message-id.
17274         (gnus-button-fetch-group): Extend for use in
17275         `browse-url-browser-function'.
17276         (gnus-button-url-regexp): Try to catch paired parentheses like in
17277         Wikipedia URLs.
17279         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17280         Suggested by Simon Krahnke <overlord@gmx.li>.
17282 2007-01-13  Romain Francoise  <romain@orebokech.com>
17284         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17285         Update copyright.
17287 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17289         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17291 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17293         * gnus-registry.el (gnus-registry-unfollowed-groups)
17294         (gnus-registry-split-fancy-with-parent): Fix documentation.
17296 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17298         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17299         from nnweb groups.
17301 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17303         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17304         Xref urls.  Erase buffer before requesting head.
17306         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17308 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17310         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17311         customizable.
17313 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17315         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17316         no signing key is found.
17317         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17318         no encrypting and/or signing key is found.
17320 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17322         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17324 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17326         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17327         headers read from disk with the ones newly found in the current search.
17328         This should no longer cause problems, because the article numbers in
17329         Gmane's `nov.php' output are ignored since the previous change.
17331 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17333         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17335 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17337         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17338         replace-regexp-in-string; bind url-version; fbind display-images-p and
17339         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17340         find-face and set-itimer-function for Emacs; bind itimer-list for
17341         Emacs.
17343         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17345 2007-01-01  Romain Francoise  <romain@orebokech.com>
17347         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17349 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17351         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17352         `define-minor-mode' macro definition expanded properly.
17353         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17354         exclude it there.
17356         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17357         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17358         `fboundp' test.
17359         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17360         This is OK to autoload in (S)XEmacs now.
17362 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17364         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17365         keystroke.
17366         (gnus-summary-limit-to-singletons): Fix typo.
17368         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17369         else fails.
17371 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17373         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17374         docstring.
17376         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17377         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17378         (gnus-summary-insert-dormant-articles): Fix typo in message.
17380 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17382         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17383         nil for XEmacs.
17384         (gnus-message-citation-mode): Don't autoload in XEmacs.
17386         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17388 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17390         * nnimap.el (nnimap-expunge-search-string):
17391         Mention nnimap-search-uids-not-since-is-evil in docstring.
17393 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17395         * spam.el: Revert to make-obsolete-variable because
17396         define-obsolete-variable-alias is not supported in Emacs 21.
17398         * spam.el (spam-ifile-path, spam-ifile-database-path)
17399         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17400         make-obsolete-variable.
17401         (spam-bsfilter-path, spam-bsfilter-program)
17402         (spam-spamassassin-path, spam-spamassassin-program)
17403         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17404         Don't use "path" inappropriately.
17405         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17406         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17407         variable names.
17409 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17411         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17412         summary buffer.
17414         * password.el (password-cache-remove): Use clear-string to burn
17415         password, if available.
17417 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17419         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17421         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17423         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17424         (gnus-message-highlight-citation): Move defcustom here from
17425         gnus-cite.el.
17426         (gnus-message-citation-mode): Autoload.
17428         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17429         checks to make it compile with XEmacs.
17430         (gnus-message-citation-mode): New minor mode.
17431         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17432         (gnus-message-highlight-citation): New variables.
17433         (gnus-message-search-citation-line)
17434         (gnus-message-add-citation-keywords)
17435         (gnus-message-remove-citation-keywords)
17436         (turn-on-gnus-message-citation-mode)
17437         (turn-off-gnus-message-citation-mode): New functions.
17439 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17441         * gnus-cite.el: Enable highlighting of different citation levels in
17442         message-mode.
17444 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17446         * message.el (message-make-fqdn): Fix comment.
17447         (message-bogus-system-names): Add ".local".
17449         * spam.el (spam-ifile-path, spam-ifile-program)
17450         (spam-ifile-database-path, spam-ifile-database)
17451         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17452         Don't use "path" inappropriately.
17453         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17454         strings.
17455         (spam-check-ifile, spam-ifile-register-with-ifile)
17456         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17457         Use new variable names.
17459         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17460         (gnus-treat-display-smileys): Simplify using
17461         gnus-image-type-available-p.
17463         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17464         available.
17466         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17467         Use `display-images-p' if available.
17469 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17471         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17472         one after turning on the buffer's multibyteness instead of decoding
17473         them directly in the unibyte buffer that causes unexpected conversion
17474         in Emacs 23 (unicode).
17476 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17478         * message.el (message-generate-hashcash): Fix custom type.
17480 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17482         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17484 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17486         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17487         disconnect icons.  Add help text.
17489 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17491         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17492         negated to be consistent with the others we handle.
17494 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17496         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17497         version of gnus-summary-buffer to something, so that we can use two
17498         article buffers at the same time.
17500 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17502         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17503         trigger all the extra headers.
17504         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17505         sorting.
17507 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17509         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17510         solid groups.
17512 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17514         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17516 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17518         * legacy-gnus-agent.el: Add Copyright notice.
17520 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17522         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17524 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17526         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17528         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17529         to make it work reliably in CVS Emacs.
17530         (gnus-summary-limit-strange-charsets-predicate)
17531         (gnus-summary-limit-to-predicate): New functions.
17533 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17535         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17536         specifying array size.
17537         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17538         array if it is too small.
17539         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17540         (gnus-sort-threads-loop): New function.
17542 2006-12-06  Chris Moore  <dooglus@gmail.com>
17544         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17545         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17547 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17549         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17550         options.
17552 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17554         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17555         DOS-ing the recipient.
17557         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17558         the headers when creating the mapping to avoid mismappings.
17559         (nnweb-gmane-create-mapping): Always nix out old mapping.
17561 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17563         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17564         and mm-verify-option to never.
17566 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17568         * message.el (message-signed-or-encrypted-p): New function.
17569         (message-forward-make-body): Use it.
17571         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17572         Replace encode-coding-string with mm-encode-coding-string.
17574 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17576         * nneething.el (nneething-decode-file-name):
17577         Replace decode-coding-string with mm-decode-coding-string.
17579         * gnus-int.el (gnus-open-server): Say failed server's name.
17581 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17583         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17584         strings to a single string.  Quote `errors-file-name'.
17585         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17586         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17587         Adjust calls.  Use `shell-quote-argument'.
17589 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17591         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17592         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17594         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17595         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17596         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17597         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17598         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17599         (gnus-subscribe-newsgroup, gnus-1):
17600         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17601         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17602         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17603         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17605 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17607         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17608         keystroke.
17609         (gnus-summary-limit-to-bodies): Implement headersp.
17611 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17613         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17615 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17617         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17619 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17621         * message.el (message-generate-hashcash): Expand range of values to
17622         include `opportunistic'.
17623         (message-send-mail): Use it.
17625 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17627         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17628         and comment it.
17630         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17632 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17634         * gnus-util.el (gnus-extract-address-components): Improve comment.
17636 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17638         * gnus-util.el (gnus-extract-address-components): Work with address in
17639         which the name portion contains @.
17641         * lpath.el: Fbind custom-autoload.
17643 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17645         * gnus.el (gnus-start): Move custom group up.
17646         (gnus-select-method): Don't autoload, but make it available for
17647         `customize-variable'.
17648         (gnus-getenv-nntpserver): Don't autoload.
17650 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17652         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17654 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17656         * message.el (message-sendmail-extra-arguments): New variable.
17657         (message-send-mail-with-sendmail): Use it.
17659 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17661         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17662         mm-with-unibyte-current-buffer to make string unibyte.
17664         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17665         mm-string-as-multibyte.
17667 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17669         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17670         Reported by Werner Koch <wk@gnupg.org>.
17672 2006-11-14  Daiki Ueno  <ueno@p360>
17674         * mml2015.el: Autoload epa-select-keys when compiling.
17676 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17678         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17679         message-options.
17680         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17682 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17684         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17685         EasyPG (< 0.0.6).
17686         (mml2015-always-trust): New user option.
17687         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17688         prompt.
17690 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17692         * nntp.el (nntp-authinfo-force): New variable.
17693         (nntp-send-authinfo): Use it.
17695 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17697         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17698         decode encoded words.  Improve prompt.  Add comment about forwarding.
17699         (message-replacement-char): Move up.
17701 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17703         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17704         instead of gnus-intersection because arguments of gnus-sorted-nunion
17705         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17707 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17709         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17710         (message-simplify-subject-functions):
17711         Enable message-strip-subject-encoded-words by default.
17713 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17715         * message.el (message-strip-subject-encoded-words): New function.
17716         (message-simplify-subject-functions): New variable.
17717         (message-simplify-subject): Use it.  Fix typo in doc string.
17718         Support message-strip-subject-encoded-words.
17720 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17722         * gnus-diary.el (gnus-diary-delay-format-function):
17723         * nndiary.el (nndiary-reminders):
17724         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17726 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17728         * gnus-art.el (article-hide-boring-headers): Fetch date from
17729         gnus-original-article-buffer to avoid problems with localized date
17730         strings.
17732 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17734         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17736 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17738         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17739         New variables.
17740         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17741         (mm-charset-synonym-alist): Move some entries to
17742         mm-codepage-iso-8859-list.
17743         (mm-charset-synonym-alist, mm-charset-override-alist):
17744         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17746 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17748         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17750 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17752         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17753         with Emacs 21 and XEmacs.
17755 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17757         * spam.el (spam-parse-address): New function for better parsing,
17758         catching errors, etc.
17759         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17761 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17763         * mm-view.el: Add interactive arg to html2text autoload.
17765 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17767         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17769 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17771         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17772         New variables.
17773         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17774         (mm-charset-synonym-alist): Move some entries to
17775         mm-codepage-iso-8859-list.
17777         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17779 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17781         * message.el (message-citation-line-format)
17782         (message-insert-formated-citation-line): Fix implementation of %E, %N
17783         and %n according to the doc string.
17785 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17787         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17788         Use car-safe to avoid bad parses.
17790 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17792         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17793         names.
17795         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17797 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17799         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17800         header.
17802         * message.el (message-draft-headers): Add Date.
17803         (message-headers-to-generate): Fix typo in docstring.
17805         * nndraft.el (nndraft-required-headers): New variable.
17806         (nndraft-generate-headers): Use it.
17808         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17810 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17812         * gnus-registry.el (gnus-registry-wash-for-keywords)
17813         (gnus-registry-find-keywords): New functions to allow easy searching of
17814         articles that are in the registry.
17816 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17818         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17819         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17820         Reported by Damien Elmes <damien@repose.cx>.
17822 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17824         * gnus.el (gnus-mime): Remove unused custom group.
17826 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17828         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17829         "blank line" when searching for end of armor headers.
17831 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17833         * gmm-utils.el (gmm-write-region): Fix variable name.
17835 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17837         * gmm-utils.el (gmm-write-region): New function based on compatibility
17838         code from `mm-make-temp-file'.
17840         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17842         * nnmaildir.el (nnmaildir--update-nov)
17843         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17844         Use `gmm-write-region'.
17846 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17848         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17849         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17851         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17853         * message.el (message-replacement-char): New variable.
17854         (message-fix-before-sending): Use it.
17855         (message-simplify-subject): New function to remove duplicate code.
17856         (message-reply, message-followup): Use it.
17858         * gnus-sum.el (gnus-summary-make-menu-bar):
17859         Clarify gnus-summary-limit-to-articles.
17861 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17863         * gnus-util.el (gnus-with-local-quit): New macro.
17865         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17867 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17869         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17870         ignore non-string data.
17872 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17874         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17875         non-string data (needs to be done in the registry too).
17877 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17879         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17880         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17881         (gnus-registry-split-fancy-with-parent)
17882         (gnus-registry-fetch-simplified-message-subject-fast)
17883         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17884         Remove text properties on ingress into the registry and when it's saved.
17885         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17886         registry from entries with no groups.
17888 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17890         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17891         function to remove string properties.
17893 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17895         * gmm-utils.el (gmm): Adjust custom version.
17897         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17898         Adjust custom version.
17900         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17902 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17904         * gnus-art.el (gnus-insert-prev-page-button)
17905         (gnus-insert-next-page-button): Simplify.  Reformat.
17907 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17909         * gnus-art.el (gnus-insert-prev-page-button)
17910         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17912 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17914         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17916 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17918         * gnus-art.el (gnus-insert-mime-button)
17919         (gnus-insert-mime-security-button):
17920         Apply gnus-article-button-face to MIME and security buttons.
17922 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17924         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17925         readable.
17927 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17929         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17931 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17933         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17934         `browse-url-of-file' instead of `browse-url'.
17936 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17938         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17939         regexp.  Articles containing quotation were cut prematurely.
17941 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17943         * message.el (message-cite-original-1): Use nobody by default for the
17944         value of From header.
17945         (message-reply): Ditto.
17947 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17949         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17950         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17951         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17953 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17955         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17956         mails in the doc string.  Add some URLs in comment.
17957         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17959 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17961         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17962         backslashes handling and the way to find boundaries of quoted strings.
17964 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17966         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17967         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17968         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17969         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17971 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17973         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17974         doc string.
17975         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17977 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17979         * lpath.el: Fbind epg-check-configuration.
17981 2006-09-06  Simon Josefsson  <jas@extundo.com>
17983         * mml2015.el (mml2015-use): Doc fix, mention epg.
17985 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17987         * mml2015.el (mml2015-use): Default to epg, if available.
17989 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17991         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17992         message-sender.
17993         (mml1991-epg-encrypt): Ditto.
17994         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17995         message-sender.
17996         (mml2015-epg-encrypt): Ditto.
17998 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18000         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18001         several common directories.
18003 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18005         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18006         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18008 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18010         * gnus-art.el (article-decode-encoded-words): Make it fast.
18012 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18014         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18016         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18017         in quoted string into `\'.
18019 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18021         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18022         Use standard-syntax-table.
18024 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18026         * gnus-art.el (gnus-decode-address-function): New variable.
18027         (article-decode-encoded-words): Use it to decode headers which are
18028         assumed to contain addresses.
18029         (gnus-mime-delete-part): Remove useless `or'.
18031         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18032         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18033         (gnus-nov-parse-line): Use it to decode From header.
18034         (gnus-get-newsgroup-headers): Ditto.
18035         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18037         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18038         (mail-decode-encoded-address-string): New alias.
18040         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18041         New function.
18042         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18043         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18044         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18045         (rfc2047-decode-string): Ditto.
18046         (rfc2047-decode-address-region): New function.
18047         (rfc2047-decode-address-string): New function.
18049 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18051         * message.el (message-caesar-buffer-body): Allow rotating headers.
18053         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18055         * message.el (message-insert-formated-citation-line): Fix %f.
18056         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18058 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18060         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18061         (gnus-bookmark-mouse-available-p): New macro.
18062         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18063         (gnus-bookmark-bmenu-show-infos): Use it.
18064         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18065         (gnus-bookmark-bmenu-hide-infos): Ditto.
18066         (gnus-bookmark-remove-properties): New function.
18067         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18068         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18069         (gnus-bookmark-write-file): Bind coding-system-for-write.
18070         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18071         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18072         group before selecting it.
18073         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18074         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18075         quit-window if it is not available; use gnus-mouse-2 and bind it to
18076         gnus-bookmark-bmenu-select-by-mouse.
18077         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18078         (gnus-bookmark-bmenu-select-by-mouse): New function.
18080 2006-08-13  Romain Francoise  <romain@orebokech.com>
18082         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18083         space.
18085 2006-08-10  Romain Francoise  <romain@orebokech.com>
18087         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18088         (dns-mode-soa-auto-increment-serial): New user option.
18089         (dns-mode-soa-maybe-increment-serial): New function.
18090         (dns-mode): Add the latter to `write-contents-functions'.
18092 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18094         * compface.el (uncompface): Use binary rather than raw-text-unix.
18096 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18098         * compface.el (uncompface): Make sure the eol conversion doesn't take
18099         place when communicating with the external programs.
18100         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18102 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18104         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18106 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18108         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18109         Make it more robust by parsing author and date independently.
18111 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18113         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18115 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18117         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18118         first matching secret key.
18119         (mml2015-epg-encrypt): Ditto.
18121         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18122         first matching secret key.
18123         (mml1991-epg-encrypt): Ditto.
18125         * mml2015.el (mml2015-encrypt-to-self): New user option.
18126         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18127         mml2015-epg-encrypt-to-self is set.
18129         * mml1991.el (mml1991-encrypt-to-self): New variable.
18130         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18131         mml1991-epg-encrypt-to-self is set.
18133         * mml2015.el (mml2015-signers): New user option.
18134         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18135         (mml2015-epg-encrypt): Allow to select signing keys.
18137         * mml1991.el (mml1991-signers): New variable.
18138         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18139         (mml1991-epg-encrypt): Allow to select signing keys.
18141 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18143         * nnheader.el (nnheader-insert-head): Make it work even if the file
18144         uses CRLF for the line-break code.
18146 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18148         * mml2015.el: Require mml-sec instead of password.
18149         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18150         (mml2015-cache-passphrase): Inherit the default value from
18151         mml-secure-cache-passphrase.
18152         (mml2015-passphrase-cache-expiry): Inherit the default value from
18153         mml-secure-passphrase-cache-expiry.
18155         * mml1991.el: Require mml-sec instead of password.
18156         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18157         (mml1991-cache-passphrase): Inherit the default value from
18158         mml-secure-cache-passphrase.
18159         (mml1991-passphrase-cache-expiry): Inherit the default value from
18160         mml-secure-passphrase-cache-expiry.
18162         * mml-sec.el: Require password.
18163         (mml-secure-verbose): New user option.
18164         (mml-secure-cache-passphrase): New user option.
18165         (mml-secure-passphrase-cache-expiry): New user option.
18167 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18168             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18170         * pgg-def.el (pgg-truncate-key-identifier):
18171         Truncate the key ID to 8 letters from the end.
18173 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18175         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18176         workaround for the url package included with Emacs.
18178         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18180 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18182         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18183         correctly.  This fixes a bug caused by the 2006-05-12 change.
18185 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18187         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18188         some information about the error when saying that the `bogus' mail
18189         group will be used.
18191 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18193         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18194         string.
18196 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18198         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18200 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18202         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18204 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18206         * mml1991.el (mml1991-function-alist): Add epg.
18207         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18208         (mml1991-epg-encrypt): New functions.
18210 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18212         * mml2015.el (mml2015-verbose): New variable.
18213         (mml2015-cache-passphrase): Ditto.
18214         (mml2015-passphrase-cache-expiry): Ditto.
18215         (mml2015-function-alist): Add epg.
18216         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18217         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18218         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18219         New functions.
18221 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18223         * message.el (message-cite-original-1): Preserve region when removing
18224         quoted text due to X-No-Archive in order to avoid bogus attribution
18225         when citing multiple messages.
18227 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18229         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18230         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18232 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18234         * gnus-diary.el (gnus-user-format-function-d)
18235         (gnus-user-format-function-D): Autoload.
18237         * imap.el (Commentary): Fix typo.
18239         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18240         2006-04-22 contribution.
18242 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18244         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18245         It didn't really fix the bogosity I'm seeing with solid web groups.
18247 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18249         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18250         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18251         created using server names.  If we use the feature without declaring
18252         it, Gnus does not properly manage server and group state.
18254         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18255         bound.
18257 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18259         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18260         looking up the method using GROUP's prefix before inventing a new one.
18261         It is used on killed/unknown groups in various places where returning
18262         an all-new method isn't expected by the caller.
18264         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18265         and match semantics of gnus-group-real-prefix.
18267 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18269         * nnmail.el (nnmail-broken-references-mailers): New variable.
18270         (nnmail-ignore-broken-references): New function generalizing
18271         nnmail-fix-eudora-headers.
18272         (nnmail-fix-eudora-headers): Now obsolete.
18274         * gnus-art.el (gnus-button-handle-custom):
18275         Support `customize-apropos*'.
18277 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18279         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18281         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18282         articles.
18284 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18286         * message.el (message-cite-reply-above): New variable.
18287         (message-yank-original): Use it.
18289 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18291         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18293 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18295         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18296         as read.
18298         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18300 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18302         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18303         (gnus-bookmark-default-file): Use gnus-directory.
18304         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18305         Remove "*" in doc string.
18306         (gnus-bookmark-write-file): Simplify.
18307         (gnus-bookmark-maybe-sort-alist): Use `when'.
18308         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18309         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18310         Add FIXME about Emacs 21 and XEmacs compatibility.
18311         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18312         compatibility.
18313         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18314         compatibility.
18315         (gnus-bookmark-menu-heading): Fix version.
18317 2006-06-19  Bastien Guerry  <bzg@altern.org>
18319         * gnus-bookmark.el: New file.
18321 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18323         * message.el (message-syntax-checks): Doc fix.
18325 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18327         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18328         unsubscribed groups as if they were killed ones.  It causes duplicate
18329         entries in gnus-newsrc-alist.
18331 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18333         * message.el (message-syntax-checks): Doc fix.
18334         (message-send-mail): Add check for continuation headers.
18335         (message-check-news-header-syntax): Fix regexp used to check for
18336         continuation headers.
18338 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18340         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18342 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18344         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18346 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18348         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18349         default-truncate-lines.
18351 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18353         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18354         to fill the utf-8 entry.
18356         * lpath.el: Fbind unicode-precedence-list.
18358 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18360         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18362 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18364         * gnus-agent.el (directory-files-and-attributes): Move all the way
18365         forward (the third and final move).
18366         (gnus-agent-read-agentview): Trap reconstruction errors due to
18367         nonexistent directory.  Handle by returning nil.
18369 2006-05-30  Didier Verna  <didier@xemacs.org>
18371         * message.el (message-dont-reply-to-names): Update the custom type.
18372         * message.el (message-dont-reply-to-names): New defsubst: potentially
18373         convert a list of regexps into a single one.
18374         * message.el (message-get-reply-headers): Use it.
18375         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18377 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18379         * gnus-agent.el (directory-files-and-attributes): Move forward.
18381 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18383         * gnus-ml.el (gnus-mailing-list-subscribe)
18384         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18385         (gnus-mailing-list-message): Fix doc strings.
18387 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18389         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18390         of doing it manually.
18392 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18394         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18395         comment.
18397 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18399         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18400         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18401         (gnus-agent-read-local): All symbols allocated in my-obarray.
18402         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18403         (gnus-agent-regenerate-group): Check numeric names to see if they are
18404         messages or groups.
18405         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18406         better way of do this...)
18408         * gnus-cache.el (gnus-agent-total-fetched-for):
18409         Ignore 'dummy.group' (there should be a better way of do this...)
18411 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18413         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18414         (gnus-saved-headers): Ditto.
18415         (gnus-default-article-saver): Mention functions may have properties.
18416         (gnus-article-save): Override gnus-save-all-headers and
18417         gnus-saved-headers by :headers property which saver function may have.
18418         (gnus-summary-save-in-file): Add :headers property.
18419         (gnus-summary-write-to-file): Ditto.
18421         * gnus-sum.el (gnus-summary-save-article): Bind
18422         gnus-prompt-before-saving to t when saving many articles in a file;
18423         always show all headers.
18425         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18427 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18429         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18430         marks.
18432         * message.el (message-indent-citation): Add optional arguments to allow
18433         using it outside of message buffers.
18435         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18436         (gnus-article-treat-unfold-headers): Use it.
18437         (gnus-article-truncate-lines): New variable.
18438         (gnus-article-mode): Use it.
18439         (gnus-article-toggle-truncate-lines): New function.
18441         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18442         Add gnus-article-toggle-truncate-lines.
18444         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18445         coding system in XEmacs, use binary.
18447 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18449         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18450         after-load-alist.
18452         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18453         this function should save decoded articles.
18454         (gnus-summary-write-to-file): Use property to specify this function
18455         should save decoded articles and specify gnus-summary-save-in-file
18456         should be used to save articles other than the first one when saving
18457         many articles.
18458         (gnus-summary-save-body-in-file): Use property to specify this
18459         function should save decoded articles.
18460         (gnus-summary-write-body-to-file): Use property to specify this
18461         function should save decoded articles and specify
18462         gnus-summary-save-body-in-file should be used to save articles other
18463         than the first one when saving many articles.
18465         * gnus-sum.el (gnus-summary-save-article): Simplify.
18467 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18469         * gnus-art.el (gnus-default-article-saver):
18470         Add gnus-summary-write-body-to-file.
18471         (gnus-article-save-coding-system): Don't use coding system object
18472         in XEmacs.
18473         (gnus-read-save-file-name): Add optional `dir-var' argument which
18474         specifies directory in which files are saved; work even if optional
18475         `variable' argument is not specified.
18476         (gnus-summary-write-to-file): Read file name.
18477         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18478         (gnus-summary-write-body-to-file): New function.
18480         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18481         (gnus-summary-local-variables): Add it.
18482         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18483         (gnus-summary-save-article): Remove optional `decode' argument;
18484         determine whether to decode articles by the value of
18485         gnus-default-article-saver; when saving many files using
18486         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18487         it first and use gnus-summary-save-in-file or
18488         gnus-summary-save-body-in-file thereafter unless
18489         gnus-prompt-before-saving is always; move point to article which
18490         will be saved.
18491         (gnus-summary-save-article-file): Revert.
18492         (gnus-summary-write-article-file): Revert.
18493         (gnus-summary-save-article-body-file): Revert.
18494         (gnus-summary-write-article-body-file): New function.
18496 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18498         * gnus-art.el (gnus-default-article-saver): Doc fix.
18499         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18500         from gnus-summary-save-article-coding-system, and default to a
18501         certain coding system.
18502         (gnus-output-to-file): Add coding cookie and encode text according
18503         to gnus-article-save-coding-system; don't use mm-append-to-file.
18505         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18506         gnus-art.el and rename to gnus-article-save-coding-system.
18507         (gnus-summary-save-article): Require gnus-art; don't show all
18508         headers if it decodes articles; don't add coding cookie here;
18509         don't bind mm-text-coding-system-for-write.
18510         (gnus-summary-save-article-file): Save decoded articles.
18511         (gnus-summary-write-article-file): When saving many files, use
18512         gnus-summary-write-to-file first and gnus-summary-save-in-file
18513         thereafter unless gnus-prompt-before-saving is always.
18514         (gnus-summary-save-article-body-file): Save decoded articles.
18516         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18518 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18520         * nnrss.el (nnrss-check-group): Bind hash-index.
18522 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18524         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18525         its hash index.  Store this hash in `nnrss-group-data'.
18526         (nnrss-read-group-data): Update accordingly.
18528 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18530         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18531         entry.
18533         * gnus-sum.el (gnus-summary-make-menu-bar):
18534         Add gnus-article-browse-html-article.
18536 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18538         * gnus-sum.el (gnus-summary-mime-map):
18539         Add gnus-article-browse-html-article.
18541         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18543 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18545         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18546         suitable coding systems in customize.
18548 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18550         * mail-source.el (mail-sources): Fix custom type.
18552 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18554         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18555         (gnus-summary-expire-articles-now): Shorten prompt.
18557         * gmm-utils.el (wid-edit): Require.
18558         (defun-gmm): Rename from `gmm-defun-compat'.
18559         (gmm-image-search-load-path): Use it.
18560         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18562 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18564         * gnus-sum.el (gnus-summary-save-article-coding-system):
18565         New variable.
18566         (gnus-summary-save-article): Add optional `decode' argument.
18567         If it is set and gnus-summary-save-article-coding-system is non-nil,
18568         save decoded article.
18569         (gnus-summary-write-article-file): Save decoded article if
18570         gnus-summary-save-article-coding-system is non-nil.
18572         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18573         type.
18575 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18577         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18579 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18581         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18582         first to test gnus-single-article-buffer which may be buffer-local.
18584         * gnus-sum.el (gnus-summary-setup-buffer):
18585         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18586         group; make gnus-article-buffer, gnus-article-current, and
18587         gnus-original-article-buffer always buffer-local.
18588         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18589         group.
18590         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18592 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18594         * nnml.el (nnml-request-compact-group): Compressed files might not
18595         have .gz extension.
18597 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18599         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18600         (mm-copy-to-buffer): Use with-current-buffer.
18601         (mm-display-part): Simplify.
18602         (mm-inlinable-p): Add optional arg `type'.
18604 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18606         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18607         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18608         Try harder to show the attachment internally or externally using
18609         gnus-mime-view-part-as-type.
18611 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18613         * message.el (message-from-style, message-signature-separator)
18614         (message-user-organization-file, message-send-mail-function)
18615         (message-citation-line-function, message-yank-prefix)
18616         (message-indent-citation-function, message-signature)
18617         (message-signature-file, message-signature-insert-empty-line):
18618         Remove autoloads.
18620         * gnus-art.el (gnus-buttonized-mime-types):
18621         Remove "multipart/signed".  Revert 2006-04-26 change.
18623 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18625         * gnus.el (gnus-version-number): Bump version.
18627 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18629         * gnus.el: No Gnus v0.5 is released.
18631 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18633         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18634         fetching articles by message-id.
18636 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18638         * message.el (hashcash): Require hashcash as normal.
18640         * ecomplete.el (ecomplete-highlight-match-line):
18641         Use point-at-eol.
18642         (ecomplete-highlight-match-line): Use `highlight', because that
18643         face exists in both Emacs and XEmacs.
18645         * message.el (message-display-abbrev): Use point-at-bol.
18647         * mail-source.el: Don't require timer/timer-funcs.
18649         * gnus-async.el: Ditto.
18651         * password.el: Ditto.
18653         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18655         * mm-url.el: Ditto.
18657         * gnus-xmas.el: Don't require timer-funcs.
18659         * mm-util.el: Require timer/timer-funcs.
18661 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18663         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18664         Close.
18666 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18668         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18669         unibyte after clear-decrypt function runs.
18671         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18672         returns as a unibyte string.
18674 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18676         * lpath.el: Revert.
18678         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18679         (pgg-gpg-process-sentinel): Revert.
18681         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18682         (pgg-pgp-lookup-key): Revert.
18684         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18685         (pgg-pgp5-lookup-key): Revert.
18687         * pgg.el (pgg-fetch-key): Revert.
18689 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18691         * lpath.el: Fbind string-as-multibyte for XEmacs.
18693         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18694         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18695         (mml1991-pgg-encrypt): Ditto.
18697         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18698         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18699         a multibyte buffer.
18701         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18702         (pgg-pgp-lookup-key): Ditto.
18704         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18705         (pgg-pgp5-lookup-key): Ditto.
18707         * pgg.el (pgg-fetch-key): Ditto.
18709 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18711         * message.el (message-user-organization-file): Check several
18712         locations of the organization file.
18714         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18715         Add gnus-article-view-part-as-type.
18717         * gnus-art.el (gnus-article-view-part-as-type): New function.
18719         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18720         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18722         * mml.el: Simplify autoload.
18723         (mml-mode): defvar dnd-protocol-alist instead of using
18724         symbol-value.
18725         (mml-default-directory): New variable.
18726         (mml-minibuffer-read-file): Use it.
18727         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18729         * message.el (message-citation-line-format): New variable.
18730         (message-insert-formated-citation-line): New function.
18731         (message-citation-line-function):
18732         Add `message-insert-formated-citation-line' to custom type.
18734         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18735         to doc string.
18737         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18738         depending on mm-verify-option.
18740 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18742         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18743         binding pgg-* variables; reimplement the section which prevents
18744         MIME header from being signed.
18745         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18746         pgg-text-mode; remove a blank line at the top of body.
18748         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18749         lines at the top of body; use gnus-newsgroup-charset if there's no
18750         Charset header.
18752 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18754         * message.el (message-self-insert-commands): Doc fix.
18756         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18757         (mm-uu-pgp-encrypted-test): Ditto.
18758         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18759         between header and body; return application/pgp-encrypted handle
18760         if decryption failed; decode decrypted body by charset.
18762         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18763         element match to application/pgp-*.
18765 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18767         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18768         HTML.
18770 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18772         * mail-source.el (mail-source-call-script): Message the error
18773         string.
18775 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18777         * gnus-util.el (gnus-byte-compile): Use it.
18779 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18781         * gnus-util.el (kill-empty-logs): New function.
18783 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785         * message.el (message-mail-alias-type): Doc fix.
18786         (message-mail-alias-type-p): New function.
18787         (message-send): Use it.
18788         (message-mode): Ditto.
18789         (message-strip-forbidden-properties): Ditto.
18791         * ecomplete.el (ecomplete-database-file-coding-system):
18792         New variable.
18793         (ecomplete-save): Use it.
18794         (ecomplete-setup): Use it.
18796 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18798         * message.el (message-self-insert-commands): New variable.
18799         (message-strip-forbidden-properties): Use it.
18801 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18803         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18804         that doesn't make XEmacs choke.
18806 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18808         * gnus-util.el (gnus-replace-in-string):
18809         Prefer replace-regexp-in-string over of replace-in-string.
18811 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18813         * gnus-util.el (gnus-select-frame-set-input-focus):
18814         Use select-frame-set-input-focus if it is available in XEmacs; use
18815         definition defined in Emacs 22 for old Emacsen.
18817         * dgnushack.el: Autoload unmorse-region for XEmacs.
18819         * lpath.el: Bind cursor-in-non-selected-windows and
18820         select-frame-set-input-focus for XEmacs.
18822 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18824         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18826 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18828         * gnus-registry.el (gnus-registry-cache-save): Remove text
18829         properties when saving via the temp buffer.
18831 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18833         * message.el (message-generate-hashcash): Honor custom type.
18835 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18837         * message.el (message-generate-hashcash): Default to non-nil when
18838         hashcash is found.
18840         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18841         (gnus-refer-thread-limit): Increase default to 500.
18843         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18845         * flow-fill.el (fill-flowed): Allow delete-space.
18847 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18849         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18850         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18851         Remove autoloads.
18853 2006-04-18  Simon Josefsson  <jas@extundo.com>
18855         * message.el (message-generate-hashcash): Default to.
18857 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18859         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18860         concatenating segments rather than before concatenating them.
18862 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18864         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18866 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18868         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18870         * message.el (message-forward-make-body-plain):
18871         Allow message-forward-ignored-headers to be a list.
18872         (message-remove-ignored-headers): Factor out into function.
18873         (message-forward-make-body-mml): Use it.
18875         * imap.el (imap-quote-specials): New function.
18876         (imap-login-auth): Quote specials.
18878         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18879         (rfc2231-parse-string): Allow concatanation of parameters that
18880         aren't contiguous.  The test case is
18881           (mail-header-parse-content-type "message/external-body;
18882             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18883             access-type=LOCAL-FILE;
18884             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18886 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18888         * nntp.el (nntp-accept-process-output): Return the value of
18889         `nnheader-accept-process-output'.
18891 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18893         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18894         (gnus-button-alist): Recognize more diff formats.
18895         (gnus-button-patch): Strip directory.
18897 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18899         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18900         Emacs 22 when setting focus.
18902 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18904         * gnus-art.el (gnus-article-treat-types): Do treatment of
18905         text/x-verbatim parts.
18906         (gnus-button-patch): New command.
18908         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18909         addresses that contain invalid characters.
18911 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18913         * message.el (message-put-addresses-in-ecomplete):
18914         Use gnus-replace-in-string.
18915         (message-is-yours-p): Use the more correct
18916         mail-header-parse-address instead of
18917         mail-extract-address-components.
18918         (message-put-addresses-in-ecomplete): Fix typo.
18920         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18921         keystroke.
18923         * gnus-art.el (gnus-treatment-function-alist): Change order of
18924         newsgroups/generic header folding to avoid double-folding.
18926         * message.el (message-hidden-headers): Add X-Draft-From.
18928         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18929         New command.
18930         (gnus-summary-repeat-search-article-backward): New command.
18932         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18933         groups in the parent topic.
18935 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18937         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18938         (spam-extra-header-to-number): Return the CRM114 number as a
18939         number instead of a string.
18941 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18943         * gnus-art.el (gnus-face-properties-alist): Move here from
18944         gnus-fun.
18946         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18948 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18950         * message.el (message-strip-forbidden-properties): Only display on
18951         self-insert-command.
18953         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18954         reindent.
18955         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18957 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18959         * smiley.el (smiley-style): Fix typo.
18961 2006-03-23  Kenichi Handa  <handa@m17n.org>
18963         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18964         instead of set-buffer-multibyte.
18966 2006-03-23  Kenichi Handa  <handa@m17n.org>
18968         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18969         buffer and then decode the buffer text if necessary.
18970         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18971         first, and after mm-encode-body, change the buffer to unibyte.
18973 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18975         * hashcash.el (hashcash-insert-payment-async-2):
18976         Use message-goto-eoh instead of doing it manually.
18977         (mail-add-payment): Use message-narrow-to-header instead of trying
18978         to do the same itself.
18980         * message.el (message-hidden-headers): Add Face.
18982         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18983         reparenting code.
18984         (gnus-summary-reparent-children): Refactored out code.
18985         (gnus-summary-thread-map): New keystroke.
18986         (gnus-summary-reparent-children): Make into command.
18988         * smiley.el (smiley-style): Default to `medium' if using a large
18989         font.
18991         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18992         does it itself.
18994         * message.el (message-point-in-header-p): Simplify definition.
18996 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18998         * nnagent.el (nnagent-request-set-mark): Silence log file
18999         writing.
19000         (nnagent-request-set-mark): Use write-region instead of
19001         append-to-file.
19003         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19004         strange select method.
19006         * ecomplete.el (ecomplete-display-matches): Get highlightling
19007         right.
19008         (ecomplete-display-matches): Use literals.
19009         (ecomplete-display-matches): Disable message logging.
19011         * message.el (message-display-abbrev): Small optimization.
19013         * ecomplete.el (ecomplete-display-matches): Allow automatic
19014         display.
19016         * message.el (message-strip-forbidden-properties):
19017         Display abbrevs.
19018         (message-display-abbrev): Get automatic display right.
19020         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19021         keystrokes.
19023 2006-04-13  Romain Francoise  <romain@orebokech.com>
19025         TODO: Backport to v5-10!
19027         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19028         Move here (and rename) from gnus-registry.el.
19030         * gnus-registry.el: Require gnus-util.
19031         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19033 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035         * gnus-group.el (gnus-group-catchup-current):
19036         Change if-then-else-if-then-else into cond.
19037         (gnus-group-catchup): Indent.
19038         (group-name-at-point): New function.
19039         (gnus-fetch-group): Provide default from thing at point.
19041 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19043         * message.el (message-display-abbrev): Fix regexp.
19045         * ecomplete.el (ecomplete-highlight-match-line):
19046         Reimplement choosing.
19047         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19048         dead variables.
19050         * message.el (message-newline-and-indent): Remove debugging.
19051         (message-display-abbrev): Use new implementation.
19053 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19055         * gnus-art.el (gnus-article-mode):
19056         Set cursor-in-non-selected-windows to nil.
19058         * smiley.el: Revert previous change.
19059         (smiley-data-directory): defvar it before using it in the
19060         defcustom of `smiley-style'.
19062 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19064         * message.el (message-newline-and-indent): New function.
19066         * ecomplete.el: Implement more bits.
19068         * message.el (message-put-addresses-in-ecomplete): Clean up the
19069         string.
19071         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19073         * gnus-sum.el (gnus-summary-save-parts):
19074         Bind gnus-summary-save-parts-counter and use it to make unique file
19075         names.
19077         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19079         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19080         parameter to say whether to actually parse the individual
19081         addresses.
19083         * message.el (message-put-addresses-in-ecomplete): New function.
19084         (ecomplete): Require.
19085         (message-mail-alias-type): Add ecomplete as an option.
19087 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19089         * flow-fill.el (fill-flowed): Remove trailing space from blank
19090         quoted lines.
19092 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19094         * smiley.el (smiley-style): Move definition later to avoid a
19095         compilation warning.
19097 2006-04-12  Kenichi Handa  <handa@m17n.org>
19099         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19100         buffer and then decode the buffer text if necessary.
19101         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19102         first, and after mm-encode-body, change the buffer to unibyte.
19103         Use mm-disable-multibyte instead of set-buffer-multibyte.
19105 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19107         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19108         Content-Type header instead of Content-Disposition header.
19109         (gnus-mime-inline-part): Ditto.
19110         (gnus-mime-view-part-as-charset): Ignore charset that the part
19111         specifies.
19113         * mm-decode.el (mm-display-part): Work with external parts and
19114         usual parts similarly.
19116         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19117         instead of gnus-display-mime.
19119         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19120         instead of with-temp-buffer.
19122         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19123         tag to summarized topics part in order to encode non-ASCII text.
19125 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19127         * smiley.el (smiley-style): New variable.
19128         (smiley-directory): New function.
19129         (smiley-data-directory): Derive from `smiley-style' using
19130         `smiley-directory'.
19131         (smiley-regexp-alist): Add new entries.
19133         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19134         (gnus-article-browse-delete-temp): Add :version.
19136 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19138         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19139         the sieve region.
19141 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19143         * gnus.el (gnus-version-number): Bump version.
19145 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19147         * gnus.el: No Gnus v0.4 is released.
19149 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19151         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19152         layout.
19154         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19155         unknown charset.
19157         * message.el (message-header-synonyms): Add Original-To to the
19158         default.
19160         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19161         optional parameter.
19163 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19165         * gnus-fun.el (gnus): Require it for gnus-directory.
19167 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19169         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19171 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19173         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19175 2006-04-05  Simon Josefsson  <jas@extundo.com>
19177         * password.el (password-reset): New function.
19179 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19181         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19182         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19184 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19186         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19187         Some whitespace was matched into the url, which broke browsing hits
19188         > 100 when mm-url-use-external was nil.
19190 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19192         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19193         Check gnus-extra-headers for 'Newsgroups.
19195         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19196         bound.
19198 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19200         * pgg-gpg.el: Clean up process buffers every time gpg processes
19201         complete.
19203 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19205         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19206         doc string.
19208 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19210         * pgg-gpg.el (pgg-gpg-process-filter)
19211         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19213         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19214         lines, temporary fix.
19216 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19218         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19220 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19222         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19223         default-enable-multibyte-characters.  This reverts the change from
19224         revision 6.17 which is no longer necessary because the passphrase
19225         is sent separately now.  GnuPG messages are unreadable under
19226         multibyte locales with default-enable-multibyte-characters set to
19227         nil.
19229 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19231         * message.el (message-tool-bar-gnome): Move "spell".
19233 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19235         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19236         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19237         instead.
19239 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19241         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19242         Improve newsgroups handling for NNTP overviews which don't include
19243         Newsgroups.
19245 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19247         * message.el (message-resend): Bind message-generate-hashcash to nil.
19249 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19251         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19252         when searching for already-paid recipients.
19254 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19256         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19257         passphrases when it is not needed.
19258         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19259         passphrase stuff from gpg, should only be necessary when you use
19260         gpg with a smartcard.
19262 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19264         * mml.el (mml-insert-mime): Ignore cached contents of
19265         message/external-body part.
19267         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19268         (mm-insert-part): Ditto.
19270 2006-03-23  Simon Josefsson  <jas@extundo.com>
19272         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19273         Reiner.
19274         (pgg-gpg-use-agent-p): Use it again.
19276 2006-03-23  Simon Josefsson  <jas@extundo.com>
19278         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19279         older emacsen.
19280         (pgg-gpg-use-agent-p): Don't use it.
19282 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19284         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19285         if we can.
19287 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19289         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19290         (pgg-gpg-update-agent): New function.
19291         (pgg-gpg-use-agent-p): New function.
19292         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19293         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19294         (pgg-gpg-sign-region): Use it.
19296 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19298         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19299         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19301 2006-03-21  Simon Josefsson  <jas@extundo.com>
19303         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19304         <wilde@sha-bang.de>.
19305         (pgg-gpg-use-agent): New variable.
19306         (pgg-gpg-process-region): Use it.
19307         (pgg-gpg-encrypt-region): Likewise.
19308         (pgg-gpg-encrypt-symmetric-region): Likewise.
19309         (pgg-gpg-decrypt-region): Likewise.
19310         (pgg-gpg-sign-region): Likewise.
19311         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19313 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19315         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19317         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19318         Add comment on version.
19320 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19322         * smiley.el: Add missing test smiley.
19324 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19326         * mm-decode.el (mm-with-part): New macro.
19327         (mm-get-part): Use it; work with message/external-body as well.
19328         (mm-save-part): Treat name and filename equally.
19330         * mm-extern.el (mm-extern-cache-contents): New function.
19331         (mm-inline-external-body): Use it; force the part to be displayed;
19332         move undisplayer added to the cached handle to the parent.
19334         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19335         (gnus-mime-view-part-as-type): Work with message/external-body.
19337         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19339 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19341         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19342         images in image-load-path.  [Sync with image.el, revision 1.60, in
19343         Emacs.]
19345 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19347         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19348         path rather than symbol.  Always return list of directories.
19349         Guarantee that image directory comes first.  [Sync with image.el,
19350         revision 1.59, in Emacs.]
19352         * message.el (message-make-tool-bar): Adjust to new API of
19353         `gmm-image-load-path-for-library'.
19355         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19357         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19359 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19361         * gnus-art.el (gnus-article-only-boring-p):
19362         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19363         intangible text.
19364         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19366 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19368         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19369         Use `defun' instead of `gmm-defun-compat'.
19371 2006-03-14  Simon Josefsson  <jas@extundo.com>
19373         * message.el (message-unique-id): Don't use message-number-base36
19374         if (user-uid) is a float.
19375         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19377 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19379         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19381         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19382         empty line between a part and a message part.
19384 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19386         * smiley.el: Add more test smileys.
19387         (smiley-data-directory, smiley-regexp-alist)
19388         (gnus-smiley-file-types): Fix doc strings.
19389         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19390         adding new elements.
19391         (smiley-mouse-map): Unused code.  Make it a comment.
19393 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19395         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19396         scan latest NoCeM messages instead of old ones.
19397         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19398         delimiters that are recently used.
19399         (gnus-nocem-load-cache): Add autoload cookie.
19401         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19403         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19404         level which is larger than gnus-use-nocem is specified.
19406         * gnus-group.el (gnus-group-get-new-news): Ditto.
19408 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19410         * gnus-util.el (gnus-tool-bar-update): New function.
19412         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19413         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19415         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19417         * gnus-group.el (gnus-group-redraw-when-idle)
19418         (gnus-group-redraw-check): Remove.
19419         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19421 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19423         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19424         if optional last element is specified in splits (FIELD VALUE...).
19426 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19428         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19429         to gmm-image-load-path-for-library.  Call with no-error argument.
19430         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19432         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19434         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19436         * gmm-utils.el (gmm-image-load-path): Remove alias.
19438 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19440         * gmm-utils.el (gmm-image-load-path): Add alias.
19442         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19443         nnml-generate-nov-databases-1.
19444         (nnml-generate-nov-databases): Use it.
19445         (nnml-generate-nov-databases-directory): Document no-active
19446         argument.
19448         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19449         directory if path is t.  Add no-error.
19451         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19452         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19454         * gnus-art.el (gnus-article-browse-delete-temp-files):
19455         Simplify resetting gnus-article-browse-html-temp-list.
19457         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19458         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19459         Add example to docstring.  Rename local variables.  Move error
19460         checks to default case in cond and simplify.
19462 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19464         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19465         handle is multipart when calling it recursively.
19466         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19468 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19470         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19471         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19473 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19475         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19476         is loaded.
19478         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19479         loaded.
19481 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19483         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19484         to "Emacs 23 (unicode)" in doc string.
19486         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19487         "Emacs 23 (unicode)" in comment.
19489 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19491         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19493         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19494         characters 160 through 255 in Emacs 23.
19496 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19498         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19499         gnus-article-browse-html-temp.
19500         (gnus-article-browse-delete-temp): Make it customizable.
19501         Add `file'.  Adjust doc string.
19502         (gnus-article-browse-delete-temp-files): Add argument.
19503         Allow query for each file.  Adjust doc string.
19504         (gnus-article-browse-html-parts):
19505         Add `gnus-article-browse-delete-temp-files' to
19506         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19508 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19510         * gnus-art.el (gnus-article-browse-html-temp)
19511         (gnus-article-browse-delete-temp): New variables.
19512         (gnus-article-browse-delete-temp-files): New function.
19513         (gnus-article-browse-html-parts): Use it.
19515 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19517         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19519         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19520         string.
19522         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19523         gnus-summary-insert-new-articles when unplugged.
19524         Remove gnus-summary-search-article-forward.
19526         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19527         display-visual-class instead of display-color-cells.
19529 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19531         * dgnushack.el: Autoload customize-group for XEmacs.
19533         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19534         message/* containing non-ASCII text properly.
19536 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19538         * message.el: Require gmm-utils, remove autoloads.
19539         (message-tool-bar): Set default based on
19540         gmm-tool-bar-style.
19541         (message-tool-bar-gnome): Add gmm-customize-mode.
19543         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19544         gmm-tool-bar-style.
19545         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19547         * gnus-group.el (gnus-group-tool-bar): Set default based on
19548         gmm-tool-bar-style.
19549         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19551         * gmm-utils.el (gmm-image-directory): Rename variable from
19552         gmm-image-load-path.
19553         (gmm-image-load-path): Use gmm-image-directory.
19554         (gmm-customize-mode): New function.
19555         (gmm-tool-bar-style): New variable.
19557         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19558         gnus-group-redraw-line-number.
19559         (gnus-group-redraw-check): Simplify.
19560         (gnus-group-tool-bar-update): Remove redraw check.
19561         (gnus-group-make-tool-bar): Add redraw check.
19563 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19565         * gnus-art.el (gnus-button): Add missing parentheses.
19567 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19569         * lpath.el: Fbind line-number-at-pos.
19571 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19573         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19575 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19577         * gnus-art.el (gnus-button): New face.
19578         (gnus-article-button-face): Use it.
19580         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19581         Add gnus-summary-next-page.  Re-order.
19583         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19584         next-node are now included.
19585         (gnus-group-redraw-line-number): New internal variable.
19586         (gnus-group-redraw-check): Helper function for updating the tool
19587         bar.
19588         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19590         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19592         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19593         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19594         Use it to match format of Spamassassin 3.0 and later.
19595         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19596         (spam-check-bogofilter)
19597         (spam-bogofilter-register-with-bogofilter): Fix args of
19598         `gnus-error' calls.
19600 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19602         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19603         unnecessary interaction when sending queued mails.
19604         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19606 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19608         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19609         first or last are nil.
19611 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19613         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19615 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19617         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19619 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19621         * dns.el (query-dns): Protect more against buggy tcp output.
19623 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19625         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19626         nov.php.
19628 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19630         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19631         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19632         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19633         output on the server side.
19634         (nnweb-google-create-mapping): Update regexps and add some
19635         progress indication.
19637 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19639         * gnus-group.el (gnus-group-tool-bar-gnome):
19640         Fix gnus-agent-toggle-plugged.  Re-order icons.
19641         (gnus-group-tool-bar-gnome):
19642         Add gnus-group-{prev,next}-unread-group.
19643         (gnus-group-tool-bar-gnome): Re-order icons.
19645         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19646         Move gnus-summary-insert-new-articles.
19648         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19649         Fix comments.
19651         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19652         also available in Emacs 21.3.
19654         * message.el (message-fix-before-sending): Change "Emacs 22" to
19655         "Emacs 23 (unicode)" in comment.
19657         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19658         "Emacs 23 (unicode)" in comment.
19660         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19661         comment.
19662         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19664         * mm-view.el (mm-fill-flowed): Add :version.
19666 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19668         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19669         and load-path.
19671 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19673         * message.el: Autoload gmm-image-load-path.
19674         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19675         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19676         consitency.
19678         * gmm-utils.el (gmm-image-load-path): Also search in
19679         "../etc/images".  Don't set gmm-image-load-path if we don't find
19680         the image.
19682 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19684         * gmm-utils.el (gmm-image-load-path): Don't make
19685         `gmm-image-load-path' include subdirectories which the second arg
19686         `image' might specify.
19688         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19689         subdirectory to icon file names.
19691         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19693 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19695         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19696         gmm-image-load-path calls.
19698         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19700         * message.el (message-make-tool-bar): Ditto.
19702         * mml.el (mml-preview): Add comment concerning tool bar icons.
19704         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19705         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19707         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19708         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19710         * message.el (message-tool-bar-gnome): Use new icon names.
19711         (message-make-tool-bar): Use `gmm-image-load-path'.
19713         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19714         New functions from MH-E.
19715         (gmm-image-load-path): New variable from MH-E.
19716         (gmm-image-load-path): New function from MH-E.  Add arguments
19717         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19718         *-image-load-path-called-flag.
19720 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19722         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19724 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19726         * nnimap.el (nnimap-request-move-article): Change folder back to
19727         source group before deleting.
19729 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19731         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19733         * gnus-art.el (mm-url-insert-file-contents-external):
19734         Autoload mm-url.
19736         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19738 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19740         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19741         coding system which mm-charset-to-coding-system returns for a
19742         given charset is valid.
19744 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19746         * html2text.el (html2text-remove-tag-list):
19747         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19749 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19751         * gnus-cus.el: Revert 2005-10-17 change.
19753 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19755         * gnus-art.el (article-strip-banner):
19756         Call article-really-strip-banner only when the regexp match is made.
19758 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19760         * gnus-art.el (article-strip-banner):
19761         Use gnus-extract-address-components instead of
19762         mail-header-parse-addresses to make it work with non-ASCII text;
19763         remove mail-encode-encoded-word-string.
19765         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19766         values which are surrounded with \"...\"; make it never cause a
19767         Lisp error; give up parsing of parameters if it failed in
19768         extracting type.
19770 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19772         * smime.el (smime-cert-by-ldap-1): Fix bug where
19773         `smime-ldap-search' returns results without userCertificates.
19775 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19777         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19779 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19781         * spam.el (spam-check-spamassassin-headers): Adapt format for
19782         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19783         <ari@mbf.ocn.ne.jp>.
19784         (spam-list-of-processors): Add spam-use-gmane.
19786 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19788         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19789         make-temp-file; make it work with XEmacs as well.
19791         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19792         mm-make-temp-file.
19794         * mm-decode.el (mm-display-external): Use the 3rd arg of
19795         mm-make-temp-file.
19796         (mm-create-image-xemacs): Ditto.
19798 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19800         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19801         with message-narrow-to-headers.
19802         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19803         (gnus-draft-check-draft-articles): New function.
19804         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19806 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19808         * gnus-art.el (gnus-article-browse-html-parts):
19809         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19810         Don't use suffix argument for mm-make-temp-file for Emacs 21
19811         compatibility.  Remove useless `format'.
19813 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19815         * nnweb.el (nnweb-google-wash-article): Update regexps.
19816         (nnweb-group-alist): Use defvoo instead of defvar.
19818 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19820         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19821         re-loading nn* modules.
19823 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19825         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19826         for `tool-bar-mode' and don't check it's default-value.
19828         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19830         * message.el (message-make-tool-bar): Ditto.
19832         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19833         `substring'.  Shorten tmp-file name.
19835         * gnus.el: Remove bogus comment.
19837 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19839         * gnus-art.el (gnus-article-browse-html-parts): New function.
19840         (gnus-article-browse-html-article): New function for viewing html
19841         articles with a browser.
19843 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19845         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19846         in elisp.
19847         (pgg-gpg-encrypt-symmetric-region): Ditto.
19848         (pgg-gpg-sign-region): Ditto.
19850         * pgg-def.el (pgg-text-mode): New variable.
19852         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19853         (mml2015-pgg-encrypt): Ditto.
19855         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19856         (mml1991-pgg-encrypt): Ditto.
19858 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19860         * nnfolder.el (nnfolder-insert-newsgroup-line):
19861         Use message-make-date instead of current-time-string.
19863         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19864         to gnus-decoded which mm-uu might set.
19866 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19868         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19869         don't decode quoted parameters; remove misimported Emacs code.
19870         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19871         (rfc2231-decode-encoded-string): Don't use split-string which
19872         behaves differently according to Emacs version; use
19873         mm-decode-coding-region to convert charset to coding-system.
19874         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19875         (rfc2231-encode-string): Remove misimported Emacs code.
19877 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19879         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19880         when calling mail-header-parse-content-type.
19881         (article-de-quoted-unreadable): Ditto.
19882         (article-de-base64-unreadable): Ditto.
19883         (article-wash-html): Ditto.
19885         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19886         calling mail-header-parse-content-type and
19887         mail-header-parse-content-disposition.
19888         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19889         mail-header-parse-content-type.
19891         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19892         insert charset and format parameters; encode description after
19893         inserting it to buffer.
19894         (mml-insert-parameter): Fold lines properly even if a parameter is
19895         segmented into two or more lines; change the max column to 76.
19897         * rfc1843.el (rfc1843-decode-article-body): Don't use
19898         ignore-errors when calling mail-header-parse-content-type.
19900         * rfc2231.el (rfc2231-parse-string): Return at least type if
19901         possible; don't cause an error even if it fails in parsing of
19902         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19903         (rfc2231-encode-string): Don't break lines at the beginning, leave
19904         it to mml-insert-parameter.
19906         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19907         calling mail-header-parse-content-type.
19909 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19911         * spam-report.el (spam-report-gmane-use-article-number):
19912         Improve doc string.
19913         (spam-report-gmane-internal): Check if a suitable header was found
19914         in the article.
19916 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19918         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19919         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19921 2006-02-05  Romain Francoise  <romain@orebokech.com>
19923         Update copyright notices of all files in the gnus directory.
19925 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19927         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19929 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19931         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19932         segmented lines of parameter value to cope with Thunderbird 1.5
19933         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19934         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19935         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19937 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19939         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19940         parts.
19942 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19944         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19945         there's only one active file for all servers.
19946         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19947         solid groups.  Gnus might have used a FAST request to select the group.
19948         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19949         and nnweb-search redundantly in the active file.
19950         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19951         (nnweb-request-create-group): Don't use ARGS.
19952         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19953         initializations.  Let nnoo do the work.
19955 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19957         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19958         Say the part has been decoded.
19960         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19962 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19964         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19965         mailcap-viewer-test-cache when there's no 'test clause, since that
19966         will invert the meaning of a "nil" test previously determined by
19967         mailcap-mailcap-entry-passes-test.
19969 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19971         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19972         compiling.
19974         * gnus-sum.el: Ditto.
19976         * message.el: Don't bind tool-bar-map when compiling.
19978 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19980         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19982 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19984         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19985         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19986         current Google Groups.
19988 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19990         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19991         and tool-bar-mode.
19993         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19994         and tool-bar-mode.
19996         * message.el (message-tool-bar-update): Simplify.
19997         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19999         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20000         gnus-summary-buffer.
20001         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20002         gnus-summary-reply.
20004         * gmm-utils.el (gmm): Add :version.
20006 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20008         * Makefile.in (clean): New rule.
20009         (distclean): Use it.
20011 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20013         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20014         Don't autoload.
20016 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20018         * gmm-utils.el (gmm-verbose): Add :group.
20020 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20022         * message.el: Change some comments WRT tool-bars.
20024         * gnus-sum.el (gnus-summary-tool-bar)
20025         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20026         (gnus-summary-tool-bar-zap-list): New variables.
20027         (gnus-summary-make-tool-bar): Complete rewrite using
20028         `gmm-tool-bar-from-list'.
20030         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20031         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20032         New variables.
20033         (gnus-group-make-tool-bar): Complete rewrite using
20034         `gmm-tool-bar-from-list'.
20035         (gnus-group-tool-bar-update): New function.
20037         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20039 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20041         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20042         is dissected into a single part of which the type is the same as
20043         the given one; decode charset.
20045 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20047         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20048         into alists as symbol not string, since that's what
20049         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20050         look for.
20052 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20054         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20055         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20057         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20059 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20061         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20062         (gnus-xmas-mime-security-button-menu): New function.
20064         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20065         (gnus-mime-security-button-menu): New definition.
20066         (gnus-mime-security-button-map): Use them.
20067         (gnus-mime-security-button-menu): New function.
20068         (gnus-insert-mime-security-button): Addition to help echo.
20069         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20070         (gnus-mime-security-pipe-part): New functions.
20072         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20073         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20075         * mm-decode.el (mm-handle-set-disposition): Remove.
20076         (mm-handle-set-description): Remove.
20078 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20080         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20081         (mm-w3m-standalone-supports-m17n-p): New function.
20082         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20083         w3m usage.
20085         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20086         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20088 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20090         * message.el (message-tool-bar-zap-list):
20091         Use gmm-tool-bar-zap-list as custom type.
20092         (message-tool-bar-update): New function.
20093         (message-tool-bar, message-tool-bar-gnome)
20094         (message-tool-bar-retro): Add message-tool-bar-update.
20095         (message-tool-bar-gnome): Add flyspell-buffer.
20097         * gnus-util.el (gnus-error): Describe `args'.
20099         * gmm-utils.el (gmm-error): Describe `args'.
20100         (gmm-tool-bar-zap-list): New widget.
20101         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20103 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20105         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20106         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20107         the number of recursive calls.
20109         * mm-decode.el (mm-handle-set-disposition): New macro.
20110         (mm-handle-set-description): New macro.
20112 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20114         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20115         encoding.
20117 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20119         * message.el (message-tool-bar-zap-list, message-tool-bar)
20120         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20121         (message-tool-bar-local-item-from-menu): Remove.
20122         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20123         (message-make-tool-bar): New function.
20124         (message-mode): Use `message-make-tool-bar'.
20126         * gmm-utils.el: New file.
20127         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20128         (gmm-lazy): New widget copied from `nnmail.el'.
20129         (gmm-tool-bar-from-list): New function for creating customizable
20130         tool bars.
20131         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20132         output.
20133         (gmm): Add :prefix to defgroup.
20135 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20137         * gmm-utils.el (gmm-widget-p): New function.
20139 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20141         * mml.el (mml-attach-file): Describe `description' in doc string.
20142         (mml-menu): Add Emacs MIME manual and PGG manual.
20144 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20146         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20148 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20150         * nntp.el (nntp-end-of-line): Doc fix.
20152 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20154         * imap.el (imap-open): Handle case where buffer is a buffer
20155         object.
20157 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20159         * gnus-delay.el (gnus-delay): Don't autoload.
20160         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20161         to be re-loaded when customizing the `gnus-delay' group.
20163 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20165         * message.el (message-insert-citation-line): Use newlines.
20167 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20169         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20170         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20171         these routines, so the passphrase can be managed externally and
20172         passed in to the system.
20173         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20174         pgg-add-passphrase-to-cache function.
20176         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20177         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20178         these routines, so the passphrase can be managed externally and
20179         passed in to the system.
20180         (pgg-pgp5-sign-region): Use new name of
20181         pgg-add-passphrase-to-cache function.
20183 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20185         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20186         part of the decoded armor to find the key-identifier.
20187         (pgg-gpg-lookup-key-owner): New function to return the
20188         human-readable identifier of a key owner.
20189         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20190         itself.
20191         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20192         the key value) if we have a key and can match it against a secret
20193         key.  Also, added a note pointing out fact that the prompt only
20194         indicates the first matching key.
20196         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20197         pgg-decrypt-region.
20198         (pgg-add-passphrase-to-cache): Rename from
20199         `pgg-add-passphrase-cache' to reduce confusion (all callers
20200         changed).
20201         (pgg-remove-passphrase-from-cache): Rename from
20202         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20203         changed).
20204         (pgg-read-passphrase, pgg-add-passphrase-cache)
20205         (pgg-remove-passphrase-cache): Add informative docstrings.
20206         (pgg-decrypt): Convey provided passphrase in subordinate call to
20207         pgg-decrypt-region.
20209 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20211         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20212         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20213         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20214         'passphrase' argument, so the passphrase can be managed externally
20215         and then passed in to the system.
20217         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20218         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20219         so the passphrase cache can be used reliably with identifiers
20220         besides a pgp packet's key id.
20222         * pgg-gpg.el (pgg-gpg-encrypt-region)
20223         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20224         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20225         these routines, so the passphrase can be managed externally and
20226         passed in to the system.
20228         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20229         'notruncate' argument, so the passphrase cache can be used
20230         reliably with identifiers besides a pgp packet's key id.
20232 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20234         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20235         symmetric encryption.
20236         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20237         encrypted session key.
20238         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20239         message ask for the passphrase in a proper way.
20241         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20242         New user commands for symmetric encryption.
20244 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20246         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20248         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20250 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20252         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20254 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20256         * mm-decode.el (mm-inlined-types): Add application/pgp.
20257         (mm-automatic-display): Ditto.
20259         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20260         part as text.
20262 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20264         * nnrss.el: Update copyright.
20265         (nnrss-opml-import): Query whether to subscribe to each entry.
20267         * gnus-art.el:
20268         * gnus-sum.el:
20269         * gnus-xmas.el:
20270         * messagexmas.el:
20271         * mm-uu.el:
20272         * mm-view.el: Update copyright.
20274 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20276         * message.el (message-info): New function.
20277         (message-mode-menu): Add it.
20278         Update copyright.
20280         * ChangeLog: Fix and update copyright.
20282 2006-01-13  Romain Francoise  <romain@orebokech.com>
20284         * message.el (message-forward-subject-name-subject): Prefer the
20285         address to 'nowhere' if the sender has no name.
20286         Fix typo.  Update copyright year.
20288 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20290         * gnus-art.el (article-wash-html):
20291         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20292         (gnus-article-wash-html-with-w3m-standalone): New function.
20294         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20295         mm-inline-text-html-render-with-w3m-standalone.
20296         (mm-text-html-washer-alist): Map w3m-standalone to
20297         gnus-article-wash-html-with-w3m-standalone.
20298         (mm-inline-text-html-render-with-w3m-standalone): New function.
20300 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20302         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20303         Improve LaTeX.
20305 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20307         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20308         (nnrss-request-article): Render text/plain parts as HTML.
20310         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20311         the buffer.
20313 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20315         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20316         custom definition of `gnus-posting-styles'.
20318         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20319         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20321 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20323         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20324         Use nntp for bug archive.
20326 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20328         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20329         parts.
20330         (nnrss-normalize-date): New function converts ISO 8601 date into
20331         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20332         (nnrss-check-group): Use it.
20334 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20336         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20338         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20339         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20340         (nnrss-insert-w3): Ditto.
20342 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20344         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20345         the articles to be forwarded including the case where neither a
20346         number of articles nor a region is specified.
20348 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20350         * nnrss.el (nnrss-request-article): Fix last change; fill
20351         text/plain parts.
20353 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20355         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20356         in text/plain part.
20357         (nnrss-check-group): Don't add excessive newline to dc:subject.
20359 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20361         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20362         article.
20364 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20366         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20367         (nnml-use-compressed-files, nnml-save-mail): Support other
20368         comression programs such as bzip2.
20370 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20372         * dns.el (query-dns): Make sure we check the buffer size before
20373         removing tcp headers.
20375 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20377         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20378         remove MIME buttons associated with multipart/alternative parts.
20379         (gnus-mime-display-alternative): Tag buttons using `article-type'
20380         text property.
20382         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20383         associated with multipart/alternative parts.
20385         * gnus-art.el (gnus-signature-separator): Fix custom type.
20387         * mm-decode.el (mm-inlined-types): Fix custom type.
20388         (mm-keep-viewer-alive-types): Ditto.
20389         (mm-automatic-display): Ditto.
20390         (mm-attachment-override-types): Ditto.
20391         (mm-inline-override-types): Ditto.
20392         (mm-automatic-external-display): Ditto.
20394 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20396         * spam-report.el (spam-report-user-mail-address)
20397         (spam-report-user-agent): New variables.
20398         (spam-report-url-ping-plain): Use spam-report-user-agent.
20400 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20402         * gnus-art.el (gnus-button-handle-custom): Do not just use
20403         `customize-apropos' for any "M-x customize-*" button but the
20404         function called for.  Accept both the function name and its
20405         argument in order to achieve this.
20406         (gnus-button-alist): Remove support for "custom:" URL's.
20407         Pass function name to `gnus-button-handle-custom' in case of "M-x
20408         customize-*" buttons.
20410 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20412         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20413         multipart/alternative and add xref to mm-discouraged-alternatives
20414         in doc string.
20416         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20417         gnus-buttonized-mime-types in doc string.
20419 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20421         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20422         Suggest image/.* in the doc string.
20424 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20426         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20427         message-marks (Debian bug#342521).
20429 2005-12-12  Simon Josefsson  <jas@extundo.com>
20431         * password.el (password-read-from-cache): Add.
20432         (password-read): Use it.
20434 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20436         * rfc2047.el (rfc2047-charset-to-coding-system):
20437         Recognize us-ascii as a MIME charset.
20439         * mm-bodies.el (mm-decode-content-transfer-encoding):
20440         Protect against the case where the 2nd arg TYPE is nil.
20442 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20444         * pop3.el (pop3-stream-type): Fix custom version.
20446         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20448 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20450         * mm-decode.el (mm-display-external): Add missing cdr.
20452 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20454         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20455         RFC1524) if it is in mailcap or add a suffix according to
20456         mailcap-mime-extensions when generating a temp filename; postpone
20457         deleting a temp file for 2 seconds for some wrappers, shell
20458         scripts, and so on, which might exit right after having started a
20459         viewer command as a background job.
20461 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20463         * nntp.el (nntp-marks-directory): Fix custom group.
20465         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20466         steps when < 10.
20468         * gnus-start.el (gnus-no-server-1):
20469         Mention `gnus-level-default-subscribed' in doc string.
20471 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20473         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20474         parens.
20476 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20478         * gnus-xmas.el (gnus-use-toolbar): Revert.
20479         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20480         gnus-use-toolbar is default.
20482         * messagexmas.el (message-use-toolbar): Revert.
20483         (message-setup-toolbar): Use global default-toolbar if
20484         message-use-toolbar is default.
20486 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20488         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20489         according to default-toolbar-visible-p.
20491         * messagexmas.el (message-use-toolbar): Ditto.
20493 2005-11-26  Dave Love  <fx@gnu.org>
20495         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20496         (tls-program, tls-success): Provide openssl alternative.
20498         * starttls.el: Doc fixes.
20499         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20500         SERVICE to PORT.
20502         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20503         port null or service name.
20504         (starttls-negotiate): Autoload.
20506 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20508         * message.el (message-kill-to-signature): Fix interactive spec.
20510 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20512         * pop3.el (pop3-open-server): Recognize a string as a service name.
20514 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20516         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20518 2005-11-23  Dave Love  <fx@gnu.org>
20520         Add pop3s, pop3/starttls.
20522         * pop3.el (pop3-authentication-scheme): Clarify doc.
20523         (open-tls-stream, starttls-open-stream): Autoload.
20524         (pop3-stream-type): New.
20525         (pop3-open-server): Use it.
20527         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20528         for POP.
20529         (mail-source-keyword-map): Add :stream for POP.
20530         (mail-source-fetch-pop): Use pop3-stream-type.
20532 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20534         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20535         of current-time-string.
20537 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20539         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20540         date header.
20542 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20544         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20545         it can seriously impact performance as it bypasses the agent's
20546         local caches.
20548 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20550         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20551         must be explicitly online rather than "not explicitly offline" for
20552         its flags to be synchronized.
20554         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20555         that gnus-uu-unmark-thread will function correctly.
20557         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20558         1024K is instead displayed as 1M.
20560 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20562         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20564 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20566         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20568 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20570         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20571         error message to display actual error condition.
20572         (gnus-agent-save-local): Avoid saving symbols that are bound to
20573         nil as they simply result in a warning message in
20574         gnus-agent-read-local.
20576 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20578         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20579         rather than make-variable-buffer-local for file-precious-flag.
20581 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20583         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20584         for duplicates which are removed.  The invalid sort check then
20585         triggers a rescan after the sort as sorting may have moved
20586         duplicate entries such that they can be cheaply detected.
20588 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20590         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20592 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20594         * gnus-agent.el (gnus-agent-article-alist-save-format):
20595         Change internal variable to a custom variable.  Change default value
20596         from compressed(2) to uncompressed(1).
20597         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20598         support for uncompressed agentview files.  Taken together, reading
20599         the agentview file should now be 6-7 times faster.
20601 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20603         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20604         as a buffer-local variable.  This avoids creating truncated
20605         dribble files as a result of a hang up, eg.
20607 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20609         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20610         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20611         XEmacs.
20613 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20615         * gnus-start.el (gnus-start-draft-setup):
20616         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20618         * gnus.el (gnus-splash): Change custom group.
20619         (gnus-group-get-parameter, gnus-group-parameter-value):
20620         Describe allow-list argument.
20622         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20623         string.
20625 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20627         * gnus-art.el (gnus-default-article-saver): Add user-defined
20628         `function' to custom type.
20630 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20632         * imap.el (imap-open): Handle case where buffer is a buffer
20633         object.
20635 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20637         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20638         long lines.
20639         (gnus-cache-delete-group): Wrap doc strings.
20641         * gnus-agent.el (gnus-agent-rename-group)
20642         (gnus-agent-delete-group): Wrap doc strings.
20644 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20646         * messagexmas.el (message-use-toolbar): Change the valid values
20647         into default, top, bottom, left, and right.
20648         (message-toolbar-thickness): New variable.
20649         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20650         well.
20651         (message-setup-toolbar): Make it work.
20653         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20654         (gnus-use-toolbar): Change the valid values into default, top,
20655         bottom, left, and right.
20656         (gnus-toolbar-thickness): New variable.
20657         (gnus-xmas-setup-toolbar): New function.
20658         (gnus-xmas-setup-group-toolbar): Use it.
20659         (gnus-xmas-setup-summary-toolbar): Use it.
20661 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20663         * gnus-start.el (gnus-1): Add "native" to
20664         gnus-predefined-server-alist.
20666         * gnus.el (gnus-method-to-server): Don't add "native" to the
20667         lists here, because that leads to problems when
20668         gnus-select-method is bound.
20670 2005-11-09  Simon Josefsson  <jas@extundo.com>
20672         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20673         use (not sort-by-date) instead.
20675 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20677         * gnus-delay.el (gnus-delay-group): Don't autoload.
20678         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20679         to be re-loaded when customizing the `gnus-delay' group.
20681 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20683         * message.el: Revert last changes.
20684         (message-insert-citation-line): Use newlines.
20686 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20688         * message.el (message-courtesy-message)
20689         (message-mark-insert-begin, message-mark-insert-end)
20690         (message-elide-ellipsis, message-cancel-message)
20691         (message-add-header, message-change-subject)
20692         (message-cross-post-followup-to-header)
20693         (message-cross-post-insert-note, message-reduce-to-to-cc)
20694         (message-widen-reply, message-delete-not-region)
20695         (message-kill-to-signature, message-insert-signature)
20696         (message-insert-importance-high, message-insert-importance-low)
20697         (message-insert-or-toggle-importance)
20698         (message-insert-disposition-notification-to)
20699         (message-indent-citation, message-yank-original)
20700         (message-cite-original-without-signature, message-cite-original)
20701         (message-insert-citation-line, message-position-on-field)
20702         (message-fix-before-sending, message-send-mail-partially)
20703         (message-send-mail, message-send-mail-with-sendmail)
20704         (message-send-mail-with-qmail, message-send-news)
20705         (message-check-news-header-syntax, message-generate-headers)
20706         (message-insert-courtesy-copy, message-fill-address)
20707         (message-fill-header, message-shorten-references)
20708         (message-setup-1, message-cancel-news)
20709         (message-forward-make-body-plain, message-forward-make-body-mime)
20710         (message-forward-make-body-mml, message-encode-message-body)
20711         (message-forward-make-body-digest-plain)
20712         (message-forward-make-body-digest-mime)
20713         (message-use-alternative-email-as-from): Insert `hard-newline'
20714         instead of ordinary newlines.
20716 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20718         * message.el (message-generate-headers): Downcase the argument
20719         given to message-check-element.
20721 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20723         * nntp.el (nntp-authinfo-rejected): New error condition.
20724         (nntp-wait-for): Use new error condition to signal authentication
20725         error.
20726         (nntp-retrieve-data): Rethrow new error condition to break out of
20727         recursive call to nntp-send-authinfo.
20729 2005-11-08  Romain Francoise  <romain@orebokech.com>
20731         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20732         (gnus-summary-exit-map): Bind to `Z p'.
20733         (gnus-summary-make-menu-bar): Add menu item.
20735 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20737         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20738         (gnus-treat-*): Add `first' in all doc strings.
20740         * gnus-group.el (gnus-group-compact-group): Fix typo.
20742 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20744         * gnus.el (gnus-parameters-case-fold-search): New variable.
20745         (gnus-parameters-get-parameter): Use it.
20747         * gnus-score.el (gnus-home-score-file): Doc fix.
20749 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20751         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20753 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20755         * mm-util.el (mm-special-display-p): New function.
20757         * mml.el (mml-preview): Use it; doc fix.
20759 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20761         * imap.el (imap-open): Handle case where buffer is a buffer object.
20763 2005-10-29  Romain Francoise  <romain@orebokech.com>
20765         * message.el (message-fix-before-sending): Fix comment.
20767 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20769         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20771 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20773         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20774         Used in gnus-score.el.
20776 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20778         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20780 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20782         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20783         whitespace removed in revision 7.8.  Use concatenated string to
20784         protect trailing whitespace.
20786 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20788         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20789         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20790         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20791         Courier IMAP ("some version from 2004").  Mostly based on similar
20792         code in the same function.
20794 2005-10-26  Didier Verna  <didier@xemacs.org>
20796         * gnus-group.el (gnus-group-compact-group): Invalidate original
20797         article buffer.
20798         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20799         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20800         NOV database and in article itself.
20801         Invalidate article backlog.
20803 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20805         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20807 2005-10-26  Simon Josefsson  <jas@extundo.com>
20809         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20810         part of 2004-07-25 change.
20812 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20814         * message.el (message-display-completion-list): New function.
20815         (message-expand-group): Use it; make sure the Completions buffer
20816         is modifiable.
20817 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20819         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20820         user-mail-name is an empty string.
20822 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20824         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20825         depending on gnus-score-decay-constant.
20827         * encrypt.el (encrypt-insert-file-contents)
20828         (encrypt-write-file-contents): Don't use `gnus-message'.
20830         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20831         arguments.
20832         (mm-uu-type-alist): Add message-marks and insert-marks.
20833         Pass arguments to mm-uu-verbatim-marks-extract.
20834         (mm-uu-hide-markers): New variable.
20835         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20837         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20838         (gnus-convert-image-to-face-command): Use "convert" by default to
20839         allow other input image formats.
20840         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20841         accordingly.
20843 2005-10-23  Simon Josefsson  <jas@extundo.com>
20845         * imap.el (imap-gssapi-program): Align command line parameters
20846         with latest GNU SASL.
20847         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20849 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20851         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20852         HTML.
20853         (nnslashdot-request-article): Ditto.
20855         * lpath.el (featurep): Add nobreak-char-display.
20857 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20859         * mail-source.el (mail-source-fetch-pop): Require pop3.
20860         (mail-source-check-pop): Ditto.
20862 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20864         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20865         errors.
20867 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20869         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20870         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20872         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20874         * mm-bodies.el (mm-decode-string):
20875         Call `mm-charset-to-coding-system' with allow-override argument.
20877 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20879         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20880         (rfc2047-charset-to-coding-system): New function.
20881         (rfc2047-decode-encoded-words): New function.
20882         (rfc2047-decode-region): Use them.
20883         (rfc2047-decode-cte): Remove.
20884         (rfc2047-parse-and-decode): Remove.
20885         (rfc2047-decode): Remove.
20887 2005-10-15  Kenichi Handa  <handa@m17n.org>
20889         * rfc2047.el (rfc2047-decode-cte): New function.
20890         (rfc2047-decode-region): Change the way to decode successive
20891         encoded-words: decode B- or Q-encoding in each encoded-word,
20892         concatenate them, and decode it as charset.
20894 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20896         * lpath.el: Fbind codepage-setup for XEmacs.
20898 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20900         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20901         widget-move-and-invoke.
20902         (gnus-custom-mode): Use gnus-custom-map.
20904 2005-10-15  Bill Wohler  <wohler@newt.com>
20906         * message.el (message-tool-bar-map): Rename image file from
20907         mail_send to mail/send.
20909 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20911         * message.el (message-expand-group): Pass the common
20912         prefix substring of completion to `display-completion-list'.
20914 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20916         * mml-sec.el (mml-secure-method): New internal variable.
20917         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20918         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20919         New functions using mml-secure-method.
20921         * mml.el (mml-mode-map): Add key bindings for those functions.
20922         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20923         Harder <harder@myrealbox.com>.
20924         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20925         Goto end of message if point is the headers of the message.
20927         * message.el (message-in-body-p): New function.
20929         * assistant.el: Autoload gnus-util and netrc.
20931         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20932         Use `mm-charset-override-alist' only when decoding.
20934         * mm-bodies.el (mm-decode-body):
20935         Call `mm-charset-to-coding-system' with allow-override argument.
20937         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20938         `filename' from Content-Disposition if Content-Type doesn't
20939         provide `name'.
20940         (gnus-mime-view-part-as-type): Set default instead of
20941         initial-input.
20943 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20945         * format-spec.el (format-spec): Propagate text properties of % spec.
20947 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20949         * gnus-art.el (gnus-treat-predicate): Add `first'.
20951 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20953         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20954         (mm-charset-override-alist): New variable.
20955         (mm-charset-to-coding-system): Use it.
20956         (mm-codepage-setup): New helper function.
20957         (mm-charset-eval-alist): New variable.
20958         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20959         Warn about unknown charsets.
20961         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20963 2005-10-04  David Hansen  <david.hansen@gmx.net>
20965         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20966         (nnrss-check-group): Ditto.
20968 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20970         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20971         Rename x-gnus-verbatim to x-verbatim.
20972         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20974         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20975         x-verbatim.
20977         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20979         * gnus-util.el (gnus-remove-duplicates): Remove.
20981         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20982         instead of gnus-remove-duplicates.
20984         * message.el (message-remove-duplicates): Remove.
20985         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20986         message-remove-duplicates.
20988         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20989         available, else use implementation from `delete-dups'.
20991         * message.el (message-insert-expires): New function.
20992         (message-mode-map): Add key binding.
20993         (message-mode-field-menu): Add menu entry.
20994         (message-mode): Document it.
20995         (message-make-expires-date): Use `message-make-date'.
20997 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20999         * message.el (message-make-expires-date): New function.
21001 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21003         * Makefile.in (list-installed-shadows): New entry.
21004         (install): Use it.
21005         (remove-installed-shadows): New entry.
21007         * dgnushack.el (dgnushack-default-load-path): New variable.
21008         (dgnushack-find-lisp-shadows): New function.
21009         (dgnushack-remove-lisp-shadows): New function.
21011 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21013         * Makefile.in (install-el-elc): New entry.
21014         (install): Use it so that .el files are necessarily installed.
21016 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21018         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21020 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21022         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21023         function rather than the diff-mode.el package.
21024         (mm-display-external): Use with-current-buffer.
21025         (mm-viewer-completion-map, mm-viewer-completion-map):
21026         Move initialization inside declaration.
21028 2005-09-29  Simon Josefsson  <jas@extundo.com>
21030         * spam.el: Load hashcash when compiling, to avoid warnings.
21031         Don't autoload mail-check-payment.
21032         (spam-check-hashcash): Define unconditionally, since hashcash.el
21033         is part of Gnus now.  Ignore errors from payment checking.
21035 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21037         * message.el (message-bold-region, message-unbold-region):
21038         Rename from `bold-region' and `unbold-region'.
21040         * message.el: Remove useless autoloads.
21042 2005-09-28  Simon Josefsson  <jas@extundo.com>
21044         * message.el (message-use-idna): Default to t.
21045         (message-use-idna): Test whether encoding works too.  Doc fix.
21047 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21049         * nntp.el (nntp-warn-about-losing-connection): Remove.
21051 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21053         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21054         customizable.  Change default value.
21055         (mm-uu-diff-groups-regexp): Change default value.
21056         (mm-uu-type-alist): Add doc string.
21057         (mm-uu-configure): Add doc string.  Make it interactive.
21058         (mm-uu-tex-groups-regexp): New variable.
21059         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21060         (mm-uu-type-alist): Add LaTeX documents.
21061         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21062         of "text/verbatim".
21063         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21065         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21066         instead of "text/verbatim".
21068         * message.el (message-mark-inserted-region)
21069         (message-mark-insert-file): Use slrn style marks when called with
21070         prefix argument.
21072 2005-09-27  Simon Josefsson  <jas@extundo.com>
21074         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21076 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21078         * message.el (message-remove-duplicates): New function.
21079         Implementation borrowed from `gnus-remove-duplicates'.
21080         (message-idna-to-ascii-rhs): Also encode idna addresses in
21081         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21082         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21083         only ask about the same idna domain once per header and also tell
21084         in what header to replace the idna domain.
21086         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21087         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21088         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21089         a header is decoded and not just the last one.
21091 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21093         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21094         has been decoded.
21096         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21097         (mm-insert-part): Don't modify text if it has been decoded.
21099         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21100         decoded.
21102         * mm-view.el (mm-inline-text): Don't strip text props unless
21103         decoding enriched or richtext parts.
21105 2005-09-25  Romain Francoise  <romain@orebokech.com>
21107         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21108         * gnus-start.el (gnus-subscribe-interactively):
21109         * gnus-uu.el (gnus-uu-grab-articles):
21110         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21111         space.
21113 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21115         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21116         * mm-view.el (mm-view-pkcs7-decrypt):
21117         * gnus-sum.el (gnus-summary-limit-to-extra)
21118         (gnus-summary-respool-article, gnus-read-move-group-name):
21119         * gnus-score.el (gnus-summary-increase-score):
21120         * gnus-util.el (gnus-completing-read-with-default):
21121         * gnus-art.el (gnus-read-save-file-name)
21122         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21123         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21124         * message.el (message-check-news-header-syntax):
21125         Follow convention for reading with the minibuffer.
21127 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21129         * spam-report.el (spam-report-url-ping-plain):
21130         Use gnus-extended-version as User-Agent.
21132         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21133         default value is nil.
21135         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21136         (mm-uu-verbatim-marks-extract): New function.
21137         (mm-uu-extract): New face.
21138         (mm-uu-copy-to-buffer): Use it.
21140         * spam-report.el (spam-report-gmane-ham): Rename from
21141         `spam-report-gmane-unspam'.
21142         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21143         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21145         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21146         Autoload.
21147         (spam-report-gmane-unregister-routine):
21148         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21150 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21152         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21153         (spam-report-gmane-unregister-routine): Add support for gmane
21154         unregistration.
21156         * spam-report.el (spam-report-gmane-unspam)
21157         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21158         (spam-report-gmane): Change to take a single article and do unspam
21159         registration.
21161 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21163         * mm-url.el (mm-url-decode-entities): Fix regexp.
21165 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21167         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21168         default to nil, to be able to use Gnus at all.  If the default
21169         switches to something else, then the function should be fixed not
21170         be exceedingly slow.
21172 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21174         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21175         fail hard.
21177         * spam-report.el: Add better Keywords line.
21179         * spam.el: Add Maintainer and better Keywords line.
21181 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21183         * gnus-art.el (gnus-article-replace-part)
21184         (gnus-mime-replace-part): New functions.
21185         (gnus-mime-action-alist, gnus-mime-button-commands)
21186         (gnus-mime-save-part-and-strip): Add file argument.
21187         (gnus-article-part-wrapper): Add interactive argument.
21189         * gnus-sum.el (gnus-summary-mime-map):
21190         Add `gnus-article-replace-part'.
21192 2005-09-19  Didier Verna  <didier@xemacs.org>
21194         The nnml compaction feature:
21195         * nnml.el (nnml-request-compact-group): New function.
21196         * nnml.el (nnml-request-compact): New function.
21197         * gnus-int.el (gnus-request-compact-group): New function.
21198         * gnus-int.el (gnus-request-compact): New function.
21199         * gnus-group.el (gnus-group-compact-group): New function.
21200         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21201         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21202         * gnus-srvr.el (gnus-server-compact-server): New function.
21203         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21204         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21206 2005-09-18  Deepak Goel  <deego@gnufans.org>
21208         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21209         format spec.
21211 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21213         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21215 2005-09-15  Romain Francoise  <romain@orebokech.com>
21217         * message.el (message-fill-paragraph): Clarify docstring.
21219 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21221         * gnus-art.el (gnus-mime-display-part): Protect against broken
21222         MIME messages.
21224 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21226         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21227         before parsing header.
21229 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21231         * html2text.el (html2text-replace-list): Add new entities.
21233 2005-09-11  Romain Francoise  <romain@orebokech.com>
21235         * message.el (message-alternative-emails): Improve docstring.
21236         (message-setup-1): Call `message-use-alternative-email-as-from'
21237         after `message-setup-hook' to give it precedence over posting
21238         styles, etc.
21239         (message-use-alternative-email-as-from): Add docstring.
21240         Remove the original From header if present.
21242         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21243         (nnml-save-mail): Use it.
21245         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21246         articles.  Add new argument `silent'.
21247         (gnus-uu-mark-all): Report the total number of marked articles.
21249 2005-09-10  Romain Francoise  <romain@orebokech.com>
21251         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21252         (gnus-uu-mark-series): Likewise.
21254 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21256         * spam-report.el (spam-report-gmane): Fix generation of spam
21257         report URL.
21259 2005-09-10  Simon Josefsson  <jas@extundo.com>
21261         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21262         t, based on discussion on the ding list with Robert Epprecht
21263         <epprecht@solnet.ch>.
21265 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21267         * spam-report.el (spam-report-gmane): Make it work without
21268         X-Report-Spam header.  Gmane now only provides Archived-At.
21269         This is only used if `spam-report-gmane-use-article-number' is nil.
21270         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21272         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21273         make `gnus-summary-sort-by-recipient' work with threading.
21275         * nnweb.el (nnweb-google-wash-article): Print a message if article
21276         is not available.
21278 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21280         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21281         change.  Decode text/* parts content before displaying.
21283 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21285         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21287 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21289         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21291         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21292         url-package-name, url-package-version,
21293         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21294         w3m-display-inline-images, and w3m-minor-mode-map.
21296 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21298         * message.el (message-tab-body-function): Fix mismatched custom type.
21300         * gnus.el (gnus-group-change-level-function): Ditto.
21302         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21304         * gnus-art.el (gnus-signature-limit)
21305         (gnus-article-mime-part-function): Ditto.
21307 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21309         * mml.el (mml-mode): Silence the byte compiler.
21311         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21312         using `(sit-for 0)' before moving the point to the specified part;
21313         skip unbuttonized parts.
21314         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21315         return to the summary window if gnus-auto-select-part is non-nil.
21317 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21319         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21320         New variables.
21321         (mml-dnd-attach-file, mml-mode): Use them.
21323         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21324         Make fetching article by MID work again for Google Groups.
21325         Add FIXME concerning gnus-group-make-web-group.
21327         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21328         Don't depend on Gnus by using mail-extract-address-components if
21329         gnus-extract-address-components is not bound.
21331 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21333         * gnus-art.el (gnus-mime-display-security): Don't display the
21334         signature, but only the signed part.
21336 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21338         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21340         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21341         list, not listp.
21343 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21345         * mm-encode.el (mm-encode-content-transfer-encoding):
21346         Likewise when encoding.
21348         * mm-bodies.el (mm-decode-content-transfer-encoding):
21349         De-canonicalize CRLF for all text content types, not just
21350         text/plain.
21352 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21354         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21355         valid article; point arrow and cursor at the MIME button.
21357 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21359         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21360         Suggested by Dan Christensen <jdc@uwo.ca>.
21362         * mm-decode.el (mm-save-part): Enable change of prompt.
21364 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21366         * gnus-msg.el (gnus-inews-add-send-actions):
21367         Make `message-post-method' lambda parameter ARG `&optional'.
21369 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21371         * gnus-sum.el (gnus-summary-mime-map):
21372         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21373         gnus-article-jump-to-part.
21375         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21376         (gnus-article-edit-part): Use it.
21377         (gnus-article-part-wrapper): Add no-handle argument.
21378         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21379         New functions.
21381 2005-08-29  Romain Francoise  <romain@orebokech.com>
21383         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21384         docstring.
21385         (gnus-face-from-file): Likewise.
21387 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21389         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21390         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21391         non-nil.
21392         (gnus-auto-select-part): New variable.
21393         (gnus-article-jump-to-part): New function.
21394         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21395         (gnus-mime-delete-part): Allow selecting specified part after
21396         deleting or stripping parts.
21397         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21398         part if argument is bogus.
21400 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21402         * gnus-art.el (w3m-minor-mode-map):
21403         * gnus-spec.el (gnus-newsrc-file-version):
21404         * gnus-util.el (nnmail-active-file-coding-system)
21405         (gnus-original-article-buffer, gnus-user-agent):
21406         * gnus.el (gnus-ham-process-destinations)
21407         (gnus-parameter-ham-marks-alist)
21408         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21409         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21410         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21411         * mm-decode.el (gnus-current-window-configuration):
21412         * mm-extern.el (gnus-article-mime-handles):
21413         * mm-url.el (url-current-object, url-package-name)
21414         (url-package-version):
21415         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21416         (smime-keys, w3m-cid-retrieve-function-alist)
21417         (w3m-current-buffer, w3m-display-inline-images)
21418         (w3m-minor-mode-map):
21419         * mml-smime.el (gnus-extract-address-components):
21420         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21421         (gnus-newsrc-hashtb, message-default-charset)
21422         (message-deletable-headers, message-options)
21423         (message-posting-charset, message-required-mail-headers)
21424         (message-required-news-headers):
21425         * mml1991.el (mc-pgp-always-sign):
21426         * mml2015.el (mc-pgp-always-sign):
21427         * nnheader.el (nnmail-extra-headers):
21428         * rfc1843.el (gnus-decode-encoded-word-function)
21429         (gnus-decode-header-function, gnus-newsgroup-name):
21430         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21432 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21434         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21435         the end of the date treatments.
21437 2005-08-15  Simon Josefsson  <jas@extundo.com>
21439         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21440         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21441         Capello and Romain Francoise.
21442         (pgg-fetch-key-function): Remove, not used?
21443         (pgg-insert-url-with-w3): Require url, to get
21444         url-insert-file-contents regardless of where it is defined.
21446 2005-08-13  Romain Francoise  <romain@orebokech.com>
21448         * message.el (message-cite-original-1): New function.
21449         (message-cite-original): Use it.
21450         (message-cite-original-without-signature): Ditto.
21452 2005-08-08  Romain Francoise  <romain@orebokech.com>
21454         * message.el (message-yank-empty-prefix): New variable.
21455         (message-indent-citation): Use it.
21456         (message-cite-original-without-signature): Respect X-No-Archive.
21458 2005-08-08  Simon Josefsson  <jas@extundo.com>
21460         * pgg.el: Autoload url-insert-file-contents instead of loading
21461         w3/url.
21462         (pgg-insert-url-with-w3): Don't load url here.
21464 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21466         * message.el (message-kill-to-signature): Don't insert newline at
21467         bol.
21468         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21470 2005-08-06  Romain Francoise  <romain@orebokech.com>
21472         * message.el (message-user-fqdn): Fix typo in docstring.
21474 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21476         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21478         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21480 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21482         * mm-bodies.el (mm-encode-body): Use coding system rather than
21483         charset to encode text.
21485         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21486         number of charsets if utf-8 is available (XEmacs).
21488 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21490         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21491         taken from `gnus-button-mid-or-mail-regexp'.
21492         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21493         (gnus-button-alist): Improve regexp for domain part of the MIDs
21494         for news:localpart@domain buttons.
21495         (gnus-button-ctan-directory-regexp): Update.
21497 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21499         * sieve-manage.el (sieve-manage-interactive-login):
21500         Use make-local-variable rather than make-variable-buffer-local.
21501         (sieve-manage-open): Ditto.
21502         (sieve-manage-authenticate): Ditto.
21504         * mml.el (mml-generate-mime-1): Make the content type default to
21505         text/plain if the filename is not specified.
21507 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21509         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21510         instead of insert-buffer.
21512         * message.el (message-yank-original): Ditto; set the mark at the
21513         end of the yanked message.
21515 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21517         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21518         lines to scroll rather than to stop it.
21520         * mml.el (mml-generate-default-type): Add doc string.
21521         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21522         default to application/octet-stream when determining the content
21523         type if it is not specified for the part or the mml contents; add
21524         a comment about mml-generate-default-type.
21526 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21528         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21529         make it default to application/octet-stream when determining the
21530         content type if it is not specified for the external contents.
21532 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21534         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21535         segmented parameter but also other parameters might be there.
21537 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21539         * mm-decode.el (mm-display-external): Delete temp file, directory
21540         and buffer immediately if the external process is exited.
21542 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21544         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21545         fewer lines than that of scroll-margin.
21546         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21548 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21550         * gnus-art.el (gnus-article-next-page): Revert.
21551         (gnus-article-beginning-of-window): New macro.
21552         (gnus-article-next-page-1): Use it.
21553         (gnus-article-prev-page): Ditto.
21554         (gnus-article-edit-part): Use insert-buffer-substring instead of
21555         insert-buffer.
21556         (gnus-article-edit-exit): Ditto.
21558         * gnus-util.el (gnus-beginning-of-window): Remove.
21559         (gnus-end-of-window): Remove.
21561         * lpath.el: Don't bind header-line-format and scroll-margin.
21563 2005-07-25  Simon Josefsson  <jas@extundo.com>
21565         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21566         to have the url package without w3.  Reported by Daiki Ueno
21567         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21569 2005-07-20  Didier Verna  <didier@xemacs.org>
21571         * gnus-diary.el: Remove the description comment (nndiary is now
21572         properly documented in the Gnus manual).
21573         Fix the spelling of "Back End".
21574         * nndiary.el: Ditto.
21575         Fix the copyright notice.
21577 2005-07-18  Romain Francoise  <romain@orebokech.com>
21579         * gnus-sum.el (gnus-summary-to-prefix)
21580         (gnus-summary-newsgroup-prefix): New variables.
21581         (gnus-summary-from-or-to-or-newsgroups): Use them.
21583 2005-07-17  Romain Francoise  <romain@orebokech.com>
21585         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21586         space as it's generally not especially interesting to the user.
21588 2005-07-16  Romain Francoise  <romain@orebokech.com>
21590         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21591         nil to avoid prompting and file modification if one of the
21592         messages at the top of the nnfolder file contains a copyright
21593         notice.
21594         Update copyright notice.
21596         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21597         instead of `current-time-string' as the latter creates a time
21598         string that is not RFC 2822 compliant (it lacks the zone).
21599         Update copyright notice.
21601 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21603         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21604         for text/rtf.  Display default in prompt.  Pass default for M-n.
21606         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21608 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21610         * gnus-msg.el (gnus-button-mailto):
21611         Remove save-selected-window-window hackery because it relies on
21612         save-selected-window internals.
21614 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21616         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21617         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21618         (gnus-article-prev-page): Ditto.
21620         * gnus-util.el (gnus-beginning-of-window): New function.
21621         (gnus-end-of-window): New function.
21623         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21625 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21627         * gnus-score.el (gnus-score-edit-all-score):
21628         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21629         gnus-message.
21631 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21633         * gnus-msg.el (gnus-button-mailto):
21634         Remove save-selected-window-window hackery because it relies on
21635         save-selected-window internals.
21637 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21639         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21640         add-minor-mode.
21641         (gnus-binary-mode): Ditto.
21643         * gnus-topic.el (gnus-topic-mode): Ditto.
21645 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21647         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21648         (gnus-article-prev-page): Take scroll-margin into consideration.
21650 2005-07-04  Lute Kamstra  <lute@gnu.org>
21652         Update FSF's address in GPL notices.
21654 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21656         * gnus.el (gnus-exit):
21657         * gnus-group.el (gnus-group-icons):
21658         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21660         * gnus-nocem.el (gnus-nocem):
21661         * message.el (message-various, message-buffers, message-sending)
21662         (message-interface, message-forwarding, message-insertion)
21663         (message-headers, message-news, message-mail):
21664         * pgg-gpg.el (pgg-gpg):
21665         * pgg-parse.el (pgg-parse):
21666         * pgg-pgp.el (pgg-pgp):
21667         * pgg-pgp5.el (pgg-pgp5):
21668         * pop3.el (pop3): Finish `defgroup' description with period.
21670 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21672         * gnus-art.el (article-display-face): Improve the efficiency.
21673         (article-display-x-face): Ditto; remove gray x-face stuff.
21675 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21677         * gnus-art.el (article-display-face): Correct the position in
21678         which Faces are inserted.
21680 2005-06-29  Didier Verna  <didier@xemacs.org>
21682         * gnus-art.el (article-display-face): Display faces in correct
21683         order.
21685 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21687         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21688         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21689         (gnus-nocem-check-article): Fetch the Type header.
21690         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21691         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21692         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21693         make sure gnus-nocem-hashtb is initialized.
21694         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21695         (gnus-nocem-unwanted-article-p): Ditto.
21697         * pgg.el (pgg-verify): Return the verification result.
21699 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21701         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21702         is ascii.
21704 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21706         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21707         `show-nonbreak-escape'.
21709 2005-06-23  Lute Kamstra  <lute@gnu.org>
21711         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21713         * dig.el (dig-mode):
21714         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21716 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21718         * nnimap.el (nnimap-split-download-body): Fix spellings.
21720 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21722         * gnus-art.el (gnus-article-encrypt-body):
21723         * gnus-cus.el (gnus-score-customize):
21724         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21725         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21727 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21729         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21730         header by looking for magic "MII" at the beginning.
21732 2005-06-16  Miles Bader  <miles@gnu.org>
21734         * gnus-xmas.el (gnus-xmas-group-startup-message):
21735         Use renamed gnus-splash face.
21737         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21738         (assistant-field-face): New backward-compatibility alias for renamed
21739         face.
21740         (assistant-render-text): Use renamed assistant-field face.
21742         * spam.el (spam): Remove "-face" suffix from face name.
21743         (spam-face): New backward-compatibility alias for renamed face.
21744         (spam-face, spam-initialize): Use renamed spam face.
21746         * message.el (message-header-to, message-header-cc)
21747         (message-header-subject, message-header-newsgroups)
21748         (message-header-other, message-header-name)
21749         (message-header-xheader, message-separator, message-cited-text)
21750         (message-mml): Remove "-face" suffix from face names.
21751         (message-header-to-face, message-header-cc-face)
21752         (message-header-subject-face, message-header-newsgroups-face)
21753         (message-header-other-face, message-header-name-face)
21754         (message-header-xheader-face, message-separator-face)
21755         (message-cited-text-face, message-mml-face):
21756         New backward-compatibility aliases for renamed faces.
21757         (message-font-lock-keywords): Use renamed message faces.
21759         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21760         (sieve-test-commands, sieve-tagged-arguments):
21761         Remove "-face" suffix from face names.
21762         (sieve-control-commands-face, sieve-action-commands-face)
21763         (sieve-test-commands-face, sieve-tagged-arguments-face):
21764         New backward-compatibility aliases for renamed faces.
21765         (sieve-control-commands-face, sieve-action-commands-face)
21766         (sieve-test-commands-face, sieve-tagged-arguments-face):
21767         Use renamed sieve faces.
21769         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21770         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21771         (gnus-group-news-3-empty, gnus-group-news-4)
21772         (gnus-group-news-4-empty, gnus-group-news-5)
21773         (gnus-group-news-5-empty, gnus-group-news-6)
21774         (gnus-group-news-6-empty, gnus-group-news-low)
21775         (gnus-group-news-low-empty, gnus-group-mail-1)
21776         (gnus-group-mail-1-empty, gnus-group-mail-2)
21777         (gnus-group-mail-2-empty, gnus-group-mail-3)
21778         (gnus-group-mail-3-empty, gnus-group-mail-low)
21779         (gnus-group-mail-low-empty, gnus-summary-selected)
21780         (gnus-summary-cancelled, gnus-summary-high-ticked)
21781         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21782         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21783         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21784         (gnus-summary-low-undownloaded)
21785         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21786         (gnus-summary-low-unread, gnus-summary-normal-unread)
21787         (gnus-summary-high-read, gnus-summary-low-read)
21788         (gnus-summary-normal-read, gnus-splash):
21789         Remove "-face" suffix from face names.
21790         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21791         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21792         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21793         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21794         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21795         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21796         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21797         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21798         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21799         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21800         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21801         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21802         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21803         (gnus-summary-normal-ticked-face)
21804         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21805         (gnus-summary-normal-ancient-face)
21806         (gnus-summary-high-undownloaded-face)
21807         (gnus-summary-low-undownloaded-face)
21808         (gnus-summary-normal-undownloaded-face)
21809         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21810         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21811         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21812         (gnus-splash-face):
21813         New backward-compatibility aliases for renamed faces.
21814         (gnus-group-startup-message): Use renamed gnus faces.
21816         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21817         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21818         (gnus-server-agent): Remove "-face" suffix from face names.
21819         (gnus-server-agent-face, gnus-server-opened-face)
21820         (gnus-server-closed-face, gnus-server-denied-face)
21821         (gnus-server-offline-face):
21822         New backward-compatibility aliases for renamed faces.
21823         (gnus-server-agent-face, gnus-server-opened-face)
21824         (gnus-server-closed-face, gnus-server-denied-face)
21825         (gnus-server-offline-face): Use renamed gnus faces.
21827         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21828         Remove "-face" suffix from face names.
21829         (gnus-picon-xbm-face, gnus-picon-face):
21830         New backward-compatibility aliases for renamed faces.
21832         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21833         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21834         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21835         (gnus-cite-11): Remove "-face" suffix from face names.
21836         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21837         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21838         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21839         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21840         New backward-compatibility aliases for renamed faces.
21841         (gnus-cite-attribution-face, gnus-cite-face-list)
21842         (gnus-article-boring-faces): Use renamed gnus faces.
21844         * gnus-art.el (gnus-signature, gnus-header-from)
21845         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21846         (gnus-header-content): Remove "-face" suffix from face names.
21847         (gnus-signature-face, gnus-header-from-face)
21848         (gnus-header-subject-face, gnus-header-newsgroups-face)
21849         (gnus-header-name-face, gnus-header-content-face):
21850         New backward-compatibility aliases for renamed faces.
21851         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21853         * gnus-sum.el (gnus-summary-selected-face)
21854         (gnus-summary-highlight): Use renamed gnus faces.
21855         * gnus-group.el (gnus-group-highlight): Likewise.
21857 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21859         * gnus-sieve.el (gnus-sieve-article-add-rule):
21860         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21861         * spam-stat.el (spam-stat-buffer-change-to-spam)
21862         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21864         * message.el (message-is-yours-p):
21865         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21867 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21869         * mm-view.el (mm-inline-text): Withdraw the last change.
21871 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21873         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21874         executing enriched-decode.
21876 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21878         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21879         charset of tar files.
21881 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21883         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21885 2005-06-04  Lute Kamstra  <lute@gnu.org>
21887         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21888         information is never recorded.
21890 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21892         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21894 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21896         * pop3.el (pop3-apop): Run md5 in the binary mode.
21898         * starttls.el (starttls-set-process-query-on-exit-flag):
21899         Use eval-and-compile.
21901 2005-05-31  Simon Josefsson  <jas@extundo.com>
21903         * smime.el (smime-replace-in-string): Define.
21904         (smime-cert-by-ldap-1): Use it.
21906 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21908         * gnus-art.el (article-display-x-face): Replace
21909         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21911         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21912         set-process-query-on-exit-flag or process-kill-without-query.
21914         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21915         loop instead of replace-regexp.
21917         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21918         instead of process-kill-without-query if it is available.
21920         * lpath.el: Fbind ldap-search-entries.
21922         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21923         instead of find-file-hooks if it is available.
21925         * mml1991.el: Bind pgg-default-user-id when compiling.
21927         * mml2015.el: Bind pgg-default-user-id when compiling.
21929         * nndraft.el (nndraft-request-associate-buffer):
21930         Use write-contents-functions instead of write-contents-hooks if it is
21931         available.
21933         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21934         instead of find-file-hooks if it is available.
21936         * nntp.el (nntp-open-connection): Replace
21937         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21938         (nntp-open-ssl-stream): Ditto.
21939         (nntp-open-tls-stream): Ditto.
21941         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21942         set-process-query-on-exit-flag or process-kill-without-query.
21943         (starttls-open-stream-gnutls): Use it instead of
21944         process-kill-without-query.
21945         (starttls-open-stream): Ditto.
21947 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21949         * smime.el (smime-cert-by-ldap-1): Don't use
21950         replace-regexp-in-string.
21952 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21954         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21956         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21957         in PEM format.  Adjust to the XEmacs compatibility.
21959 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21961         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21962         by `string-to-number'.
21963         * gnus-agent.el (gnus-agent-regenerate-group)
21964         (gnus-agent-fetch-articles): Ditto.
21965         * gnus-art.el (gnus-button-fetch-group): Ditto.
21966         * gnus-cache.el (gnus-cache-generate-active)
21967         (gnus-cache-articles-in-group): Ditto.
21968         * gnus-group.el (gnus-group-set-current-level)
21969         (gnus-group-insert-group-line): Ditto.
21970         * gnus-score.el (gnus-score-set-expunge-below)
21971         (gnus-score-set-mark-below, gnus-summary-score-effect)
21972         (gnus-summary-score-entry): Ditto.
21973         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21974         (gnus-soup-pack): Ditto.
21975         * gnus-spec.el (gnus-xmas-format): Ditto.
21976         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21977         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21978         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21979         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21980         * nndb.el (nndb-get-remote-expire-response): Ditto.
21981         * nndiary.el (nndiary-parse-schedule-value)
21982         (nndiary-string-to-number, nndiary-request-replace-article)
21983         (nndiary-request-article): Ditto.
21984         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21985         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21986         * nneething.el (nneething-make-head): Ditto.
21987         * nnfolder.el (nnfolder-request-article)
21988         (nnfolder-retrieve-headers): Ditto.
21989         * nnheader.el (nnheader-file-to-number): Ditto.
21990         * nnkiboze.el (nnkiboze-request-article): Ditto.
21991         * nnmail.el (nnmail-process-unix-mail-format)
21992         (nnmail-process-babyl-mail-format): Ditto.
21993         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21994         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21995         (nnmh-request-create-group, nnmh-request-list-1)
21996         (nnmh-request-group, nnmh-request-article): Ditto.
21997         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21998         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21999         * nnsoup.el (nnsoup-make-active): Ditto.
22000         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22001         * nntp.el (nntp-find-group-and-number)
22002         (nntp-retrieve-headers-with-xover): Ditto.
22003         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22004         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22005         (pgg-format-key-identifier): Ditto.
22006         * pop3.el (pop3-last, pop3-stat): Ditto.
22007         * qp.el (quoted-printable-decode-region): Ditto.
22009         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22010         of concat.
22012 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22014         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22016         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22018         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22020         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22022         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22024         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22026         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22027         (gnus-carpal-mode): Ditto.
22029         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22030         (gnus-browse-mode): Ditto.
22032         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22034         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22036 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22038         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22040 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22042         * gnus-util.el (gnus-run-mode-hooks): New function.
22044         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22046         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22047         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22049 2005-05-27  Lute Kamstra  <lute@gnu.org>
22051         * dns-mode.el (dns-mode): Specify customization group.
22053 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22055         * gnus-agent.el (gnus-agent-make-mode-line-string):
22056         Use mode-line-highlight as mouse-face.
22058 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22060         * canlock.el (canlock): Change the parent group to news.
22062         * deuglify.el (gnus-outlook-deuglify): Add :group.
22064         * dig.el (dig): Add :group.
22066         * dns-mode.el (dns-mode): Add :group.
22068         * encrypt.el (encrypt): Add :group.
22070         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22071         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22072         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22073         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22074         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22076         * gnus-diary.el (gnus-diary): Add :group.
22078         * gnus.el (gnus-group-news-1-face): Add :group.
22079         (gnus-group-news-1-empty-face): Ditto.
22080         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22081         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22082         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22083         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22084         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22085         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22086         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22087         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22088         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22089         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22090         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22091         (gnus-summary-high-ticked-face): Ditto.
22092         (gnus-summary-low-ticked-face): Ditto.
22093         (gnus-summary-normal-ticked-face): Ditto.
22094         (gnus-summary-high-ancient-face): Ditto.
22095         (gnus-summary-low-ancient-face): Ditto.
22096         (gnus-summary-normal-ancient-face): Ditto.
22097         (gnus-summary-high-undownloaded-face): Ditto.
22098         (gnus-summary-low-undownloaded-face): Ditto.
22099         (gnus-summary-normal-undownloaded-face): Ditto.
22100         (gnus-summary-high-unread-face): Ditto.
22101         (gnus-summary-low-unread-face): Ditto.
22102         (gnus-summary-normal-unread-face): Ditto.
22103         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22104         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22106         * hashcash.el (hashcash): New custom group.
22107         (hashcash-default-payment): Add :group.
22108         (hashcash-payment-alist): Ditto.
22109         (hashcash-default-accept-payment): Ditto.
22110         (hashcash-accept-resources): Ditto.
22111         (hashcash-path): Ditto.
22112         (hashcash-extra-generate-parameters): Ditto.
22113         (hashcash-double-spend-database): Ditto.
22114         (hashcash-in-news): Ditto.
22116         * message.el (message-minibuffer-local-map): Add :group.
22118         * netrc.el (netrc): Add :group.
22120         * sieve-manage.el (sieve-manage-log): Add :group.
22121         (sieve-manage-default-user): Diito.
22122         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22123         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22124         (sieve-manage-authenticators): Ditto.
22125         (sieve-manage-authenticator-alist): Ditto.
22126         (sieve-manage-default-port): Ditto.
22128         * sieve-mode.el (sieve-control-commands-face): Add :group.
22129         (sieve-action-commands-face): Ditto.
22130         (sieve-test-commands-face): Ditto.
22131         (sieve-tagged-arguments-face): Ditto.
22133         * smime.el (smime): Add :group.
22135         * spam-report.el (spam-report): Add :group.
22137         * spam.el (spam, spam-face): Add :group.
22139 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22141         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22142         return \n.\n.\n at the end of articles.  Protect against that.
22143         (nntp-with-open-group): Allow debugging.
22145         * nnheader.el (mail-header-set-extra): Make into a function
22146         because I just could't understand how to quote the list properly.
22148         * dns.el (query-dns-cached): New function.
22150 2005-05-26  Lute Kamstra  <lute@gnu.org>
22152         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22154 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22156         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22158         * gnus-art.el: Don't autoload mail-extract-address-components.
22160         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22161         eval-and-compile to evaluate it.
22163         * hashcash.el: Don't autoload executable-find.
22165         * nndb.el: Don't declare the nndb back end two or more times; don't
22166         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22168         * nntp.el: Autoload format-spec instead of format; use
22169         eval-and-compile to evaluate autoload forms.
22171 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22173         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22175 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22177         * gnus.el (gnus-version-number): Bump version.
22179 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22181         * gnus.el: No Gnus v0.3 is released.
22183 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22185         * lpath.el (featurep): Bind show-nonbreak-escape.
22187 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22189         * gnus-art.el (gnus-article-edit-part): Disable undo.
22191 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22193         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22194         gnus-article-date-lapsed-new-header is t if date timer is active;
22195         skip headers in which the original date value is empty.
22196         (gnus-article-save-original-date): Redefine it as a macro.
22197         (gnus-display-mime): Use it.
22199 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22201         * gnus-art.el (article-date-ut): Support converting date in
22202         forwarded parts as well.
22203         (gnus-article-save-original-date): New function.
22204         (gnus-display-mime): Use it.
22206 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22208         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22209         enclosure element of <item>.
22211 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22213         * message.el (message-kill-buffer-query): Rename from
22214         `message-kill-buffer-query-if-modified'.  Add :version.
22216 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22218         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22219         window layout.
22221 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22223         * mml.el: Autoload dnd when compiling.
22225 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22227         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22228         x-dnd-*.
22230 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22232         * qp.el (quoted-printable-encode-region): Save excursion.
22234 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22236         * message.el (message-kill-buffer-query-if-modified): Add new variable
22237         so the user can kill a modified message buffer quickly.
22238         (message-kill-buffer): Use it.
22240 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22242         * lpath.el: Fbind display-time-event-handler; don't fbind
22243         string-to-multibyte.
22245         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22247 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22249         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22250         contained in text because xml.el decodes entities) with LFs.
22252 2005-04-11  Lute Kamstra  <lute@gnu.org>
22254         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22255         differently.
22257 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22259         * mm-util.el (mm-detect-coding-region): Typo.
22261 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22263         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22265 2005-04-06  Deepak Goel  <deego@gnufans.org>
22267         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22268         user-function allow user modifications of the scores.
22269         (spam-stat-score-buffer-user): New function, to allow
22270         user-computed modifications to the score.
22271         (spam-stat-score-buffer-user-functions): List of additional
22272         scoring functions.
22273         (spam-stat-error-holder): Global temporary error holder.
22274         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22275         variable.
22277 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22279         * gnus-registry.el (gnus-registry-clean-empty-function)
22280         (gnus-registry-trim, gnus-registry-fetch-groups)
22281         (gnus-registry-delete-group): Groups that match
22282         `gnus-registry-ignored-groups' are removed from the registry
22283         entries, not just ignored for splitting.  This helps clean up the
22284         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22285         to get all the groups a message ID is in.
22287         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22288         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22289         (spam-stat-score-buffer-user-functions): Add :number custom type.
22291 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22293         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22294         argument in XEmacs.
22296         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22297         (nnrss-request-group): Decode group name first.
22298         (nnrss-request-article): Make a text/plain article if mml-to-mime
22299         failed.
22300         (nnrss-get-encoding): Return a compatible encoding according to
22301         nnrss-compatible-encoding-alist.
22302         (nnrss-find-el): Use consp instead of listp.
22303         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22305 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22307         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22308         which Emacs 20 doesn't support.
22309         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22311 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22313         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22314         silence the byte compiler inside the defun.
22316         * gnus-demon.el (parse-time-string): Add autoload.
22318         * gnus-delay.el (parse-time-string): Add autoload.
22320         * gnus-art.el (parse-time-string): Add autoload.
22322         * nnultimate.el (parse-time): Require for `parse-time-string'.
22324 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22326         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22328         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22330         * smime.el (smime-ldap-host-list): Add :version.
22332 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22334         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22335         pass it to `gnus-browse-read-group'.
22336         (gnus-browse-read-group): Add NUMBER argument and pass it to
22337         `gnus-group-read-ephemeral-group'.
22339         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22340         argument and pass it to `gnus-group-read-group'.
22342 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22344         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22345         mm-xemacs-find-mime-charset-1 if we have the mule feature
22346         available at runtime.
22348 2005-03-25  Werner Lemberg  <wl@gnu.org>
22350         * nnmaildir.el: Replace `illegal' with `invalid'.
22352 2005-03-23  Lute Kamstra  <lute@gnu.org>
22354         * time-date.el: Add comment on time value formats.
22355         Don't require parse-time.
22356         (with-decoded-time-value): New macro.
22357         (encode-time-value): New function.
22358         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22359         (days-to-time): Return a valid time value when arg is huge.
22360         (time-since): Use time-subtract.
22361         (time-to-number-of-days): Use time-to-seconds.
22363 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22365         * gnus-start.el (gnus-display-time-event-handler):
22366         Check display-time-timer at runtime rather than only at load time
22367         in case display-time-mode is turned off in the mean time.
22369 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22371         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22372         used.
22374         * nneething.el (nneething-map-file-directory): Derive from
22375         `gnus-directory'.
22377         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22378         the To/Cc button.
22380 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22382         * nnmaildir.el (nnmaildir-request-accept-article):
22383         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22385 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22387         * gnus-async.el: Require timer-funcs at compile time when in
22388         XEmacs for `run-with-idle-timer'.
22390 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22392         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22393         autoloaded function.
22395 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22397         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22399 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22401         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22403 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22405         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22406         Add gnus-expert-user to default.
22408 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22410         * nnimap.el (nnimap-open-server): Ditto.
22412         * imap.el (imap-authenticate): Fix typo.
22414 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22416         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22417         buffer (since IMAP server might return FETCH response out of
22418         order, and the nntp buffer must be sorted).
22420 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22422         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22423         comparison on string.
22425         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22426         (gnus-agent-score): Rename category keywords to match gnus-cus.
22427         (gnus-agent-summary-fetch-series): Modify to protect against
22428         gnus-agent-summary-fetch-group clearing processable flags.
22429         (gnus-agent-synchronize-group-flags): Update live group buffer as
22430         synchronization may occur due to the user toggle the plugged
22431         status.
22432         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22433         successfully downloaded.
22434         (gnus-agent-expire-group-1): Avoid using markers when the overview
22435         is in ascending order; greatly improves performance.
22436         (gnus-agent-regenerate-group):
22437         Use gnus-agent-synchronize-group-flags to reset read status in both
22438         gnus and server.
22439         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22441 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22443         * message.el: Don't autoload former message-utils variables.
22444         (message-strip-subject-trailing-was): Change doc string.
22446         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22447         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22448         (nnweb-google-search): Add "hl=en" here.
22449         (nnweb-google-parse-1, nnweb-google-create-mapping):
22450         Don't hardcode URL.
22452 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22454         * message.el (message-get-reply-headers, message-followup):
22455         Mention related variables `message-use-followup-to' and
22456         `message-use-mail-followup-to', in the information buffer.
22458         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22459         of broken groups(-beta).google.com.
22461 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22463         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22464         parameter to invoked gnus-request-move-article; remove the
22465         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22466         all at once instead of once per article.
22467         (gnus-summary-remove-process-mark): Accept a list of articles as
22468         well as a single article for processing.
22470         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22471         parameter.
22473         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22475         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22477         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22478         parameter.
22480         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22481         parameter.
22483         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22484         parameter and remove the gnus-sum-hint-move-is-internal variable.
22486         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22487         parameter.
22489         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22490         parameter.
22492         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22493         parameter.
22495         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22497         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22498         parameter.
22500         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22501         parameter.
22503 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22505         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22506         a more conservative way.
22508 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22510         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22511         buffer, so it moves the window's cursor.
22513 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22515         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22516         `mm-dissect-multipart' and receive the from field as an (optional)
22517         argument from `mm-dissect-multipart'.
22518         (mm-dissect-multipart): Receive the from field as an argument and
22519         pass it on when we call `mm-dissect-buffer' on MIME parts.
22520         Fixes verification/decryption of signed/encrypted MIME parts.
22522 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22524         * gnus-sum.el (gnus-summary-move-article):
22525         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22526         whatever it calls (right now, only nnimap-request-move article
22527         respects it).
22529         * nnimap.el (nnimap-request-move-article):
22530         When gnus-sum-hint-move-is-internal is set, don't do the extra
22531         nnimap-request-article.
22533 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22535         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22537         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22538         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22540         * gnus-sum.el (gnus-summary-caesar-message):
22541         Apply `gnus-treat-article' after rotation.
22543         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22544         doc string.
22546 2005-02-22  Simon Josefsson  <jas@extundo.com>
22548         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22549         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22550         <arne@arnested.dk>.
22551         (encrypt): Add password-cache and password-cache-expiry as group
22552         members.
22554 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22556         * smime.el (smime-ldap-host-list): Doc fix.
22557         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22558         cache) password.
22559         (smime-sign-region): Use it.
22560         (smime-decrypt-region): Use it.
22561         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22562         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22563         fails.
22564         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22565         certificate from DER to PEM format rather than calling openssl.
22567         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22569         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22570         for signing/encryption.
22572         * mml.el (mml-parse-1): Use them.
22574 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22576         * nnrss.el (nnrss-verbose): Remove.
22577         (nnrss-request-group): Use `nnheader-message' instead.
22579 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22581         * nnrss.el (nnrss-verbose): New variable.
22582         (nnrss-request-group): Make it say nnrss is requesting a group.
22584 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22586         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22587         Handle news URL with given port correctly.
22589 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22591         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22592         containing special characters.
22594         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22596         * mml.el (mime-to-mml): Ditto.
22598         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22599         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22600         (rfc2047-decode-region): Quote decoded words containing special
22601         characters when rfc2047-quote-decoded-words-containing-tspecials
22602         is non-nil.
22604 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22606         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22608         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22610 2005-02-15  Simon Josefsson  <jas@extundo.com>
22612         * nnimap.el (nnimap-debug): Doc fix.
22614         * imap.el (imap-debug): Doc fix.
22616 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22618         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22620 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22622         * gnus.el (spam-contents): Improve docs for spam-contents
22623         parameter in its variable incarnation.
22625 2005-02-14  Simon Josefsson  <jas@extundo.com>
22627         * smime-ldap.el: Use require instead of load-library for ldap.
22628         (smime-ldap-search): Indent.
22629         (smime-ldap-search-internal): Shorten line.
22631         * smime.el (smime-cert-by-dns): Add doc-string.
22632         (smime-cert-by-ldap-1): Indent.
22634         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22635         mml-smime-get-dns-ldap.
22636         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22638 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22640         * smime.el: Require smime-ldap.
22641         (smime-ldap-host-list): New variable.
22642         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22644         * mml-smime.el (mml-smime-encrypt-query): New function.
22645         (mml-smime-encrypt-query): Use it.
22647         * smime-ldap.el: New file.
22649 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22651         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22653 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22655         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22656         argument in doc string.  Make query for type more clear.
22658 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22660         * gnus.el (gnus-group-startup-message): Search for gnus images in
22661         etc/images/gnus.
22662         * mm-util.el (mm-image-load-path): Likewise.
22663         * smiley.el (smiley-data-directory): Search for smilies in
22664         etc/images/smilies.
22666 2005-02-09  Kim F. Storm  <storm@cua.dk>
22668         Change Emacs release version from 21.4 to 22.1 throughout.
22669         Change Emacs development version from 21.3.50 to 22.0.50.
22671 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22673         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22675         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22676         non-Mule XEmacs as well.
22677         (mm-decompress-buffer): Signal an error intentionally if it does
22678         not decompress compressed data because auto-compression-mode is
22679         disabled.
22681 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22683         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22684         an ID in the registry even if it has no groups.
22686 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22688         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22689         merge it into mm-decompress-buffer.
22690         (gnus-mime-copy-part): Use the MIME part charset, the value which
22691         a user specified or gnus-newsgroup-charset for decoding, like
22692         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22693         save-buffer what was used.  Suggested by Kevin Ryde
22694         <user42@zip.com.au>.
22695         (gnus-mime-inline-part): Allow the name parameter as well as the
22696         filename parameter; force decompressing of compressed data; always
22697         display contents being not decoded as unibyte.
22699         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22700         as well as the filename parameter.
22702         * mm-util.el (mm-decompress-buffer):
22703         Merge gnus-mime-jka-compr-maybe-uncompress.
22704         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22705         of compressed data.
22707 2005-02-08  Simon Josefsson  <jas@extundo.com>
22709         * imap.el (imap-log): Doc fix.
22711 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22713         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22714         the coding cookies; decompress compressed parts.
22716         * mml.el (mml-generate-mime-1): Add the charset parameter according
22717         to the value which a user specified manually or the coding cookie.
22719         * mm-util.el (mm-string-to-multibyte): New function.
22720         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22721         (mm-coding-system-to-mime-charset): New function.
22722         (mm-decompress-buffer): New function.
22723         (mm-find-buffer-file-coding-system): New function.
22725         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22726         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22727         parts.
22729 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22731         * mm-view.el (mm-display-inline-fontify): Decode a part according
22732         to the charset parameter.
22734 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22736         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22737         prefix arg is neither nil nor a number, as info specifies.
22739 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22741         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22742         timestamps.
22744 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22746         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22747         groups error checking and notify user.
22749 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22751         * message.el (message-send-mail-function): Check existence of
22752         sendmail-program first before using default value
22753         `message-send-mail-with-sendmail'.  Otherwise use more generic
22754         `smtpmail-send-it'.
22756 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22758         * nntp.el (nntp-request-update-info): Always return nil.
22760 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22762         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22764 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22766         * message.el (message-beginning-of-line): Change the behavior when
22767         invoked between BOL and : so that it first moves backward.
22769 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22771         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22772         article buffer when editing of the article is discarded.
22773         (gnus-article-prepare): Revert.
22775 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22777         * gnus-art.el (gnus-article-prepare):
22778         Remove message-strip-forbidden-properties from the local hook.
22780 2005-01-27  Simon Josefsson  <jas@extundo.com>
22782         * password.el (password-cache-add): Only start one timer per key.
22783         Reported by Derek Atkins <warlord@MIT.EDU>.
22785 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22787         * run-at-time.el: Remove.  It is no longer needed as
22788         timer-funcs.el in the xemacs-base package has a working version of
22789         `run-at-time'.
22791         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22793         * password.el: Require timer-funcs instead of run-at-time in
22794         XEmacs.
22795         Remove `password-run-at-time' macro.
22796         (password-cache-add): Use `run-at-time' instead of
22797         `password-run-at-time'.
22799         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22800         Remove `nnheader-cancel-function-timers' alias,
22801         `cancel-function-timers' exists in XEmacs in timer-funcs.
22803         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22804         for `run-with-idle-timer'.
22806         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22807         for `run-at-time'.
22809         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22810         for `with-timeout'.
22812         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22813         the same as for XEmacs 21.4.
22814         No need to ignore `run-with-idle-timer', this function exists in
22815         XEmacs now in timer-funcs.el in the xemacs-base package.
22816         (dgnushack-compile): No need to delete
22817         run-at-time.el from the list of files to compile because it
22818         doesn't exist anymore.
22820 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22822         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22823         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22825 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22827         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22828         sensitively.
22830 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22832         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22834 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22836         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22837         which will be inserted according to the multibyteness of a buffer
22838         rather than the type of contents.  Suggested by ARISAWA Akihiro
22839         <ari@mbf.ocn.ne.jp>.
22841         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22842         of string which old xml.el may return rather than a string.
22844 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22846         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22848 2005-01-16  Simon Josefsson  <jas@extundo.com>
22850         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22851         idn/idna.el isn't available.
22852         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22853         <michael@waxrat.com>.
22855         * hashcash.el: Remove non-FSF copyright header.
22857         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22858         (hashcash-generate-payment): Use it.
22859         (hashcash-generate-payment-async): Use it.
22861 2005-01-15  Simon Josefsson  <jas@extundo.com>
22863         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22864         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22866         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22867         gnus-summary-idna-message.
22868         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22869         (gnus-summary-idna-message): New function.
22871 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22873         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22874         gnus-novice-user.
22876 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22878         * nnrss.el (nnrss-request-delete-group): Delete entries in
22879         nnrss-group-alist as well.
22880         (nnrss-save-server-data): Insert newline.
22882 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22884         * gnus.el (gnus-user-agent): Use list of symbols instead of
22885         symbols.  Display full version number for (S)XEmacs.
22886         Optionally display (S)XEmacs codename.
22888         * gnus-util.el (gnus-emacs-version): Update for new
22889         `gnus-user-agent'.
22891         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22892         Gnus version.
22894 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22896         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22897         which is unreadable in some setups.
22899 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22901         * gnus-spec.el (gnus-update-format-specifications): Flush the
22902         group format spec cache if it doesn't support decoded group names.
22904 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22906         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22907         Allow to apply decay on score files matching a regexp.
22909 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22911         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22912         compatibility in %g and %c.
22914 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22916         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22917         name for only %g and %c.
22918         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22919         of gnus-tmp-group to decoded group name.
22920         (gnus-group-make-rss-group): Exclude `/'s from group names.
22922 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22924         * nnrss.el (nnrss-get-encoding): Fix regexp.
22926 2004-12-27  Simon Josefsson  <jas@extundo.com>
22928         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22929         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22930         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22932 2004-12-17  Kim F. Storm  <storm@cua.dk>
22934         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22936         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22938 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22940         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22942 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22944         * nnrss.el: Require rfc2047 and mml.
22945         (nnrss-file-coding-system): New variable.
22946         (nnrss-format-string): Redefine it as an inline function.
22947         (nnrss-decode-group-name): New function.
22948         (nnrss-string-as-multibyte): Remove.
22949         (nnrss-retrieve-headers): Decode group name; don't use
22950         nnrss-format-string.
22951         (nnrss-request-group): Decode group name.
22952         (nnrss-request-article): Decode group name; allow a Message-ID as
22953         well as an article number; don't use nnrss-format-string; encode a
22954         Message-ID string which may contain non-ASCII characters; use
22955         mml-to-mime to compose a MIME article.
22956         (nnrss-request-expire-articles): Decode group name.
22957         (nnrss-request-delete-group): Decode group name.
22958         (nnrss-fetch): Clarify error message.
22959         (nnrss-read-server-data): Use insert-file-contents instead of load;
22960         bind file-name-coding-system; use multibyte buffer.
22961         (nnrss-save-server-data): Bind coding-system-for-write to the
22962         value of nnrss-file-coding-system; bind file-name-coding-system;
22963         add coding cookie.
22964         (nnrss-read-group-data): Use insert-file-contents instead of load;
22965         bind file-name-coding-system; use multibyte buffer.
22966         (nnrss-save-group-data): Bind coding-system-for-write to the
22967         value of nnrss-file-coding-system; bind file-name-coding-system.
22968         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22969         make it work with non-ASCII text.
22970         (nnrss-find-el): Make it work with old xml.el as well.
22972 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22974         * nnrss.el (nnrss-get-encoding): New function.
22975         (nnrss-fetch): Use unibyte buffer initially; bind
22976         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22977         decode contents according to the encoding attribute.
22978         (nnrss-save-group-data): Add coding cookie.
22979         (nnrss-mime-encode-string): New function.
22980         (nnrss-check-group): Use it to encode subject and author.
22982 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22984         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22985         imaginary variable.
22987 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22989         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22990         correctly even if there are wide characters.
22992 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22994         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22995         downcased symbol names; make a new cache instead of reusing
22996         bbdb-hashtable.
22998 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23000         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23001         concatenating segments rather than before concatenating them.
23002         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23004         * message.el (message-get-reply-headers): Bind `extra'.
23006 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23008         * message.el (message-extra-wide-headers): New variable.
23009         (message-get-reply-headers): Use it.
23011 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23013         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23014         (gnus-agent-group-pathname): Ditto.
23016         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23018         * gnus-group.el (gnus-group-make-group): Decode group name.
23019         (gnus-group-make-rss-group): Register the group data after opening
23020         the nnrss group.
23022 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23024         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23025         by expiry now get marked as read.
23027 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23029         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23031 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23033         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23034         unify Latin characters in XEmacs.
23035         (mm-find-mime-charset-region): Use it.
23037 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23039         * gnus-util.el (gnus-delete-directory): New function.
23041         * gnus-agent.el (gnus-agent-delete-group): Use it.
23043         * gnus-cache.el (gnus-cache-delete-group): Use it.
23045 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23047         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23048         names.
23050 2004-12-16  Simon Josefsson  <jas@extundo.com>
23052         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23054 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23056         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23058         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23059         (gnus-group-set-current-level): Decode group name.
23061 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23063         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23064         failed.
23066 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23068         * gnus-group.el (gnus-group-delete-group): Decode group name.
23069         (gnus-group-make-rss-group): Encode group name.
23070         (gnus-group-catchup-current): Decode group name.
23071         (gnus-group-kill-group): Decode group name.
23073 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23075         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23077 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23079         * gnus-group.el (gnus-group-make-rss-group):
23080         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23082         * gnus-start.el (gnus-setup-news): Honor user's setting to
23083         gnus-message-archive-method.  Suggested by Lute Kamstra
23084         <lute@gnu.org>.
23086 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23088         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23089         global counterparts of the buffer-local variables.
23091 2004-11-16  Romain Francoise  <romain@orebokech.com>
23093         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23094         counterparts of the buffer-local variables.
23096 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23098         * message.el (message-forbidden-properties): Fix typo in doc
23099         string.
23101 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23103         * gnus-util.el (gnus-replace-in-string): Add doc string.
23105         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23106         to avoid problems when splitting mails with many recipients.
23108 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23110         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23111         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23113 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23115         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23116         if there is no hashtable in memory or file modification time is
23117         newer than cached timestamp.
23119 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23121         * gnus-sum.el (gnus-summary-limit-to-recipient):
23122         Implement not-matching option.
23124 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23126         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23127         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23128         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23129         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23130         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23131         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23133 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23135         * message.el (message-forward-make-body-mml): Remove headers
23136         according to message-forward-ignored-headers if a message is decoded.
23138 2004-12-02  Romain Francoise  <romain@orebokech.com>
23140         * message.el (message-forward-make-body-plain): Always remove
23141         headers according to message-forward-ignored-headers.
23143 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23145         * spam.el (spam-summary-prepare-exit): Remove the
23146         gnus-summary-limit pop for now, it has problems with ham marks for
23147         me.
23149 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23151         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23152         correctly.
23154 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23156         * format-spec.el (format-spec): Message the char.
23158 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23160         * gnus-art.el (gnus-split-methods): Reformat comments.
23162         * spam.el (spam-summary-prepare-exit): Remove article limits
23163         before exiting the summary buffer.
23165 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23167         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23168         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23170         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23171         order to silence the byte compiler.
23173         * spam.el: Fix the way to silence the byte compiler, which
23174         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23175         bbdb-search-simple, spam-BBDB-register-routine,
23176         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23177         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23178         spam-stat-buffer-is-spam, spam-stat-load,
23179         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23180         spam-stat-save and spam-stat-split-fancy.
23182 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23184         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23185         which may confuse users.
23186         (canlock-password-for-verify): Ditto.
23188         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23190         * gnus-art.el (gnus-emphasis-alist): Ditto.
23192         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23194         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23196         * gnus-start.el (gnus-save-killed-list): Ditto.
23198         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23199         (gnus-sum-thread-tree-root): Ditto.
23200         (gnus-sum-thread-tree-false-root): Ditto.
23201         (gnus-sum-thread-tree-single-indent): Ditto.
23203         * message.el (message-courtesy-message): Ditto.
23204         (message-archive-note): Ditto.
23205         (message-subscribed-address-file): Ditto.
23206         (message-user-fqdn): Ditto.
23208         * spam-report.el (spam-report-gmane-regex): Ditto.
23210         * spam.el (spam-blackhole-good-server-regex): Ditto.
23212 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23214         * mml.el (mml-preview): Widen the message buffer before copying
23215         the contents to the preview buffer; sort headers before previewing.
23217         * message.el (message-hidden-headers): Fix the way to avoid a bug
23218         in the `repeat' widget in Emacs 21.3 or earlier.
23220 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23222         * message.el (message-hidden-headers): Default to "^References:".
23223         Improve customization type.  Suggested by Reiner Steib
23224         <Reiner.Steib@gmx.de>.
23226 2004-11-25  Romain Francoise  <romain@orebokech.com>
23228         * message.el (message-strip-forbidden-properties): Remove check for
23229         obsolete `message-hidden' text property, hidden headers are not
23230         accessible in the buffer anymore.
23232 2004-11-22  Romain Francoise  <romain@orebokech.com>
23234         * message.el (message-header-format-alist): Add `From' in list
23235         so that it can be sorted.
23236         (message-fix-before-sending): Widen and sort headers before
23237         sending.
23238         (message-hide-headers): Use narrowing to hide headers by moving
23239         them to the top of the buffer and narrowing to the region
23240         underneath.
23242 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23244         * message.el (message-strip-forbidden-properties):
23245         Bind buffer-read-only (etc) to nil.
23247 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23249         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23250         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23252 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23254         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23256 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23258         * dns.el (query-dns): Use sit-for to time instead of
23259         accept-process-output, since that doesn't seem to work on udp
23260         sockets.
23262 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23264         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23266 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23268         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23269         doc string.  Improve doc string.
23271 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23273         * nntp.el (nntp-request-update-info): Return nil if
23274         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23275         may not call gnus-activate-group which uselessly issues the GROUP
23276         commands for all nntp groups and wastes time.  Reported by Romain
23277         Francoise <romain@orebokech.com>.
23279         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23281 2004-11-15  Simon Josefsson  <jas@extundo.com>
23283         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23284         headers separately.
23285         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23286         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23288 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23290         * gnus-start.el (gnus-convert-old-newsrc):
23291         Assign legacy-gnus-agent to 5.10.7.
23293 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23295         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23296         start of the lines.
23298 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23300         * hashcash.el (hashcash-default-payment): Change default to 20.
23301         (hashcash-default-accept-payment): Change default to 20.
23302         (hashcash-process-alist): New variable.
23303         (hashcash-generate-payment-async): Add.
23304         (hashcash-already-paid-p): Add.
23305         (hashcash-insert-payment): Don't generate payments twice.
23306         (hashcash-insert-payment-async): Add.
23307         (hashcash-insert-payment-async-2): Add.
23308         (hashcash-cancel-async): Add.
23309         (hashcash-wait-async): Add.
23310         (hashcash-processes-running-p): Add.
23311         (hashcash-wait-or-cancel): Add.
23312         (mail-add-payment): New optional argument.  Conditionally start
23313         asynchronous calculation.
23314         (mail-add-payment-async): Add.
23316         * message.el (message-send-mail): Wait for asynchronous hashcash
23317         results.  Don't clobber existing X-Hashcash headers.
23318         (message-setup-1): Call mail-add-payment-async when
23319         message-generate-hashcash is non-nil.
23321 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23323         * message.el (message-use-alternative-email-as-from): Examine the
23324         From header as well; use message-make-from in order to include a
23325         user's full name.
23327 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23329         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23330         default; improve customization type.
23331         (gnus-emphasis-custom-with-format): New macro.
23332         (gnus-emphasis-custom-value-to-external): New function.
23333         (gnus-emphasis-custom-value-to-internal): New function.
23335 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23337         * dns.el (query-dns): Resolve reverse addresses.
23339 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23341         * gnus-group.el (gnus-group-get-new-news): Use it.
23343         * gnus-start.el (gnus-check-reasonable-setup): New function.
23345 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23347         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23348         "Args out of range" error.  Reported by Arnaud Giersch
23349         <arnaud.giersch@free.fr>.
23351 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23353         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23355 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23357         * spam.el (spam group): Add :version.
23359         * pgg-def.el (pgg group): Add :version.
23361 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23363         * gnus-art.el (gnus-article-edit-article): Don't associate the
23364         article buffer with a draft file.  This is a temporary measure
23365         against the 2004-08-22 change to gnus-article-edit-mode.
23367 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23369         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23370         (html2text-format-tags): Remove unused variable `attr'.
23372 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23374         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23376         * tls.el (tls-process-connection-type, tls-success)
23377         (tls-certtool-program): Add :version.
23379         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23380         (starttls-extra-arguments, starttls-process-connection-type)
23381         (starttls-connect, starttls-failure, starttls-success): Add :version.
23383         * spam-stat.el (spam-stat): Add :version.
23385         * sieve.el (sieve): Add :version.
23387         * sha1.el (sha1): Add :version.
23388         (sha1-use-external): Remove redundant version.
23390         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23391         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23392         (nnmail-split-fancy-match-partial-words)
23393         (nnmail-split-lowercase-expanded): Add :version.
23395         * nndiary.el (nndiary): Add :version.
23397         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23399         * mml-sec.el (mml-default-sign-method)
23400         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23401         Add :version.
23403         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23405         * mm-url.el (mm-url-use-external, mm-url-program)
23406         (mm-url-arguments): Add :version.
23408         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23409         (mm-attachment-file-modes, mm-decrypt-option)
23410         (mm-w3m-safe-url-regexp): Add :version.
23412         * message.el (message-cite-prefix-regexp)
23413         (message-sendmail-envelope-from, message-minibuffer-local-map)
23414         (message-user-fqdn, message-completion-alist): Add :version.
23416         * gnus-win.el (gnus-configure-windows-hook)
23417         (gnus-use-frames-on-any-display): Add :version.
23419         * gnus-art.el (gnus-article-address-banner-alist)
23420         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23421         (gnus-treat-from-picon, gnus-treat-mail-picon)
23422         (gnus-treat-x-pgp-sig): Add :version.
23424         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23425         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23426         (gnus-summary-article-delete-hook)
23427         (gnus-summary-display-while-building): Add :version.
23429         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23430         (gnus-get-top-new-news-hook): Add :version.
23432         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23433         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23435         * gnus-registry.el (gnus-registry): Add :version.
23437         * gnus-spec.el (gnus-use-correct-string-widths)
23438         (gnus-make-format-preserve-properties): Add :version.
23440         * gnus.el (gnus-group-charter-alist)
23441         (gnus-group-fetch-control-use-browse-url)
23442         (gnus-install-group-spam-parameters): Add :version.
23444         * gnus-diary.el (gnus-diary): Add :version.
23446         * gnus-delay.el (gnus-delay): Add :version.
23448         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23449         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23450         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23451         Add :version.
23453         * gnus-agent.el (gnus-agent-max-fetch-size)
23454         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23455         (gnus-agent-prompt-send-queue): Add :version.
23457         * deuglify.el (gnus-outlook-deuglify): Add :version.
23459         * html2text.el: Beautify code.  Improve doc strings.
23460         Some checkdoc cleanup.
23461         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23463 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23465         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23467 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23469         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23470         when package is loaded.
23472         * spam.el (spam-summary-score-preferred-header): Add global preference
23473         for people who want to override the default SpamAssassin over
23474         Bogofilter preference (when both are set).
23475         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23476         (spam-user-format-function-S):
23477         Check spam-summary-score-preferred-header.
23478         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23479         (spam-user-format-function-S): Format the score correctly.
23481 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23483         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23484         signature file.  Suggested by Manoj Srivastava
23485         <srivasta@golden-gryphon.com>.
23487         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23488         iso-2022-jp even in the Japanese language environment.
23489         Suggested by Jason Rumney <jasonr@gnu.org>.
23491 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23493         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23494         use the same characters as the dummy marks; make it free from
23495         getting affected by the language environment.
23496         (gnus-summary-read-group-1): Update mark positions only when the
23497         format spec is updated.
23499         * gnus-spec.el (gnus-update-format-specifications): Return a list
23500         of updated types.
23502 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23504         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23505         of boundp to check if display-warning is available.
23507 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23509         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23511 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23513         * nnspool.el (nnspool-spool-directory): Use news-path if the
23514         news-directory variable is not bound.
23516         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23517         function instead of display-warning if it is not available.
23519 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23521         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23522         v5-10: Use `point-at-bol'.
23524 2004-10-26  Simon Josefsson  <jas@extundo.com>
23526         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23527         <chenggao@gmail.com>.
23529 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23531         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23532         instead.
23534 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23536         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23537         to remove a server from the nnimap-server-buffer-alist.
23538         (nnimap-open-connection, nnimap-close-server): Use it.
23540         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23542 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23544         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23545         running the major-mode function.
23547 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23549         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23550         dummy marks in the right way.
23552 2004-10-18  David Edmondson  <dme@dme.org>
23554         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23555         excessively.
23557 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23559         * gnus-util.el (gnus-split-references): Accept a nil references
23560         string and go on blissfully.
23562         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23563         cases where the references string is non-nil but has no references.
23565         * encrypt.el: Add autoload tags.
23567         * spam.el (spam-resolve-registrations-routine): Remove article
23568         from unregistration list too.  Reported by David Hanak
23569         <dhanak@isis.vanderbilt.edu>
23571 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23573         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23574         nil.  Change custom type.
23576 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23578         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23580         * gnus-sum.el (gnus-summary-move-article): Use it.
23582 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23584         * encrypt.el: Add autoload cookies.
23586         * spam.el (spam-backend-article-list-property)
23587         (spam-backend-get-article-todo-list)
23588         (spam-backend-put-article-todo-list)
23589         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23590         Resolve registrations separately.
23591         (spam-register-routine): Format comments.
23592         (spam-unregister-routine, spam-register-routine): Always call with
23593         specific-articles, no default list.
23594         (spam-summary-prepare-exit): Use the spam-classifications function.
23596         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23597         gnus-encrypt.el.
23599         * encrypt.el: Copied from gnus-encrypt.el.
23601         * gnus-encrypt.el: Commented that it's obsolete.
23603 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23605         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23606         (gnus-score-save): Use it.
23608         * message.el (message-bury): Use `window-dedicated-p'.
23610 2004-10-15  Simon Josefsson  <jas@extundo.com>
23612         * pop3.el (top-level): Don't require nnheader.
23613         (pop3-read-timeout): Add.
23614         (pop3-accept-process-output): Add.
23615         (pop3-read-response, pop3-retr): Use it.
23617 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23619         * spam.el (spam-register-routine): Move comment.
23620         (spam-verify-bogofilter): Use 'unknown for the initial
23621         spam-bogofilter-valid state, not 'never.
23623         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23624         for netrc-machine.
23626         * nnimap.el (nnimap-open-connection):
23627         Use netrc-machine-user-or-password.
23629 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23631         * gnus-registry.el (gnus-registry-unload-hook):
23632         Set as a variable with add-hook.
23634         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23635         of news-path.
23637         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23639         * spam.el: Delete duplicate `provide'.
23640         (spam-unload-hook): Set as a variable with add-hook.
23642 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23644         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23645         in the doc string.
23647         * message.el (message-ignored-news-headers)
23648         (message-ignored-supersedes-headers)
23649         (message-ignored-resent-headers)
23650         (message-forward-ignored-headers): Improve custom type.
23652 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23654         * message.el (message-tokenize-header): Fix 2004-09-06 change
23655         which used point-min in the wrong place.
23657 2004-10-12  Simon Josefsson  <jas@extundo.com>
23659         * tls.el (tls-certtool-program): New variable.
23660         (tls-certificate-information): New function, based on
23661         ssl-certificate-information.
23663 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23665         * compface.el: Move the version of ELisp-based uncompface program
23666         to the contrib directory because of the copyright problem.
23668 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23670         * message.el (message-kill-buffer): Raise the current frame.
23672 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23674         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23676         * gnus.el (message-y-or-n-p): Autoload.
23678         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23679         (pop3-password-required, pop3-authentication-scheme)
23680         (pop3-leave-mail-on-server): Make customizable.
23681         (pop3): New custom group.
23682         (pop3-retr): Remove `sleep-for' statements.
23683         Suggested by Dave Love <fx@gnu.org>.
23685         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23686         Windows/DOS.
23688         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23689         (imap-parse-body): Fix incorrect use of `assert'.
23690         Suggested by Dave Love <fx@gnu.org>.
23692         * mml.el (mml-minibuffer-read-disposition): Require match.
23693         Suggested by Dave Love <fx@gnu.org>.
23695 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23697         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23698         doc string.
23700 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23702         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23704 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23706         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23707         instead of calling `mm-insert-inline', to decode text/* parts
23708         before displaying them.
23710 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23712         * mm-uu.el (mm-uu-text-plain-type): New variable.
23713         (mm-uu-pgp-signed-extract-1): Use it.
23714         (mm-uu-pgp-encrypted-extract-1): Use it.
23715         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23716         bind mm-uu-text-plain-type with that value.
23717         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23718         mm-uu-dissect.
23720 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23722         * gnus-group.el (gnus-update-group-mark-positions):
23723         * gnus-sum.el (gnus-update-summary-mark-positions):
23724         * message.el (message-check-news-body-syntax):
23725         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23726         of string-as-multibyte.
23728 2004-10-05  Juri Linkov  <juri@jurta.org>
23730         * gnus-group.el (gnus-update-group-mark-positions):
23731         * gnus-sum.el (gnus-update-summary-mark-positions):
23732         * message.el (message-check-news-body-syntax):
23733         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23734         8-bit unibyte values to a multibyte string for search functions.
23736 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23738         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23739         (mm-uu-dissect-text-parts): New function.
23741         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23742         dissect text parts.
23744         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23745         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23747         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23749         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23750         Use gnus-current-topics instead of gnus-current-topic.
23752 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23754         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23756 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23758         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23759         where appropriate.
23761         * nnml.el (nnml-generate-active-info): do.
23763         * nndiary.el (nndiary-generate-active-info): do.
23765         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23766         (gnus-topic-move): do.
23768         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23769         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23771         * gnus-srvr.el (gnus-server-prepare)
23772         (gnus-server-open-all-servers): do.
23774         * gnus-msg.el (gnus-summary-cancel-article)
23775         (gnus-summary-resend-message)
23776         (gnus-summary-mail-crosspost-complaint): do.
23778         * gnus-move.el (gnus-change-server): do.
23780         * gnus-group.el (gnus-group-unmark-all-groups)
23781         (gnus-group-set-current-level): do.
23783 2004-10-04  Simon Josefsson  <jas@extundo.com>
23785         * message.el (message-generate-hashcash): Doc fix.
23787 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23789         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23790         avoid infinite recursion via gnus-get-function.
23792 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23794         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23796         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23798         * nnmail.el (nnmail-split-history): do.
23800         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23801         (nnml-request-delete-group): do.
23803         * nnslashdot.el (nnslashdot-read-groups): do.
23805         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23806         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23808         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23809         (nnspool-sift-nov-with-sed): Use last.
23810         (nnspool-retrieve-headers-with-nov): Use mapc.
23811         (nnspool-request-newgroups): Use dolist.
23812         (nnspool-request-group): Use last.
23814         * nntp.el (nntp-read-server-type): Use dolist.
23816         * nnvirtual.el (nnvirtual-create-mapping)
23817         (nnvirtual-update-read-and-marked): Use dolist.
23818         (nnvirtual-convert-headers): Simplify.
23820 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23822         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23823         Add support for sync'ing tick marks.
23825 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23827         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23828         there's no visible header.
23830 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23832         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23833         When necessary, pass full group name to gnus-request-set-marks.
23835 2004-10-01  Simon Josefsson  <jas@extundo.com>
23837         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23838         acroread.
23840 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23842         * spam-report.el (spam-report-gmane): Fix interactive.
23844         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23846         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23847         when writing file.
23848         (gnus-agent-synchronize-flags): Don't default to being
23849         interactive.
23851 2004-09-30  Simon Josefsson  <jas@extundo.com>
23853         * message.el (message-generate-hashcash): Add.
23854         (message-send-mail): Use it, call mail-add-payment.
23856 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23858         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23860 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23862         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23863         gnus-requst-update-info with explicit code to sync the in-memory
23864         info read flags with the marks being sync'd to the backend.
23866         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23868 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23870         * spam.el (spam-verify-bogofilter): Add new function.
23871         (spam-check-bogofilter)
23872         (spam-bogofilter-register-with-bogofilter): Use it.
23873         (spam-verify-bogofilter): Add small fixes.
23875 2004-09-28  Simon Josefsson  <jas@extundo.com>
23877         * hashcash.el (hashcash-generate-payment): Revert.
23879 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23881         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23882         Use gnus-extract-references instead of gnus-split-references.
23884         * gnus-util.el (gnus-extract-references): Add new function, analogous
23885         to gnus-split-references but extracts only the message-ID without
23886         anything extra.
23888         * hashcash.el (hashcash-generate-payment)
23889         (hashcash-check-payment): Do the right thing if hashcash-path is
23890         nil (because the hashcash program could not be found).
23892         * spam.el (spam-use-hashcash): Remove comment.
23894 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23896         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23897         (gnus-cache-enter-article, gnus-cache-remove-article)
23898         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23900         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23902         * gnus-art.el (article-hide-boring-headers)
23903         (article-translate-strings, article-display-face)
23904         (gnus-article-mime-match-handle-first)
23905         (gnus-article-highlight-headers)
23906         (gnus-article-add-buttons-to-head): do.
23908 2004-09-27  Simon Josefsson  <jas@extundo.com>
23910         * hashcash.el: New version, from
23911         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23912         ../contrib/.
23914 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23916         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23918 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23920         * gnus-dup.el (gnus-dup-open): Use mapc.
23921         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23923         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23924         Reported by Stefan Wiens <s.wi@gmx.net>.
23926         * gnus.el (gnus-shutdown): Use dolist.
23928         * gnus-undo.el (gnus-undo): Use mapc.
23930         * nnrss.el (nnrss-generate-active): do.
23932         * message.el (message-cite-original-without-signature)
23933         (message-cite-original): Use mapc.
23934         (message-do-actions, message-make-forward-subject): Use dolist.
23936 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23938         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23939         deletion to remove entire duplicate line.  Fixes merged article
23940         number bug.
23942 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23944         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23945         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23946         first ask if you want to open a server and then, even when you
23947         responded with no, asking if you want to synchronize the server's
23948         flags.
23949         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23950         multi-line expressions.
23951         (gnus-agent-synchronize-group-flags): New internal function.
23952         Updates marks in memory (in the info structure) AND in the
23953         backend.
23955         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23957         * nnagent.el (nnagent-request-set-mark):
23958         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23959         method, to ensure that synchronization updates marks in the
23960         backend and in the info (in memory) structure.
23962 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23964         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23965         convention fully; don't miss the root article of a thread; make
23966         the X-Draft-From header with correct article numbers.
23968 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23970         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23971         unless plugged.  Disable the agent so that an open failure causes
23972         an error.
23974         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23975         Revert 2004-09-21 change.  The backend must be opened while
23976         synchronizing flags even when the backend stores the flags
23977         locally.
23979 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23981         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23982         in `header' match.  Reported by Svend Tollak Munkejord.
23984         * message.el (message-cite-original): Fix use of
23985         `message-cite-articles-with-x-no-archive'.
23987 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23989         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23990         (gnus-window-to-buffer): Ditto.
23992         * mml.el (mml-preview-buffer): New variable.
23993         (mml-preview): Manage window layout with gnus-buffer-configuration.
23995         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23996         X-Draft-From header even if those articles aren't quoted.
23998 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24000         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24001         (gnus-request-set-mark, gnus-request-update-mark): Use new
24002         g-s-t-u-l-m to decide to use backend even when unplugged.
24004 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24006         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24007         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24009 2004-09-20  Simon Josefsson  <jas@extundo.com>
24011         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24012         "utf-16-le".
24014 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24016         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24018 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24020         * uudecode.el (uudecode-use-external): Add :version.
24022         * smime.el (smime-CA-file, smime-encrypt-cipher)
24023         (smime-dns-server): Add :version.
24025         * smiley.el (gnus-smiley-file-types): Add :version.
24027         * sha1.el (sha1-use-external): Add :version.
24029         * pgg-def.el (pgg-query-keyserver): Add :version.
24031         * nnmail.el (nnmail-fancy-expiry-targets)
24032         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24033         Add :version.
24035         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24036         (nnimap-retrieve-groups-asynchronous): Add :version.
24037         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24039         * mml.el (mml-content-disposition-parameters)
24040         (mml-insert-mime-headers-always): Add :version.
24042         * mm-util.el (mm-coding-system-priorities): Add :version.
24044         * mm-decode.el (mm-inline-text-html-with-images)
24045         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24046         (mm-verify-option): Add :version.
24047         (mm-text-html-renderer): Change :version.
24049         * message.el (message-fcc-externalize-attachments)
24050         (message-required-headers, message-draft-headers)
24051         (message-subject-trailing-was-query)
24052         (message-subject-trailing-was-ask-regexp)
24053         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24054         (message-mark-insert-end, message-archive-header)
24055         (message-archive-note, message-cross-post-default)
24056         (message-cross-post-note, message-followup-to-note)
24057         (message-cross-post-note-function, message-use-mail-followup-to)
24058         (message-subscribed-address-functions)
24059         (message-subscribed-address-file, message-subscribed-addresses)
24060         (message-subscribed-regexps, message-allow-no-recipients)
24061         (message-yank-cited-prefix, message-signature-insert-empty-line)
24062         (message-hidden-headers, message-hierarchical-addresses)
24063         (message-mail-user-agent, message-use-idna)
24064         (message-valid-fqdn-regexp)
24065         (message-strip-special-text-properties, message-header-synonyms)
24066         (message-beginning-of-line, message-tab-body-function): Add :version.
24067         (message-insert-canlock, message-wide-reply-confirm-recipients):
24068         Change :version.
24070         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24071         and :version.
24072         (mail-source-delete-old-incoming-confirm)
24073         (mail-source-movemail-program): Add :version.
24075         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24076         (gnus-agent-cache, gnus-agent): Change :version.
24078         * gnus-util.el (gnus-use-byte-compile): Change :version.
24080         * gnus-sum.el (gnus-summary-make-false-root-always)
24081         (gnus-summary-default-high-score)
24082         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24083         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24084         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24085         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24086         (gnus-sum-thread-tree-single-indent)
24087         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24088         (gnus-sum-thread-tree-leaf-with-other)
24089         (gnus-sum-thread-tree-single-leaf): Add :version.
24090         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24091         (gnus-article-loose-mime): Change :version.
24093         * gnus-start.el (gnus-backup-startup-file)
24094         (gnus-save-startup-file-via-temp-buffer): Add :version.
24096         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24097         (gnus-server-offline-face): Add :version.
24099         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24101         * gnus-msg.el (gnus-gcc-externalize-attachments)
24102         (gnus-debug-files, gnus-debug-exclude-variables)
24103         (gnus-discouraged-post-methods): Change :version.
24104         (gnus-confirm-mail-reply-to-news)
24105         (gnus-confirm-treat-mail-like-news): Add :version.
24107         * gnus-int.el (gnus-server-unopen-status): Add :version.
24109         * gnus-group.el (gnus-group-jump-to-group-prompt)
24110         (gnus-large-ephemeral-newsgroup)
24111         (gnus-fetch-old-ephemeral-headers): Add :version.
24113         * gnus-fun.el (gnus-x-face-directory)
24114         (gnus-convert-pbm-to-x-face-command)
24115         (gnus-convert-image-to-x-face-command)
24116         (gnus-convert-image-to-face-command): Add :version.
24118         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24120         * gnus-cite.el (gnus-cite-blank-line-after-header)
24121         (gnus-article-boring-faces): Add :version.
24123         * gnus-art.el (gnus-buttonized-mime-types)
24124         (gnus-inhibit-mime-unbuttonizing)
24125         (gnus-treat-display-face)
24126         (gnus-treat-body-boundary): Change :version.
24127         (gnus-body-boundary-delimiter, gnus-picon-databases)
24128         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24129         (gnus-treat-date-english, gnus-treat-fold-headers)
24130         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24131         (gnus-treat-mail-picon, gnus-treat-wash-html)
24132         (gnus-article-encrypt-protocol)
24133         (gnus-use-idna, gnus-article-over-scroll)
24134         (gnus-mime-display-multipart-alternative-as-mixed)
24135         (gnus-mime-display-multipart-related-as-mixed)
24136         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24137         (gnus-ctan-url, gnus-button-ctan-handler)
24138         (gnus-button-handle-ctan-bogus-regexp)
24139         (gnus-button-ctan-directory-regexp)
24140         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24141         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24142         (gnus-button-man-level, gnus-button-emacs-level)
24143         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24145         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24146         (gnus-agent-go-online): Change :version.
24147         (gnus-agent-expire-unagentized-dirs)
24148         (gnus-agent-auto-agentize-methods): Add :version.
24150         * flow-fill.el (fill-flowed-display-column)
24151         (fill-flowed-encode-column): Add :version.
24153         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24154         (gnus-outlook-deuglify-unwrap-max)
24155         (gnus-outlook-deuglify-cite-marks)
24156         (gnus-outlook-deuglify-unwrap-stop-chars)
24157         (gnus-outlook-deuglify-no-wrap-chars)
24158         (gnus-outlook-deuglify-attrib-cut-regexp)
24159         (gnus-outlook-deuglify-attrib-verb-regexp)
24160         (gnus-outlook-deuglify-attrib-end-regexp)
24161         (gnus-outlook-display-hook): Add :version.
24163         * binhex.el (binhex-use-external): Add :version.
24165 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24167         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24168         and `invisible'.
24170 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24172         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24173         in gnus-registry-trim.
24175 2004-09-13  Simon Josefsson  <jas@extundo.com>
24177         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24179         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24181         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24182         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24183         <yamaoka@jpl.org>.
24184         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24185         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24186         <yamaoka@jpl.org>.
24188         * sieve.el (sieve-manage-mode): Ditto.
24190 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24192         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24194 2004-09-11  Simon Josefsson  <jas@extundo.com>
24196         * dns-mode.el: Add.
24198         * mm-view.el (mm-display-dns-inline): Add.
24200         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24201         (mm-automatic-display): Ditto.
24203         * mailcap.el (mailcap-mime-data): Add text/dns.
24204         (mailcap-mime-extensions): Map .soa to text/dns.
24206 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24208         * gnus-art.el (article-decode-mime-words, article-babel)
24209         (gnus-article-highlight-signature, gnus-article-add-buttons)
24210         (gnus-signature-toggle): Remove unnecessary bindings of
24211         `inhibit-read-only' inherited from v5.10 merge.
24213 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24215         * nntp.el (nntp): New customization group.
24216         (nntp-authinfo-file): Add customization group.
24218         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24220         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24222         * gnus.el (to-address, to-list, subscribed)
24223         (large-newsgroup-initial): Ditto.
24225         * flow-fill.el (fill-flowed-display-column)
24226         (fill-flowed-encode-column): Ditto.
24228 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24230         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24231         Use point-min rather than 1.
24232         (message-send-mail): Use buffer-size rather than point-max.
24234         * gnus-sum.el (gnus-summary-search-article-forward):
24235         Signal a specific `search-failed' rather than a generic `error'.
24237         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24238         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24239         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24241 2004-09-10  Simon Josefsson  <jas@extundo.com>
24243         * nndb.el (require): Remove tcp and duplicate cl.
24245 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24247         * gnus-agent.el (directory-files-and-attributes): Move forward.
24249 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24251         * gnus-agent.el (directory-files-and-attributes):
24252         Optionally defined to support XEmacs.
24254 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24256         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24257         to avoid run-time CL dependencies.
24258         (gnus-agent-unfetch-articles): New function.
24259         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24260         article numbers even when local .overview file is missing.
24261         (gnus-agent-read-article-number): New function.  Only accepts
24262         27-bit article numbers.
24263         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24264         Use gnus-agent-read-article-number.
24265         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24266         from backend while recognizing that article numbers in .overview
24267         must be valid.
24268         (gnus-agent-update-files-total-fetched-for):
24269         Use directory-files-and-attributes to improve performance.
24270         * gnus-int.el (gnus-request-move-article):
24271         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24272         improve performance.
24274         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24275         some users confused by references to .newsrc when they only have a
24276         .newsrc.eld file.
24277         (gnus-convert-mark-converter-prompt)
24278         (gnus-convert-converter-needs-prompt): Fix use of property list.
24279         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24280         New function.  Used internally to only display 'gnus converting
24281         files' message when actually necessary.
24283         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24284         methods now autoloaded.
24286 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24288         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24289         identifiers.
24291 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24293         * gnus-picon.el: Fix indentation and closing parenthesis.
24295 2004-09-01  Simon Josefsson  <jas@extundo.com>
24297         * message.el (message-canlock-generate): Require sha1, not
24298         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24299         to require within a function.  Sadly, if sha1.el isn't loaded, the
24300         let binding in m-c-g will hide the defcustom definition, which is
24301         bad.)
24303         * canlock.el: Require sha1, not sha1-el.
24305         * message.el: Don't autoload sha1 (there is a autoload cookie in
24306         sha1.el).
24308         * sha1-el.el: Rename to sha1.el.
24310 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24312         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24314 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24316         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24318 2004-08-30  Kim F. Storm  <storm@cua.dk>
24320         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24322         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24323         Add :group 'nnimap.
24325 2004-08-30  Andreas Schwab  <schwab@suse.de>
24327         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24328         ?* and ?\;.
24330         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24331         and ?\' to symbol instead of whitespace.
24333 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24335         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24337         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24338         instead of re-search-forward.
24340         * gnus-uu.el (gnus-uu-save-article): Ditto.
24341         (gnus-uu-post-encode-uuencode): Ditto.
24343         * html2text.el (html2text-clean-list-items): Ditto.
24344         (html2text-clean-dtdd): Ditto.
24345         (html2text-format-tags): Ditto.
24347         * message.el (message-send-mail-with-sendmail): Fix regexp.
24348         (message-fill-field-general): Use search-forward instead of
24349         re-search-forward.
24350         (unbold-region): Ditto.
24352         * nnrss.el (nnrss-request-article): Ditto.
24354         * nnslashdot.el (nnslashdot-request-article): Ditto.
24356         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24358         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24359         "Unrecognized menu descriptor" error in XEmacs.
24361 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24363         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24364         parent article of a sparse article in the thread hashtb.
24366 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24368         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24369         (nnmail-expand-newtext): Lowercase expanded entries if
24370         nnmail-split-lowercase-expanded is non-nil.
24372 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24374         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24376         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24377         of gnus-tmp-news-method into string under XEmacs.  It will be
24378         passed to gnus-correct-length which takes only a string argument.
24380 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24382         * gnus-util.el (gnus-bind-print-variables): New macro.
24383         (gnus-prin1): Use it.
24384         (gnus-prin1-to-string): Use it.
24385         (gnus-pp): New function.
24386         (gnus-pp-to-string): New function.
24388         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24389         Replace pp-to-string with gnus-pp-to-string.
24390         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24391         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24392         * gnus-msg.el (gnus-debug): Ditto.
24393         * gnus-score.el (gnus-score-save): Ditto.
24394         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24395         gnus-pp-to-string.
24396         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24397         with gnus-pp.
24398         * score-mode.el (gnus-score-pretty-print): Ditto.
24399         * webmail.el (webmail-debug): Ditto.
24401 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24403         * gnus-art.el (article-display-face, article-display-x-face):
24404         Use buffer-read-only.
24406 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24408         * gnus-art.el (article-hide-list-identifiers):
24409         Bind inhibit-read-only as t.
24411 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24413         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24415 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24417         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24418         (gnus-narrow-to-page): Don't assume point-min == 1.
24419         (gnus-article-edit-mode): Derive from message-mode.
24421         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24422         point-min == 1.
24424         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24425         Disable incorrect use of `assert'.
24427         * message.el (message-mode): Set comment-start-skip.
24430 2004-08-22  Sam Steingold  <sds@gnu.org>
24432         * pop3.el (pop3-leave-mail-on-server): New user variable.
24433         (pop3-movemail): Delete mail only when it is nil.
24435 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24437         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24439         * mml.el (mml-preview): Use `pop-to-buffer'.
24441         * message.el (message-goto-mail-followup-to): Insert after "To".
24442         (message-carefully-insert-headers): Add comment.
24444         * gnus.el: Remove unused variable `gnus-article-check-size'.
24446         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24448         * gnus-art.el (gnus-button-alist):
24449         Improve `gnus-button-handle-library' entry.
24451 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24453         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24454         Use downcase, since XEmacs capitalizes error messages differently.
24456 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24458         * nntp.el: Add (require 'gnus) due to reference to
24459         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24461 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24463         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24464         Bind `mm-fill-flowed'.
24466         * mm-decode.el (mm-dissect-singlepart): Check it.
24468 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24470         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24471         'imap' for netrc parsing.
24473 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24475         * mailcap.el (mailcap-mime-data): Mark as risky.
24477 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24479         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24480         may be included in the encoded word.
24481         (rfc2047-encode): Don't append a space if the encoded word
24482         includes close parenthesis.
24484 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24486         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24487         of text within parentheses.
24489 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24491         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24492         (gnus-encrypt-write-file-contents): Make the password key the file
24493         name PLUS the cipher, not just the cipher.  Also remove failed
24494         passwords from the cache.
24496 2004-08-06  Simon Josefsson  <jas@extundo.com>
24498         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24499         Doc fix.
24501 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24503         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24504         LWSP.
24506 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24508         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24509         Try to append in-reply-to: data to the references: header.
24511         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24512         (netrc-parse): Use gnus-encrypt.el functions.
24514         * gnus-encrypt.el: Add new file for encryption support; currently
24515         does only a few GPG ciphers and an internal XOR cipher.
24517         * password.el: Add comments on using password-read-and-add.
24518         (password-read-and-add): Add function to read and add the
24519         password to the cache at once.
24521 2004-07-28  Simon Josefsson  <jas@extundo.com>
24523         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24524         parameter (but don't use it, for now).
24526         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24527         instead of hard coding to nil.
24529 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24531         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24532         as mm-inline-image-xemacs does.
24534 2004-07-26  Simon Josefsson  <jas@extundo.com>
24536         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24537         Revert part of 2004-07-17 change below.
24539 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24541         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24542         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24544 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24546         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24547         quotes that actually start with ">" at the beginning of the
24548         lines.
24550 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24552         * rfc2047.el (rfc2047-encode-region): Fix last change.
24553         (rfc2047-encode-parameter): Remove useless concat.
24555 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24557         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24558         encode special characters; fix some kind of misconfigured headers;
24559         signal a real error if debug-on-quit or debug-on-error is non-nil.
24560         (rfc2047-encode-max-chars): New variable.
24561         (rfc2047-encode-1): Use it.
24562         (rfc2047-encode-parameter): New function.
24564         * mml.el (mml-insert-parameter): Remove an excessive space.
24566 2004-07-17  Simon Josefsson  <jas@extundo.com>
24568         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24569         Kai Grossjohann <kai@emptydomain.de>.
24570         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24571         (gnus-group-make-menu-bar): Ditto.
24573         * gnus-util.el (gnus-group-server): Add.
24575 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24577         * message.el (message-clone-locals): Clone sendmail and smtp
24578         variables.
24580 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24582         * rfc2047.el (rfc2047-encode-region): Fix last change.
24584 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24586         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24587         characters as non-special.
24589 2004-07-09  Simon Josefsson  <jas@extundo.com>
24591         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24592         Users will lose all flag changes made while unplugged with
24593         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24594         good default.  See numerous reports on ding mailing list.
24596 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24598         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24599         add generate-head-function and generate-article-function to the
24600         rfc822-forward entry.
24601         (nndoc-rfc822-forward-generate-article): New function.
24602         (nndoc-rfc822-forward-generate-head): New function.
24604         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24606 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24608         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24609         respect display group parameter and gnus-summary-expunge-below.
24610         (gnus-articles-to-read): Remove unused reference to display group
24611         parameter.
24613 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24615         * nnheader.el (nnheader-uniquify-message-id): New experimental
24616         variable.
24617         (nnheader-nov-read-message-id): Use it.
24619         * spam-report.el (spam-report-gmane): Add interactive.
24621 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24623         * mm-encode.el (mm-content-transfer-encoding-defaults):
24624         Use qp-or-base64 for the application/* types.
24626 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24628         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24630 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24632         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24633         trim value.
24635 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24637         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24638         New macro and function.
24639         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24641 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24643         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24644         after-load-alist.
24646 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24648         * gnus-group.el (gnus-group-get-new-news-this-group):
24649         Don't update info that isn't there.
24651 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24653         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24654         entry.
24656 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24658         * mm-view.el (mm-inline-render-with-function): Use multibyte
24659         buffer; decode html source by charset.
24661         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24663         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24664         Mule-UCS is loaded under XEmacs.
24665         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24667 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24669         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24671 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24673         * mm-util.el (mm-coding-system-p): Return a coding-system.
24674         (mm-mime-mule-charset-alist): Use shift_jis instead of
24675         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24676         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24677         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24678         instead of japanese-shift-jis and iso-latin-1 respectively in
24679         order to share the default value with both Emacs and XEmacs-mule.
24680         (mm-mule-charset-to-mime-charset):
24681         Make mm-coding-system-priorities effective.
24682         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24683         while predicating of candidates upon the priorities.
24685 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24687         * gnus-sum.el (gnus-summary-make-menu-bar):
24688         Add gnus-uu-invert-processable.
24690         * gnus.el: Autoload gnus-uu-invert-processable.
24692 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24694         * mm-util.el (mm-with-multibyte-buffer): New macro.
24696         * rfc2047.el (rfc2047-encode-string): Use it.
24697         (rfc2047-encode-region): Move point to the end of the region after
24698         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24700 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24702         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24703         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24705 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24707         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24708         (gnus-cite-parse): Ignore quoted envelope From_.
24709         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24711 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24713         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24714         invalid addresses.
24716 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24718         * spam.el: Change section markers, revise TODO list.
24719         (spam-backends): Make new master list of all installed backends.
24720         (spam-summary-exit-behavior): Add new variable to determine how
24721         messages moves are done at summary exit.
24722         (spam-move-spam-nonspam-groups-only)
24723         (spam-process-ham-in-nonham-groups)
24724         (spam-process-ham-in-spam-groups): Remove variables, the
24725         spam-summary-exit-behavior variable should be used to manage this
24726         behavior.
24727         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24728         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24729         and spam-old-spam-articles.
24730         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24731         Add empty variables, placeholders for the backends they represent.
24732         (spam-set-difference): Move, unchanged.
24733         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24734         unless the user has a processor variable.
24735         (spam-classifications, spam-classification-valid-p)
24736         (spam-backend-properties, spam-backend-property-valid-p)
24737         (spam-backend-function-type-valid-p)
24738         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24739         (spam-report-articles-gmane, spam-report-articles-resend):
24740         Remove functions, they are not needed.
24741         (spam-install-backend-super, spam-backend-list)
24742         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24743         (spam-backend-function, spam-backend-ham-registration-function)
24744         (spam-backend-spam-registration-function)
24745         (spam-backend-ham-unregistration-function)
24746         (spam-backend-spam-unregistration-function)
24747         (spam-backend-statistical-p, spam-backend-mover-p)
24748         (spam-install-backend-alias, spam-install-checkonly-backend)
24749         (spam-install-mover-backend, spam-install-nocheck-backend)
24750         (spam-install-backend, spam-install-statistical-backend)
24751         (spam-install-statistical-checkonly-backend): Add backend installation
24752         support.
24753         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24754         (spam-group-processor-p): Use the new backend code and respect the
24755         summary exit behavior.
24756         (spam-mark-spam-as-expired-and-move-routine): Remove.
24757         (spam-summary-prepare): Change to use the new spam-old-articles
24758         variable.
24759         (spam-copy-or-move-routine, spam-copy-spam-routine)
24760         (spam-move-spam-routine, spam-copy-ham-routine)
24761         (spam-move-ham-routine): Add code to copy/move ham or spam.
24762         (spam-fetch-field-fast): Improve doc and code, plus allow the
24763         'number request.
24764         (spam-list-of-checks, spam-list-of-statistical-checks):
24765         Remove variables.
24766         (spam-split, spam-find-spam): Use the new backend code.
24767         (spam-registration-functions): Remove variable.
24768         (spam-unregister-routine): Add convenience wrapper.
24769         (spam-log-undo-registration, spam-register-routine)
24770         (spam-log-processing-to-registry)
24771         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24772         where possible.
24773         (spam-check-gmane-xref, spam-check-regex-headers)
24774         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24775         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24776         (spam-check-bogofilter-headers, spam-check-spamoracle)
24777         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24778         (spam-check-crm114-headers): Use the spam-split-group that
24779         spam-split prepares, no need to determine it every time.
24781         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24782         to the nnheader-parse-naked-head call.
24784         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24786         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24787         the nnheader-nov-read-message-id call.
24789 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24791         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24792         gnus-activate-group twice.  Suggested by Markus Peter
24793         <warp@spin.de>.
24795 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24797         * gnus-art.el (gnus-article-time-format): Exchange the order of
24798         day and month in the default value; fix customization type.
24799         (article-date-ut): Use add-text-properties.
24800         (article-make-date-line): Use message-make-date instead of
24801         current-time-string.
24803         * message.el (message-fetch-field): Don't use set-text-properties.
24804         (message-make-date): Simplify.
24806         * messagexmas.el (message-xmas-make-date): New function.
24807         (message-xmas-redefine): Defalias message-make-date to it.
24809 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24811         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24812         (rfc2047-encode-region): Treat text within parentheses as special;
24813         show the original text when error has occurred.
24815         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24816         already-computed method to gnus-activate-group.
24818         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24819         same select-methods identical Lisp objects.
24821         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24822         object when modifying the info.
24824 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24826         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24827         gnus-opened-servers since it has never been opened with the new
24828         configuration yet.
24830 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24832         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24833         arg to nnheader-generate-fake-message-id.
24835 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24837         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24838         number and build a fake message ID localized to a group and
24839         article number (so it's repeatable from that point on).
24840         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24841         ID format.
24843         * gnus-sum.el (gnus-get-newsgroup-headers):
24844         Call nnheader-generate-fake-message-id with the article number.
24846 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24848         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24849         end-of-buffer.
24851 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24853         * message.el (message-ignored-supersedes-headers): Add Approved.
24855 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24857         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24858         goto-char.
24859         (rfc2047-encode): Fold the line before encoding.
24861 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24863         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24864         folding -- not all headers can be folded, and this should be done
24865         by the message composition mode.  Probably.  I think.
24867 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24869         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24870         fast.
24872         * gnus-ems.el (gnus-remove-image): Don't use
24873         message-text-with-property; remove only the image found first.
24875         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24876         found first.
24878 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24880         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24882 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24884         * message.el (message-text-with-property): Make it fast and accept
24885         optional arguments.
24886         (message-strip-forbidden-properties): Use it.
24887         (message-fix-before-sending): Follow the m-t-w-p change.
24889         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24891 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24893         * gnus-art.el (article-hide-headers): Don't change the buffer
24894         mistakenly when performing mml-preview even if
24895         gnus-single-article-buffer is nil.
24897 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24899         * message.el (message-expand-name-databases): New user option.
24900         (message-expand-name): Use it.
24902 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24904         * spam.el (spam-report-articles-resend)
24905         (spam-report-resend-register-routine): Allow ham reporting.
24906         (spam-report-resend-register-ham-routine): Add wrapper.
24907         (spam-registration-functions): Add ham resending functions.
24908         (spam-list-of-processors): Add ham resend processor.
24910         * gnus.el (ham-resend-to): Add new group parameter.
24911         (spam-process): Add ham resend option.
24913         * spam-report.el (spam-report-resend): Allow reporting ham.
24914         (spam-report-resend-ham): Add wrapper.
24916 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24918         * message.el (message-cite-articles-with-x-no-archive):
24919         New variable.
24920         (message-cite-original): Use it.
24922 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24924         * message.el (message-cite-original): Respect X-No-Archive.
24926 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24928         * gnus-art.el (article-hide-headers): Refer to the values for
24929         gnus-ignored-headers and gnus-visible-headers in the summary
24930         buffer since a user may have set them as group parameters.
24932 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24934         * assistant.el (assistant-node-name): Add convenience function.
24935         (assistant-render-text, assistant-render-node): Add error handling,
24936         plus handle multiple next nodes.
24937         (assistant-find-next-node): Comment out for now.
24938         (assistant-find-next-nodes): Add function, returns list of next
24939         nodes.
24941 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24943         * mail-source.el (mail-source-directory): Fix doc-string.
24945 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24947         * assistant.el (assistant-render-text, assistant-eval): Add :set
24948         widget type, which is different because it takes and returns a
24949         list.  Much hilarity ensues.
24951 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24953         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24955         * gnus-group.el (gnus-group-get-new-news-this-group):
24956         Add doc-string.
24958         * gnus-start.el (gnus-activate-group): Add doc-string.
24960 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24962         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24964 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24966         * assistant.el (assistant-render-text): Try to add a :set
24967         widget, more to come.
24969         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24970         strings.
24971         (spam-report-articles-resend)
24972         (spam-register-routine): Do registration iff any articles warrant
24973         it.
24974         (spam-summary-prepare-exit): Change log message for nil group
24975         destinations.
24977 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24979         * spam.el (spam-report-resend-register-routine):
24980         Allow spam-report-resend-to to be a group parameter or a global value.
24982 2004-05-26  Simon Josefsson  <jas@extundo.com>
24984         * starttls.el: Merge with my GNUTLS based starttls.el.
24985         (starttls-gnutls-program, starttls-use-gnutls)
24986         (starttls-extra-arguments, starttls-process-connection-type)
24987         (starttls-connect, starttls-failure, starttls-success):
24988         New variables.
24989         (starttls-program, starttls-extra-args): Doc fix.
24990         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24991         New functions.
24992         (starttls-negotiate, starttls-open-stream):
24993         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24994         function if it is set.
24996 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24998         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24999         structured fields.
25001 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25003         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25005 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25007         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25008         Add variable.
25009         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25010         assigning the spam-mark to new messages.
25012 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25014         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25016 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25018         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25020         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25021         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25022         default.
25024 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25026         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25027         correct data.
25029 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25031         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25032         (spam-group-processor-p): Fix function.
25033         (spam-group-processor-multiple-p)
25034         (spam-group-spam-processor-report-gmane-p)
25035         (spam-group-spam-processor-report-resend-p)
25036         (spam-group-spam-processor-bogofilter-p)
25037         (spam-group-spam-processor-blacklist-p)
25038         (spam-group-spam-processor-ifile-p)
25039         (spam-group-ham-processor-ifile-p)
25040         (spam-group-spam-processor-spamoracle-p)
25041         (spam-group-spam-processor-crm114-p)
25042         (spam-group-ham-processor-bogofilter-p)
25043         (spam-group-spam-processor-stat-p)
25044         (spam-group-ham-processor-stat-p)
25045         (spam-group-ham-processor-whitelist-p)
25046         (spam-group-ham-processor-BBDB-p)
25047         (spam-group-ham-processor-spamoracle-p)
25048         (spam-group-ham-processor-copy-p): Remove functions with some
25049         prejudice against unneeded code.
25050         (spam-report-articles-resend)
25051         (spam-report-resend-register-routine): Allow the group/topic
25052         spam-resend-to value to override spam-report-resend-to.
25053         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25054         properly now.
25056         * gnus.el (spam-resend-to): Add group/topic parameter.
25057         (spam-process): Move the OBSOLETE processors to the end of the
25058         choices.
25060 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25062         * spam-report.el (spam-report-resend-to, spam-report-resend):
25063         Start with resend-to set to nil, and then ask the user if necessary.
25064         (spam-report-resend): spam-report-resend takes a list of articles, not
25065         separate article numbers.
25067 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25069         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25070         addition to emacs-w3m.
25072 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25074         * assistant.el (assistant-authinfo-data): New function.
25075         (assistant-eval): Eval for entire assistant.
25077         * netrc.el (netrc-services-file): New variable.
25078         (netrc-parse-services): New function.
25079         (netrc-find-service-name): New function.
25080         (netrc-find-service-number): New function.
25081         (netrc-port-equal): New function.
25082         (netrc-machine): Use it.
25084         * nnimap.el (nnimap-open-connection): Use netrc.
25086         * gnus-util.el (gnus-netrc-get): Remove aliases.
25088         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25090         * assistant.el (wid-edit): Fix compilation.
25092         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25094 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25096         * gnus-util.el (gnus-set-file-modes): New function.  (small
25097         patch).
25099 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25101         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25103         * assistant.el (assistant-render-node): Fix up rendering and
25104         read-only text.
25105         (assistant-render-node): Reset.
25106         (assistant-make-read-only): Not sticky.
25108 2004-05-20  Danny Siu  <dsiu@adobe.com>
25110         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25111         centered even when gnus-auto-center-summary is t.
25113 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25115         * dns.el (dns-get-txt-answer): New function.
25116         (dns-read-txt): Ditto.
25117         (query-dns): Use it.
25119 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25121         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25122         active for foreign groups even if the group level is higher than
25123         the specified value.
25125 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25127         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25128         non-active groups.
25130         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25132 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25134         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25136 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25138         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25139         (spam-crm114-header, spam-crm114-spam-switch)
25140         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25141         (spam-crm114-positive-spam-header)
25142         (spam-crm114-database-directory, spam-list-of-processors)
25143         (spam-group-spam-processor-crm114-p)
25144         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25145         (spam-generic-score, spam-list-of-checks)
25146         (spam-list-of-statistical-checks, spam-registration-functions)
25147         (spam-check-crm114-headers, spam-crm114-score)
25148         (spam-check-crm114, spam-crm114-register-with-crm114)
25149         (spam-crm114-register-spam-routine)
25150         (spam-crm114-unregister-spam-routine)
25151         (spam-crm114-register-ham-routine)
25152         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25154 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25156         * gnus.el: Add spam-use-crm114.
25158         * spam.el (spam-list-of-processors, spam-registration-functions):
25159         Add spam-use-resend.
25160         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25161         (spam-report-articles-gmane): Add doc fix.
25162         (spam-report-articles-resend, spam-report-resend-register-routine):
25163         Add wrappers around spam-report-resend-to.
25165         * spam-report.el (spam-report-resend-to, spam-report-resend):
25166         Add support for resending spam.
25167         (spam-report-gmane): Fix line length >80.
25169         * gnus.el (spam-process): Add spam-use-resend.
25171 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25173         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25174         number of processed spam messages.
25175         (spam-ham-copy-or-move-routine): Return the number of processed
25176         ham messages.
25177         (spam-summary-prepare-exit): Use the above values to decide
25178         whether status messages shouled be displayed.
25180 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25182         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25183         `rfc2047-encoding-function-alist' in order to avoid conflicting
25184         with the old version.
25185         (rfc2047-encode-region): Concatenate words containing non-ASCII
25186         characters in structured fields; don't encode space-delimited
25187         ASCII words even in unstructured fields; don't break words at
25188         char-category boundaries.
25189         (rfc2047-encode-1): New function.
25190         (rfc2047-encode): Use it; encode text so that it occupies the
25191         maximum width within 76-column; work correctly on Q encoding for
25192         iso-2022-* charsets.
25193         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25194         sure not to break a line just after the header name.
25195         (rfc2047-b-encode-region): Remove.
25196         (rfc2047-b-encode-string): New function.
25197         (rfc2047-q-encode-region): Remove.
25198         (rfc2047-q-encode-string): New function.
25200         * mm-util.el (mm-replace-in-string): New function.
25202 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25204         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25205         Really get it right.
25206         (gnus-inews-make-draft): Really.
25208 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25210         * nnmh.el (nnmh-request-list-1): Don't check the link count
25211         before descending.  (small patch)
25213 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25215         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25216         stuff.
25218         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25219         Match on real group name.
25221         * gnus-art.el (gnus-signature-limit): Doc fix.
25223         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25225         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25227 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25229         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25230         isn't a string.
25232 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25234         * gnus-draft.el (gnus-draft-send):
25235         Bind rfc2047-encode-encoded-words.
25237         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25238         (rfc2047-encodable-p): Say that =? needs encoding.
25239         (rfc2047-encode-encoded-words): New variable.
25241         * gnus-group.el (gnus-group-select-group): Doc fix.
25243         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25245         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25246         to nil.
25248         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25250         * nnheader.el (nnheader-get-lines-and-char): New function.
25252 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25254         * gnus-msg.el (gnus-summary-followup-with-original):
25255         Document yanking of region when active.
25257 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25259         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25260         groups if the group level is higher than the specified value.
25262 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25264         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25265         (gnus-group-jump-to-group): Add prefix argument using
25266         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25267         non-active group.
25269         * compface.el (uncompface): Be verbose when changing
25270         `uncompface-use-external'.
25272         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25273         handle manual section.
25275 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25277         * gnus-art.el (gnus-button-alist): Revert previous change.
25279 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25281         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25283 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25285         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25286         whether backend can accept message.
25288         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25290 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25292         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25293         Avoid creating directory when nntp-marks-is-evil is true.
25294         Reported by Reiner Steib.
25296 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25298         * gnus-picon.el (gnus-picon-insert-glyph):
25299         Add optional `nostring' argument.
25301 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25303         * gnus-picon.el (gnus-picon-style): New variable.
25304         (gnus-picon-transform-address): Support `gnus-picon-style'.
25306 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25308         * message.el (message-fill-field): Return point.
25309         (message-generate-headers): Go to end of field.
25311         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25312         stuff for non-living groups.
25314 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25316         * gnus-art.el (gnus-article-followup-with-original)
25317         (gnus-article-reply-with-original): gnus-mark-active-p ->
25318         gnus-region-active-p.
25320 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25322         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25323         only when there is spam or ham to be processed.
25325 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25327         * mail-source.el (mail-source-delete-crash-box): Refactor.
25328         (mail-source-fetch): Use it.
25329         (mail-source-fetch-file): Ditto.
25330         (mail-source-fetch-directory): Run postscript in loop.
25331         (mail-source-fetch-pop): Delete.
25332         (mail-source-fetch-maildir): Ditto.
25333         (mail-source-fetch-imap): Ditto.
25335         * imap.el (imap-authenticators): Comment out sasl.
25337         * message.el (message-skip-to-next-address): New function.
25338         (message-fill-header-address): Refactor.
25339         (message-fill-address): Use it.
25340         (message-delete-address): Use it.
25341         (message-fill-header-general): Refactor.
25342         (message-fill-field-address): Rename.
25343         (message-narrow-to-field): Find the start of the header.
25344         (message-header-format-alist): Don't pre-fill.
25345         (message-fill-header): Remove.
25346         (message-insert-header): New function.
25347         (message-shorten-references): Use it.
25349         * rfc2047.el (rfc2047-field-value): Strip props.
25351         * mail-parse.el (mail-header-make-address): New alias.
25353         * ietf-drums.el (ietf-drums-make-address): New function.
25355         * imap.el: Add compiler directives.
25357         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25359         * gnus-art.el (article-decode-idna-rhs): Don't use
25360         message-idna-inside-rhs-p.
25362 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25364         * message.el (message-idna-inside-rhs-p): Remove.
25365         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25367         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25368         false positives.
25370 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25372         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25374 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25376         * nneething.el (nneething-file-name): Don't create spurious
25377         files.
25379         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25380         (gnus-inews-do-gcc): Remove sleep.
25382         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25383         part under point.
25385         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25386         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25388 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25390         * spam.el (spam-summary-prepare-exit): Fix (length).
25392 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25394         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25395         as expired without moving it" message when there are spam
25396         messages left.
25398 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25400         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25401         header is not nil.
25403 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25405         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25406         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25407         (nntp-marks-changed-p): New arg SERVER.
25408         (nntp-request-update-info): Adjust caller.
25410 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25412         * nntp.el (nntp-save-marks): Pass missing arg.
25414 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25416         * nntp.el: Support marks.
25417         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25418         (nntp-marks-modtime, nntp-marks-directory): New variables.
25419         (nntp-request-set-mark, nntp-request-update-info)
25420         (nntp-possibly-create-directory, nntp-marks-changed-p)
25421         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25422         New functions.
25424 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25426         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25427         (gnus-xmas-redefine): Rename.
25429         * gnus-score.el (gnus-score-insert-help):
25430         Use gnus-select-lowest-window.
25432         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25433         appt-select-lowest-window and rename to gnus-select-lowest-window.
25435         * gnus.el: do.
25437 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25439         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25440         encodings of MIME-encoded words, in order to improve
25441         interoperability with several broken MUAs.
25443 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25445         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25446         tags, only when charsets are not specified in headers.
25447         (mm-inline-text-html-render-with-w3m): Ditto.
25449         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25450         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25452 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25454         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25455         instead of MIME-decoded from fields when checking
25456         `gnus-article-address-banner-alist'.
25458 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25460         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25461         description rather than subject.
25463 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25465         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25467 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25469         * gnus.el (gnus-version-number): Bump.
25471 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25473         * gnus.el: No Gnus v0.2 is released.
25475 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25477         * gnus-agent.el (gnus-agent-read-agentview):
25478         Inline gnus-uncompress-range.
25480 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25482         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25483         `exec-installed-p'.
25485 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25487         * gnus.el (spam-process, spam-autodetect-methods):
25488         Add bsfilter and bsfilter-headers.
25490         * spam.el (spam-bsfilter): New customize group.
25491         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25492         (spam-bsfilter-header, spam-bsfilter-probability-header)
25493         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25494         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25495         (spam-bsfilter-database-directory): New options.
25496         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25497         (spam-list-of-statistical-checks, spam-registration-functions):
25498         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25499         (spam-bsfilter-score): New command.
25500         (spam-check-bsfilter-headers, spam-check-bsfilter)
25501         (spam-bsfilter-register-with-bsfilter)
25502         (spam-bsfilter-register-spam-routine)
25503         (spam-bsfilter-unregister-spam-routine)
25504         (spam-bsfilter-register-ham-routine)
25505         (spam-bsfilter-unregister-ham-routine): New functions.
25506         (spam-generic-score): Support bsfilter; Accept an optional argument
25507         to recalcurate spam score even if scoring header has already been
25508         added.
25509         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25510         optional argument to recalcurate spam score even if scoring header
25511         has already been added.
25513 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25515         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25516         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25517         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25518         link is missing.
25520 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25522         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25523         (html2text-get-attr): Rewrite.
25525         * message.el (message-setup-1): Remove redundant put-text-property
25526         on mail-header-separator.
25528 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25530         * gnus-registry.el (gnus-registry-cache-whitespace)
25531         (gnus-registry-action, gnus-registry-spool-action)
25532         (gnus-registry-split-fancy-with-parent): Change message levels
25533         from 5 to 3 or 7, as needed.
25535         * spam.el (spam-summary-prepare-exit)
25536         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25537         (spam-split, spam-find-spam, spam-log-undo-registration)
25538         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25539         level from 5 to 6.
25541 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25543         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25544         2004-03-04 change).
25546 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25548         * sieve-manage.el (sieve-manage-open):
25549         * nnweb.el (nnweb-insert-html):
25550         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25551         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25552         * nnspool.el (nnspool-request-group):
25553         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25554         * nnml.el (nnml-request-update-info):
25555         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25556         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25557         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25558         (nnimap-request-set-mark):
25559         * nnfolder.el (nnfolder-request-update-info):
25560         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25561         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25562         * gnus-uu.el (gnus-uu-find-articles-matching):
25563         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25564         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25565         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25566         * gnus-nocem.el (gnus-nocem-scan-groups):
25567         * gnus-int.el (gnus-start-news-server):
25568         * gnus-group.el (gnus-group-make-kiboze-group)
25569         (gnus-group-browse-foreign-server):
25570         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25571         Use mapc when appropriate.
25573 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25574             Adam Sjøgren  <asjo@koldfront.dk>
25575             Wes Hardaker  <wes@hardakers.net>
25576             Michael Shields  <shields@msrl.com>
25578         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25579         may need for spam sorting and scoring.
25580         (spam-user-format-function-S): Add user format function suitable for
25581         general use.
25582         (spam-article-sort-by-spam-status): Add sorting function for summary
25583         sorting.
25584         (spam-extra-header-to-number): Add function to get a score from a
25585         header.
25586         (spam-summary-score): Add function to get a numeric score from the
25587         headers.
25588         (spam-generic-score): Fix function doc, was in wrong place.
25589         (spam-initialize): Take symbols when it's run, and install the
25590         extra headers that spam-necessary-extra-headers thinks we need.
25592 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25594         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25595         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25597 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25599         * gnus-sum.el (gnus-set-global-variables)
25600         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25601         (gnus-article-get-xrefs, gnus-summary-best-group)
25602         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25603         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25604         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25605         Use with-current-buffer.
25607 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25609         * spam.el (spam-summary-prepare-exit): Simplify logic.
25610         (spam-fetch-article-header): Read the article header if it's not
25611         available.
25612         (spam-list-articles): Simplify logic.
25613         (spam-filelist-register-routine): Fix bug with unregister-list.
25615         * gnus-registry.el: Fix comments at beginning.
25617 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25619         * message.el (message-cater-to-broken-inn): Remove.
25620         (message-shorten-references): Make sure the total folded length of
25621         References is shorter than 998 characters to cater to a bug in INN
25622         2.3.  Also, don't pretend that references aren't folded -- this
25623         hasn't worked for a while.
25625 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25627         * gnus-agent.el (gnus-agentize):
25628         gnus-agent-send-mail-real-function no longer set to current value
25629         of message-send-mail-function but rather a lambda that calls
25630         message-send-mail-function.  The change makes the agent real-time
25631         responsive to user changes to message-send-mail-function.
25633 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25635         * legacy-gnus-agent.el
25636         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25637         help from Florian Weimer <fw@deneb.enyo.de>
25639 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25641         * nnmail.el (nnmail-cache-insert): Revert last change.
25643 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25645         * nnmail.el (nnmail-cache-insert): Always check whether
25646         nnmail-cache-ignore-groups matches a group name.
25648 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25650         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25651         (spam-find-spam, spam-log-processing-to-registry)
25652         (spam-log-registered-p, spam-log-unregistration-needed-p)
25653         (spam-log-undo-registration): Use gnus-message instead of
25654         gnus-error, none of these errors are fatal.
25656         * gnus-registry.el (gnus-registry-clean-empty-function)
25657         (gnus-registry-clean-empty): Remove only empty entries without
25658         extra data.
25660 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25662         * spam-stat.el (spam-stat-buffer-change-to-spam)
25663         (spam-stat-buffer-change-to-non-spam): Change (error) to
25664         (gnus-message 8) invocation.
25666 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25668         * nntp.el (nntp-via-netcat-command): New variable.
25669         (nntp-via-netcat-switches): New variable.
25670         (nntp-open-via-rlogin-and-netcat): New function.
25671         (nntp-open-connection-function): Doc fix.
25672         (nntp-telnet-command): Doc fix.
25673         (nntp-end-of-line): Doc fix.
25674         (nntp-via-rlogin-command): Doc fix.
25675         (nntp-via-user-name): Doc fix.
25676         (nntp-via-address): Doc fix.
25678 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25680         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25681         error in Emacs 21.1.
25683 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25685         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25687 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25689         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25690         (gnus-agent-with-refreshed-group): New macro.
25691         (gnus-agent-rename-group): New function.
25692         (gnus-agent-delete-group): New function.
25693         (gnus-agent-save-group-info): Use gnus-command-method when
25694         `method' parameter is nil.  Don't write nil entries into the
25695         active file.
25696         (gnus-agent-get-group-info): New function.
25697         (gnus-agent-fetch-articles):
25698         Use gnus-agent-update-files-total-fetched-for to increment disk space
25699         used.
25700         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25701         Use gnus-agent-update-view-total-fetched-for to increment disk space
25702         used.
25703         (gnus-agent-get-local): Add optional parameters to avoid calling
25704         gnus-group-real-name and gnus-find-method-for-group.
25705         (gnus-agent-set-local): Delete stored entry if either min, or max,
25706         are nil.
25707         (gnus-agent-fetch-session): Reworded error/quit messages.
25708         On quit, use gnus-agent-regenerate-group to record existance of any
25709         articles fetched to disk before the quit occurred.
25710         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25711         gnus-agent-update-view-total-fetched-for, and
25712         gnus-agent-update-files-total-fetched-for to decrement disk space
25713         used.
25714         (gnus-agent-retrieve-headers):
25715         Use gnus-agent-update-view-total-fetched-for to increment disk space
25716         used.
25717         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25718         with gnus-agent-update-files-total-fetched-for to decrement disk
25719         space and fresh group buffer.
25720         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25721         (gnus-agent-need-update-total-fetched-for): New variable.
25722         (gnus-agent-update-files-total-fetched-for): New function.
25723         (gnus-agent-update-view-total-fetched-for): New function.
25724         (gnus-agent-total-fetched-for): New function.
25726         * gnus-cache.el (gnus-cache-save-buffers):
25727         Use gnus-cache-update-overview-total-fetched-for to change disk space
25728         used by this group.
25729         (gnus-cache-possibly-enter-article):
25730         Use gnus-cache-update-file-total-fetched-for to increment disk space
25731         used by this group.
25732         (gnus-cache-possibly-remove-article):
25733         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25734         used by this group.
25735         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25736         (gnus-cache-rename-group): New function.
25737         (gnus-cache-delete-group): New function.
25738         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25739         (gnus-cache-need-update-total-fetched-for): New variable.
25740         (gnus-cache-with-refreshed-group): New macro.
25741         (gnus-cache-update-file-total-fetched-for): New function.
25742         (gnus-cache-update-overview-total-fetched-for): New function.
25743         (gnus-cache-rename-group-total-fetched-for): New function.
25744         (gnus-cache-delete-group-total-fetched-for): New function.
25745         (gnus-cache-total-fetched-for): New function.
25747         * gnus-group.el: Require gnus-sum and autoload functions to
25748         resolve warnings when gnus-group.el compiled alone.
25749         (gnus-group-line-format): Documented new %F.
25750         (size of Fetched data) group line format; identifies disk space
25751         used by agent and cache.
25752         (gnus-group-line-format-alist): Defined new F format.
25753         (gnus-total-fetched-for): New function.
25754         (gnus-group-delete-group): No longer update
25755         gnus-cache-active-altered as gnus-request-delete-group now keeps
25756         the cache in sync.
25757         (gnus-group-list-active): Let the agent store a server's active
25758         list if currently plugged.
25760         * gnus-int.el (gnus-request-delete-group):
25761         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25762         local disk in sync with the server.
25763         (gnus-request-rename-group):
25764         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25765         local disk in sync with the server.
25767         * gnus-start.el (gnus-get-unread-articles):
25768         Cosmetic simplification to logic.
25770         * gnus-util.el (gnus-rename-file): New function.
25772 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25774         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25776 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25778         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25779         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25781 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25783         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25784         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25786 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25788         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25790 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25792         * spam.el (spam-set-difference): Add function to replace
25793         gnus-set-difference in spam.el.
25794         (spam-summary-prepare-exit): Use spam-set-difference.
25796 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25798         * gnus-registry.el (gnus-registry-cache-file): Update to use
25799         gnus-dribble-directory OR gnus-home-directory OR ~.
25800         (gnus-registry-split-fancy-with-parent): Fix doc.
25802 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25804         * message.el (message-exchange-point-and-mark):
25805         Use message-mark-active-p.  Suggested by Jesper Harder
25806         <harder@ifa.au.dk>.
25808 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25810         * message.el (message-exchange-point-and-mark): Don't activate
25811         region if it was inactive.  Suggested by Hiroshi Fujishima
25812         <pooh@nature.tsukuba.ac.jp>.
25814 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25816         * gnus-art.el (article-display-face): Display Faces in the same
25817         order as X-Faces.
25819 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25821         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25823 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25825         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25826         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25827         (gnus-article-mime-hierarchy): Remove.
25828         (gnus-article-mime-hierarchy-next): Remove.
25829         (gnus-article-mode): Revert 2004-03-19 change.
25830         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25831         (gnus-insert-mime-button): Revert 2004-03-19 change.
25832         (gnus-mime-accumulate-hierarchy): Remove.
25833         (gnus-mime-enter-multipart): Remove.
25834         (gnus-mime-leave-multipart): Remove.
25835         (gnus-mime-display-part): Revert 2004-03-19 change.
25836         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25838         * mml.el (mml-preview): Revert 2004-03-19 change.
25840 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25842         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25844 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25846         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25847         t while entering a file name using the mm-with-multibyte macro.
25848         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25850         * mm-util.el (mm-with-multibyte): New macro.
25852 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25854         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25855         New user option.
25856         (gnus-mime-multipart-functions): Doc and customization fix.
25857         (gnus-article-mime-hierarchy): New variable.
25858         (gnus-article-mime-hierarchy-next): New variable.
25859         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25860         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25861         gnus-article-mime-hierarchy-next to nil.
25862         (gnus-insert-mime-button): Show hierarchy numbers.
25863         (gnus-mime-accumulate-hierarchy): New function.
25864         (gnus-mime-enter-multipart): New function.
25865         (gnus-mime-leave-multipart): New function.
25866         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25867         (gnus-mime-display-alternative): Show hierarchy numbers.
25869         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25870         gnus-article-mime-hierarchy-next to nil.
25872 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25874         * dns.el: Don't require gnus-xmas.
25876 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25878         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25879         inline PGP.
25880         (mml-menu): Disable mml-quote-region if mark is inactive.
25882 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25884         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25885         when the group's active is not available.
25887 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25889         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25890         error.
25892 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25894         * imap.el (imap-store-password): New variable.
25895         (imap-interactive-login): Use it.
25896         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25898 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25900         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25901         window-start and hscroll to summary window.
25903 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25905         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25906         conversion message to newsrc-dribble when an actual conversion is
25907         performed.
25909 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25911         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25913 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25915         * mm-decode.el (mm-complicated-handles): New function reviving
25916         former definition of mm-multiple-handles.
25918         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25919         (gnus-mime-delete-part): Use it.
25921 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25923         * gnus-agent.el (gnus-agent-read-local):
25924         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25925         avoid the implicit assumption that they will always be equal.
25926         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25927         coding-system-for-write, as the with-temp-file macro first prints
25928         to a buffer then saves the buffer.
25930 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25932         * gnus-art.el (gnus-article-edit-part): New function.
25933         (gnus-mime-save-part-and-strip): Use it; do query instead of
25934         signaling an error; don't use mm-multiple-handles.
25935         (gnus-mime-delete-part): Ditto.
25937 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25939         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25940         old file versions.
25941         (gnus-group-prepare-hook): Remove function that converted list
25942         form of gnus-agent-expire-days to group properties.
25944         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25945         (gnus-request-accept-article): Re-indented.
25947         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25948         converters to handle old agent file formats.  Add logic for a
25949         "backup before upgrading warning".
25950         (gnus-convert-mark-converter-prompt): Developers can mark
25951         functions as needing (default), or not needing,
25952         gnus-convert-old-newsrc's "backup before upgrading warning".
25953         (gnus-convert-converter-needs-prompt): Tests whether the user
25954         should be protected from potentially irreversable changes by the
25955         function.
25957         * legacy-gnus-agent.el: New.  Provides converters that are only
25958         loaded when gnus-convert-old-newsrc needs to call them.
25960 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25962         * mail-source.el (mail-source-touch-pop): Doc fix.
25964         * message.el (message-smtpmail-send-it): Doc fix.
25966 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25968         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25970         * nnmail.el (nnmail-split-fancy): do.
25972         * gnus-kill.el (gnus-kill, gnus-execute): do.
25974 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25976         * gnus-sum.el (gnus-widget-reversible-match)
25977         (gnus-widget-reversible-to-internal)
25978         (gnus-widget-reversible-to-external): New functions.
25979         (gnus-widget-reversible): New widget.
25980         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25982 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25984         * gnus-sum.el (gnus-thread-sort-functions)
25985         (gnus-article-sort-functions): Document `(not F)' items.
25987 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25989         * spam.el (spam-use-gmane-xref): Add new backend.
25990         (spam-gmane-xref-spam-group): Add variable to control the name of the
25991         Gmane spam group.
25992         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25993         (spam-regex-headers-spam, spam-regex-headers-ham)
25994         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25995         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25996         backends and checks.
25997         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25999         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26000         an autodetect method.
26002 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26004         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26005         articles are being added to a group.
26006         (gnus-request-replace-article): Inform the agent that articles
26007         need to be uncached as the cached contents are no longer valid.
26009 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26011         * binhex.el: Don't autoload executable-find.
26013         * canlock.el: Don't autoload mail-fetch-field.
26015         * dgnushack.el: Autoload c-mode for XEmacs.
26017         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26019         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26020         rmail-dont-reply-to and rmail-output.
26022         * gnus-score.el: Don't autoload ffap-string-at-point.
26024         * gnus-setup.el: Don't autoload sc-cite-original.
26026         * imap.el: Don't autoload base64-decode-string,
26027         base64-encode-string and md5.
26029         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26030         and rmail-msg-restore-non-pruned-header.
26032         * mm-decode.el: Don't autoload executable-find.
26034         * mm-url.el: Don't autoload executable-find.
26036         * mm-view.el: Don't autoload diff-mode.
26038         * nndb.el: Don't autoload news-reply-mode, news-setup,
26039         cancel-timer and telnet.
26041         * password.el: Don't autoload run-at-time for Emacs.
26043         * sha1-el.el: Don't autoload executable-find.
26045         * sieve-mode.el: Don't autoload c-mode.
26047         * uudecode.el: Don't autoload executable-find.
26049 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26051         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26052         (gnus-agent-possibly-alter-active): Avoid null in numeric
26053         comparison.
26054         (gnus-agent-set-local): Refuse to save null in local object table.
26055         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26056         list of articles that will be marked as unread.
26058 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26060         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26062 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26064         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26065         language tags.
26067 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26069         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26070         Don't bind "obarray".
26072         * gnus-sum.el (gnus-thread-sort-functions):
26073         Add `gnus-thread-sort-by-most-recent-number' and
26074         `gnus-thread-sort-by-most-recent-date'.
26075         Reported by Kai Grossjohann <kai@emptydomain.de>.
26077 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26079         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26081 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26083         * gnus-cus.el (gnus-agent-customize-category):
26084         Remove ignore-errors macro reference that required cl to be loaded at
26085         run-time.
26087         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26088         single-interval range of the form (min . max).  Previously the
26089         range had to look like ((min . max)).  Likewise, return
26090         (min . max) rather than ((min . max)).
26091         (gnus-range-map): Use gnus-range-normalize to accept
26092         single-interval range.
26094         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26095         the cache, but not the agent, now appear with their usual face.
26097         * dgnushack.el (loaddir): New variable that is bound to the
26098         directory containing the dgnushack.el file.  Use loaddir, rather
26099         than srcdir, to update load-path.  Change lets dgnushack compile
26100         code in directories other than GNUS/lisp.
26102 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26104         * lpath.el: Don't bind w3m-safe-url-regexp.
26106         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26107         w3m-safe-url-regexp variable buffer-local.
26109         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26111 2004-02-27  Simon Josefsson  <jas@extundo.com>
26113         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26114         gnus-group-real-prefix.
26115         (gnus-summary-move-article): Use it, instead of
26116         gnus-group-real-prefix.
26118 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26120         * lpath.el: Bind w3m-safe-url-regexp.
26122         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26123         w3m-safe-url-regexp variable buffer-local and set it as the value
26124         of mm-w3m-safe-url-regexp.
26126         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26128         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26129         parsing gnus-posting-styles when the message is not for replying.
26131         * dgnushack.el: Autoload sgml-mode for XEmacs.
26133         * nnrss.el (nnrss-opml-export):
26134         Use mm-set-buffer-file-coding-system instead of
26135         set-buffer-file-coding-system.
26137 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26139         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26140         of checkdoc.el).
26141         * nnrss.el: do.
26142         * gnus-mlspl.el: do.
26143         * gnus-ml.el: do.
26144         * gnus-srvr.el: do.
26146         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26148 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26150         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26151         Corrections to custom-manual links.
26153         * gnus-art.el (gnus-article): Ditto.
26155         * mm-decode.el (mime-display, mime-security): Ditto.
26157 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26159         * flow-fill.el: Typo.
26161 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26163         * spam-wash.el: New file.
26165 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26167         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26169 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26171         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26172         to be run with new-articles as LIST1, not LIST2.
26173         (spam-registration-functions): Add spam-use-ham-copy as a nil
26174         registration backend.
26176 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26178         * spam-stat.el (spam-stat-washing-hook): New option.
26179         (spam-stat-buffer-words): Use it.
26180         (spam-stat-process-directory, spam-stat-test-directory):
26181         Use insert-file-contents-literally.
26182         (spam-stat-coding-system): New variable.
26183         (spam-stat-load, spam-stat-save): Use it.
26185 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26187         * spam-report.el (spam-report-plug-agent):
26188         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26190 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26192         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26193         Allow / in mailto URLs.
26195 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26197         * spam-report.el (spam-report-process-queue): Fix interactive use.
26198         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26199         (spam-report-unplug-agent): Doc fixes.
26200         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26201         (spam-report-agentize, spam-report-deagentize): Autoload.
26203 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26205         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26207         * message.el (message-setup-fill-variables): Add mml tags to
26208         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26209         <ajk@iu.edu>.
26210         (message-mode): Don't modify paragraph-separate there.
26212 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26214         * compface.el (uncompface-use-external): Default to undecided.
26215         (uncompface-use-external-threshold): New variable.
26216         (uncompface-float-time): New macro.
26217         (uncompface): Determine whether to use the external decoder if
26218         uncompface-use-external is undecided.
26220 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26222         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26223         after images.
26225         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26227 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26229         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26231         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26233         * gnus-sum.el (gnus-summary-limit-to-age)
26234         (gnus-summary-limit-children): do.
26236         * gnus-int.el (gnus-request-scan): do.
26238         * gnus-group.el (gnus-group-suspend): do.
26240         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26242         * gnus-cite.el (gnus-cite-parse-attributions): do.
26244         * gnus-agent.el (gnus-summary-set-agent-mark)
26245         (gnus-agent-regenerate-group): do.
26247         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26249         * binhex.el (binhex-decode-region-internal): do.
26251 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26253         * gnus-fun.el (gnus-face-properties-alist): New user option.
26254         (gnus-display-x-face-in-from): Use it.
26256         * gnus-art.el (article-display-face): Ditto.
26258         * compface.el (uncompface-use-external): Default to nil.
26260 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26262         * nntp.el (nntp-erase-buffer): New function.
26263         (nntp-retrieve-data, nntp-send-command)
26264         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26265         (nntp-possibly-change-group): Use it.
26267         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26268         Use with-current-buffer.
26270 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26272         * compface.el: Merge the ELisp-based uncompface program.
26273         (compface): New customization group.
26274         (uncompface-use-external): New user option.
26275         (uncompface): Call uncompface-internal if uncompface-use-external
26276         is nil.
26277         (uncompface-internal): New function.  Note that there are also
26278         some other functions and variables added for this function.
26280 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26282         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26283         if necessary.
26285 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26287         * spam-report.el (spam-report-unplug-agent)
26288         (spam-report-plug-agent, spam-report-deagentize)
26289         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26290         Add support for the Agent in spam-report: when unplugged, report to a
26291         file; when plugged, submit all the requests.
26293         * spam.el (spam-register-routine): Fix message about
26294         registration.
26296 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26298         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26299         dependencies.
26300         (rfc2047-encode): Use it.
26302         * gnus-art.el (gnus-button-marker-list): Move before first
26303         reference.
26305         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26306         (imap-parse-body): Fix format string mismatch.
26308         * gnus-score.el (gnus-summary-increase-score): do.
26310         * nnrss.el (nnrss-close): New function.
26312 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26314         * nnrss.el (nnrss-make-filename): New function.
26315         (nnrss-request-delete-group, nnrss-read-server-data)
26316         (nnrss-save-server-data, nnrss-read-group-data)
26317         (nnrss-save-group-data): Use it.
26318         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26319         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26320         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26322 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26324         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26326 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26328         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26329         files.
26331         * message.el (message-generate-headers-first): Don't quote nil
26332         and t in docstrings.
26334         * imap.el (imap-id): do.
26336         * gnus-agent.el (gnus-agent-consider-all-articles)
26337         (gnus-agent-queue-mail): do.
26339 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26341         * spam-report.el (spam-report-process-queue): New function.
26342         Process requests from `spam-report-requests-file'.
26343         (spam-report-process-queue): Doc fix.
26345 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26347         * spam.el (spam-register-routine)
26348         (spam-log-processing-to-registry, spam-log-registered-p)
26349         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26350         Change "check" to "spam-check" for semi-clarity.
26352 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26354         * pop3.el: Require nnheader.
26356         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26358         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26360         * gnus-picon.el: Require cl.
26362         * gnus-fun.el: Require gnus-ems and gnus-util.
26364         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26366         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26368         * gnus-art.el (gnus-article-edit-mode): Define before first
26369         reference.
26371 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26373         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26374         (gnus-uu-post-encoded): Use point-at-bol.
26376         * gnus-topic.el (gnus-group-active-topic-p): do.
26378         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26380         * gnus-group.el (gnus-group-kill-region): do.
26382         * gnus-art.el (article-date-ut): do.
26384         * message.el (message-fetch-field): Remove redundant
26385         case-fold-search binding.
26386         (message-narrow-to-field): Simplify.
26388 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26390         * spam.el (spam-directory): Derive from `gnus-directory'.
26392         * spam-report.el (spam-report-url-to-file)
26393         (spam-report-requests-file): New function and variable for offline
26394         reporting.
26395         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26396         and user defined function.
26397         (spam-report-url-ping-mm-url): Remove doubled slash.
26399 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26401         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26403 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26405         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26406         Fix format string mismatch.
26408         * sieve.el (sieve-deactivate-all): do.
26410         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26412         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26414         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26416         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26418 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26420         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26421         the list of checks.
26423 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26425         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26426         padding.
26428 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26430         * mm-view.el (mm-fill-flowed): New variable.
26431         (mm-inline-text): Use it.
26433 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26435         * spam.el (spam-spamassassin-register-ham-routine)
26436         (spam-spamassassin-register-spam-routine): Fix function names.
26438 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26440         * gnus.el (gnus-tmp-grouplens): Remove.
26441         (gnus-summary-line-format): Remove grouplens.
26443         * gnus-group.el (gnus-group-line-format): Ditto.
26445         * gnus-spec.el (gnus-format-specs): Ditto.
26446         (gnus-update-format-specifications): Flush the group format spec
26447         cache if there's the grouplens stuff.
26448         (gnus-parse-simple-format): Replace %l with the empty string.
26450 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26452         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26453         omission.
26455 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26457         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26458         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26460 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26462         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26463         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26464         New macros and functions.
26465         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26466         Handle > NLINK_MAX messages.
26467         * nnmaildir.el (nnmaildir-request-set-mark):
26468         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26470 2004-01-25  Alex Schroeder  <alex@gnu.org>
26472         * spam-stat.el (spam-stat-process-directory-age): New option.
26473         (spam-stat-process-directory): Use it.
26475 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26477         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26478         (spam-stat-save): Accept prefix argument.
26480 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26482         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26483         links" error.
26485 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26487         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26488         the rest of the and/or forms.
26490 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26492         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26493         compatibility with old .newsrc.eld files.
26495         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26497         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26499         * gnus-start.el (gnus-1): do.
26501         * gnus-group.el (gnus-group-line-format-alist): do.
26503         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26505         * gnus-gl.el: Remove.
26507 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26509         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26510         marks consisting of a single range {for example, (3 . 5)} rather
26511         than a list of a single range { ((3 . 5)) }.
26513 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26515         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26516         Use with-current-buffer.
26517         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26518         avoid consing a string.
26520         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26521         Remove obsolete entries for big5 and gb2312.
26523 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26525         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26526         uncompressed list.
26528 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26530         * spam-stat.el (spam-stat-strip-xref): New function.
26531         (spam-stat-process-directory): Use it.
26533         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26534         here -- it's done in message-fetch-field.
26536 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26538         * gnus-agent.el (gnus-agent-queue-mail)
26539         (gnus-agent-prompt-send-queue): New variables.
26540         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26541         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26542         "nndraft:queue" along to gnus-draft-send.
26543         Use gnus-agent-prompt-send-queue.
26544         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26545         is "nndraft:queue".  Suggested by Gaute Strokkenes
26546         <gs234@srcf.ucam.org>
26548         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26549         (agent-enable-undownloaded-faces): Add.
26550         (gnus-agent-cat-groups): Use eval-and-compile, not
26551         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26552         method of gnus-agent-cat-groups even when the buffer has been
26553         evaled.
26554         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26555         delete gnus-agent-save-active-1.
26556         (gnus-agent-save-groups): Delete.  Identical to
26557         gnus-agent-save-active.
26558         (gnus-agent-write-active): No longer adjust agent's copy of active
26559         file as agent's adjustments are now stored in their own
26560         file.  Remove optional parameter.
26561         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26562         servers.  Add use of min/max range limits from server's local
26563         file.
26564         (gnus-agent-save-alist): Remove unused optional argument.
26565         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26566         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26567         (gnus-agent-set-local): A per-server file that keeps min/max range
26568         limits for articles known to the agent.  Provides a fast mechanism
26569         for altering many active ranges.
26570         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26571         active file (local makes it unnecessary).
26572         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26574         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26575         (agent-enable-undownloaded-faces): Add.
26577         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26578         disable it when sending to "nndraft:queue".
26579         (gnus-group-send-queue): Add safety check to avoid sending queue
26580         when unplugged.
26582         * gnus-group.el (gnus-group-catchup): Use new
26583         gnus-sequence-of-unread-articles, not
26584         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26585         numbers of articles.  Use gnus-range-map to avoid having to
26586         uncompress the unread list.
26587         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26588         Fix invalid ange-ftp reference.
26590         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26591         (gnus-sorted-range-intersection): Intersection of two ranges
26592         without requiring that they first be uncompressed.
26594         * gnus-start.el (gnus-activate-group): Unless blocked by the
26595         caller, possibly expand the active range to include both cached
26596         and agentized articles.
26597         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26598         multiple version-dependent converters.
26599         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26600         gnus-agent-save-active.
26601         (gnus-save-newsrc-file): Save dirty agent range limits.
26603         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26604         gnus-agent-possibly-alter-active.
26605         (gnus-adjust-marked-articles): Faster handling of simple lists.
26607 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26609         * spam-stat.el (spam-stat-test-directory): New optional argument
26610         displays a list of files detected.  Suggested by Andrew Cohen
26611         <cohen@andy.bu.edu>.
26612         (spam-stat-buffer-words-with-scores): Don't narrow and change
26613         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26615 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26617         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26618         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26619         (spam-spamassassin-arguments)
26620         (spam-spamassassin-spam-flag-header)
26621         (spam-spamassassin-positive-spam-flag-header)
26622         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26623         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26624         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26625         (spam-list-of-processors, spam-list-of-checks)
26626         (spam-list-of-statistical-checks, spam-registration-functions)
26627         (spam-check-spamassassin-headers, spam-check-spamassassin)
26628         (spam-spamassassin-score)
26629         (spam-spamassassin-register-with-sa-learn)
26630         (spam-spamassassin-register-spam-routine)
26631         (spam-spamassassin-register-ham-routine)
26632         (spam-assassin-register-spam-routine)
26633         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26634         (spam-bogofilter-score): Fix to show article before scoring.
26636 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26638         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26639         default scoring function.
26640         (spam-generic-score): Call spam-spamassassin-score if
26641         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26642         spam-bogofilter-score otherwise.
26644         * gnus.el (spam-process, spam-autodetect-methods):
26645         Add spamassassin and spamassassin-headers.
26647 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26649         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26650         Suppress unnecessary messages.
26652 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26654         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26655         make-hash-table.
26657 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26659         * canlock.el (base64-encode-string): Don't autoload it.
26661 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26663         * run-at-time.el: Remove useless (require 'itimer),
26664         eval-and-compile and (featurep 'xemacs).
26666 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26668         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26669         GROUP is a virtual group.
26671 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26673         * gnus.el: Autoload `message-y-or-n-p'.
26675 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26677         * pgg-parse.el: Remove unnecessary (require 'custom).
26679         * pgg-def.el: do.
26681         * nnmail.el: do.
26683         * gnus-undo.el: do.
26685         * gnus-picon.el: do.
26687         * gnus-util.el: do.
26689 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26691         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26693 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26695         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26696         handle, as well as a list.
26698         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26699         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26700         (mm-w3m-cid-retrieve): Simplify.
26702 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26704         * message.el (message-kill-to-signature): Allow prefix arg to
26705         specify number of lines to keep before signature.
26707 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26709         * message.el (message-kill-to-signature): Change docstring.
26711 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26713         * canlock.el: Always require sha1-el.
26714         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26716         * message.el: Autoload sha1 only when compiling.
26718         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26719         eudc-expand-inline for XEmacs.
26721 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26723         * message.el (message-canlock-generate): Require sha1-el.
26725 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26727         * message.el (message-expand-name): Silence the byte compiler.
26729         * lpath.el: Add detect-coding-system.
26731         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26732         cus-edit.
26734 2004-01-13  Simon Josefsson  <jas@extundo.com>
26736         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26737         Invoke gnus-score-mode.
26738         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26740         * gnus-range.el (gnus-compress-sequence): Doc fix.
26741         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26743 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26745         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26747 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26749         * spam.el (spam-get-article-as-string): Update to use
26750         gnus-request-article-this-buffer, much simpler.
26751         (spam-get-article-as-buffer): Remove.
26753 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26755         * message.el (message-expand-name): Use EUDC if the user uses that.
26757 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26759         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26760         character for the encoding to avoid consing a string.
26762         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26763         unnecessarily.
26765         * mm-util.el (mm-replace-chars-in-string): Remove.
26767         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26768         of mm-replace-chars-in-string.
26770 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26772         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26774         * mm-util.el (mm-subst-char-in-string): Support inplace.
26776         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26777         a new string in every iteration.  Use shy groups.
26779 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26781         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26782         * gnus-soup.el (gnus-soup-group-brew):
26783         * gnus-msg.el (gnus-put-message):
26784         * gnus-move.el (gnus-group-move-group-to-server):
26785         * gnus-kill.el (gnus-batch-score):
26786         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26787         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26788         (gnus-group-update-group, gnus-group-read-group)
26789         (gnus-group-make-group, gnus-group-make-help-group)
26790         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26791         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26792         (gnus-group-sort-by-unread, gnus-group-catchup)
26793         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26794         (gnus-group-yank-group, gnus-group-set-info)
26795         (gnus-group-list-groups):
26796         * gnus.el (gnus-generate-new-group-name):
26797         * gnus-delay.el (gnus-delay-send-queue):
26798         * nnvirtual.el (nnvirtual-catchup-group):
26799         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26800         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26801         (gnus-group-prepare-topics, gnus-topic-check-topology):
26802         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26803         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26804         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26805         (gnus-group-make-articles-read):
26806         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26807         (gnus-group-change-level, gnus-kill-newsgroup)
26808         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26809         (gnus-get-unread-articles, gnus-make-articles-unread)
26810         (gnus-make-ascending-articles-unread): Use accessor
26811         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26812         to get group information for improved readability.
26815 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26817         * gnus-art.el (article-decode-mime-words, article-babel)
26818         (gnus-article-highlight-signature, gnus-article-add-buttons)
26819         (gnus-signature-toggle): Use gnus-with-article-buffer.
26821         * gnus-art.el (gnus-article-highlight-headers)
26822         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26824         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26825         (gnus-article-set-globals, gnus-request-article-this-buffer)
26826         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26827         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26828         (gnus-mime-display-alternative): Use with-current-buffer.
26830 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26832         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26833         also under 80 char limit, and call gnus-error if needed.
26834         (spam-fetch-article-header): Fix - it was a
26835         buffer-local variable (gnus-newsgroup-data).
26836         (spam-find-spam): Use spam-generate-fake-headers, forget about
26837         spam-insert-fake-headers.
26838         (spam-insert-fake-headers): Remove.
26840 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26842         * deuglify.el (gnus-article-outlook-unwrap-lines)
26843         (gnus-outlook-rearrange-article)
26844         (gnus-outlook-repair-attribution-outlook)
26845         (gnus-outlook-repair-attribution-block)
26846         (gnus-outlook-repair-attribution-other): Remove redundant
26847         save-excursion.
26849 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26851         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26852         (spam-fetch-field-subject-fast)
26853         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26854         (spam-fetch-article-header): Add functions to deal with Gnus
26855         internals for fast retrieval of article header data.
26856         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26858 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26860         * pop3.el (pop3-md5): Remove.
26861         (pop3-apop): Replace pop3-md5 with md5.
26863         * mm-bodies.el: base64 is always built-in.
26865         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26866         Use with-current-buffer.
26868 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26870         * canlock.el (canlock-insert-header): Remove excessive grouping in
26871         regexp.
26873         * gnus-sum.el (gnus-summary-read-document): Ditto.
26875         * gnus-uu.el (gnus-uu-part-number): Ditto.
26877         * html2text.el (html2text-remove-tags): Ditto.
26878         (html2text-format-tags): Ditto.
26879         (html2text-format-single-elements): Ditto.
26881         * mml.el (mml-parse-1): Ditto.
26883 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26885         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26887         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26889         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26891         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26893 2003-11-15  Simon Josefsson  <jas@extundo.com>
26895         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26896         (pgg-gpg-lookup-key): Use regexp match instead of
26897         split-string (split-string is different between emacs 21.2 and
26898         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26900 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26902         * gnus-art.el (gnus-mime-view-all-parts)
26903         (gnus-article-part-wrapper, gnus-article-view-part):
26904         Use with-current-buffer.
26906 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26908         * spam.el (spam-disable-spam-split-during-ham-respool)
26909         (spam-spamoracle-database, spam-cache-lookups)
26910         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26911         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26912         (spam-group-ham-marks, spam-group-spam-marks)
26913         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26914         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26915         also add spam-use-blackholes to the statistical checks.
26916         (spam-fetch-field-fast): Add interface to fetching fields, may
26917         become a macro.
26918         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26919         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26920         (spam-insert-fake-headers): Fake an article when needed.
26921         (spam-find-spam): Fake article when possible.
26922         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26923         (spam-check-bogofilter-headers): Use message-fetch-field instead
26924         of nnmail-fetch-field.
26926 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26928         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26930 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26932         * spam.el (spam-split): Do not require spam-use-CHECK to be
26933         enabled if that check is passed to spam-split explicitly; also
26934         fix so 'spam doesn't get converted to spam-split-group when
26935         spam-split-symbolic-return is t.
26936         (spam-find-spam): Find registrations of the article and use those
26937         instead of re-running spam-split to find the spam/ham
26938         classification of the article.
26939         (spam-log-processing-to-registry, spam-log-registered-p)
26940         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26941         Use gnus-error instead of gnus-message.
26942         (spam-log-registration-type): Add function to determine the
26943         classification of a message based on registry entries; will
26944         return nil if both 'spam and 'ham are found.
26945         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26946         a reasonably fast local cache without the loading errors.
26947         (spam-cache-lookups): Set to t by default.
26948         (spam-find-spam): Don't try to guess spam-cache-lookups.
26949         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26950         spam-caches entry.
26951         (spam-filelist-build-cache, spam-filelist-check-cache):
26952         Fix caching of whitelist/blacklist entries.
26953         (spam-check-whitelist, spam-check-blacklist):
26954         Invoke spam-from-listed-p with a type, not a cache variable.
26955         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26957 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26959         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26961         * nnmail.el (nnmail-split-fancy): do.
26963         * mml.el (mml-parse): do.
26965         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26966         (gnus-score-adaptive): do.
26968 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26970         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26971         (gnus-mime-button-map): Don't set keymap parent.
26972         (gnus-button-ctan-directory-regexp): Use shy grouping.
26973         (gnus-prev-page-map): Don't set keymap parent.
26974         (gnus-prev-page-map): Remove duplicated one.
26975         (gnus-next-page-map): Don't set keymap parent.
26976         (gnus-mime-security-button-map): Ditto.
26978         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26979         version number.
26981         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26983 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26985         * canlock.el (canlock-sha1-function): Remove.
26986         (canlock-sha1-function-for-verify): Remove.
26987         (canlock-openssl-program): Remove.
26988         (canlock-openssl-args): Remove.
26989         (canlock-ignore-errors): Remove.
26990         (canlock-sha1-with-openssl): Remove.
26991         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26992         (canlock-verify): Don't use canlock-ignore-errors.
26994         * sha1-el.el (sha1-string-external): Make it can return a string
26995         in binary form.
26996         (sha1-region-external): Ditto.
26997         (sha1-string-internal): Ditto.
26998         (sha1-region-internal): Ditto.
26999         (sha1-region): Ditto.
27000         (sha1-string): Ditto.
27001         (sha1): Ditto.
27003 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27005         * spam.el (spam-report-articles-gmane): New command.
27007 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27009         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27011         * run-at-time.el (run-at-time-saved): Remove.
27012         (run-at-time): Doc fix.
27014 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27016         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27017         (gnus-summary-limit-map): Add it.
27018         (gnus-summary-make-menu-bar): do.
27020 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27022         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27023         Make attempt at some caching support (done for BBDB only now).
27024         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27025         addresses to be checked.
27026         (spam-clear-cache-BBDB): Add function, to be invoked by
27027         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27028         (spam-check-BBDB): Check and use the caches, if
27029         spam-cache-lookups is on, remove superfluous (provide).
27031 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27033         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27035 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27037         * run-at-time.el (run-at-time-saved): Move to after the definition
27038         of `run-at-time'.
27040         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27042 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27044         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27045         mm-w3m-local-map-property.
27047         * mm-view.el (mm-w3m-mode-map): Remove.
27048         (mm-w3m-local-map-property): Remove.
27049         (mm-inline-text-html-render-with-w3m): Don't use
27050         mm-w3m-local-map-property.
27052 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27054         * run-at-time.el: New file.
27056         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27057         under Emacs.
27059         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27060         of gnus-set-text-properties.
27062         * gnus-uu.el (gnus-uu-save-article): Ditto.
27064         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27066         * gnus-cite.el (gnus-cite-parse): Ditto.
27068         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27069         of gnus-.
27071         * gnus-xmas.el (run-at-time): Require run-at-time.
27073         * gnus.el: Change calls to nnheader-run-at-time and
27074         password-run-at-time throughout to use run-at-time directly.
27076         * password.el: Remove definition of run-at-time.
27078         * nnheaderxm.el: Remove definition of run-at-time.
27080 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27082         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27083         in prompt.
27085 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27087         * messagexmas.el (message-xmas-redefine): Alias
27088         `message-make-caesar-translation-table' to
27089         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27090         version.
27092         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27093         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27094         `gnus-xmas-set-text-properties'.
27095         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27096         `gnus-xmas-completing-read'.
27097         (gnus-xmas-completing-read): Removed.
27098         (gnus-xmas-open-network-stream): Removed.
27100         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27101         XEmacs version.
27103         * dns.el (dns-make-network-process): Use `open-network-stream'
27104         instead of `gnus-xmas-open-network-stream'.
27106         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27108         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27110 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27112         * gnus-art.el (gnus-mime-display-alternative)
27113         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27114         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27115         Don't use gnus-local-map-property.
27117         * gnus-util.el (gnus-local-map-property): Remove.
27119         * mm-view.el (mm-view-pkcs7-decrypt):
27120         Replace gnus-completing-read-maybe-default with completing-read.
27122         * gnus-util.el (gnus-completing-read): do.
27123         (gnus-completing-read-maybe-default): Remove.
27125 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27127         * password.el: Only autoload `run-at-time' if not XEmacs.
27128         Only autoload the itimer functions if XEmacs.
27130 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27132         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27133         XEmacsen.
27135         * dgnushack.el: Autoload executable-find for XEmacs.
27137 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27139         * gnus-art.el (gnus-read-string): Remove.
27140         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27141         read-string.
27143 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27145         * netrc.el: Autoload password-read.
27146         (netrc): Add configuration group.
27147         (netrc-encoding-method, netrc-openssl-path):
27148         Add variables for encoding and decoding of files with symmetric
27149         ciphers.
27150         (netrc-encode): Add assistant function to encode a file with
27151         netrc-encoding-method.
27152         (netrc-parse): Add interactive parameter, added optional
27153         decoding if netrc-encoding-method is non-nil but otherwise
27154         behavior is standard.
27155         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27156         Do s/encode/encrypt/ everywhere.
27158         * spam.el: Remove executable-find autoload.
27160 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27162         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27164         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27166 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27168         * gnus-art.el (gnus-treat-ansi-sequences)
27169         (article-treat-ansi-sequences): New variable and function.
27170         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27172         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27173         Use it.
27175 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27177         * mm-util.el (mm-quote-arg): Remove.
27179         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27180         shell-quote-argument.
27182         * gnus-uu.el (gnus-uu-command): do.
27184         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27186         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27187         with make-char.
27189         * mm-util.el (mm-make-char): Remove.
27191         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27192         add-minor-mode.
27194         * gnus-undo.el (gnus-undo-mode): do.
27196         * gnus-topic.el (gnus-topic-mode): do.
27198         * gnus-sum.el (gnus-dead-summary-mode): do.
27200         * gnus-start.el (gnus-slave-mode): do.
27202         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27204         * gnus-ml.el (gnus-mailing-list-mode): do.
27206         * gnus-gl.el (gnus-grouplens-mode): do.
27208         * gnus-draft.el (gnus-draft-mode): do.
27210         * gnus-dired.el (gnus-dired-mode): do.
27212         * gnus-ems.el (gnus-add-minor-mode): Remove.
27214         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27215         Replace gnus-char-width with char-width.
27217         * gnus-ems.el (gnus-char-width): Remove.
27219         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27220         Replace gnus-char-width with char-width.
27222         * gnus-ems.el (gnus-char-width): Remove.
27224         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27225         definition.
27226         Remove Emacs 20 hash table compatibility code.
27228         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27229         20 compatibility code.
27231         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27233         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27235         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27236         Replace with point-at-{eol,bol}.
27238         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27240         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27242         * flow-fill.el (fill-flowed-point-at-bol)
27243         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27245         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27246         Replace with point-at-{eol,bol} throughout all files.
27248 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27250         * ntlm.el (ntlm-string-as-unibyte): New macro.
27251         (ntlm-build-auth-response): Use it.
27253         Remove Emacs 20 stuff:
27254         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27255         (butlast, mapc, remove): Remove the compiler macros.
27256         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27257         of delq and copy-sequence.
27258         * gnus-art.el (popup-menu): Remove the compiler macro.
27259         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27260         Emacs 20.
27262 2004-01-05  Simon Josefsson  <jas@extundo.com>
27264         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27265         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27266         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27267         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27268         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27269         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27270         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27271         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27272         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27273         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27274         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27275         string-xor into ntlm-string-xor.
27276         Suggested by Jesper Harder <harder@myrealbox.com>.
27278         * ntlm.el: Don't include poem.
27280         * md4.el (print-int32, print-string-hexa): Remove.
27281         Suggested by Jesper Harder <harder@myrealbox.com>.
27283         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27285         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27286         probably breaks emacs with DL patch, but do we care? Is anyone
27287         still using the DL stuff?)
27289         * sieve-manage.el: Use the password package.
27290         (sieve-manage-read-passwd): Remove.
27291         (sieve-manage-interactive-login): Use password.  Re-add
27292         condition-case around loop.
27294         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27295         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27296         Use the password package.
27298 2003-02-19  Simon Josefsson  <jas@extundo.com>
27300         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27301         token.
27303 2002-08-07  Simon Josefsson  <jas@extundo.com>
27305         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27306         (sieve-manage-authenticators)
27307         (sieve-manage-authenticator-alist): Add some SASL mechs.
27308         (sieve-sasl-auth): New function.
27309         (sieve-manage-cram-md5-auth)
27310         (sieve-manage-plain-auth): Rewrite using SASL library.
27311         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27312         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27313         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27314         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27316 2004-01-05  Simon Josefsson  <jas@extundo.com>
27318         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27319         New files.
27321 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27323         * gnus-group.el (gnus-no-groups-message): Update.
27325         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27327 2003-11-09  Simon Josefsson  <jas@extundo.com>
27329         * imap.el: Support for ID IMAP extension (RFC 2971).
27330         (imap-local-variables): Add imap-id.
27331         (imap-id): New variable.
27332         (imap-id): New function.
27333         (imap-parse-response): Parse untagged ID response.
27334         * nnimap.el (nnimap-id): New variable.
27335         (nnimap-open-connection): Use it.
27337 2003-12-28  Simon Josefsson  <jas@extundo.com>
27339         * gnus-score.el (gnus-score-edit-all-score): New.
27340         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27342 2004-01-04  Simon Josefsson  <jas@extundo.com>
27344         * password.el: Add.
27346 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27348         * dns.el (dns-query-types): Fix typo.
27349         (dns-query-types): New function.
27350         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27351         PTR and SOA replies, see RFC 1035.
27353 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27355         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27357         * Move to Changelog.2.
27359 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27361         * gnus.el (gnus-version-number): Bump version.
27363 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27365         * gnus.el: No Gnus v0.1 is released.
27367 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27369         * gnus.el: No Gnus v0.0 is released.
27371 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27373         * gnus.el (gnus-version-number): Bump.
27374         (gnus-version): No.
27376 See ChangeLog.2 for earlier changes.
27378   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27380   This file is part of GNU Emacs.
27382   GNU Emacs is free software: you can redistribute it and/or modify
27383   it under the terms of the GNU General Public License as published by
27384   the Free Software Foundation, either version 3 of the License, or
27385   (at your option) any later version.
27387   GNU Emacs is distributed in the hope that it will be useful,
27388   but WITHOUT ANY WARRANTY; without even the implied warranty of
27389   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27390   GNU General Public License for more details.
27392   You should have received a copy of the GNU General Public License
27393   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27395 ;; Local Variables:
27396 ;; coding: utf-8
27397 ;; fill-column: 79
27398 ;; add-log-time-zone-rule: t
27399 ;; End: