parse-time.el (parse-time-rules), time-date.el (date-to-time): Don't mishandle year...
[gnus.git] / lisp / ChangeLog
blob333c3b64f25f3d914a531ddb5c146a32ef0960b0
1 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
3         Don't mishandle year-9999 dates (Bug#18176).
4         * parse-time.el (parse-time-rules):
5         Allow years up to most-positive-fixnum.
6         * time-date.el (date-to-time):
7         Pass "Specified time is not representable" errors through.
9 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
11         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
12         groups and t.
14 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16         * gnus-utils.el (gnus-recursive-directory-files):
17         Unify hard or symbolic links (bug#18063).
19 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
21         * gnus-msg.el (gnus-configure-posting-style):
22         Allow string replacements in values when matching against a header.
24 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
27         the dribble buffer even when it is shrunk a lot.
28         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
30 2014-06-26  Glenn Morris  <rgm@gnu.org>
32         * mm-util.el (help-function-arglist): Remove outdated declaration.
34 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
36         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
37         attribute values.  (Bug#17834)
39 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
41         * gnus-sum.el (gnus-summary-edit-article-done):
42         Prefer point-marker to copy-marker of point.
44 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
46         * Makefile.in (install-el, install-el-elc): Compress .el files.
47         (uninstall): Remove compressed .el files.
49 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
51         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
52         (gnus-article-read-summary-keys):
53         Don't bug out when there is no article in the summary buffer.
54         (gnus-mime-buttonize-attachments-in-header):
55         Improve criterion that finds parts to display.
57         * gnus-art.el (gnus-mm-display-part):
58         * mm-decode.el (mm-shr):
59         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
60         (mm-insert-inline): Revert last changes.
62 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
64         * gnus-art.el (gnus-mm-display-part):
65         * mm-decode.el (mm-shr):
66         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
67         (mm-insert-inline): Set insertion type of end-marker, not only
68         start-marker, of undisplayer so as to stay after inserted text.
70 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
72         * html2text.el (html2text-get-attr): Fix typo when splitting value from
73         attribute. (Bug#17613)
75 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
78         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
80 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
82         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
83         delete next part button; keep spacing between buttons.
85 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
87         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
88         Work for the last MIME part in an article.
89         (gnus-mime-display-single): Suppress excessive newlines between parts.
91         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
92         by leading or trailing newline.
94 2014-05-12  Sam Steingold  <sds@gnu.org>
96         * time-date.el (seconds-to-string): New function to pretty print time
97         delay in seconds.
99 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
101         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
102         while prompting a user for a file name, etc.
103         (gnus-mime-display-single): Display part with a common appearance no
104         matter whether MIME button is omitted or not; don't add duplicate entry
105         to gnus-article-mime-handle-alist.
106         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
108 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
110         * mml2015.el (mml2015-display-key-image): New variable.
112 2014-05-08  Glenn Morris  <rgm@gnu.org>
114         * gnus-fun.el (gnus-grab-cam-face):
115         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
116         This is CVE-2014-3421.
118 2014-05-04  Glenn Morris  <rgm@gnu.org>
120         * gnus-registry.el (gnus-registry-install-p): Doc fix.
122 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
124         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
125         the displaying state of a part.
126         (gnus-mm-display-part): Don't insert a newline in the beginning of
127         a part like gnus-mime-inline-part doesn't; work for XEmacs.
129         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
130         (mm-shr): Make undisplayer unbreakable.
132         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
133         insert excessive newline.
134         (mm-inline-text-html-render-with-w3m, mm-inline-text)
135         (mm-insert-inline): Make undisplayer unbreakable.
137 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
139         * gnus.el: Ma Gnus v0.11 is released.
141 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
143         * gnus-art.el (gnus-mm-display-part):
144         Highlight header attachment buttons.
146 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
148         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
149         a part; redisplay a button (enbugged in 2014-02-05).
151 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
153         * auth-source.el (auth-source-search, auth-source-search-backends):
154         Treat :max 0 as an indicator that a boolean return is wanted, as
155         documented. Reported by Joe Bloggs.
157 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
159         * gnus-icalendar.el: Require gnus-art.
161 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
163         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
164         (gnus-icalendar--update-org-event): put event timestamp in
165         the org entry body instead of the drawer.
166         (gnus-icalendar-event--get-attendee-names): list of participants should
167         contain even attendees without common name attribute.
168         (gnus-icalendar--update-org-event): don't generate duplicates of empty
169         property tags in org drawers.
171 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
173         * gmm-utils.el (gmm-format-time-string): New function.
175         * message.el (message-insert-formatted-citation-line): Use the original
176         author's time zone to express a date string.
178 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
181         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
182         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
183         Silence compiler warnings.
184         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
186 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
188         * mml.el: Require url when compiling.
190         * gnus-cloud.el (gnus-cloud-parse-version-1):
191         Use plist-get rather than CL's getf.
192         (gnus-activate-group, gnus-subscribe-group): Declare.
194         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
196 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
198         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
199         buttons when toggling the header off.
201 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
203         * tls.el (tls-program): Reflow docstring.
205 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
207         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
208         groups work again.
210 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
212         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
213         999 correctly (i.e. "1,342").
215 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
217         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
218         out if the directory doesn't exist.
220 2014-03-07  Daiki Ueno  <ueno@gnu.org>
222         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
223         commands here; instead, only check if epg-config.el is available.
225 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
227         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
228         messages with embedded images.
229         (mml-generate-mime): Don't bug out if you don't have libxml.
231 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
233         * message.el (message-make-html-message-with-image-files): New command.
235 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
237         * gnus-group.el (gnus-group-make-group): Clarify prompt.
239         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
241 2014-02-23  David Engster  <deng@randomsample.de>
243         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
244         to stay compatible with older Emacsen, so replace `cl-loop' with
245         `loop'.
247 2014-02-22  Daniel Colascione  <dancol@dancol.org>
249         * auth-source.el (auth-source-secrets-listify-pattern): New function.
250         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
251         instead, build list of patterns.
253 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
255         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
256         Display header attachment buttons by gnus-article-prepare-display
257         rather than gnus-article-prepare so as to view in mml-preview as well.
259 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
261         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
262         in `auth-sources' means and link to EPA docs.
264 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
266         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
267         (bug#12375).
269 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
271         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
272         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
274 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
276         * message.el (message-tab): Mention what happens on normal tabs
277         (bug#11297).
279 2014-02-08  Glenn Morris  <rgm@gnu.org>
281         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
283 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
285         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
286         buttons that are hidden in unselected alternative part as well.
287         (gnus-mime-display-alternative): Redraw attachment buttons in header.
289         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
291 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
293         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
294         keystroke.
295         (gnus-server-toggle-cloud-server): Only allow clouding applicable
296         types.
298         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
299         with an empty string.
301 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
303         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
304         buffer-local in some buffers, so bind it explicitly in the buffer we're
305         trying to cancel the article in (bug#10808).
307 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
309         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
310         New functions.
312         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
313         New user option.
314         (gnus-mime-buttonize-attachments-in-header): New function.
315         (gnus-article-prepare): Use it.
316         (gnus-mime-inline-part): Suppress extra newline.
317         (gnus-mm-display-part): Save excursion;
318         remove useless deleting and adding of buttons.
319         (gnus-insert-mime-button): Allow insertion in the middle of a line.
321         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
322         Add gnus-mime-buttonize-attachments-in-header.
324 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
326         * nnimap.el (nnimap-request-articles): New command to download several
327         articles at once.
329         * gnus.el (gnus-variable-list): Save Cloud variables.
331         * gnus-int.el (gnus-request-accept-article): Doc fix.
333 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
335         * parse-time.el (parse-time-iso8601-regexp)
336         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
337         it more generally.
339 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
341         * gnus-cloud.el: New file to provide the Emacs Cloud.
343         * dgnushack.el: Silence XEmacs w3 warning.
345         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
346         `url-retrieve-synchronously', apparently.
348         * dgnushack.el: Silence XEmacs dns.el warning.
350         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
351         instead of in all files.
353         * dns.el (network-interface-list): Define for XEmacs.
355         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
356         XEmacs.
358         * nnrss.el (libxml-parse-html-region): Silence compilation error.
360 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
362         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
363         `gnus-group-split-fancy'.
365 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
367         * message.el (message-remove-header): Doc fix.
368         (message-forward-included-headers): New variable.
369         (message-remove-ignored-headers): Use it.
371 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
373         * nnir.el (nnir-request-update-mark): Don't try to update the source
374         group if we can't find it (bug#16611).
376 2014-01-31  Dave Abrahams  <dave@boostpro.com>
378         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
380 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
382         * dns.el (dns-servers-up-to-date-p): New function to see whether the
383         network interfaces changed.
384         (dns-query): Use it to flush the data.
386 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
388         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
389         from random face commands.
390         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
391         Face.
392         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
393         (gnus--random-face-with-type): Generic function returning a face-type
394         as a string.
395         (gnus--insert-random-face-with-type): Generic function inserting a face
396         in a message buffer header.
397         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
398         (gnus-insert-random-x-face-header): Rewritten to use
399         `gnus--insert-random-face-with-type`.
400         (gnus-random-face): Return random (png) Face as string.
401         (nus-insert-random-face-header): Insert random (png) Face in a message
402         buffer.
404 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
406         * mm-url.el: Remove all usage of w3.
408         * nnrss.el: Ditto.
410         * mm-decode.el: Ditto.
412         * mm-view.el: Ditto.
414         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
415         outdated and all Emacsen have url.el built-in.
417         * gnus-setup.el: Remove outdated file.
419 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
421         * gnus.el: Ma Gnus v0.9 is released.
423 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
425         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
427 2014-01-31  Dave Abrahams  <dave@boostpro.com>
429         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
430         in the summary buffer (bug#13769).
432 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
434         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
435         name if we're using a single article buffer.  Otherwise, it may point
436         to a killed buffer (bug#13756).
438 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
440         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
441         the match data, just save and restore it explictly (bug#12375).
443         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
444         that's needed.
446         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
447         the code once (bug#9069).
449 2014-01-18  Steinar Bang  <sb@dod.no>
451         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
452         reading.
454 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
456         * message.el (message-bury): Call bury-buffer with no argument
457         in the message-return-action case too.
459 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
461         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
462         (nnimap-split-fancy, nnimap-split-methods): Declare.
464         * mm-util.el (help-function-arglist): Declare.
466 2013-12-28  Glenn Morris  <rgm@gnu.org>
468         * gnus-sieve.el (gnus-sieve-select-method):
469         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
470         (gravatar-rating, gravatar-size):
471         * message.el (message-minibuffer-local-map):
472         * sieve-manage.el (sieve-manage-authenticators)
473         (sieve-manage-authenticator-alist): Specify custom types.
475         * hashcash.el (hashcash-program): Rename from hashcash-path.
476         Update callers.
478         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
479         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
480         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
482         * auth-source.el (auth-sources):
483         * nnmairix.el (nnmairix-propagate-marks-upon-close):
484         Fix custom types.
486         * tls.el (tls-certtool-program): Fix default value.
488 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
490         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
491         we get proper traces there, too.
493 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
495         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
496         value of the parameters if the current article has a Reply-To or From
497         field.
499 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
501         * gnus.el (gnus-group-buffer): Remove duplicate definition.
503 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
505         * gnus-sum.el (gnus-summary-exit): Stop animations.
507 2013-12-19  Juri Linkov  <juri@jurta.org>
509         * gnus.el (gnus-suppress-keymap):
510         * gnus-art.el (gnus-article-mode-map):
511         * gnus-group.el (gnus-group-mode-map):
512         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
513         Remove [backspace] key binding because it shadows DEL (bug#16035).
515         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
517 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
519         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
520         Make sure work directory exists.
521         (gnus-uu-digest-mail-forward): Store temporary files in work directory
522         rather than tmp directory.
523         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
524         not necessarily always run, with it.
526 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
528         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
529         value of gnus-icalendar-additional-identities work without restart.
531 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
533         * mm-util.el (mm-make-temp-file):
534         Alias to make-temp-file for modern Emacsen.
536 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
538         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
539         nnir-article-number and nnir-article-group.
541 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
543         * message.el (message-send-mail-with-sendmail):
544         Don't kill error buffer if sending fails.
546 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
548         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
549         (gnus-icalendar-event->org-entry)
550         (gnus-icalendar--update-org-event)
551         (gnus-icalendar-event->gnus-calendar): Distinguish between
552         required/optional/non-participant attendee status.  Fix bug causing
553         the first required event participant to be omitted.
555 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
557         * gnus-art.el (article-de-quoted-unreadable)
558         (article-de-base64-unreadable, gnus-mime-copy-part)
559         * gnus-html.el (gnus-article-html)
560         * mm-view.el (mm-inline-text-html-render-with-w3)
561         (mm-inline-text-html-render-with-w3m-standalone)
562         * rfc2231.el (rfc2231-decode-encoded-string):
563         Allow overriding charset by mm-charset-override-alist.
565         * gnus-art.el (gnus-article-browse-html-parts):
566         Replace LWSPs with `&nbsp;'s in header.
568         Work for broken Chinese articles.
570         * gnus-art.el (gnus-article-browse-html-save-cid-content):
571         Exclude broken handles that gnus-summary-enter-digest-group may create.
572         (gnus-article-browse-html-parts):
573         Allow overriding charset by mm-charset-override-alist.
575 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
577         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
578         (gnus-icalendar-identities): Support additional-identities.
580 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
582         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
583         org-timestamp for events ending at midnight.
585 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
587         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
588         .log files.
590 2013-11-20  David Engster  <deng@randomsample.de>
592         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
594 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
596         * message.el (message-beginning-of-line):
597         Use beginning-of-visual-line when visual-line-mode is turned on.
599 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
601         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
602         (gnus-icalendar-event-from-ical)
603         (gnus-icalendar-event->org-entry)
604         (gnus-icalendar--update-org-event): Required/optional participation,
605         list of attendees synced to org.
607 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
609         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
610         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
611         cancellations to be synced to org if the original appt has an org
612         outline.
614 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
616         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
617         (gnus-icalendar-event->org-entry)
618         (gnus-icalendar--update-org-event)
619         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
621 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
623         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
624         Fix timezone handling in gnus-icalendar export to org.
626 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
628         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
630 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
632         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
634 2013-10-30  Glenn Morris  <rgm@gnu.org>
636         * gnus-group.el (gnus-group-browse-foreign-server):
637         * gnus-int.el (gnus-start-news-server):
638         Silence compiler obsolescence warning.
640 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
642         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
643         `nnoo-current-server' first, then for the actual `nnimap-address' to
644         allow netrc entries for the nnoo server to coexist with netrc entries
645         for the `nnimap-address'.
647 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
649         * mm-decode.el (mm-dissect-buffer): Revert last change.
650         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
651         The problem that motivated those changes was attributed to a broken
652         mail sender, and has been fixed.
654 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
656         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
657         token is missing in the Content-Type header.
659         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
661 2013-09-18  Glenn Morris  <rgm@gnu.org>
663         * gnus-util.el (image-size): Declare.
665 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
667         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
668         (gnus-icalendar-event-from-ical)
669         (gnus-icalendar-event--build-reply-event-body)
670         (gnus-icalendar-event-reply-from-buffer)
671         (gnus-icalendar-find-org-event-file)
672         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
673         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
675         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
677 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
679         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
680         Use save-current-buffer.
681         (gnus-tree-mode-map): Initialize in the declaration.
682         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
683         (scroll-in-place): Defvar it.
684         (gnus-tmp-*): Defvar them.
685         (gnus-get-tree-buffer): Use derived-mode-p.
686         (gnus--let-eval): New macro.
687         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
688         non-prefixed variables.
689         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
691         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
692         vars since it doesn't seem to be available.
693         (gnus-set-global-variables, gnus-summary-read-group-1)
694         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
695         (gnus-summary-display-article, gnus-summary-select-article)
696         (gnus-summary-next-article, gnus-offer-save-summaries)
697         (gnus-summary-generic-mark): Use derived-mode-p.
698         (gnus-summary-read-group-1, gnus-summary-exit)
699         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
700         Adjust calls to gnus-tree-close and gnus-tree-open.
702         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
704         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
705         (gnus-agent-mode): Use derived-mode-p.
706         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
707         gnus-command-method and *-command-method to nil, but bind
708         gnus-command-method to *-command-method instead!
709         (gnus-agent-fetch-articles): Remove unused var `id'.
710         (gnus-agent-fetch-headers): Remove unused arg `force'.
711         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
712         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
713         (gnus-agent-short-article, gnus-agent-long-article)
714         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
715         first use.
716         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
717         `score-param'.
718         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
719         (gnus-get-predicate): Push in front of the cache, rather than end.
720         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
721         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
722         (gnus-agent-expire-unagentized-dirs): Don't rebind
723         gnus-agent-expire-current-dirs since the defvar silences the warning.
724         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
725         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
726         (gnus-agent-regenerate): Simplify interactive spec and doc.
728 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
730         * gnus-int.el (gnus-open-server): Silence compiler.
732         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
734         * message.el (message-display-completion-list): Abolish.
735         (message-completion-in-region): Use display-completion-list.
737 2013-09-17  Glenn Morris  <rgm@gnu.org>
739         * gnus-util.el (gnus-message-with-timestamp-1):
740         Use `messages-buffer' function if available.  Ignore read-only.
742 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
744         * message.el (message-expand-group, message-completion-in-region):
745         Correct the order of start and end of a region.
747 2013-09-13  Glenn Morris  <rgm@gnu.org>
749         * mml2015.el (gnus-create-image): Autoload it.
751         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
753         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
754         (image-size): Declare.
756 2013-09-12  Glenn Morris  <rgm@gnu.org>
758         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
759         Avoid using `find', which i) might not be defined at runtime;
760         ii) does not work, since its default test is eql, not equal.
761         (gnus-mime-action-alist): Declare.
763 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * score-mode.el (gnus-score-mode-map): Move initialization
766         into declaration.
767         (gnus-score-mode): Use define-derived-mode.
768         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
769         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
770         into declaration.
771         (gnus-kill-file-mode): Use define-derived-mode.
772         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
773         Use derived-mode-p.
774         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
775         (gnus-group-setup-buffer, gnus-group-name-at-point)
776         (gnus-group-make-web-group, gnus-group-enter-directory)
777         (gnus-group-suspend): Use derived-mode-p.
778         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
779         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
780         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
781         (gnus-article-setup-buffer, gnus-article-prepare)
782         (gnus-article-prepare-display, gnus-sticky-article)
783         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
784         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
785         (gnus-article-read-summary-keys): Use derived-mode-p.
787 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
789         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
791 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
793         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
794         shift_jis from the default value set for Japanese users.
796 2013-08-13  Glenn Morris  <rgm@gnu.org>
798         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
800         * gnus.el (gnus-valid-select-methods): Fix type.
802         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
804 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
806         * mm-decode.el (mm-display-external): Run a timer for the temp files
807         deletion after a viewer exits; add a deletion timer for the needsterm
808         case, too.
810         * mm-decode.el (mm-display-external): Try to delete temporary files by
811         using a 1-min. timer.
813 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
815         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
816         New internal variables.
817         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
818         (mm-display-external): Use it to delete temporary files instead of
819         using timers.
821 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
825 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
827         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
828         with cond for backwards compatability.
830 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
832         * mm-decode.el (mm-display-external): Bind process-connection-type to
833         nil; don't delete a temp file immediately even if a viewer finishes,
834         since it may be a shell script, like xdg-open, that launches a real
835         viewer program belatedly.
837 2013-08-05  Dave Abrahams  <dave@boostpro.com>
839         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
840         that we can create nndoc groups that excerpt other groups.
842 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844         * gnus-delay.el (gnus-delay-article): Fix typo.
846         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
847         articles.
849         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
850         we can get spell-checking etc.
852 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
854         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
855         a single one used for encoding the whole text in a header.
857 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
860         doesn't work properly on XEmacs.
862 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
865         before sending.
867         * dgnushack.el (dgnushack-compile): Add a temporary check for
868         gnus-icalendar.
870         * mm-decode.el (mm-command-output): New face.
871         (mm-display-external): Use it.
873 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
875         * nnmbox.el (nnmbox-request-article): Don't change point.
877 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
880         Include `handle' parameter.
882 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
884         * gnus-icalendar.el: New file.
886 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
890         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
891         dummy roots, too.
893 2013-08-01  David Edmondson  <dme@dme.org>
895         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
896         out on ttys.
898 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
901         not empty.
903         * nnrss.el (nnrss-discover-feed): Indent.
905 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
907         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
909 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
912         dirty to ensure nnimap data being saved.
914 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
916         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
917         menu entry.
919         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
920         the current thread's total score instead of the current article's
921         score.
923         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
924         (gnus-sort-threads-recursively): Delete defcustom.
925         (gnus-sort-threads-recursive): Adapt accordingly.
927 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
929         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
930         (gnus-sort-threads-recursive): Use it.
931         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
932         again.  Now that determines how to sort subthreads.
934 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
936         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
937         (gnus-sort-threads): Use it.
939 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
941         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
942         punctuation characters follow parentheses (bug#14950).
944 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
946         * gnus.el (gnus-continuum-version):
947         * gnus-msg.el (gnus-extended-version): Simplify.
949         * gnus.el (gnus-continuum-version-1): Remove.
950         * gnus-msg.el (gnus-bug): Revert.
952         Calculate gnus-version correctly on Cygwin.
954         * gnus.el (gnus-continuum-version): Do main calculations in integers.
955         (gnus-continuum-version-1): New function, return a string.
957         * gnus-msg.el (gnus-extended-version, gnus-bug):
958         Use gnus-continuum-version-1 instead of gnus-continuum-version.
960 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
962         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
963         (bug#13384).
965 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
968         that were only relevant in a development version a long time ago.
970 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
972         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
973         that the old Emacs 24s bundle.
975 2013-07-10  David Engster  <deng@randomsample.de>
977         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
978         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
979         fixes a bug in Emacs trunk where the 'unexist' marks were always
980         removed at startup because "Gnus v5.13" was considered smaller than "Ma
981         Gnus v0.03".
983 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
985         * gnus.el (gnus-summary-line-format): Reference
986         `gnus-user-date-format-alist' for the &user-date; format, not
987         `gnus-summary-user-date-format-alist'.
989 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
992         delete files (bug#13481).
994 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
996         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
998 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1000         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1001         display images.
1003         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1005         * message.el (message-cancel-news): According to
1006         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1007         preferred over "cmsg cancel" in the Subject.
1009         * nnir.el (nnir-engines): Note that the group specs are regexps
1010         (bug#13238).
1012         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1013         gotten read-only text properties, ensure that those aren't heeded when
1014         copying stuff over (bug#13434).
1016         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1017         (bug#13762).
1019 2013-07-05  David Kastrup  <dak@gnu.org>
1021         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1022         authinfo file again (important for blank passwords).  This had been
1023         broken with 2013-06-15 change.
1025 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1028         Revert 2013-01-14 change.
1030 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1032         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1033         of 'create-image' for XEmacs compatibility; check errors when decoding
1034         image.  Reported by Uwe Brauer.
1036 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1038         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1039         gnus-button-push revised at 2011-01-19.
1041 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1044         now live in the lisp/net Emacs 24 repository.
1046 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048         * eww.el (eww-update-header-line-format): Quote % characters.
1050 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052         * eww.el (eww-process-text-input): Display passwords as asterisks.
1054         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1056 2013-06-19  Tom Tromey  <tromey@redhat.com>
1058         * eww.el (eww-top-url): Remove.
1059         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1060         (eww-render): Set new variables.  Don't set eww-top-url.
1061         (eww-handle-link): Handle "prev", "home", and "contents".
1062         Downcase the rel text.
1063         (eww-top-url): Choose best top URL.
1065 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067         * eww.el: Rewrite to implement form elements "by hand" instead of
1068         relying in widget.el.  Using widget.el leads to too many
1069         user interface inconsistencies.
1070         (eww-self-insert): Implement entering commands in text fields.
1071         (eww-process-text-input): New function to make text input field editing
1072         work.
1073         (eww-submit): Rewrite to use the new-style form methods.
1074         (eww-select-display): Display the correct selected item.
1075         (eww-change-select): Implement changing the select value.
1076         (eww-toggle-checkbox): Implement radio/checkboxes.
1077         (eww-update-field): Fix compilation error.
1078         (eww-tag-textarea): Implement <textarea>.
1080         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1081         don't shadow mode-specific bindings.
1083         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1084         nothing to push.
1086         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1088 2013-06-19  Glenn Morris  <rgm@gnu.org>
1090         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1092 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1094         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1096 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098         * shr.el (shr-make-table-1): Implement <td rowspan>.
1099         (shr-table-horizontal-line): Allow nil as a value, and change the
1100         default.
1101         (shr-insert-table-ruler): Respect the nil value.
1103 2013-06-18  Tom Tromey  <tromey@barimba>
1105         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1106         New defvars.
1107         (eww-open-file): New defun.
1108         (eww-render): Initialize new variables.
1109         (eww-display-html): Handle "link" and "a".
1110         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1111         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1112         (eww-back-url): Rename from eww-previous-url.
1113         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1114         defuns.
1116 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118         * shr.el (shr-tag-table): Insert the images after the table, so that
1119         they're not covered by the table colourisation, which often looked
1120         awkward.
1121         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1122         <dd>.
1123         (shr-make-table-1): Implement <td colspan=> support.
1124         (shr-insert-document): Use one less than window width if `shr-width' is
1125         nil, since otherwise things may get one character too wide.
1127 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1129         * eww.el (eww-detect-charset): Improve regexp; move backward.
1131 2013-06-18  Glenn Morris  <rgm@gnu.org>
1133         * mm-decode.el (widget-convert-button): Autoload.
1135         * sieve-manage.el (mm-enable-multibyte): Autoload.
1137         * shr.el (libxml-parse-html-region): Declare.
1138         (shr-render-buffer): Explicit error if no libxml2 support.
1140 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1142         * auth-source.el (auth-source-current-line): New function.
1143         (auth-source-netrc-parse-entries): When a data token is "machine",
1144         assume we're in the wrong place and abort parsing the current line.
1146 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1149         (eww-convert-widgets): Don't bug out if the first widget starts at the
1150         beginning of the buffer.
1151         (eww-convert-widgets): Fix last patch.
1152         (eww-tag-input): Support <input type=image>.
1154         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1155         (shr-tag-base): Protect against base specs that are degenerate.
1156         (shr-ensure-paragraph): Don't delete empty lines that have text
1157         properties, because these may be input fields.
1159         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1160         we can navigate to them.
1162         * shr.el (shr-colorize-region): Put the colours over the entire region.
1163         (shr-inhibit-decoration): New variable.
1164         (shr-add-font): Use it to inhibit text property decorations while doing
1165         preliminary table renderings.  This speeds up typical Wikipedia page
1166         renderings by 15%.
1167         (shr-tag-span): Don't respect the <title>, because that overwrites the
1168         help-echo from links inside the spans.
1169         (shr-next-link): Use `help-echo' for navigation, so that we can
1170         navigate to form elements, too.
1172         * eww.el (eww-button): New face.
1173         (eww-convert-widgets): Use it to make submit buttons more button-like.
1175         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1176         that Gnus commands work.
1178         * shr.el (shr-render-td): Support horizontal alignment.
1180         * eww.el (eww-put-color): Removed.
1181         (eww-colorize-region): Use `add-face-text-property'.
1183         * shr.el (shr-add-font): Append face data, so that we get the correct
1184         precedence: The innermost value (which is applied first) wins.
1185         (shr-make-overlay): Obsolete function.
1187         * mm-decode.el (mm-convert-shr-links): New function to convert
1188         new-style shr URL links into widgets.
1189         (mm-shr): Use it.
1191         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1192         widget commands, since we're no longer using widgets for links.
1194         * shr.el (shr-next-link): New command.
1195         (shr-previous-link): New command.
1196         (shr-urlify): Don't use `widget-convert', because that's slow.
1197         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1198         because collecting the overlays and reapplying them when generating
1199         tables is slow.
1200         (shr-insert-table): Ditto.
1202 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1204         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1205         * shr.el (browse-url): Require `url'.
1206         * eww.el (url): Require format-spec.
1208 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210         * eww.el (eww-display-html): Default to using the entire window width.
1211         (eww-browse-url): Don't add a User-Agent header (twice), because that
1212         makes Bing refuse connection.
1214         * shr.el (shr-make-table): Cache the table rendering at the table
1215         level, and not the <td> level.  This is a bit faster.
1217         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1218         #id.
1220         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1221         browsers don't.
1222         (shr-expand-url): Respect #anchor links.
1223         (shr-parse-base): Chop off the anchor before using.
1224         (shr-descend): Respect display: none.
1225         (shr-descend): Allow marking elements that have certain IDs.
1227         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1229         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1231         * eww.el (eww-tag-textarea): Support <textarea>.
1233 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1235         * shr.el (shr-dom-to-xml): Fixed function call.
1237         * eww.el (eww): New group.
1238         (eww-header-line-format): New custom variable.
1239         (eww-current-title): New variable.
1240         (eww-display-html): Update header and handle title tag.
1241         (eww-update-header-line-format): New function.
1242         (eww-tag-title): New function.
1244         * shr.el (shr-dom-to-xml): New function.
1245         (shr-tag-svg): Add support for the SVG tag.
1246         (shr-bullet): New custom variable.
1247         (shr-tag-li): Support custom bullet in unordered lists.
1249 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251         * shr.el (shr-expand-url): Respect // URLs.
1253         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1254         put a background colour onto the entire buffer.
1255         (eww-render): When being redirected, use the redirect URL as the new
1256         base URL.
1258         * shr.el (shr-parse-base): Fix parsing error.
1260         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1262         * shr.el (shr-parse-base): New function.
1263         (shr-expand-url): Use it to expand relative URLs reliably.
1265 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1267         * auth-source.el (auth-source-search-collection): Fix docstring.
1268         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1269         single-quoted strings and multiline entries.
1270         (auth-source-netrc-parse-next-interesting)
1271         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1272         functions to support parser.
1274 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276         * eww.el (eww-submit): Get submit button logic right when hitting RET
1277         on non-submit buttons.
1279         * shr.el: Remove shr-preliminary-table-render, since that can't really
1280         be used for anything in practice.
1282 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1284         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1285         (sieve-manage-quit).
1287 2013-06-14  Glenn Morris  <rgm@gnu.org>
1289         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1291 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1293         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1294         control the maximum size of photo ID image.
1295         (mml2015-epg-key-image-to-string): Respect it.
1297 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1300         instead of the final one so that we can more easily distinguish them.
1302         * eww.el (eww-submit): Compute the submission URL correctly.
1304 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1306         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1307         Use plist-get rather than CL's getf.
1308         (sieve-manage-parse-capability): Avoid CL's remove-if.
1310 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1312         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1313         (sieve-manage-quit).
1315 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1318         last slash.
1320         * eww.el (eww-tag-select): Use the first value as the default value.
1322 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1324         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1325         (eww-mode): Use `define-derived-mode'.
1326         (eww-parse-headers): Parse headers from beginning of buffer so that
1327         file:// links work.
1329 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1331         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1333 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1336         to handle them at all.
1338 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1341         work, too.
1342         (eww-tag-select): Implement <select>.
1344 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1346         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1347         stream managing functions by using open-protocol-stream to do most of
1348         the work.  Has the nice benefit of enabling STARTTLS.
1349         Wait for capabilities after STARTTLS: following RFC5804, the server
1350         sends new capabilities after successfully establishing a TLS connection
1351         with the client.  The client should update the cached list of
1352         capabilities, but we just ignore the answer for now.
1353         (sieve-manage-network-p, sieve-manage-network-open)
1354         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1355         (sieve-manage-forward, sieve-manage-streams)
1356         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1357         API, nor called by any other function.
1358         Enable Multibyte for SieveManage buffers: The parser won't properly
1359         handle umlauts and line endings unless multibyte is turned on in the
1360         process buffer.
1362 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364         * eww.el (eww-tag-input): Support password fields.
1365         (eww-submit): Support POST.
1367 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369         * eww.el (eww-tag-form): Protect against degenerate forms.
1371         * shr.el (shr-expand-url): Expand URLs that start with a slash
1372         correctly.
1374         * eww.el (eww-submit): Get submit button logic right.
1376         * shr.el (shr-final-table-render): New variable to signal when we're
1377         doing the final table rendering so that we can collect more data at
1378         that point.
1380         * eww.el (eww-submit): Make form submission work.
1381         (eww-tag-input): Implement submit buttons.
1382         (eww-click-radio): Implement radio and checkboxes.
1383         (eww-submit): Handle hidden elements.
1385         * shr.el (shr-descend): Allow other packages to override (or provide)
1386         rendering of elements.
1387         (shr-expand-url): Strip query strings from URLs before expanding them.
1389         * eww.el: Don't require cl-lib.
1390         (eww-tag-form): Start form support.
1392         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1394         * eww.el: Start writing a new, tiny web browser.
1395         (eww-previous-url): New command.
1396         (eww-quit): New command.
1398 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1400         * sieve.el: Put point at beginning of buffer when viewing a script.
1401         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1402         number in sieve-buffer's header.  Fixed code to also work with a string
1403         as port specifier.  Properly close the connection on pressing 'q'.  Make
1404         sieve-manage-quit close the connection and process buffer.  Also, remove
1405         duplicate keybinding for 'q'.
1407 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1409         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1410         make it easier to read.
1411         (mm-pkcs7-enveloped-magic): Ditto.
1413 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1415         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1416         before `image-type-available-p' to avoid loading the image libraries
1417         needlessly.
1419 2013-06-05  David Engster  <deng@randomsample.de>
1421         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1422         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1423         to see whether the group was synced before.
1425 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1427         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1428         when opening the connection.
1429         Suggested by João Távora <joaotavora@gmail.com> in
1430         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1432 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1434         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1435         assume Date header begins with "Date", that may be customized into
1436         something like "X-Sent" using gnus-article-time-format.
1437         (article-transform-date): Allow multi-line Date header.
1439 2013-06-02  David Engster  <deng@randomsample.de>
1441         * registry.el (initialize-instance, registry-lookup)
1442         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1443         (registry-lookup-secondary-value, registry-search, registry-delete)
1444         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1445         not wrap methods in `eval-and-compile'.  This breaks due to latest
1446         changes in EIEIO (introduction of eieio-core.el).
1448 2013-05-30  Glenn Morris  <rgm@gnu.org>
1450         * nnmail.el (nnmail-fancy-expiry-target):
1451         Also bind mail-dont-reply-to-names.
1453         * spam-stat.el (spam-stat-save):
1454         No need to tweak font-lock in temp buffers.
1456         * shr.el (shr-put-image): Silence compiler.
1458 2013-05-29  Glenn Morris  <rgm@gnu.org>
1460         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1462         * gnus-group.el (gnus-sequence-of-unread-articles)
1463         (gnus-summary-add-mark, gnus-mark-article-as-read)
1464         (gnus-group-make-articles-read): Declare.
1466         * gnus-sum.el (gnus-parameter-list-identifier)
1467         (gnus-article-stop-animations, gnus-stop-downloads)
1468         (gnus-article-only-boring-p, article-goto-body)
1469         (gnus-flush-original-article-buffer, article-narrow-to-head)
1470         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1471         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1473         * gnus.el: No need to eval-and-compile autoloads.
1475         * gravatar.el (help-function-arglist): Autoload.
1477         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1479         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1481         * spam.el: No need to load spam-report when compiling.
1482         No need to eval-and-compile autoloads.
1483         (spam-report-resend-to): Declare.
1484         (spam-report-resend-register-routine): Require 'spam-report.
1486 2013-05-24  Julien Danjou  <julien@danjou.info>
1488         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1489         setup.
1491 2013-05-23  Glenn Morris  <rgm@gnu.org>
1493         * gnus-util.el (rmail-swap-buffers-maybe)
1494         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1495         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1496         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1498         * mm-decode.el: No need to load term when compiling.
1499         (term-mode, term-char-mode): Declare.
1501         * mm-util.el: No need to load jka-compr when compiling.
1502         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1504         * nnmaildir.el: Require is automatically eval-and-compile.
1505         (nnmail): Require at run-time too.
1507         * registry.el (registry-size): Move definition before use.
1509 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1511         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1512         signed data to conform the standard.  (Bug#14232)
1514 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1516         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1517         double angle quotation mark.
1519 2013-05-20  Glenn Morris  <rgm@gnu.org>
1521         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1523 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1525         * message.el (message-insert-formatted-citation-line): handle finding
1526         first/lastname when more than 2 names appear.
1528 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1530         * shr.el (shr-tag-span): New function.
1532 2013-05-18  Glenn Morris  <rgm@gnu.org>
1534         * message.el (message-mode): Use message-mode-abbrev-table,
1535         with text-mode-abbrev-table as parent.  (Bug#14413)
1537 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1539         * message.el (message-expand-group): Decode group names.
1541 2013-05-16  Julien Danjou  <julien@danjou.info>
1543         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1544         app-icon.
1546 2013-05-15  Glenn Morris  <rgm@gnu.org>
1548         * shr-color.el (shr-color-visible-luminance-min)
1549         (shr-color-visible-distance-min): Use shr-color group.
1551 2013-05-11  Glenn Morris  <rgm@gnu.org>
1553         * gnus-vm.el: Make it loadable without VM.
1554         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1555         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1557 2013-05-09  Glenn Morris  <rgm@gnu.org>
1559         * mml1991.el: Make it loadable.  (Bug#13456)
1561         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1562         * gnus-async.el (gnus-async-post-fetch-function):
1563         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1564         * gnus-html.el (gnus-html-image-cache-ttl):
1565         * gnus-notifications.el (gnus-notifications-timeout):
1566         * gnus-picon.el (gnus-picon-properties):
1567         * gnus-util.el (gnus-completion-styles):
1568         * gnus.el (gnus-other-frame-resume-function):
1569         * message.el (message-user-organization-file)
1570         (message-cite-reply-position):
1571         * nnir.el (nnir-summary-line-format)
1572         (nnir-retrieve-headers-override-function):
1573         * shr-color.el (shr-color-visible-luminance-min):
1574         * shr.el (shr-blocked-images):
1575         * spam-report.el (spam-report-resend-to):
1576         * spam.el (spam-summary-exit-behavior): Fix custom types.
1578         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1580 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1582         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1583         because of let-binding help-xref-following.  (Bug#14356)
1585 2013-05-06  Glenn Morris  <rgm@gnu.org>
1587         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1589 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1591         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1592         entering into the registry.
1594 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1596         * gnus.el: Ma Gnus v0.7 is released.
1598 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1600         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1601         (Bug#14304)
1603 2013-04-27  Glenn Morris  <rgm@gnu.org>
1605         * gnus.el (gnus-list-debbugs):
1606         Use require rather than autoload.  (Bug#14262)
1608 2013-04-27  Julien Danjou  <julien@danjou.info>
1610         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1611         port to "sieve" now that it has an official IANA port assigned.
1613 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1615         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1616         Don't set the MAILHOST environment variable permanently (Bug#14271).
1618 2013-04-26  Glenn Morris  <rgm@gnu.org>
1620         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1622 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1624         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1625         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1627 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1629         * nnir.el (nnir-close-group): Make sure we are in the right group.
1631         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1632         dependency table from all newly retrieved headers.
1634 2013-04-16  David Edmondson  <dme@dme.org>
1636         Support <img src="data:...">.
1638         * shr.el (shr-image-from-data): New function.
1639         (shr-tag-img): Use it.
1641 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1643         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1644         group.
1646 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1648         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1649         corresponding to any existing group (Bug#14166).
1651 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1653         * nnir.el (number-sequence): No longer used.
1654         (nnir-request-set-mark): New function.
1655         (nnir-request-update-info): Improve marks updating.
1656         (nnir-request-scan): Don't duplicate marks updating.
1657         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1658         Use 'assq rather than 'assoc.  Quote anonymous function.
1659         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1660         Use 'gnus-group-prefixed-p.
1661         (gnus-summary-create-nnir-group): Make sure server for method is open.
1663 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1665         * nnir.el (gnus-nnir-group-p): New function.
1666         (nnir-possibly-change-group): Use it.
1668         * gnus-msg.el (gnus-setup-message): Use it.
1670 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1672         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1673         `initial-input' for the argument name.
1674         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1676 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1678         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1679         (used by MH-E).
1681 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1683         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1684         group.
1686         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1687         fix compilation.
1689 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1691         * nnir.el (nnir-method-default-engines): And another typo.
1693 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1695         * nnir.el (nnir-method-default-engines): Fix typo.
1697 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1699         * nnir.el: Define 'number-sequence for xemacs.
1700         (gnus-summary-create-nnir-group): New function to create an nnir group
1701         from an nnir summary buffer based on the current query.
1702         (nnir-request-create-group): Update to allow nnir group creation based
1703         on the current query.
1705 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1707         * nndraft.el (nndraft-request-expire-articles):
1708         Make expiry target always `delete'.
1710 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1712         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1713         buffer use the posting-style and gcc of the original article group.
1714         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1716         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1717         after other deffoos.
1719 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1721         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1722         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1723         support for real (i.e. not ephemeral) nnir groups.
1724         (gnus-summary-make-nnir-group): New function for initiating searches
1725         from a summary buffer.
1727 2013-03-18  Sam Steingold  <sds@gnu.org>
1729         * message.el (message-bury): Minor cleanup.
1731 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1733         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1735 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1737         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1738         nnml-request-list.  (Bug#13873)
1739         (nndir-request-newsgroups): Remove, unused.
1741         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1743 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1745         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1746         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1747         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1749 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1751         * shr.el: Make all the overlays set the `evaporate' property so that
1752         they're removed properly.
1754 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1756         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1757         shell-quote-argument.
1759 2013-02-22  David Engster  <deng@randomsample.de>
1761         * gnus-registry.el (gnus-registry-save): Provide class name when
1762         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1763         `condition-case' to stay compatible with older EIEIO versions which
1764         only accept one argument.
1766 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1768         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1769         (epg-user-id-validity): Autoload.
1770         (mml2015-epg-check-user-id): New function.
1771         (mml2015-epg-check-sub-key): New function split from
1772         mml2015-epg-find-usable-key.
1773         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1774         optional name-is-key-id, to handle the case when user-id is unusable.
1775         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1777 2013-02-17  Glenn Morris  <rgm@gnu.org>
1779         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1781 2013-02-16  Glenn Morris  <rgm@gnu.org>
1783         * shr.el (shr-put-image): Only animate images that specify a delay.
1784         This is consistent with the old image-animated-p behavior.
1786 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1788         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1789         for XEmacs.
1791 2013-02-13  Juri Linkov  <juri@jurta.org>
1793         * gnus-art.el (gnus-article-mode-map):
1794         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1795         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1797 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1799         * auth-source.el (auth-source-format-prompt): Don't get confused by
1800         any "\" in replacement text.  (Bug#13637)
1802 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1804         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1805         (gnus-backend-trace): Honour gnus-backend-trace.
1807         * mml.el (mml-insert-part): Insert closing tag.
1809         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1811 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1814         able to find the article, which can happen in debbugs groups,
1815         apparently.
1817 2013-01-16  Glenn Morris  <rgm@gnu.org>
1819         * smiley.el (smiley-style): Make the file loadable in batch mode.
1821 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1824         imap process running.
1826 2013-01-14  Julien Danjou  <julien@danjou.info>
1828         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1829         Compare addresses against addresses, not against the full From field.
1831 2013-01-13  Richard Stallman  <rms@gnu.org>
1833         * message.el (message-forward-make-body-mime): New args BEG, END
1834         specify what part of FORWARD-BUFFER to use.  Do the work directly
1835         instead of calling `mml-insert-buffer'.
1837 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1839         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1840         cross-reference(s).
1842         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1843         cross-reference(s).
1845 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1847         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1848         and point-max-marker.
1849         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1851 2013-01-11  Julien Danjou  <julien@danjou.info>
1853         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1854         max are almost equal.  Also return the correct value for V which is
1855         already between 0 and 1.
1857 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1859         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1860         to mml2015-encrypt-to-self.
1861         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1863 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1865         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1866         mml-smime-epg-find-usable-secret-key.
1868 2013-01-08  Glenn Morris  <rgm@gnu.org>
1870         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1872 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1874         * mml-smime.el: Support signing by sender.
1875         Requested by Uwe Brauer.
1876         (mml-smime-sign-with-sender): New user option analogous
1877         to mml2015-sign-with-sender.
1878         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1879         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1880         mml2015.el.
1882 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1885         isn't running, because Gnus will probably not know how to handle the
1886         Gcc header (bug#11941).
1888         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1889         articles.
1891 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1894         (nnfolder-generate-active-file): Make this function work with recursive
1895         folder names.
1897 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1899         * nntp.el (nntp-open-connection): Use HELP as the capability command
1900         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1901         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1903 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1905         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1906         place holder since this gives `Invalid face reference: nil' messages.
1907         Use the `default' face instead.  It has the same effect here, even
1908         though it is not no-op.
1910         * gnus-util.el
1911         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1913 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1915         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1916         non-string posting styles (bug#13285).
1918 2012-12-27  Glenn Morris  <rgm@gnu.org>
1920         * plstore.el (plstore-passphrase-callback-function):
1921         Use plstore-get-file.
1923 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1925         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1926         stderr.
1928 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1930         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1932         * gnus-compat.el (set-buffer-multibyte): Remove.
1934 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1936         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1937         temporary file to get PGP key image.  Pass no-show-photos when
1938         extracting image to avoid having it pop up twice.
1940 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1942         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1943         eligible for treatment.
1945         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1946         lines.  This makes summary commands with hidden threads work more
1947         reliably.
1949         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1950         button to mark the hidden citations (bug#9395).
1952 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1954         * mml2015.el (mml2015-epg-signature-to-string): New function.
1955         (mml2015-epg-verify-result-to-string): New function.
1956         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1957         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1958         instead of epg-verify-result-to-string.
1959         (epg-signature-key-id, epg-signature-to-string): Autoload.
1960         (epg-verify-result-to-string): Remove autoload.
1962 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1964         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1965         ID image from GPG public key.
1966         (mml2015-epg-key-image-to-string): New function.
1968 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1970         * plstore.el (plstore-passphrase-callback-function): Fix error when
1971         error when plstore-cache-passphrase-for-symmetric-encryption is set
1972         (bug#13264).
1974 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1976         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1977         buffer to the article buffer here, because that clobbers multiple
1978         article buffers.
1980         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1981         buffer always points to the right summary buffer.
1983 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1985         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1986         the password (bug#12097).
1988 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1990         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1991         (bug#13263).
1993         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1994         buffer exists before using it (bug#12475).
1996         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1997         offline groups (bug#11937).
1999         * message.el (message-yank-original): When using customize to set the
2000         value of `message-cite-style', the variable it set to a symbol that's
2001         the name of the variable, which must then be dereferenced (bug#12616).
2003 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2005         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2006         the `face' property with a list whose car is the face specified in the
2007         format string and whose cdr is (nil).
2008         * lisp/gnus-util.el
2009         (gnus-put-text-property-excluding-characters-with-faces):
2010         Change accordingly.
2011         (gnus-get-text-property-excluding-characters-with-faces): New function.
2012         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2013         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2014         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2016 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2018         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2019         login methods.
2020         (nnimap-login): Respect the `nnimap-authenticator' variable.
2022         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2023         mark state when moving articles.  Otherwise unticked articles will get
2024         their ticks back after moving.
2026 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2028         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2030         * message.el (message-ignored-news-headers): Always remove
2031         X-Message-SMTP-Method to avoid information leakage if the user
2032         mistakenly inserts the header into news messages.
2034         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2036         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2037         right than four characters, this command would move point to
2038         `point-max'.  Don't do that.
2040         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2041         to nil to allow re-selecting groups that gain articles.
2042         (gnus-bug-group-download-format-alist): Update the URL.
2044 2012-12-23  Andreas Schwab  <schwab@suse.de>
2046         * shr.el (shr-tag-em): Render em as italic, not bold.
2048 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2050         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2051         for reuse.
2052         (gnus-open-server): Use it to add more tracing.
2053         (gnus-finish-retrieve-group-infos): Add backend tracing.
2054         (gnus-backend-trace): Also note the elapsed seconds.
2056 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2058         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2059         Set epa-file-encrypt-to from variable to avoid querying.
2061 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2063         * sieve-mode.el (sieve-font-lock-keywords):
2064         Keywords should be word delimited.  (Bug#13173)
2066 2012-12-13  Andreas Schwab  <schwab@suse.de>
2068         * tls.el (tls-program): Update customize type.
2070 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2072         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2073         instead of <pre> to align message header.
2075 2012-12-12  Sam Steingold  <sds@gnu.org>
2077         * gnus.el (gnus-other-frame-resume-function): Add user option.
2078         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2080 2012-12-06  Sam Steingold  <sds@gnu.org>
2082         * gnus-start.el (gnus-before-resume-hook): Add.
2083         (gnus-1): Run it when Gnus is alive.
2085 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2087         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2088         * gnus-art.el (article-unsplit-urls)
2089         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2090         * gnus-registry.el (gnus-registry-get-article-marks)
2091         * message.el (message-goto-body): Use it.
2092         (message-called-interactively-p): Remove.
2094         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2095         (spam-stat-score-buffer): Use it.
2097         * spam.el: Silence the warnings against BBDB functions when compiling.
2099         * gnus-score.el (gnus-score-decode-text-parts):
2100         Use append+mapcar instead of the cl function mapcan.
2102 2012-12-05  Sam Steingold  <sds@gnu.org>
2104         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2105         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2106         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2108 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2110         * gmm-utils.el (gmm-called-interactively-p): Revert.
2111         This seems to cause Emacs to get stuck!
2112         * gnus-art.el (article-unsplit-urls)
2113         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2114         * gnus-registry.el (gnus-registry-get-article-marks)
2115         * message.el (message-goto-body)
2116         (message-called-interactively-p): Revert.
2118         * gmm-utils.el (gmm-called-interactively-p): New function.
2119         * gnus-art.el (article-unsplit-urls)
2120         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2121         * gnus-registry.el (gnus-registry-get-article-marks)
2122         * message.el (message-goto-body): Use it.
2123         (message-called-interactively-p): Remove.
2125         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2126         * gnus-sync.el (gnus-sync-lesync-call)
2127         * message.el (message-read-from-minibuffer): Use it.
2129 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2131         * gmm-utils.el (gmm-flet): Remove.
2132         * gnus-sync.el (gnus-sync-lesync-call)
2133         * message.el (message-read-from-minibuffer): Don't use it.
2135 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2137         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2139 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2141         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2143         * gnus-sync.el (gnus-sync-lesync-call)
2144         * message.el (message-read-from-minibuffer): Use gmm-flet.
2146         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2148         * gnus-util.el (gnus-macroexpand-all): Remove.
2150 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2152         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2153         to TAB, not [tab].
2154         (gnus-summary-article-map): Likewise.
2156         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2157         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2159 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2161         * time-date.el: Commentary fix.
2163 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * color.el: Don't require cl.
2166         (color-complement): `caddr' -> `nth 2'.
2168         * time-date.el (time-to-seconds): De-obsolete.
2170 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2172         * message.el (message-get-reply-headers):
2173         Make sure the reply goes to the author if it is a wide reply.
2175 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2177         * gnus-score.el (gnus-score-body):
2178         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2179         scoring by body.
2181 2012-11-16  Glenn Morris  <rgm@gnu.org>
2183         * gnus-diary.el (nndiary-request-create-group-functions)
2184         (nndiary-request-update-info-functions)
2185         (gnus-subscribe-newsgroup-functions)
2186         (nndiary-request-accept-article-functions):
2187         Use new names for hooks rather than obsolete aliases.
2189 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2191         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2193 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2195         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2196         in meta tag with the one the part specifies in its header.
2198 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2200         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2201         by default.
2203 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2205         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2206         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2208 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2210         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2211         and a runtime function for it, of which the XEmacs version takes only
2212         two arguments.
2214 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2216         * nndiary.el (nndiary-request-create-group-functions)
2217         (nndiary-request-update-info-functions)
2218         (nndiary-request-accept-article-functions):
2219         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2220         "-hooks" suffix.
2222 2012-10-19  Julien Danjou  <julien@danjou.info>
2224         * gnus-art.el: Require gnus-util because it uses
2225         `gnus-timer--function'.
2227 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2229         * starttls.el (starttls-extra-arguments): Doc fix.
2231 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2234         it.
2236 2012-10-06  Glenn Morris  <rgm@gnu.org>
2238         * gnus-notifications.el (gnus-notifications):
2239         Add missing group :version tag.
2240         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2241         (gnus-gcc-post-body-encode-hook):
2242         * gnus-sync.el (gnus-sync-lesync-name)
2243         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2245 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2247         * color.el (color-hsl-to-rgb): Fix incorrect results for
2248         small and large hue values.  (Bug#12559)
2250 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2252         New UIDL implementation.
2254         * mail-source.el (mail-sources, mail-source-keyword-map):
2255         Add :leave as a pop3 keyword.
2256         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2258         * pop3.el (pop3-leave-mail-on-server): Allow number.
2259         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2260         (pop3-movemail): Add UIDL support.
2261         (pop3-send-streaming-command): Take a list of mail numbers instead of
2262         the number of mails.
2263         (pop3-write-to-file): Add X-UIDL header.
2264         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2265         (pop3-uidl-add-xheader): New functions.
2267         * message.el (message-ignored-resent-headers):
2268         Add X-Content-Length and X-UIDL headers.
2270 2012-10-05  Glenn Morris  <rgm@gnu.org>
2272         * color.el (color-name-to-rgb, color-rgb-to-hex)
2273         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2274         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2275         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2276         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2278 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2280         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2281         a user about whether to delete temp files if once a user answered as n.
2283 2012-09-25  Chong Yidong  <cyd@gnu.org>
2285         * password-cache.el (password-read-and-add): Use a declare form to mark
2286         this function obsolete.
2288 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2290         * lpath.el: Bind mail-encode-mml for old Emacsen.
2292 2012-09-17  Richard Stallman  <rms@gnu.org>
2294         * message.el (message-in-body-p): Don't set mark or modify buffer.
2296         * mml.el (mml-attach-file): Doc fix.
2297         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2298         Set mail-encode-mml when in Mail mode.
2299         Simplify code to set HEAD and move back to HEAD.
2300         (mml-insert-multipart, mml-insert-part):
2301         Set mail-encode-mml when in Mail mode.
2303 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2305         * gnus-util.el (gnus-timer--function): New function.
2307         * gnus-art.el (gnus-article-stop-animations): Use it.
2309 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2311         Fix glitches caused by addition of psec to timers.
2312         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2313         rather than raw access to timer vector.
2315 2012-09-11  Julien Danjou  <julien@danjou.info>
2317         * gnus-notifications.el (gnus-notifications): Check for nil values in
2318         ignored addresses check.
2320 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2322         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2324 2012-09-07  Chong Yidong  <cyd@gnu.org>
2326         * gnus-util.el
2327         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2329         * gnus-salt.el (gnus-tree-highlight-node):
2330         * gnus-sum.el (gnus-summary-highlight-line):
2331         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2333 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2335         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2337 2012-09-06  Juri Linkov  <juri@jurta.org>
2339         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2340         scheme for buffer names to be more consistent with other group and
2341         article buffer names in Gnus.
2343 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2345         * gnus-util.el
2346         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2348         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2349         Jenkner.
2351         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2353         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2355         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2357 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2359         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2360         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2362         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2363         string-prefix-p in Emacs >=23.2.
2365         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2366         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2367         instead of string-match-p.
2368         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2370 2012-09-06  Kenichi Handa  <handa@gnu.org>
2372         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2373         lowercase a..f.
2375 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2377         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2379 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2381         * nnimap.el (nnimap-request-move-article): Decode the group name when
2382         doing internal moves to avoid charset issues.
2384         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2385         TIME is set.
2387 2012-09-05  Juri Linkov  <juri@jurta.org>
2389         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2390         than one group at a time (bug#11961).
2392 2012-09-05  Julien Danjou  <julien@danjou.info>
2394         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2395         this hide the real reason with a message giving absolutely no hint.
2397 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2399         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2400         to the backend (bug#11804).
2402         * message.el (message-insert-newsgroups): Don't insert newsgroup
2403         duplicates (bug#12275).
2405 2012-09-05  John Wiegley  <johnw@newartisans.com>
2407         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2408         sieve rules.
2410 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2412         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2413         function.
2415         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2417         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2419 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2421         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2422         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2423         This should make nnmaildir more usable with offlineimap.
2425 2012-09-05  Julien Danjou  <julien@danjou.info>
2427         * nnimap.el (nnimap-request-list): Revert change that made listing
2428         synchronous.
2429         (nnimap-get-responses): Restore.
2431 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2433         * dgnushack.el: XEmacs 21.5 compilation fix.
2435         * gnus-notifications.el (gnus-notifications-notify): Use it.
2437         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2438         warnings on XEmacs.
2440 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2442         Better seeds for (random).
2443         * gnus-sync.el (gnus-sync-lesync-setup):
2444         * message.el (message-canlock-generate, message-unique-id):
2445         Change (random t) to (random), now that the latter is more random.
2447 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2449         * nnimap.el (nnimap-change-group): Document result value
2451         * auth-source.el (auth-sources): Fix macos keychain access.
2453         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2454         allow the backend `request-head' function to determine the group
2455         name on its own.
2456         (gnus-request-expire-articles): Filter out negative article numbers
2457         during expiry (Bug#11980).
2459         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2460         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2462         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2463         you've found the article when you haven't.
2465         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2466         that nnimap-change-group can return t.
2468 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2470         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2472 2012-08-30  Julien Danjou  <julien@danjou.info>
2474         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2475         `gnus-notifications-timeout'.
2476         (gnus-notifications-timeout): Add.
2477         (gnus-notifications-action): New function.
2478         (gnus-notifications-notify): Add :action using
2479         `gnus-notifications-action'.
2480         (gnus-notifications-id-to-msg): New variable.
2481         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2482         notifications id to messages.
2484 2012-08-30  Kenichi Handa  <handa@gnu.org>
2486         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2487         once.
2489 2012-08-29  Julien Danjou  <julien@danjou.info>
2491         * gnus-notifications.el: New file.
2492         (gnus-notifications-notify): New function.
2493         (gnus-notifications): Use `gnus-notifications-notify'.
2495 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2497         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2498         transfer encoding first; bind gnus-newsgroup-charset to the charset
2499         that the article specifies (Bug#12209).
2501 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2503         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2504         (gnus-group-customize-done): Encode values posting-style holds.
2506         * gnus-msg.el (gnus-summary-resend-message)
2507         (gnus-configure-posting-styles): Decode values posting-style group
2508         parameter holds.
2510 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2512         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2513         `name' and `address' in Resent-From header.
2515 2012-08-14  Chong Yidong  <cyd@gnu.org>
2517         * gnus-art.el (article-display-face): Handle failure in
2518         gnus-create-image (Bug#11802).
2520 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2523         Use defsetf.
2525 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2527         * auth-source.el (auth-source-plstore-search)
2528         (auth-source-secrets-search): Ignore :require and :type in search spec.
2530 2012-08-06  Julien Danjou  <julien@danjou.info>
2532         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2533         `nnimap-request-move-article'.
2535         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2536         Remove autoload, already handled by gnus.el.
2538         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2540         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2541         supported by nnimap actually.  Reverts previous change.
2543         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2544         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2545         to-buffer argument that is already supported.
2547 2012-08-05  Julien Danjou  <julien@danjou.info>
2549         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2550         Add autoload.
2552 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2554         * gnus.el (gnus-valid-select-methods): Fix custom type.
2556 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2558         * auth-source.el (auth-sources, auth-source-backend-parse)
2559         (auth-source-macos-keychain-search)
2560         (auth-source-macos-keychain-search-items)
2561         (auth-source-macos-keychain-result-append)
2562         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2563         auth-source.el through the /usr/bin/security utility.
2564         (auth-sources): Fix syntax error.
2565         (auth-source-macos-keychain-result-append): Fix variable name.
2566         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2568 2012-07-27  Julien Danjou  <julien@danjou.info>
2570         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2571         Emacs < 24.1
2573 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2575         * message.el (message-kill-address): Don't kill last newline.
2576         (message-skip-to-next-address): Don't move to the next header.
2577         (message-fill-field-address): Work properly.
2579 2012-07-25  Julien Danjou  <julien@danjou.info>
2581         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2583 2012-07-24  Julien Danjou  <julien@danjou.info>
2585         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2587         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2588         (nntp-async-timer-handler): Remove, unused.
2590         * nnimap.el (nnimap-get-responses): Remove, unused.
2592         * nnheader.el (mail-header-set-extra): Remove, unused.
2594         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2595         unused.
2597         * mm-view.el (mm-view-sound-file): Remove, unused.
2599         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2600         (mm-url-encode-multipart-form-data): Remove, unused.
2602         * message.el (message-remove-signature, message-make-host-name)
2603         (message-fill-address): Remove, unused.
2605         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2606         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2607         unused.
2609         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2610         (gnus-xmas-call-region): Remove, unused.
2612         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2614         * gnus-util.el (gnus-extract-address-component-name)
2615         (gnus-extract-address-component-email, gnus-sortable-date)
2616         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2617         (gnus-process-live-p): Remove, unused.
2619         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2621         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2622         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2623         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2624         function.
2626         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2628         * gnus-score.el (gnus-summary-score-crossposting)
2629         (gnus-score-regexp-bad-p): Remove, unused.
2631         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2633         * gnus-range.el (gnus-sublist-p): Remove, unused.
2635         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2636         unused.
2638         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2640         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2641         (gnus-request-associate-buffer): Remove, unused.
2643         * gnus-group.el (gnus-group-set-method-info)
2644         (gnus-group-set-params-info): Remove, unused.
2646         * gnus-fun.el (gnus-shell-command-to-string)
2647         (gnus-shell-command-on-region): Remove, unused.
2649         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2651         * gnus-art.el (gnus-article-text-type-exists-p)
2652         (article-translate-characters, gnus-article-hide-text-of-type)
2653         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2654         Remove, unused.
2656 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2658         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2660 2012-07-21  Julien Danjou  <julien@danjou.info>
2662         * message.el (message-dont-reply-to-names): Replace deprecated
2663         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2664         (message-get-reply-headers): Ditto.
2666 2012-07-18  Julien Danjou  <julien@danjou.info>
2668         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2669         `sieve-upload-and-kill'.
2671         * sieve.el (sieve-bury-buffer): Remove function.
2672         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2673         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2675 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2677         * shr.el (shr-expand-url): Handle URL starting with `//'.
2679 2012-07-13  Chong Yidong  <cyd@gnu.org>
2681         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2682         instead of calling toggle-read-only with a (bogus) argument.
2684 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2686         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2687         of initial input when reading the author to restrict the summary to.
2689 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2691         * mm-decode.el (mm-shr):
2692         Allow overriding charset by mm-charset-override-alist.
2694 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2696         * gnus-art.el (gnus-article-view-part):
2697         Toggle subparts of multipart/alternative part.
2699 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2701         * shr.el (shr-render-buffer): New command.
2702         (shr-visit-file): Use it.
2704 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2706         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2707         Set no-byte-compile and no-update-autoloads.
2709 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2711         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2713 2012-06-25  Julien Danjou  <julien@danjou.info>
2715         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2716         `nnimap-request-move-articles-find-limit' since we do not use it only
2717         for move operations.
2718         (nnimap-request-accept-article): Use
2719         `nnimap-request-articles-find-limit' to limit search by message-id.
2721 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2723         Support higher-resolution time stamps (Bug#9000).
2725         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2726         VARLIST.  It's optional, for backward compatibility.
2727         (encode-time-value): New optional arg PICO.  New type 3.
2728         (time-to-seconds) [!float-time]: Support the new picoseconds
2729         component if it's used.
2730         (seconds-to-time, time-subtract, time-add):
2731         Support ps-resolution time stamps as well.
2733 2012-06-19  Julien Danjou  <julien@danjou.info>
2735         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2737         * nnimap.el (nnimap-log-buffer): Check that
2738         `window-point-insertion-type' is boundp, since it's not available in
2739         XEmacs.
2741 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2743         * nnimap.el (nnimap-log-buffer): Add this, setting
2744         `window-point-insertion-type' in the buffer to t.
2745         (nnimap-log-command): Use nnimap-log-buffer.
2747 2012-06-19  Julien Danjou  <julien@danjou.info>
2749         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2750         argument to be able to limit the search.
2751         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2752         (nnimap-request-move-articles-find-limit): Add this to limit the search
2753         by Message-Id after a message move.
2754         (nnimap): Add defgroup.
2756 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2758         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2760 2012-06-15  Julien Danjou  <julien@danjou.info>
2762         * nnimap.el (nnimap-find-article-by-message-id): Use
2763         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2764         (nnimap-possibly-change-group): Add read-only argument.
2765         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2766         issuing EXAMINE manually.
2767         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2768         with read-only argument.
2769         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2770         cannot possibly change because we need to be sure that it's either
2771         read-write or read-only.
2773 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2775         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2776         being bound to a lambda form.
2778 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2780         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2781         articles when fetch-old is non-nil (bug#11370).
2783 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2785         * gnus-picon.el (gnus-picon-properties): New defcustom.
2786         (gnus-picon-create-glyph): Use it.
2788 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790         * gnus-group.el (gnus-group-get-new-news): Respect
2791         `gnus-group-use-permanent-levels', as documented (bug#11638).
2793 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2795         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2796         groups (bug#11641).
2798 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2800         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2801         is an integer to avoid later problems.
2803 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2806         locales.
2808         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2809         on a handle.
2811         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2812         address as the default.
2813         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2815         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2816         makes no sense to query the user about internal files.
2818         * gnus-spec.el: Remove all the byte-compilation stuff, since
2819         benchmarking shows that it doesn't help when entering large summary
2820         buffers.
2822         * gnus-xmas.el (gnus-xmas-define): Remove.
2824         * gnus-util.el (gnus-byte-code): Remove.
2826         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2827         grouplens stuff.
2829 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2832         (bug#11514).
2834 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2836         * message.el (message-buffers): Return all buffers derived from Message
2837         to make `gnus-dired-attach' work with mu4e.
2839 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2841         * nntp.el: Stop the `letf' madness.
2842         (nntp--report-1): New var.
2843         (nntp-report): Merge nntp-report-1 into it.
2844         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2845         the nntp-report function.
2847         * auth-source.el: Fix comment-style to follow the convention.
2849 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2851         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2852         (mm-dissect-singlepart): Don't guess the MIME type of
2853         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2854         set.
2855         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2856         toplevel MIME type is multipart/encrypted.
2858 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2860         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2861         a string so that Gcc works (bug#11514).
2863 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2865         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2866         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2868 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2871         jumping to *Server* from a dedicated *Group* window.
2872         (gnus-configure-frame): CSE.
2874         * gnus-registry.el: Minor style cleanup.
2875         (gnus-registry--set/remove-mark): New function, extracted from
2876         gnus-registry-install-shortcuts.
2877         (gnus-registry-install-shortcuts): Use it.
2879 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2881         * nnspool.el (news-path): Use eval-and-compile.
2883 2012-05-24  Glenn Morris  <rgm@gnu.org>
2885         * nnspool.el (news-directory, news-path, news-inews-program):
2886         Move here from paths.el.  Don't see a need for these to be autoloaded.
2888         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2889         Merge in doc from paths.el version.  Don't see any need for this to be
2890         autoloaded, or for the warning about users not setting it.
2892 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2894         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2895         format.  In particular, add an optional argument and a docstring.
2897         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2899         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2900         current before calling `gnus-groups-to-gnus-format'.
2901         Note that this was already the case for `gnus-active-to-gnus-format'.
2903 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2905         Fix minor Y10k bug.
2906         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2908 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2911         message once it's actually open.
2913 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2915         * gnus.el: Ma Gnus v0.5 is released.
2917 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2919         * auth-source.el (auth-source--aput-1, auth-source--aput)
2920         (auth-source--aget): New functions and macros.
2921         Use them instead of aput/aget.
2923 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2925         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2927 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2929         * plstore.el (plstore-called-interactively-p): New compat macro copied
2930         from message.el.
2931         (plstore-mode): Use it.
2933 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2935         * plstore.el: Revive the editing feature.
2936         (plstore-mode): New mode to edit plstore file.
2937         (plstore-mode-toggle-display, plstore-mode-original)
2938         (plstore-mode-decoded): New command.
2939         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2940         (plstore--insert-buffer, plstore--make): New function.
2941         (plstore-open, plstore-save): Simplify by using them.
2943 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2945         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2947 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2949         * tls.el (open-tls-stream): Remove unused binding.
2951 2012-04-16  Glenn Morris  <rgm@gnu.org>
2953         * nndraft.el (nndraft-request-list): Fix declaration.
2955 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957         * mm-decode.el (mm-dissect-buffer): Doc fix.
2959         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2960         don't have a current group.
2962         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2963         buffer if it doesn't exist.
2965         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2966         given, mark the group as ephemeral with the current window conf.
2968         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2969         buffer exists, which it doesn't if we haven't started Gnus.
2970         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2972 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2975         type is.
2977         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2978         `unexists' entries.
2979         (gnus-clean-old-newsrc): Fix last checkin.
2981         * nnimap.el (nnimap-update-info): None of the articles below the active
2982         low-water mark exist.
2984         * dgnushack.el: Get rid of XEmacs compilation warning.
2986         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2987         would have gotten if we posted to the group, and use that to compare
2988         against the message we want to cancel (bug#10808).
2990         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2991         on XEmacs.
2993 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2995         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2996         `scroll-margin'.
2998 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3000         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3001         citation prefix within a block of cited text should be considered part
3002         of that block *only* if it is a blank line.
3004 2012-04-09  Chong Yidong  <cyd@gnu.org>
3006         * binhex.el, hashcash.el, uudecode.el:
3007         Remove * characters from the front of variable docstrings.
3009 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3011         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3012         before kinsoku-bol characters nor within kinsoku-eol characters.
3014 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3016         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3017         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3018         (gnus-sync-read): Use mapc instead of mapcar.
3020         * mm-archive.el: Require mm-decode for some macros.
3021         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3022         the byte compiler.
3023         (mm-archive-decoders): New function that returns the value of
3024         the mm-archive-decoders variable.
3026         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3027         instead.
3028         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3030         * nnimap.el (gnus-refer-thread-use-nnir):
3031         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3033 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3037 2012-03-12  Peter Münster  <pmrb@free.fr>
3039         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3040         (gnus-demon-cancel): Ditto.
3041         (gnus-demon-run-callback): When function cannot be called due to low
3042         idleness, call it when idleness reaches the expected value, instead of
3043         waiting another timer period.
3044         (gnus-demon-init): Add `time' to arguments of call-back.
3046 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3050         * gnus.el: Register gnus-registry functions.
3052         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3053         indent.
3055         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3056         enabled before warping.
3058 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3060         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3061         registry about each article retrieved.
3063         * gnus-int.el (gnus-select-group-with-message-id): New function.
3064         (gnus-try-warping-via-registry): Ditto.
3065         (gnus-warp-to-article): Fall back on the registry.
3067 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3069         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3070         inboxes.
3072 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3076 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3078         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3079         gnus-gcc-self-resent-messages may be a group parameter.
3080         (gnus-summary-resend-message): Don't encode encoded words in header
3081         when Gcc'ing resent message.
3083 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085         * shr.el (shr-insert): Treat non-breaking space just like normal
3086         space.  This seems to produce more pleasing results.
3087         (shr-insert): Only insert a blank line if we're starting from an image.
3088         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3089         (shr-ensure-paragraph): Consider lines with white space to be blank.
3091 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3093         * Makefile.in: Respect DESTDIR.
3095 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3097         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3098         and gnus-gcc-post-body-encode-hook.
3100 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3103         messages that don't exist.
3105         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3107 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3109         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3110         Remove.
3112         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3114         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3116 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3119         have a group name.
3121         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3122         a multibyte buffer (bug#7410).
3123         (article-wash-html): Parse the original article buffer to get the
3124         unencoded data (bug#7410).
3126         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3127         .newsrc.el files.
3129 2012-04-05  Bastien Guerry  <bzg@altern.org>
3131         * color.el (color-lighten-name): Fix typo.
3133 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3136         "#" to avoid having them interpreted as comments.
3138 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140         * shr.el (shr-insert): Update the text state properly to avoid
3141         inserting spurious paragraph starts.
3143 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145         * shr.el (shr-table-widths): Divide the extra width more fairly over
3146         the TDs (bug#10973).
3147         (shr-render-td): Don't delete too much padding.
3148         (shr-natural-width): Compute the natural width more correctly.
3149         (shr-insert): Allow the natural width to be computed for tables again.
3150         (shr-tag-table-1): Rework how the natural widths are computed by
3151         rendering the table a third time.
3152         (shr-natural-width): Removed.
3153         (shr-buffer-width): New function.
3154         (shr-expand-newlines): Use it.
3156         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3157         using a `gnus-use-full-window' setup (bug#11013).
3159 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3162         24.1 release.
3164 2012-03-10  David Edmondson  <dme@dme.org>
3166         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3167         'Forwarded Message' header and the start of the message.
3169 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3171         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3172         isn't running (bug#10897).
3174 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3177         This is inconsistent with all the other stream functions, which leave
3178         the setting up to the higher levels (if so wanted) (bug#10931).
3180 2012-02-28  Glenn Morris  <rgm@gnu.org>
3182         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3183         mm-decode.el: Standardize possessive apostrophe usage.
3185 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3189 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3191         * parse-time.el (parse-time-string): Allow extractor to return nil.
3193 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3195         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3197 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3199         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3201 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3203         * mm-decode.el (mm-shr): Remove "soft hyphens".
3205         * nnimap.el (nnimap-request-list): Return the group names encoded as
3206         utf8.  Otherwise non-European group names don't work.
3207         (nnimap-request-newgroups): Ditto.
3209         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3210         the default in `read-string' (bug#10757).
3212         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3213         topics (bug#10843).
3215         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3216         buffer.  Suggested by Herbert Valerio Riedel.
3217         (nnimap-request-move-article): Delete the message from the correct IMAP
3218         server.
3220 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3222         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3223         Reported by Peter Münster.
3225 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3227         * shr.el (shr-image-fetched): Make sure we really kill the right
3228         buffer.
3230 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3232         * gnus-start.el (gnus-1): Avoid duplicate entries.
3234 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3236         * imap.el: Remove.
3238         * nntp.el (nntp-coding-system-for-read): Remove.
3239         (nntp-coding-system-for-write): Ditto.
3240         (nntp-open-connection): Just use `binary' directly.
3242         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3243         Gnus 0.3.
3245 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3247         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3248         application/octet-stream parts really is.
3250         * gnus-sum.el (gnus-propagate-marks): Remove.
3252 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3254         * shr.el (shr-rescale-image): Undo previous change; see
3255         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3257 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3259         * gnus.el: Ma Gnus v0.3 is released.
3261 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3263         * gnus-sum.el (gnus-summary-local-variables): Make
3264         `gnus-newsgroup-unexist' into a local variable.
3266 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3268         * registry.el (registry-usage-test, registry-persistence-test): Move to
3269         tests/gnustest-registry.el.
3270         (registry-make-testable-db, registry-match-test)
3271         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3273         * gnus-registry.el (gnus-registry-misc-test)
3274         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3276         * tests/gnustest-registry.el: New file with the registry and
3277         gnus-registry ERT tests.
3279 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3281         * gnus-msg.el (gnus-summary-resend-message): Make
3282         gnus-summary-resend-message-insert-gcc be last item in
3283         message-header-setup-hook.
3285 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3287         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3288         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3289         Remove.
3290         (nnfolder-open-server): Don't use marks.
3291         (nnfolder-request-delete-group): Ditto.
3292         (nnfolder-request-rename-group): Ditto.
3293         (nnfolder-request-set-mark, nnfolder-request-marks)
3294         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3295         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3297         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3298         (nnml-marks-modtime): Remove.
3299         (nnml-request-delete-group): Don't use marks.
3300         (nnml-request-rename-group): Ditto.
3301         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3302         (nnml-save-marks, nnml-open-marks): Remove.
3304         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3305         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3306         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3307         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3308         (nntp-server-to-method-cache): Remove.
3310         * shr.el (shr-rescale-image): Fix wrong merge.
3312 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3314         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3315         too-wide lines.
3317 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3319         * nnimap.el (nnimap-record-commands): New variable.
3320         (nnimap-log-command): Use it.
3321         (nnimap-make-process-buffer): Add a space to the process buffer.
3322         (nnimap-transform-headers): Don't bug out on header lines containing
3323         stuff that look like IMAP length encodings.
3325         * shr.el (shr-rescale-image): Allow viewing large images.
3327 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3329         * nnml.el (nnml-request-compact-group): Delete the marks file after
3330         compaction (bug#10800).
3332         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3333         group exit.
3335         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3336         QRESYNC/FETCH output.
3338 2012-02-11  Glenn Morris  <rgm@gnu.org>
3340         * sieve-manage.el (sieve-manage-default-stream):
3341         * shr.el (shr):
3342         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3343         (nnir-retrieve-headers-override-function)
3344         (nnir-imap-default-search-key, nnir-notmuch-program)
3345         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3346         (nnir-method-default-engines):
3347         * message.el (message-cite-reply-position):
3348         * gssapi.el (gssapi-program):
3349         * gravatar.el (gravatar):
3350         * gnus-sum.el (gnus-refer-thread-use-nnir):
3351         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3352         (gnus-registry-max-pruned-entries):
3353         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3354         * gnus-int.el (gnus-after-set-mark-hook)
3355         (gnus-before-update-mark-hook):
3356         * gnus-async.el (gnus-async-post-fetch-function):
3357         * auth-source.el (auth-source-cache-expiry):
3358         Add missing :version tags to new defcustoms and defgroups.
3360 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3362         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3363         `gnus-newsgroup-unexist'.
3365         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3366         marks.
3367         (gnus-article-special-mark-lists): Put the `unexist' in the special
3368         marks list instead.
3370         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3371         articles in the list of articles to be selected.
3373         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3374         articles.
3375         (nnimap-update-info): Keep track of unexisting articles.
3376         (nnimap-update-qresync-info): Ditto.
3378 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3380         * message.el (message-default-send-mail-function): Made into own
3381         function for reuse by emacsbug.el.
3383 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3385         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3386         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3388 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3390         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3391         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3393         * gnus-compat.el: Define `timer-set-function'.
3395         * mm-decode.el (mm-display-external): Output the text from the command
3396         in the buffer after the command finished.  This makes text-based
3397         commands behave better.
3399 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3401         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3403 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3405         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3406         23.1.
3408 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3410         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3412 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3414         * message.el (smtpmail-smtp-user): Silence compiler warning.
3416 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3418         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3419         SMTP user name.
3421 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3423         * gnus-sum.el (gnus-summary-show-thread):
3424         next-single-char-property-change may return nil in XEmacs.
3425         (gnus-summary-article-map): Fix typo.
3427 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3429         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3430         running.
3432         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3434         * gnus.el (gnus-server-extend-method): Don't add an -address component
3435         if the method already has one (bug#9676).
3437 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3439         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3440         of an initial-input for consistency (bug#10757).
3442         * dgnushack.el: Fix XEmacs compilation warning.
3444         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3446         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3448 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3450         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3451         lines that are narrower than the window width.  Otherwise background
3452         "blocks" will look less readable.
3454 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3456         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3457         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3458         have newlines within the strings, and where the UID comes after the
3459         BODYSTRUCTURE element (bug#10537).
3461         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3462         (bug#10732).
3464         * shr.el (shr-insert-document): Add doc string.
3465         (shr-visit-file): Ditto.
3466         (shr-remove-trailing-whitespace): New function.
3467         (shr-insert-document): Use it to clean up trailing whitespace as the
3468         final step (bug#10714).
3470 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3472         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3473         buffer if `gnus-kill-summary-on-exit' is nil.
3475 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3477         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3478         when just reading a single group from "without" Gnus.
3480 2012-02-06  Chong Yidong  <cyd@gnu.org>
3482         * gnus-sum.el (gnus-summary-show-thread):
3483         next-single-char-property-change never returns nil (Bug#8657).
3485 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3487         * message.el (message-multi-smtp-send-mail): New function.
3488         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3489         header to implement multi-SMTP functionality.
3491         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3492         (gnus-agentize): Don't set it.
3493         (gnus-agent-send-mail): Don't use it.
3495         * gnus-sum.el (gnus-summary-widget-backward): New function and
3496         keystroke.
3498         * gnus-compat.el: More the compat functions more compatible.
3500         * shr.el (shr-put-image): Remove underlines from sliced images.
3501         (shr-zoom-image): Compute the region to be replaced more correctly.
3503 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3505         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3506         (gnus-summary-resend-message-insert-gcc): New function.
3507         (gnus-summary-resend-message): Modify message-header-setup-hook and
3508         message-sent-hook to make it work for Gcc.
3509         (gnus-inews-do-gcc): Update the number of unread articles of groups
3510         that messages are Gcc'd to.
3512         * message.el (message-resend): Run message-sent-hook to do Gcc.
3514 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3516         * lpath.el: Fix an XEmacs compilation warning.
3518         * gnus-compat.el: Require `help-fns' to fix compilation error.
3520         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3521         a higher level to silence compilation.
3523         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3524         parameter to allow controlling the scaling.
3526         * shr.el (shr-zoom-image): New command and keystroke.
3527         (shr-put-image): Take a `size' flag to say how to scale the image.
3529         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3530         deletion unless already defined.
3532         * gnus.el (gnus-compat): Require it.
3534         * gnus-compat.el: New file.
3536         * gnus-start.el (gnus-clean-old-newsrc): New function.
3537         (gnus-read-newsrc-file): Use it.
3539         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3540         Use recursive deletion.
3541         (mm-dissect-archive): Add support for zip files.
3543         * gnus-util.el (gnus-recursive-directory-files): New function.
3545         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3546         (mm-archive-decoders): Add tgz support.
3548         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3549         Otherwise inserting text into the Gnus buffer can look odd.
3551         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3553         * mm-archive.el (mm-archive-decoders): Add support for tar.
3555         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3557         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3559 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3561         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3563         * mm-archive.el: New file.
3565         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3567         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3569         * message.el (message-goto-*): Make all the `message-goto-*' commands
3570         push the mark before moving point.  This makes it easier to go back to
3571         where you came from after editing whatever you jumped to.
3573 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3575         * gnus.el: Ma Gnus v0.1 is released.
3577 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3579         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3580         without reconnecting.
3581         (nnimap-possibly-change-group): Ditto.
3582         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3583         connection has died before being called.
3585 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3587         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3588         an initial sync unless we're really doing one.
3590         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3591         address parameter if one already exists (bug#9676).
3593         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3594         not the prefix, as documented (bug#10689).
3596 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3598         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3599         the "server".
3601         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3602         the real error message with the useless "previously known to be down".
3603         Which isn't even correct.
3605         * nntp.el (nntp-open-connection): Report the error message if the nntp
3606         server can't be reached.
3608         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3609         groups we do a total scan for.
3610         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3611         doing that.
3613 2012-01-31  Jim Meyering  <jim@meyering.net>
3615         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3616         Correct a comment (insert "not") and hide nominally-doubled "to".
3618 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3620         * gnus.el (gnus-version): Change name to "Ma Gnus".
3622 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3624         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3625         section in the manual.
3627 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3629         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3630         words.
3631         (rfc2047-encode-string): Ditto.
3632         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3633         understand folded filename="..." parameters, for instance.
3635         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3636         the message for greater debuggability.
3638 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3640         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3641         instead of setting it locally, since the latter doesn't seem to have
3642         any effect (most of the time).
3644 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3646         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3647         function call.
3649 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3651         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3652         seconds, and make the repeat clause with HH:MM specs work as
3653         documented.
3655 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3657         * proto-stream.el (proto-stream-capability-open): Fall back on
3658         :end-of-command if :end-of-capability doesn't exist.
3660 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3662         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3663         bound globally in old Emacsen and XEmacsen.
3665 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3667         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3668         so that previous errors don't prohibit getting new news.
3670         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3672         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3674 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3676         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3677         buffer, not of the string which is its name.
3679 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3681         * proto-stream.el (proto-stream-capability-open): Wait for
3682         :end-of-capability, not :end-of-command.
3684         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3685         non-server-marks groups.
3686         (gnus-group-make-articles-read): Ditto.
3688         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3689         methods (bug#9676).
3691         * gnus.el (gnus-method-ephemeral-p): New function.
3693 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3695         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3696         left-to-right.
3698 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3700         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3701         warning.
3703 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3705         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3706         macroexpand the nnir things, since they haven't been defined yet, and
3707         nnir requires gnus-sum.
3709 2012-01-24  Julien Danjou  <julien@danjou.info>
3711         * color.el (color-rgb-to-hsl): Fix value computing.
3712         (color-hue-to-rgb): New function.
3713         (color-hsl-to-rgb): New function.
3714         (color-clamp, color-saturate-hsl, color-saturate-name)
3715         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3716         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3718 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3722 2012-01-19  Julien Danjou  <julien@danjou.info>
3724         * color.el (color-name-to-rgb): Use the white color to find the max
3725         color component value and return correctly computed values.
3726         (color-name-to-rgb): Add missing float conversion for max value.
3728 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3730         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3731         logical server name in addition to the actual machine address.
3733         * auth-source.el (auth-source-user-and-password): Add convenience
3734         wrapper to search by just host and optionally user.
3736 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3739         after rendering.
3741 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3743         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3744         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3745         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3747 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3750         (bug#9693).
3751         (gnus-summary-setup-buffer): Document return value (bug#9697).
3753         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3754         since ido doesn't work on symbols (bug#9632).
3756         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3757         when getting a single value as when getting all the values.  This means
3758         that atoms like `gcc-self' work cumulatively, like variable settings,
3759         instead of getting the value from the last matching clause.
3760         (gnus-group-find-parameter): Protect against the group buffer not
3761         existing (bug#9585).
3763 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765         * gnus-start.el (gnus-activate-group): Document more parameters
3766         (bug#9694).
3768         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3769         (bug#9692).
3771         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3772         article was fetched, so that it can be expired later (bug#9958).
3773         (gnus-agent-summary-fetch-series): Add doc string.
3774         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3775         (bug#9517).
3777         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3778         retrieval is happening.
3780         * gnus.el (gnus-parameters): Doc fix.
3782 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3784         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3785         show the thread after expansion.
3787 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789         * gnus-art.el (article-narrow-to-head): If the head is completely
3790         empty, narrow to the empty region (bug#9764).
3792         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3793         read, and then mark them as unread only when the unread mark is used.
3794         This makes `C-- T k' actually work, even though it's confusing.
3796         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3797         alive before we try to find its window.
3799 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3801         * mm-decode.el (mm-display-external): Use a longer timeout for the
3802         deletion to allow slow programs to display the file.
3804 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3807         prompt to be less confusing.
3809         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3810         argument to `message-reply'.  This broke `special-display-*' frame
3811         pop-uping (bug#10238).
3813 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3816         systems, since these allegedly don't work there.
3818 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3820         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3821         live buffer.
3823 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825         * nnir.el (nnir-retrieve-headers): Protect against the article not
3826         existing on the server (bug#10335).
3828 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3830         * gnus-agent.el (gnus-agent-load-local): Recompute
3831         gnus-agent-article-local on changing method.
3833 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835         * gnus.el (gnus-parameters): Note precedence.
3837 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3839         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3840         in the group buffer.
3842 2012-01-04  Julien Danjou  <julien@danjou.info>
3844         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3845         change.
3847 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3850         too.
3852         * nntp.el (nntp-retrieve-group-data-early): Use it.
3854 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856         * nntp.el (nntp-retrieval-in-progress): New variable.
3857         (nntp-make-process-buffer): Make it buffer-local.
3859         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3860         2010.
3861         (gnus-demon-init): Use it to compute the time if time is on the form
3862         "04:23".
3864         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3866         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3867         status in the correct buffer.
3869 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3871         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3872         when opening topics (bug#10407).
3874 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3876         * gnus-cus.el (gnus-score-customize):
3877         * gnus-sum.el (gnus-sort-gathered-threads):
3878         * message.el (message-shorten-references):
3879         * nnmairix.el (nnmairix-request-group):
3880         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3882 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3884         * gnus-agent.el (gnus-agent-regenerate-group):
3885         * gnus-int.el (gnus-retrieve-group-data-early):
3886         * mm-util.el (mm-codepage-ibm-list):
3887         * nndiary.el (Commentary, nndiary-get-new-mail):
3888         * nnir.el (nnir):
3889         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3891 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3893         * mm-view.el (mm-display-inline-fontify): Add comment.
3895 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3897         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3898         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3900 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3902         * gnus-art.el (gnus-split-methods):
3903         * gnus-msg.el (gnus-configure-posting-styles):
3904         * gnus-spec.el (gnus-parse-simple-format):
3905         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3906         * message.el (message-do-actions): Spelling fix.
3908 2011-12-15  Juri Linkov  <juri@jurta.org>
3910         * mm-decode.el (mm-inline-media-tests): Add missing
3911         `mm-handle-media-subtype'.
3913 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3915         * gnus-group.el (gnus-group-tool-bar):
3916         * gnus-sum.el (gnus-summary-tool-bar):
3917         * message.el (message-tool-bar):
3918         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3920 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3922         * plstore.el (plstore--insert-buffer): Spelling fix.
3924 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3926         * message.el (message-valid-fqdn-regexp): Update with newly approved
3927         top-level domain names ".tel" and ".asia".
3929 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3931         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3932         unconditionally.
3934 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3936         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3937         pop-to-buffer-same-window for old Emacsen.
3939 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3941         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3943 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3945         * netrc.el (netrc-credentials): Spelling fix.
3947 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3949         * gnus-fun.el (gnus-fun-ppm-change-string):
3950         * gnus-msg.el (gnus-inews-do-gcc):
3951         * gnus-sum.el (gnus-summary-find-for-reselect):
3952         * gnus.el (gnus-summary-cancelled):
3953         * message.el (message-cancel-hook, message-send-news):
3954         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3955         * nnir.el (nnir-run-hyrex):
3956         * nntp.el (nntp-with-open-group-function):
3957         * pgg.el (pgg-pending-timers): Spelling fix.
3959 2011-12-04  Chong Yidong  <cyd@gnu.org>
3961         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3962         change (Bug#10200).
3964 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3966         * compface.el (uncompface):
3967         * gnus-art.el (gnus-article-x-face-command): Update the header format
3968         of icon data for the most recent icontopbm program.
3970 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3972         * gnus-msg.el (gnus-inews-do-gcc):
3973         * message.el (message-send-mail):
3974         * mml.el (mml-generate-mime): Share the value of the buffer-local
3975         `message-options' variable between a draft buffer and temprary working
3976         buffers.
3978 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3980         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3982 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3984         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3985         for Cygwin.
3987 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3989         * gnus-group.el (gnus-group-prepare-flat):
3990         * mm-bodies.el (mm-encode-body):
3991         * mml.el (mml-preview):
3992         * nnml.el (nnml-request-compact-group):
3993         * pop3.el (pop3-stream-type): Spelling fix.
3995 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3997         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3999 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4001         * color.el (color-rgb-to-hsl):
4002         * gmm-utils.el (gmm-tool-bar-style):
4003         * gnus-group.el (gnus-group-prepare-flat):
4004         * gnus-topic.el (gnus-topic-prepare-topic):
4005         * mm-decode.el (mm-discouraged-alternatives):
4006         * rfc2047.el (rfc2047-encode-1):
4007         * starttls.el: Spelling fix.
4009 2011-11-24  Glenn Morris  <rgm@gnu.org>
4011         * binhex.el (binhex-begin-line): Give it basic doc-string.
4013         * starttls.el, tls.el: Fix case of "GnuTLS".
4015 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4017         * gnus-group.el (gnus-group-highlight): Fix typo.
4019 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4021         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4022         value of `delete-file', that returns nil for a local file but returns t
4023         for a remote file using ssh.
4025 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4027         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4029 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4032         avoid later breakage.
4034 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4036         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4037         article buffers' name.
4039 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4042         by Paul Eggert's spellfixes two days ago.
4044 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4047         doesn't have it.
4049         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4050         buffer-local instead of binding them to avoid warnings.  Also demote
4051         errors (bug#10063).
4052         (font-lock-mode-hook): Shut up byte compiler.
4054 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4056         * mm-util.el (mm-charset-after):
4057         * nnir.el (nnir-run-hyrex):
4058         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4059         (ntlm-get-password-hashes, ntlm-md4hash):
4060         * smime.el: Fix typo.
4062 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4064         * gnus-agent.el (gnus-agent-expire-group-1):
4065         * nndiary.el (nndiary-last-occurence):
4066         * nnimap.el (nnimap-request-set-mark):
4067         * nnmairix.el (nnmairix-only-use-registry):
4068         * gnus-group.el (gnus-group-prepare-flat):
4069         * gnus-sum.el (gnus-decode-encoded-word-methods):
4070         * message.el (message-wash-subject):
4071         * nntp.el (nntp-retrieve-headers-with-xover):
4072         * smime.el (smime-certificate-directory): Spelling fix.
4074 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4076         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4078         * color.el:
4079         * gnus-agent.el (gnus-agent-possibly-alter-active):
4080         * gnus-dired.el (gnus-dired-print):
4081         * mail-parse.el:
4082         * nnmairix.el (nnmairix-request-group):
4083         * shr.el (shr-image-displayer):
4084         * sieve-manage.el:
4085         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4087 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4089         * gnus-sum.el (gnus-auto-select-subject):
4090         * spam-report.el (spam-report-resend): Spelling fix.
4092 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4094         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4095         * gnus-art.el (gnus-default-article-saver):
4096         * gnus-srvr.el (gnus-server-copy-server):
4097         * gnus.el (gnus-sloppily-equal-method-parameters):
4098         * html2text.el (html2text-format-tag-list):
4099         * message.el (message-narrow-to-head):
4100         * nndiary.el:
4101         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4102         * sieve.el: Spelling fix.
4104 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4106         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4107         * gnus-sum.el (gnus-summary-make-menu-bar):
4108         * gnus-uu.el (gnus-uu-decode-postscript)
4109         (gnus-uu-decode-postscript-and-save):
4110         * mailcap.el (mailcap-print-command):
4111         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4112         Fix typos.
4114 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4116         * gnus-art.el (gnus-article-part-wrapper):
4117         * html2text.el (html2text-fix-paragraphs):
4118         * mm-decode.el (mm-image-fit-p):
4119         * rfc2047.el (rfc2047-encode-message-header):
4120         * shr-color.el (shr-color-visible-distance-min)
4121         (shr-color-relative-to-absolute, set-minimum-interval)
4122         (shr-color-visible): Fix typos.
4124 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4126         * gmm-utils.el (gmm-tool-bar-item):
4127         * gnus-art.el (gnus-treat-body-boundary):
4128         * gnus-diary.el (gnus-user-format-function-d):
4129         * gnus-start.el (gnus-get-unread-articles):
4130         * pgg-gpg.el (pgg-gpg-update-agent):
4131         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4133 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4135         * gnus-topic.el (gnus-group-prepare-topics):
4136         * gnus-uu.el (gnus-extract-view):
4137         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4139 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4141         * spam.el: Move BBDB autoloads.
4142         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4143         BBDB 2 and 3.
4144         (spam-check-BBDB): Use it.
4145         (spam-enter-ham-BBDB): Use it.
4147 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4149         * smime.el (smime-draw-buffer): Spelling fix.
4151 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4153         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4154         for scanning exactly one level.
4155         * gnus-start.el (gnus-get-unread-articles): Ditto.
4157 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4160         slightly clearer.
4162 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4164         * gnus-sync.el: More commentary about setup.
4166 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168         * message.el (message-send-and-exit): Document `arg'.
4170 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4172         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4174 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4176         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4178         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4179         we don't use `bound-and-true-p'.
4181 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4183         * gnus-util.el (gnus-bound-and-true-p): Remove.
4184         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4185         * nnir.el: Use it.
4186         * nnmairix.el: Use it.
4188 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4190         * gnus-sync.el: Improve docs about CouchDB admins.
4192         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4193         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4194         for reasons unknown.
4195         * nnir.el: Use it.
4196         * nnmairix.el: Use it.
4198         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4199         * nnir.el: Ditto.
4200         * nnmairix.el: Ditto.
4202         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4204 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4206         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4207         not needed.  Provide xmlplistread list function to produce XML plist
4208         output for non-Gnus LeSync clients.
4210 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4212         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4214         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4215         and save against it.  Group subscriptions, read marks, other marks,
4216         subscription levels, topic names, and topic offsets (the group's
4217         position within the topic) are saved.  This is an experimental backend
4218         and may change significantly.  Load json.el from the gnus-fallback-lib
4219         if it's not available otherwise.
4220         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4222 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4224         * message.el (message-completion-function): Make sure
4225         message-tab-body-function is not attempted if one of
4226         message-completion-alist fails to find a completion (bug#9158).
4228 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4230         * mml.el (mml-quote-region): Quote <#secure> tag.
4231         (mml-generate-mime-1): Unquote <#secure> tag.
4233 2011-10-20  Chong Yidong  <cyd@gnu.org>
4235         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4236         calling a minor mode from Lisp with nil arg enables it, so we have to
4237         make the wording a bit ambiguous here).
4239 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4241         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4242         * nnir.el (nnir-mode): Use it.
4243         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4244         Use it.
4246         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4247         * nnmairix.el (gnus-registry-enabled): Ditto.
4249 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4251         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4252         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4253         only while we need to find out if it should be t or nil.
4254         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4255         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4256         the registry is installed.  Set it to nil when it's unloaded.
4257         (gnus-registry-install-p): Provide user guidance for the initial value
4258         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4259         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4260         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4261         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4262         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4263         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4264         `gnus-registry-install'.
4266 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4268         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4269         previous change.
4270         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4271         primary key is marked as disabled.
4273 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4275         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4276         primary key is marked as disabled.
4278 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4280         * html2text.el (html2text-clean-anchor): Check for quotes around
4281         `href' value.
4283 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4285         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4286         searching.  Drop `bbdb-cache'.
4288 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4290         * message.el (message-signed-or-encrypted-p): Exclude header when
4291         checking if there is signed or encrypted body in text/plain message.
4293 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4295         * html2text.el (html2text-get-attr): Correctly handle attribute values
4296         containing "=".
4298 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4300         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4301         handle bindings.
4303 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305         * gnus-win.el (gnus-configure-windows): Protect against reading
4306         ephemeral groups outside of Gnus.
4308 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4310         * shr.el (shr-tag-img): Don't get images displayed in tables.
4312 2011-10-03  Glenn Morris  <rgm@gnu.org>
4314         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4315         the "maintainer" version of debbugs.gnu.org reports.
4317 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4320         make asynchronous adjacent image insertion work better.
4322 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4324         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4325         documentation.
4327 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4330         `gnus-asynchronous' isn't shadowed.
4332 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4336         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4337         (nnimap-insert-partial-structure): The charset parameter isn't
4338         case-sensitive.
4340         * nnheader.el (nnheader-message-maybe): New function.
4342         * shr.el (shr-tag-table): Render totally broken tables better.
4344         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4345         computing the boundary.
4347 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349         * pop3.el (pop3-number-of-responses): Remove.
4350         (pop3-wait-for-messages): Rewrite to take linear time instead of
4351         exponential time.
4353 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4356         re-fetch images.
4358         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4359         re-fetch images when hitting `g' in Gnus.
4361 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4363         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4364         (mml-compute-boundary): Don't check collision if it is non-nil.
4365         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4366         before checking collision.
4368 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370         * message.el (message-indent-citation): Really make sure there's a
4371         newline at the end.
4373         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4374         Fix suggested by John Wiegley.
4376         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4378         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4380         * message.el (message-default-send-rename-function): Break out into its
4381         own function.
4383         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4384         doesn't work under XEmacs.
4386         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4387         of "imaps" to word around Windows problems.
4388         (nnimap-open-connection-1): Use it.
4390         * message.el (message-indent-citation): Revert last change which made
4391         `F' not work.
4393 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4395         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4396         terminal as well.
4398 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4400         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4401         because it displays images using overlays that aren't easy to copy to
4402         the article buffer.
4404 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4406         * message.el (message-indent-citation): Fix empty line removal at the
4407         end of the citation.
4409 2011-09-20  Julien Danjou  <julien@danjou.info>
4411         * auth-source.el (auth-source-netrc-create): Use default value for
4412         password if specified.  Evaluate default.
4413         (auth-source-plstore-create): Ditto.
4414         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4415         value evaluation.
4416         (auth-source-netrc-create): Typo fix.
4417         (auth-source-plstore-create): Ditto.
4419         * password-cache.el (password-cache-remove): Remove entries even if the
4420         value is nil, so that password with a nil value (negative caching) is
4421         possible to invalidate.
4423         * auth-source.el (auth-source-format-cache-entry): New function.
4425 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4427         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4429 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4433 2011-09-19  Julien Danjou  <julien@danjou.info>
4435         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4436         which work with things that are not ASCII.
4438 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4442 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4445         message level.
4447 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4449         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4451 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4455 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4457         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4458         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4460 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4462         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4463         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4464         articles.
4466 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4468         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4469         (message-mail-other-window, message-mail-other-frame)
4470         (message-news-other-window, message-news-other-frame):
4471         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4472         instead of setting buffer display varibles.
4474 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4478         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4480 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4483         duplicates" to a higher level.
4485         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4486         most egregious messages.
4488 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4492 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4494         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4495         up the file (bug#9351).
4497 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4500         it does with all other backends, but decode the names immediately after
4501         getting them.
4503         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4504         decoding nnimap groups.
4506         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4507         newsrc file.  It doesn't seem like an important optimization any more.
4509 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4511         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4512         overflows.
4514 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4517         (gnus-interactive-exit): Extend to `quiet'.
4519         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4521         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4522         string.
4524         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4525         renaming function arguments from `this'.
4527         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4529         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4530         has been renamed.
4531         (gnus-lrm-string-p): Include RLM and PDF, too.
4533         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4534         (bug#9225).
4536 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4538         Add autoload cookies for functions used by sendmail.el.
4539         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4541         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4543 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4545         * gnus-art.el (article-date-ut): Work properly even when there are
4546         things like Date header in the body; work for forwarded parts.
4548 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4550         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4551         original-article-buffer.
4553 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4555         * nnir.el (nnir-compose-result): Fix matching of server type.
4556         (nnir-run-swish++): Ditto.
4557         (nnir-run-namazu): Ditto.
4558         (nnir-run-notmuch): Ditto.
4560 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4563         (bug#9405).
4565         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4566         (bug#9421).
4568         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4569         (bug#9425).
4571         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4572         thing (bug#9426).
4574 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4577         the error message.
4579 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4581         * message.el (message-setup-1): Return t (Bug#9392).
4583 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4585         * gnus-sum.el: When adding article headers to a summary buffer also
4586         update gnus-newsgroup-articles (bug#9386).
4588 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4590         * auth-source.el: Autoload help-mode.
4592 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4595         names.
4597 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4599         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4600         mm-replace-in-string for compatibility issues.
4601         * mml2015.el (mml2015-epg-verify): Ditto.
4603 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4605         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4607         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4609 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4611         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4612         continue on and do the clean-up phase (bug#9188).
4614         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4615         just ignore groups that can't be opened instead of erroring out
4616         (bug#9225).
4618         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4619         nil since some many people are fuddy-duddies.
4621         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4622         images.
4624         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4625         instead.
4627         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4629         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4631         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4632         processing.
4634         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4635         buffer to avoid warnings.
4637 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4639         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4640         specified to reduce precision.
4642 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4645         bodystructures (bug#9314).
4647 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4649         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4650         Make button keymap non-sticky after buttons.
4652 2011-08-18  David Engster  <dengste@eml.cc>
4654         * nnmairix.el (nnmairix-request-set-mark)
4655         (nnmairix-goto-original-article): Remove adding of article to registry,
4656         since `gnus-registry-add-group' isn't available anymore.
4657         (nnmairix-determine-original-group-from-registry):
4658         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4659         available anymore.
4661 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4663         * starttls.el (starttls-any-program-available): Define as obsolete
4664         function.
4666 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4669         versions which Gnus use when appropriate.
4671         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4672         a pretty destructive command.
4674         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4676 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678         * message.el (message-fix-before-sending): Make a different warning
4679         about NUL characters (bug#9270).
4681         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4682         from custom (bug#9260).
4684         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4685         things work in Emacs 22 and XEmacs, too.
4687         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4688         default From.
4690         * gnus-spec.el (gnus-lrm-string-p): New macro.
4691         (gnus-lrm-string): New constant.
4692         (gnus-summary-line-format-spec): LRM-ify the from.
4693         (gnus-tilde-max-form): LRM-ify string chopping.
4695         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4697         * message.el (message-is-yours-p): Allow disabling canlock checking
4698         (bug#9295).
4699         (message-shoot-gnksa-feet): Add `canlock-verify'.
4700         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4701         message directory isn't writable (bug#9304).
4703         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4704         non-world-readable.
4706 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4708         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4709         articles.
4711 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4713         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4714         copy-list.
4716 2011-08-12  Sam Steingold  <sds@gnu.org>
4718         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4719         in the reverse order to avoid modifying the cache with `nreverse'.
4720         (gnus-all-score-files): Do not modify the value returned by
4721         `gnus-score-find-alist' because it lives in a cache variable.
4722         (gnus-current-home-score-file): No need to `nreverse' the return value
4723         of `gnus-score-find-alist', it is already in the correct order.
4725 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4727         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4728         type MESSAGE and subtype RFC822 is slightly different from those of
4729         type TEXT.
4731 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4733         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4734         This allows article-referral to work from an nnir group.
4736 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4738         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4740 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4742         * mml1991.el (mml1991-epg-find-usable-key)
4743         (mml1991-epg-find-usable-secret-key): New function.
4744         (mml1991-epg-sign): Check if signing key is usable.
4745         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4747 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4749         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4750         server-variables only.  This should fix a bug introduced with commit
4751         e1889675b7f4adf057833c5513c9374134c4e053.
4752         (nnir-run-query): 'nnir-search-engine should not be set from the global
4753         environment.
4755 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4757         * nnir.el (nnir-search-thread): Position point on referring article
4758         line.
4759         (nnir-warp-to-article): Clean up summary buffers.
4761         * nnimap.el (nnimap-request-thread): Whitespace fix.
4763 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4765         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4767 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769         * starttls.el (starttls-available-p): Rename from
4770         `starttls-any-program-available' and changed return convention.
4772 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4774         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4775         `unix-sync' unless it's defined.
4777 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4779         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4780         `aref' for XEmacs compatibiltiy.
4782 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4786 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4788         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4789         closures, quote the form properly (bug#9194).
4791 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4794         (gnus-summary-insert-new-articles): Protect against servers that are
4795         down.
4797 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4799         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4800         in mm handle if none is specified.
4802 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4804         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4806 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4808         * nnir.el (nnir-search-thread): New function to make an nnir group
4809         based on a thread query.
4811         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4812         of nnir in thread referral.
4813         (gnus-summary-refer-thread): Use it.
4815         * nnimap.el (nnimap-request-thread): Use it.
4817 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819         * shr.el (shr-tag-comment): Ignore HTML comments.
4821 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4823         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4824         argument.
4825         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4826         Use `nnir-address' to handle server info rather than passing an arg.
4828         * nnimap.el (nnimap-make-thread-query): New utility function to format
4829         an imap thread search query.
4830         (nnimap-request-thread): Use it.
4832         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4833         right select-method if we are not going back to the group buffer.
4835 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4838         enter invalid buffer configurations into the quit form (bug#9107).
4839         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4840         unplugged/plugged.
4842         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4843         keep track of which ones are unread (bug#9061).
4845         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4846         (bug#9055).
4848         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4849         (bug#9041).
4851         * gnus-html.el (mm-util): Require (bug#9073).
4853         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4854         (gnus-summary-refer-thread): Use it to remove duplicates in the
4855         un-threaded view (bug#9053).
4856         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4858 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4860         * nnir.el (nnir-read-server-parm): Use default value from global
4861         variable.  Without this the default search engine parameters aren't
4862         used at all.
4864 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866         * message.el (message-unique-id): Don't use the undocumented return
4867         value from (random t) (bug#9118).
4869 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871         * message.el (message-auto-save-directory): If the ~/Mail directory
4872         doesn't exist, use ~ as the auto-save directory (bug#4432).
4874         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4875         hasn't already been started.
4877 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4881         * message.el (message-reply): Work around mysterious bug where
4882         `message-mode' seems to overwrite the locally bound `subject' variable.
4884 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4886         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4887         correct group.
4889         * gnus-int.el (gnus-request-thread): Add group argument.
4891         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4893 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4897         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4898         renamed to `debbugs-gnu-*'.
4900 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4902         * plstore.el: Revert the editing feature since it is not urgent.
4903         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4904         (plstore-mode-decoded): Remove.
4906 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4909         isn't very interesting any more, and it leaks potentially secret data.
4910         (gnus-debug): Remove.
4912         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4913         use of :custom-show.
4915 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4917         * plstore.el: Add documentation.
4918         (plstore-mode): New mode to edit plstore file.
4919         (plstore-mode-toggle-display, plstore-mode-original)
4920         (plstore-mode-decoded): New command.
4921         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4922         (plstore--insert-buffer, plstore--make): New function.
4923         (plstore-open, plstore-save): Simplify by using them.
4925 2011-07-06  Glenn Morris  <rgm@gnu.org>
4927         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4929 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4932         no longer is much used.
4933         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4934         Articles".
4936 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4938         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4939         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4940         `notmuch' backend.
4942 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944         * mm-decode.el (mm-text-html-renderer): Doc fix.
4946         * gnus-msg.el (gnus-bug): Fix the MML tag.
4948         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4950 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4952         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4953         secondary methods if started with `gnus-no-server'.
4955 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4957         * message.el (message-return-action): Fix typo in docstring.
4959 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4962         bug reports at once.
4964         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4966 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4968         * nndraft.el: Require gnus-group.
4969         (nndraft-request-list): Declare.
4971         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4972         no unread article unless it matches gnus-permanently-visible-groups.
4974         * nndraft.el (nndraft-update-unread-articles): New function.
4975         (nndraft-request-associate-buffer): Use it to update the number of
4976         unread articles for the nndraft groups in the group buffer when saving
4977         or killing a draft message.
4979 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4982         systems to binary before writing and reading the mbox files.
4984         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4985         instead of trying to list them all (bug#8978).
4987 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4989         * pop3.el (pop3-open-server): Use :end-of-capability.
4991 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4993         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4994         the id is always a number.
4996         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4998         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4999         debbugs mode, if possible.
5001 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5003         * auth-source.el (auth-source-token-passphrase-callback-function):
5004         Reindent.
5005         (epg-context-operation): Remove unnecessary autoload.
5007 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009         * gnus.el (gnus-list-debbugs): New command.
5011         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5012         mboxstat instead of the maintbox, since the stat seems to be fuller.
5014         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5015         summary buffers.
5017         * message.el (message-get-reply-headers): Delete all duplicates,
5018         instead of the first.
5019         (message-get-reply-headers): Ensure that we have progress while
5020         deleting duplicates.
5022         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5023         gnus-posting-style value from the summary buffer to make it easier to
5024         make that a per-buffer conf.
5026 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5028         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5029         found by setting `shortcut' in 'query.
5030         (nnir-request-article): Use `shortcut' setting when requesting article
5031         by Message-ID.
5033 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5035         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5036         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5037         Bring the pseudo-headers back too.
5039 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5041         * auth-source.el (auth-source-token-passphrase-callback-function):
5042         Simplify and remove EPA dependency.
5044 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5046         * nnir.el (nnir-request-article): Fix error message text.
5048 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5050         * auth-source.el (plstore-delete): Autoload.
5051         (auth-source-plstore-search): Support delete operation.
5052         * plstore.el (plstore-delete): New function.
5054 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5056         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5057         mark actually existing articles as unread rather than the ones that
5058         active asserts.
5060 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5062         * nntp.el (nntp-record-command):
5063         * gnus-util.el (gnus-message-with-timestamp-1):
5064         Use format-time-string rather than decoding time stamps by hand.
5065         This is simpler and insulates the code from potential changes to
5066         current-time format.
5068 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5070         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5072 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5074         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5075         (plstore-save): Support public key encryption.
5076         (plstore--init-from-buffer): New function.
5077         (plstore-open): Use it; fix error when opening a non-existent file.
5078         (plstore-revert): Use plstore--init-from-buffer.
5080 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5082         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5084 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5086         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5087         for old Emacsen.
5089 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5091         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5092         is not fully working.
5094 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096         * dgnushack.el: Autoload sha1 on XEmacs.
5098         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5099         quit window configuration.
5101         * auth-source.el (epg-context-set-passphrase-callback):
5102         Remove duplicate autoload.
5104 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5106         * nnir.el (nnir-request-article): Allow requesting articles by
5107         Message-ID with nnimap.
5109         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5110         current server.
5112 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5114         * auth-source.el: Autoload EPA/EPG functions.
5115         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5116         changed when EPA/EPG is not available.
5117         (auth-source-backend): Rename "arg" member to "data".
5118         (auth-source-backend-parse, auth-source-plstore-search)
5119         (auth-source-plstore-create): Use it.
5121 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5123         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5124         `gnus-refer-article-methods'.
5126 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5128         * auth-source.el: Require EPA and EPG.
5129         (auth-source-passphrase-alist): New variable.
5130         (auth-source-passphrase-callback-function)
5131         (auth-source-token-passphrase-callback-function): Callbacks for the
5132         netrc field encryption (GPG tokens).
5133         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5134         Symmetric encryption and decryption of the netrc GPG tokens.
5135         (auth-source-netrc-normalize): Use them, simplifying the closure.
5137 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5139         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5140         is available.
5142 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5145         non-nil, and `nnimap-split-methods' is nil, use the former.
5147 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5149         * plstore.el (plstore-revert): New function.
5150         (plstore-open): Use it; hide the buffer from user.
5152 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5154         * auth-source.el (auth-source-backend): New member "arg".
5155         (auth-source-backend-parse): Handle new backend 'plstore.
5156         * plstore.el: New file.
5158 2011-06-30  Glenn Morris  <rgm@gnu.org>
5160         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5162 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5165         expiring articles to.
5167         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5168         variations as ASCII (bug#5458).
5170 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5172         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5174 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176         * message.el (message-point-in-header-p): Tweak the function to default
5177         to saying that we're not in the headers if there is no separator at
5178         all.  This makes it possible to use the Message version of `M-q' in
5179         buffers with no headers (bug#7987).
5180         (message-point-in-header-p): Fix last checkin to work with an empty
5181         mail-header-separator, too.
5183         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5184         again, save the choice via customize.
5186 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5190         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5191         ended the connection, bail out before waiting infinitely on a new
5192         connection.
5194 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5196         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5197         reports.
5199         * gnus.el (gnus-bug-package): Use "gnus."
5200         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5202 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204         * dgnushack.el: Make the timer warning go away on XEmacs.
5206         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5207         animations going on at article exit time.
5209         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5210         since removing it breaks people upgrading.
5212         * shr.el (shr-put-image): Use the new interface for animating images.
5213         (shr-put-image): Animate for 60 seconds.
5215         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5216         avoid compiler warnings.
5218         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5219         error with `find-file-hooks' on Emacs 22.
5220         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5221         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5222         on all architectures.
5224         * spam.el (spam-stat): Require in a normal fashion without binding
5225         `spam-stat-install-hooks' to avoid compilation warnings.
5227         * spam-stat.el (spam-stat-install-hooks): Remove.
5228         (spam-stat-install-hooks): Don't run automatically.
5230 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5232         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5233         and keystroke.
5235 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5237         * auth-source.el (auth-source-netrc-cache): Move forward.
5239 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241         * proto-stream.el (proto-stream-open-starttls): Use
5242         `gnutls-available-p' to see whether we have built-in support.
5244         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5245         we already know.
5246         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5247         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5249 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5252         %S format, since that looks odd.
5253         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5254         file, especially when saving.
5256 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5258         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5259         article found.
5261 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5263         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5264         `auth-source-save-secrets' with a more sensitive alist that can be
5265         configured per file.  Experimental, so defaults to 'never.
5266         (auth-source-netrc-create): Use it.  Still experimental code.
5267         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5268         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5270 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5272         * auth-source.el (auth-source-save-secrets): New variable to control if
5273         secret tokens should be saved encrypted.
5274         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5275         to `auth-source-netrc-normalize'.
5276         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5277         on the EPA variables being defined.
5278         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5279         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5280         the lexical-let closure.
5281         (auth-source-netrc-create): Create "gpg:" tokens according to
5282         `auth-source-save-secrets'.
5284 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5286         * gnus-group.el (gnus-group-update-group): Add new argument
5287         `info-unchanged' that stops updating dribble buffer.
5289         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5290         deletes lines matching to it in dribble buffer.
5292         * gnus-agent.el (gnus-agent-fetch-group-1):
5293         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5294         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5295         * gnus-start.el (gnus-group-change-level):
5296         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5298         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5299         if newsgroup info is not changed.
5301         * gnus-group.el (gnus-group-get-new-news-this-group):
5302         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5303         Don't update dribble buffer.
5305 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5307         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5308         remove entries with groups we ignore.
5310 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5313         the underline comes at the bottom.
5315 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5317         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5318         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5319         (gnus-registry-article-marks-to-names): Rename from
5320         `gnus-registry-user-format-function-M2'.
5322 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5324         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5325         ephemeral group.
5327 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329         * shr.el (shr-browse-image): Copy the URL if called interactively.
5331 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5334         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5335         done, then unselected articles may be marked as read.
5337         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5338         since not doing this seems to lead to a race condition in pop3-logon.
5340         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5341         so that the call chain it correct when we call "upwards".
5343         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5344         in read-only groups.
5346         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5348         * message.el (message-cite-reply-position): Doc string fix.
5350         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5351         avoid regexp overflow.
5352         (nnimap-transform-split-mail): Ditto.
5354         * pop3.el (pop3-retr): Error out if the server closes the connection.
5356 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5359         mm-with-unibyte-current-buffer.  The buffer should not contain any
5360         multibyte chars anyway at this stage.
5362 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5365         at the end of lines.
5367 2011-05-29  Julien Danjou  <julien@danjou.info>
5369         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5371 2011-05-27  Glenn Morris  <rgm@gnu.org>
5373         * gnus-group.el (gnus-bug-group-download-format-alist):
5374         Use the "maintainer" version of debian reports as well.
5376 2011-05-26  Glenn Morris  <rgm@gnu.org>
5378         * gnus-group.el (gnus-bug-group-download-format-alist):
5379         Use the "maintainer" version of debbugs.gnu.org reports.
5381 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5383         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5385 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * gnus-cus.el (gnus-agent-customize-category):
5388         * gnus-delay.el (gnus-delay-send-queue):
5389         * gnus.el (gnus-other-frame):
5390         Don't quote lambda expressions with `quote'.
5392 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5394         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5395         the thread moves us backwards and so we loop forever.
5397 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5399         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5400         whitespace in base64 data lines.
5402 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5404         * gnus-registry.el (gnus-registry-user-format-function-M):
5405         Use `mapconcat'.
5406         (gnus-registry-user-format-function-M2): Use to see the full text of
5407         the marks.  Make "," the mark text separator.
5409         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5410         authentication with auth-source.
5412 2011-05-17  Glenn Morris  <rgm@gnu.org>
5414         * gnus-group.el (gnus-import-other-newsrc-file):
5415         Use insert-file-contents.
5417 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5419         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5420         1000 iterations.
5422 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5424         * nntp.el (nntp-open-connection): Check if process-type is available.
5426 2011-05-16  Julien Danjou  <julien@danjou.info>
5428         * shr.el (shr-tag-del): Add support for del tag.
5430 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5432         * gnus-html.el (gnus-html-put-image): Register a displayer.
5434         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5436 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5438         * registry.el (prune-factor): New initialization parameter defaulting
5439         to 0.1.
5440         (registry-prune-hard): Use it.
5442         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5443         0.1 expicitly.
5445 2011-05-13  Glenn Morris  <rgm@gnu.org>
5447         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5448         is bound, since this function requires sendmail.
5450 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5452         * registry.el (registry-usage-test): Disable pruning test.
5454 2011-05-11  David Engster  <dengste@eml.cc>
5456         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5457         Bind set-network-process-option for XEmacs.
5459 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5461         * registry.el (registry-prune-hard-candidates)
5462         (registry-prune-soft-candidates): Helper methods for registry pruning.
5463         (registry-prune): Use them.  Make the sort function optional.
5465 2011-05-10  Jim Meyering  <meyering@redhat.com>
5467         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5469 2011-05-10  Julien Danjou  <julien@danjou.info>
5471         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5472         symbol and not a list.
5474 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5476         * gnus-art.el (gnus-article-mode): Move binding of
5477         shr-put-image-function here from gnus-article-prepare-display.
5479         * shr.el (shr-put-image-function): New variable.
5480         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5481         (shr-put-image): Return scaled image.
5483         * gnus-art.el (gnus-shr-put-image): New function.
5484         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5486         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5487         original ones, as deletable.
5489 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5491         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5493 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5495         * registry.el (registry-full): Add convenience method.  Fix logic.
5496         (registry-insert): Use it.  Fix logic here too.
5498         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5499         `registry-prune' if `registry-full' returns t.
5500         (gnus-registry-handle-action)
5501         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5502         (gnus-registry-usage-test): Use it.
5504 2011-05-07  Julien Danjou  <julien@danjou.info>
5506         * shr.el (shr-link): Make shr-link inherit from link by default.
5508 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5510         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5512 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5514         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5515         error out because the face is not a list.
5517 2011-05-05  Glenn Morris  <rgm@gnu.org>
5519         * proto-stream.el (gnutls-negotiate): Fix declarations.
5521         * gnus-start.el (gnus-propagate-marks): Declare.
5523 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5525         * registry.el (registry-reindex): Fix percentage message.
5527         * proto-stream.el (network-stream-open-starttls): Adjust to call
5528         `gnutls-negotiate' with :process and :hostname arguments.
5530 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5532         * shr.el: Add shr-link face for links.
5533         (shr-urlify): Use it.
5535         * registry.el (registry-insert): Make error message more helpful.
5537 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539         * gnus-html.el (gnus-html-schedule-image-fetching):
5540         Use url-queue-retrieve, if it exists.
5542         * shr.el (shr-tag-img): Ditto.
5544         * gnus.el: Autoload more gnus-agent functions.
5546         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5547         agent if we haven't already (bug#8502).
5549         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5550         into the Agent, too.
5552         * gnus-agent.el (gnus-agent-store-article): New function.
5554         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5555         and moved from that file for reuse.
5557         * pop3.el (pop3-open-server): Error messages are "-ERR".
5559 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5562         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5564 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5566         * gnus.el: No Gnus v0.17 is released.
5568 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5571         buffer has moved to a different frame.
5573 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5576         to get the conversion from unibyte to multibyte buffers to work on
5577         Emacs 22.
5579         * nntp.el (nntp-request-article): Slight clean-up.
5581 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583         * shr.el (shr-strike-through): New face.
5584         (shr-tag-s): Use it to provide <s> support.
5585         (shr-tag-s): Remove duplicate definition.
5587 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5589         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5590         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5592 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5594         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5595         `gnutls-negotiate'.
5596         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5598 2011-04-23  Glenn Morris  <rgm@gnu.org>
5600         * gnus-sum.el (gnus-extra-headers): Bump :version.
5602 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604         * shr.el (shr-tag-sup): New function.
5605         (shr-tag-sub): Ditto.
5607 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5609         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5610         for the case where `gnus-registry-ignored-groups' is a list of lists,
5611         and don't call `gnus-parameter-registry-ignore' otherwise.
5613 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5615         * nnimap.el (nnimap-user): New backend variable.
5616         (nnimap-open-connection-1): Use it.
5617         (nnimap-credentials): Accept user parameter so it's explicit what user
5618         name is desired.
5620         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5621         default.
5623         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5624         not gnus-registry.el.
5626         * gnus-registry.el: Mention in comments how to modify
5627         `gnus-extra-headers' for proper recipient tracking and that it may
5628         already have To and Cc recently, which it does as of this commit.
5629         (gnus-registry-ignored-groups): Remove defcustom.
5630         Explain why in comments.
5631         (gnus-registry-action): Fix data-header reference to use the extra
5632         headers.  Explain in package commentary how to add To and Cc headers to
5633         the gnus-extra-headers.
5634         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5635         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5636         parameter list or a string list in `gnus-registry-ignored-groups'.
5637         Fix logic error.
5639 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641         * shr.el (shr-expand-url): Protect against null urls.
5643 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645         * shr.el (shr-base): New binding.
5646         (shr-tag-base): Keep track of <base>.
5647         (shr-expand-url): New function used throughout.
5649 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5651         * gnus-registry.el
5652         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5653         (gnus-registry-ignored-groups): New variable.
5654         (gnus-registry-ignore-group-p): Use it.
5655         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5656         set the destination group to nil (same as delete) if it's ignored.
5658 2011-04-20  David Engster  <dengste@eml.cc>
5660         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5662         * Makefile.in (test-nntp): New rule.
5663         (check): Add it.
5664         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5666 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5668         * gnus-registry.el (gnus-registry-action)
5669         (gnus-registry-fetch-header-fast):
5670         Don't use mail-header that looks an internal function of mailheader.el.
5672 2011-04-19  Glenn Morris  <rgm@gnu.org>
5674         * time-date.el (time-to-days): Remove unused local variables.
5676 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5678         * gnus-registry.el: Eliminate cl functions.
5679         (gnus-registry-sort-addresses): New function that replaces mapcan.
5680         (gnus-registry-action, gnus-registry-spool-action)
5681         (gnus-registry-split-fancy-with-parent)
5682         (gnus-registry-fetch-recipients-fast): Use it.
5683         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5685         * registry.el (initialize-instance, registry-lookup)
5686         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5687         (registry-lookup-secondary-value, registry-search, registry-delete)
5688         (registry-insert, registry-reindex, registry-size, registry-prune):
5689         Use eval-and-compile.
5691 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5693         * registry.el (registry-reindex): New method to recreate the secondary
5694         registry indices.
5696         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5697         tracked field changes.
5698         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5699         (gnus-registry-action, gnus-registry-spool-action)
5700         (gnus-registry-handle-action)
5701         (gnus-registry--split-fancy-with-parent-internal)
5702         (gnus-registry-split-fancy-with-parent)
5703         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5704         move, and delete actions, and for fancy splitting with parent.
5705         (gnus-registry-extract-addresses)
5706         (gnus-registry-fetch-recipients-fast)
5707         (gnus-registry-fetch-header-fast): Convenience functions.
5708         (gnus-registry-misc-test): ERT test of
5709         `gnus-registry-extract-addresses'.
5711 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5713         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5714         Track by subject first, then sender.
5716 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5718         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5720         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5721         Lisp.
5723         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5724         (gnus-draft-send): Use it to avoid popping
5725         up frames from gnus-group-send-queue.
5727 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5729         * gnus-registry.el: Updated gnus-registry docs.
5731 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5733         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5734         Fix logic bug.
5735         (gnus-registry-post-process-groups): Fix logging of no results and
5736         quote sender and subject.
5738 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5741         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5742         gnutls-cli are too slow to be done opportunistically.
5744         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5745         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5746         we had no early-data returned.
5747         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5748         two async commands to the same server at the same time.
5750 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5752         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5754 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5757         "warning" level.
5759         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5760         (mm-url-insert-file-contents): Don't set the package names.
5762 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5764         * gnus-registry.el (gnus-registry-action): Remove properties and
5765         simplify subject in `gnus-registry-handle-action'.
5766         (gnus-registry-spool-action): Get subject and sender from message if
5767         they are not passed in.
5768         (gnus-registry-handle-action): Remove properties and simplify subject
5769         consistently.
5771 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5773         * registry.el: Require CL before using defmacro*.
5775 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5777         * gnus-art.el (article-treat-date): Assume that
5778         gnus-article-date-headers may be a group parameter.
5780 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5782         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5784         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5785         interactively so the newsrc file can contain foreign groups too.
5786         Useful for debugging but not much for users.
5788 2011-04-07  David Engster  <dengste@eml.cc>
5790         * registry.el (registry-usage-test): Only do
5791         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5792         lexical binding.
5794 2011-04-07  David Engster  <dengste@eml.cc>
5796         * Makefile.in (check, test-registry): New rules for test-suite.
5798 2011-04-06  David Engster  <dengste@eml.cc>
5800         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5801         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5803 2011-04-06  David Engster  <dengste@eml.cc>
5805         * registry.el (initialize-instance): Change :after to :AFTER to be
5806         compatible with old EIEIO version in XEmacs.
5808 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5810         * gnus-registry.el (gnus-registry-post-process-groups)
5811         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5812         and provide better messaging.
5814 2011-04-06  David Engster  <dengste@eml.cc>
5816         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5817         errors.
5819         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5820         dgnushack-compile with error-on-warn enabled, and to signal an error if
5821         clean compilation failed.
5822         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5823         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5825 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5827         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5828         unconditionally anyway, discarding errors.
5829         (gnus-registry-delete-entries): New convenience function.
5830         (gnus-registry-import-eld): Import from old .eld registry.
5832         * registry.el: Don't use ERT if it's not available.  Load it
5833         unconditionally anyway, discarding errors.
5835         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5836         version from the Claudio Bley GnuTLS patch (extra optional parameters
5837         and host name).
5839 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5841         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5842         fixup the parameters that can be customized by the user between
5843         save/read cycles.
5844         (gnus-registry-read): Use it.
5845         (gnus-registry-make-db): Use it.
5846         (gnus-registry-spool-action, gnus-registry-handle-action):
5847         Fix messaging.
5848         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5849         Map references to actual group names with sender and subject tracking.
5850         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5851         (gnus-registry-usage-test): Add subject lookup test.
5853         * registry.el (registry-db, initialize-instance): Set up constructor
5854         instead of :initform arguments for the sake of older Emacsen.
5855         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5856         pre-lexbind merge bug.
5857         (registry-usage-test): Use it.
5858         (initialize-instance, registry-db): Move the non-function initforms
5859         back to the class definition.
5861 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5863         * registry.el: New library to manage gnus-registry-style data.
5865         * gnus-registry.el: Use it (major rewrite).
5867         * nnregistry.el: Use it.
5869         * spam.el: Use it.
5871 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5874         marks on non-selected articles.
5876 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5878         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5879         parameter to open-protocol-stream.
5881 2011-04-01  Julien Danjou  <julien@danjou.info>
5883         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5884         fundamental-mode.
5886 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5889         servers.
5891 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5894         made marks not propagate, again.
5896 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5898         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5899         Make this the default type.
5900         (proto-stream-open-plain): Rename from proto-stream-open-default.
5901         (open-protocol-stream, proto-stream-open-starttls)
5902         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5903         with `plain'.
5905         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5906         value.
5908         * nntp.el (nntp-open-connection-function): Document the fact that some
5909         values are not functions but are instead handled specially.
5910         Recognize nntp-open-plain-stream value.
5911         (nntp-open-connection): Recognize that value.
5913 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5916         where it seems to be needed.
5918 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5920         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5921         stuff.
5923         * gnus-score.el (gnus-score-string): Fix calling convention of
5924         `gnus-simplify-buffer-fuzzy' after last patches.
5926         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5927         server for articles we didn't get any headers for.  This is a sanity
5928         check.
5930 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5932         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5933         new CAPABILITY, use it.
5935 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5938         downloading anything.
5940         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5942 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5944         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5945         colors.
5946         (gnus-splash-svg-color-symbols): New function.
5948 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5950         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5951         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5952         (gnus-simplify-subject-fuzzy): Use the local
5953         gnus-simplify-subject-fuzzy-regex instead of the global one.
5954         This makes using this variable in group parameters work.
5956 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5958         * gnus-registry.el (gnus-registry-unfollowed-groups):
5959         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5960         archive:sent-YYYY-MM-DD groups).
5961         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5962         tracking if there are more than `gnus-registry-max-track-groups'
5963         matches.
5965 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5967         * message.el (message--yank-original-internal): New function to do the
5968         insertion cleanly inside eval in `message-yank-original'.
5969         (message-yank-original): Use it.
5971 2011-03-29  Julien Danjou  <julien@danjou.info>
5973         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5974         local variables disabled rather than `normal-mode'.
5976 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5978         * imap.el (imap-shell-open, imap-process-connection-type):
5979         Use imap-process-connection-type for 'shell' streams as well as
5980         Kerberos, SSL, other subprocesses.
5982 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5984         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5985         with open-network-stream.
5986         (proto-stream-always-use-starttls): Option removed.
5987         (open-protocol-stream): Return a process object by default.  Provide a
5988         new parameter :return-list specifying a list-type return value, which
5989         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5990         :type `network' to `try-starttls', and `network-only' to `default'.
5991         Make `default' the default, for compatibility with open-network-stream.
5992         Handle the no-parameter case exactly as open-network-stream, with no
5993         additional stream processing.  Search plists using plist-get.
5994         Explicitly add :end-of-commend parameter if it is missing.
5995         (proto-stream-open-default): Rename from
5996         proto-stream-open-network-only.  Return 'default as the type.
5997         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5998         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5999         failed.  Always return a list with a (possibly dead) process as the
6000         first element, for compatibility with open-network-stream.
6001         (proto-stream-open-tls): Use plist-get.  Always return a list.
6002         (proto-stream-open-shell): Return `default' as connection type.
6003         (proto-stream-capability-open): Use plist-get.
6004         (proto-stream-eoc): Function deleted.
6006         * nnimap.el (nnimap-stream, nnimap-open-connection)
6007         (nnimap-open-connection-1): Handle renaming of :type parameter for
6008         open-protocol-stream.
6009         (nnimap-open-connection-1): Pass a :return-list parameter
6010         open-protocol-stream to obtain a list return value.  Parse this list
6011         using plist-get.
6013         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6014         for open-protocol-stream.  Accept open-protocol-stream return value
6015         that is a subprocess object instead of a list.  Handle the case of a
6016         dead returned process.
6018 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6020         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6022         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6024 2011-03-21  Julien Danjou  <julien@danjou.info>
6026         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6027         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6028         query.
6029         (mm-inline-text): Render normal text with fontification whenever
6030         possible.
6032         * gnus-sum.el (gnus-summary-save-parts-1):
6033         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6034         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6035         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6036         Use `mm-handle-filename'.
6038         * mm-util.el (mm-handle-filename): New function, return the filename of
6039         an handle.
6041 2011-03-18  Julien Danjou  <julien@danjou.info>
6043         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6044         (gnus-buffer-live-p): Check that buffer is not nil.
6046 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6048         * gnus.el: No Gnus v0.15 is released.
6050 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6052         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6053         avoid warning on XEmacs.
6055         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6056         on XEmacs.
6058         * gnus-art.el: Require mouse, which the build bot seems to say is
6059         needed.
6061         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6063         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6064         XEmacs, since it doesn't have url-retrieve-synchronously.
6066         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6067         since assoc-string doesn't exist in XEmacs.
6069 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6071         * gnus-group.el (gnus-group-list-ticked): New function.
6072         (gnus-group-make-menu-bar): Provide a menu entry for it.
6073         (gnus-group-list-map): Provide a binding for it.
6075 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077         * shr.el (shr-visit-file): New command.
6079         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6081 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6083         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6084         servers.
6086 2011-03-16  Julien Danjou  <julien@danjou.info>
6088         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6089         inline.
6091         * gnus-art.el (article-hide-list-identifiers):
6092         Use gnus-group-get-list-identifiers.
6094         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6095         (gnus-summary-remove-list-identifiers):
6096         Use gnus-group-get-list-identifiers to get regexp.
6097         (gnus-select-newsgroup, gnus-summary-insert-subject)
6098         (gnus-summary-insert-articles):
6099         Call gnus-summary-remove-list-identifiers unconditionally.
6101 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6104         we're selecting a group with unread articles.
6106         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6108         * gssapi.el: New file separated out from imap.el to provide a general
6109         Kerberos 5 connection facility for Emacs.
6111         * message.el (message-elide-ellipsis): Document the format spec
6112         ellipsis.
6114 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6116         * message.el (message-elide-region): Allow the ellipsis to say how many
6117         lines were removed.
6119 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6121         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6122         window configurations containing buffers that are now dead.
6124         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6125         parsing to avoid integer overflows.
6126         (nnimap-parse-flags): Simplify the last change.
6127         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6128         too large for 32-bit Emacsen.
6130 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * auth-source.el (auth-source-netrc-create):
6133         * message.el (message-yank-original): Fix use of `case'.
6135 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6137         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6138         XEmacs, which was one character too wide.
6140 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6142         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6143         default number of articles to display.
6144         (gnus-articles-to-read): Use pretty names for prompt.
6146 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148         * gnus-int.el (gnus-open-server): Ditto.
6150         * gnus-start.el (gnus-activate-group): Give a backtrace if
6151         debug-on-quit is set and the user hits `C-g'.
6152         (gnus-read-active-file): Ditto.
6154         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6156 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6158         * message.el (message-yank-original): Use cond instead of CL case.
6160 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6162         * auth-source.el (auth-source-netrc-create): Use usual format for the
6163         default in prompts.
6165 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6167         * lpath.el: Fbind read-char-choice for XEmacs.
6169 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6171         * auth-source.el (auth-source-netrc-create): Show the default in the
6172         prompt when prompting for token creation.
6174 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6176         * auth-source.el (auth-source-format-prompt): Always convert the value
6177         to a string to avoid evaluating non-string arguments.
6178         (auth-source-netrc-create): Offer default properly, not as initial
6179         content in `read-string'.
6180         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6181         of line to determine if we've been run before.  If so, don't run again,
6182         but print a trivial message to indicate the cache was hit instead.
6184 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6186         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6187         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6188         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6189         Gnus.
6191 2011-03-11  Julien Danjou  <julien@danjou.info>
6193         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6194         modified file".
6196 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6198         * auth-source.el (auth-source-read-char-choice): New function to read a
6199         character choice using `dropdown-list', `read-char-choice', or
6200         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6201         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6202         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6203         (auth-source-netrc-saver): Use it.
6204         (auth-source-pick-first-password): New convenience function.
6206 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6208         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6209         parameter in the credentials.
6210         (nnimap-open-connection-1): Use it after a successful login.
6211         (nnimap-credentials): Add IMAP-specific user and password prompt.
6213         * auth-source.el (auth-source-search): Add :require parameter, taking a
6214         list.  Document it and the :save-function return token.  Pass :require
6215         down.  Change the CREATED message from a warning to a debug statement.
6216         (auth-source-search-backends): Pass :require down.
6217         (auth-source-netrc-search): Pass :require down.
6218         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6219         Change save prompt to indicate all modifications saved here are
6220         deletions.
6221         (auth-source-netrc-create): Take user login name as default in user
6222         prompt.  Move all the save functionality to a lexically bound function
6223         under the :save-function token in the returned list.  Set up clearer
6224         default prompts for user, host, port, and secret.
6225         (auth-source-netrc-saver): New function, intended to be wrapped for
6226         :save-function.
6228 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6231         lines to be spaces instead.
6233 2011-03-07  Julien Danjou  <julien@danjou.info>
6235         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6236         (sieve-sasl-auth): Check that auth-source-search did return something,
6237         or just return an empty string.
6239 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6241         * gnus.el (gnus-interactive): Use read-directory-name.
6243         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6244         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6245         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6246         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6247         Likewise.
6249         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6251 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6254         onto the list of killed groups, too.  This makes killed nnimap groups,
6255         for instance, more reliably not reappear.
6257         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6258         the parent.
6260         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6262         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6263         really have server-side marks.
6265         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6266         since most backends do not usefully have server-side marks.
6267         (gnus-update-read-articles): Propagate marks to all backends that
6268         really have server-side marks.
6270 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6272         * message.el (message-cite-reply-position, message-cite-style):
6273         New variables.
6274         (message-yank-original): Use the new citation styles.
6276 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6278         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6279         buffer-local issue); don't mark it buffer-local when running under
6280         XEmacs.
6282 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6284         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6285         numbers too big to be `read'.
6287 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6289         * password-cache.el (password-in-cache-p): Add autoload.
6291         * message.el (message-options): Make buffer-local two ways to attempt
6292         to fix a XEmacs bug.
6294 2011-03-02  Julien Danjou  <julien@danjou.info>
6296         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6298 2011-03-01  Julien Danjou  <julien@danjou.info>
6300         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6301         group.
6302         (article-hide-list-identifiers): Use list-identifier group parameter.
6304 2011-02-28  Julien Danjou  <julien@danjou.info>
6306         * sieve.el (sieve-buffer-script-name): New local variable to store
6307         sieve script name.
6308         (sieve-edit-script): Store sieve script name.
6309         (sieve-upload): Use sieve script name when uploading.
6310         (sieve-upload): Use substitute-command-keys.
6311         (sieve-edit-script): Use substitute-command-keys.
6312         (sieve-refresh-scriptlist): Use substitute-command-keys.
6313         (sieve-manage-mode-map): Define keymap properly.
6314         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6315         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6316         Remove commented code about cvs.
6317         (sieve-manage-quit): New function.
6318         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6320 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6322         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6324 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6326         * auth-source.el (auth-source-search): Cache empty result sets.
6328         * password-cache.el (password-in-cache-p): Convenience function to
6329         check if a key is in the cache, even if the value is nil.
6331         * auth-source.el (auth-source-save-behavior): New variable to replace
6332         `auth-source-never-create'.
6333         (auth-source-netrc-create): Use it.
6334         (auth-source-never-save): Remove.
6336 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6338         * nnimap.el (nnimap-stream): Doc fix.
6339         (nnimap-open-connection-1): Reverse the order of the ports to that the
6340         prompted-for port is first.
6342         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6343         retrieval by the no-group selection.
6345         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6346         numerical parameters.
6348 2011-02-25  Julien Danjou  <julien@danjou.info>
6350         * gnus-gravatar.el: Use gnus-with-article-buffer.
6352         * gnus-art.el (gnus-with-article-buffer): Check that the
6353         gnus-article-buffer is alive.
6355 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6357         * auth-source.el (auth-source-creation-prompts): New variable to manage
6358         creation-time prompts.
6359         (auth-source-search): Document it.
6360         (auth-source-format-prompt): Add utility function.
6361         (auth-source-netrc-create): Don't default the user name to
6362         user-login-name.  Use `auth-source-creation-prompts' and some default
6363         prompts for user, host, port, and password (the default generic prompt
6364         remains ugly).
6365         (auth-source-never-save): Add customizable option to never save info.
6366         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6367         mode excursion.
6369 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6371         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6372         argument that XEmacs doesn't support.
6374         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6375         compiled for Emacsen having no `libxml-parse-html-region' support.
6377         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6379         * lpath.el: Bind buffer-save-without-query for XEmacs.
6381 2011-02-23  Julien Danjou  <julien@danjou.info>
6383         * gnus-art.el (article-make-date-line): Ignore errors if time is
6384         invalid and not convertible.
6385         (article-make-date-line): Only add lapsed time if time is not nil.
6387 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6389         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6390         `read-char-choice' for backwards compatibility.
6391         (auth-source-netrc-element-or-first): New function to DTRT for
6392         parameter extraction.
6393         (auth-source-netrc-create): Use it and fix multiple parameter print
6394         bug.  Use the default passed from above (given-default) or the
6395         built-in (user-login-name for :user).
6397 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6399         * gnus-start.el (gnus-dribble-read-file):
6400         Set buffer-save-without-query, since we always want to save the dribble
6401         file, probably.
6403         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6404         nnimap.
6406         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6407         -summary- since it's a user-visible variable.
6409         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6410         first time you use the new Gnus.
6412 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6414         * auth-source.el: Don't load netrc.el.
6415         (auth-sources): Search ~/.netrc as well by default.
6416         (auth-source-debug): Add 'trivia option for extra output.
6417         (auth-source-do-trivia): Use it.
6418         (auth-source-search): Simplify logic to use
6419         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6420         appropriate.  Don't keep a running count at this level.  Layer :create
6421         and :delete options appropriately on the first and second passes.
6422         Don't track the backend with the search results.
6423         (auth-source-search-backends): New function to search a list of
6424         backends for a processed spec.
6425         (auth-source-netrc-parse): Cache all netrc files, making
6426         auth-source-netrc-cache an alist keyed by the file name and using the
6427         file mtime as the caching criterion.  Keep the obfuscated data secret
6428         with a lexical bind.
6429         (auth-source-netrc-search): Don't calculate the length of the results
6430         unnecessarily.
6431         (auth-source-search-backends): Fix bug.
6432         (auth-source-netrc-create): Rework prompts.
6434 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6436         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6437         Lower case names of search constraints.
6438         (nnir-run-query): Cache and reuse search constraints for all imap
6439         servers.
6441 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6443         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6444         after exit.
6445         (gnus-setup-message): Define missing variable from last checkin.
6447         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6448         value, show the raw article.
6450 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6452         * gnus.el: No Gnus v0.13 is released.
6454 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6456         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6457         auth-source now accepts numbers.
6459         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6460         spec, too.
6461         (auth-source-ensure-strings): New function.
6463         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6464         (gnus-article-setup-buffer): Always restart the date timer so that user
6465         changes to the frequency is respected.
6467         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6468         port numbers, so make sure it gets that if nnimap-server-port is
6469         explicit.
6471 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6473         * nnimap.el (nnimap-inbox): Doc fix.
6475 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6477         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6478         Autoload.  Add optional arg FRAME, and pass it to color-values.
6479         (color-complement): Caller changed.  Doc fix.
6480         (color-gradient): Rewrite for better clarity and efficiency.
6482 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6484         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6485         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6486         color-lab-to-srgb.
6488 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6490         * color.el: First part of merge from hexrgb.el.
6491         (color-rgb-to-hex): Rename from color-rgb->hex.
6492         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6493         saturation to zero if the value is too small.
6494         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6495         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6496         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6497         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6498         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6499         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6500         (color-cie-de2000): Doc fix.
6502 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6504         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6505         given method as in the group name if we're using an extended method.
6506         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6507         command, if we're using that, instead of waiting for the beginning.
6509         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6510         we're sure to get unique server names, and we don't output two async
6511         commands in the same buffer.  This fixes an NNTP hang for some users.
6513 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6515         * gnus.el: No Gnus v0.11 is released.
6517 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6519         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6520         summary buffer before reading going to the next buffer.  This avoids
6521         putting the point in the group buffer if you `C-g' the command.
6523         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6524         cache (for now) to make ~/.authinfo.gpg files usable.
6526         * nnfolder.el (copyright-update): Define for the compiler.
6528         * auth-source.el (auth-source-search): Fix unbound variable.
6530 2011-02-19  Glenn Morris  <rgm@gnu.org>
6532         * gnus.el (gnus-meta): Doc fix.
6534 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6536         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6537         in case it's not yet loaded.
6539 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6541         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6542         line we're waiting for.
6544 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6546         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6547         face with line-width greater than zero will cause RET in gnus summary
6548         buffer to scroll down article page-wise because auto vscroll happens,
6549         it should be temporally disabled when doing a scroll-up.
6551 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6553         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6554         outputs from the server.
6556 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6558         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6559         later so that bbdb can hook in easier.
6561 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6563         * auth-source.el (auth-source-search): Don't try to create credentials
6564         if the caller doesn't want that.
6565         (auth-source-search): If we don't find a match, don't bug out on
6566         non-bound variables.
6567         (auth-source-search): Only ask a single backend to create the
6568         credentials.
6570         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6571         logging.
6572         (nnimap-credentials): Protect against auth-source-search returning nil.
6573         (nnimap-request-list): Protect against not being able to open the
6574         server.
6576 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6578         * auth-source.el (auth-source-search): Do a two-phase search, one with
6579         no :create to get the responses from all backends.
6581         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6582         when getting credentials.
6584         * gnus-util.el (gnus-delete-duplicates): New function.
6586 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6588         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6589         a creation default, pass the whole port list down.  It will be
6590         completed.
6592         * auth-source.el (auth-source-search): Updated docs to talk about
6593         multiple creation choices.
6594         (auth-source-netrc-create): Accept a list as a value (from the search
6595         parameters) and do completion on that list.  Keep a separate netrc line
6596         with the password obscured for showing the user.
6598         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6599         first choice to `auth-source-search' so it will be used for entry
6600         creation instead of the server's Gnus-specific name.
6601         (nnimap-credentials): Rely on the auth-source library to select which
6602         port is actually wanted in the new netrc entry, so don't override
6603         `auth-source-creation-defaults'.
6605         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6606         :protocol and accept a missing user, host, or port as a wildcard match.
6607         (auth-source-debug): Default to off.
6609         (auth-source-netrc-search, auth-source-netrc-create)
6610         (auth-source-secrets-search, auth-source-secrets-create)
6611         (auth-source-user-or-password, auth-source-backend, auth-sources)
6612         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6613         instead of :protocol.
6615         * nnimap.el (nnimap-credentials): Pass a port default to
6616         `auth-source-search' in case an entry needs to be created.
6617         (nnimap-open-connection-1): Use :port instead of :protocol.
6619 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6621         * auth-source.el: Bind load-path when loading EIEIO from
6622         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6623         21.4 doesn't support, to `require'.
6624         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6625         delete-dups that is not available in XEmacs 21.4.
6627 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6629         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6630         as EIEIO must also be loaded when auth-source.el is being
6631         byte-compiled.
6633 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6635         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6637         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6639         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6641         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6643         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6645         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6647         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6649         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6650         necessary.
6652 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6654         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6655         nil means that nnimap doesn't get updated.
6657 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6659         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6660         result when the user doesn't want to write to the file.
6661         (auth-source-netrc-search): Expect a synthetic result and proceed
6662         accordingly.
6663         (auth-source-cache-expiry): New variable to override
6664         `password-cache-expiry'.
6665         (auth-source-remember): Use it.
6667         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6668         parameter.  Create entry if necessary by using :create t.
6669         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6671 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6673         * auth-source.el (auth-source-debug): Enable by default and don't
6674         mention the obsolete `auth-source-hide-passwords'.
6675         (auth-source-do-warn): New function to debug unconditionally.
6676         (auth-source-do-debug): Use it.
6677         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6678         and for Secrets API entries when the secrets.el library is not
6679         available.
6681 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6683         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6684         (gnus-summary-exit): Kill the correct article buffer on exit from a
6685         `C-d' group.
6687         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6688         gnus-propagate-marks.
6690         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6691         before killing the buffers so that a non-full window conf gets handled
6692         correctly.
6693         (gnus-summary-exit): Ditto.
6694         (gnus-summary-read-group-1): Ditto.
6696         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6697         async code again so that we can debug it properly.
6699         * message.el (message-reply): Take an optional switch-buffer parameter
6700         so that Gnus window confs are respected better.
6702 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6704         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6705         `plist-get' to accept non-list parameters (XEmacs issue).
6706         Fix docstring.
6707         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6708         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6709         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6710         Login collection is "Login" and not "login".
6712 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6714         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6715         multiple headers.
6717         * nnimap.el (nnimap-inhibit-logging): New variable.
6718         (nnimap-log-command): Don't log login commands.
6720         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6721         to have more parameters.
6723         * nnimap.el (nnimap-send-command): Mark the command time for each
6724         command, so that we don't get NOOPs stepping on our toes.
6726         * gnus-art.el (article-date-ut): Get the date from the Date header on
6727         `t'.
6729 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6731         * auth-source.el (auth-source-search): Use copy-sequence instead of
6732         the cl.el copy-list.
6734 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6736         * imap.el: Bring it back (revert
6737         84d800cd31de3064f0ed39617d725709a2f8f42f).
6739 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6741         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6742         Improve prompt.
6744 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6746         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6747         washing status from the default format.  It isn't very informative.
6749 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6751         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6752         Fix Gcc processing on imap.
6754 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6756         * imap.el: Remove file.  All the functionality is in nnimap.el.
6758 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6760         * message.el (message-bury): Don't pop up a new window when selected
6761         window is dedicated.
6763 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6765         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6767 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6769         * sieve-manage.el: Autoload `auth-source-search'.
6770         (sieve-sasl-auth): Use it.
6772 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6774         * nnimap.el: Autoload `auth-source-forget+'.
6775         (nnimap-open-connection-1): Use it if the connection fails.
6777         * auth-source.el: Require `password-cache'.
6778         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6779         obsolete.
6780         (auth-source-magic): Marker for `password-cache' keys.
6781         (auth-source-do-cache): Update docstring.
6782         (auth-source-search): Use and check cache.
6783         (auth-source-forget-all-cached, auth-source-remember)
6784         (auth-source-recall, auth-source-forget, auth-source-forget+)
6785         (auth-source-specmatchp): Caching support functions.
6786         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6787         Remove and obsolete.
6788         (auth-source-user-or-password): Remove caching to further discourage
6789         using it.  Always hide passwords.
6791         * password-cache.el (password-cache-remove): Accept secrets that are
6792         not strings.
6794 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6796         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6797         code for now, since it doesn't work for all users.
6799 2011-02-09  Julien Danjou  <julien@danjou.info>
6801         * message.el (message-options): Make message-options really buffer
6802         local.
6804 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6806         * mail-source.el: Autoload `auth-source-search'.
6807         (mail-source-keyword-map): Note order matters.
6808         (mail-source-set-1): Get all the mail-source source values and
6809         defaults and search auth-source on those if needed.  This can all
6810         probably be simplified.
6812         * nnimap.el: Autoload `auth-source-search'.
6813         (nnimap-credentials): Use it.
6814         (nnimap-open-connection-1): Ask for the virtual server and physical
6815         address in one shot.
6817         * nntp.el: Autoload `auth-source-search'.
6818         (nntp-send-authinfo): Use it.  Note TODO.
6820 2011-02-08  Julien Danjou  <julien@danjou.info>
6822         * shr.el (shr-tag-body): Add support for text attribute in body
6823         markups.
6825         * message.el (message-options): Make message-options a local variable.
6827 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6829         * auth-source.el (auth-source-secrets-search)
6830         (auth-source-user-or-password): Use `append' instead of `nconc'.
6831         (auth-source-user-or-password): Build return list better and protect
6832         against nil :secret.
6834 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6836         * nnimap.el (nnimap-update-info): Refactor slightly.
6837         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6838         (nnimap-update-info): Clean up slightly.
6839         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6840         characters.
6841         (nnimap-process-quirk): Rename function to avoid collision.
6842         (nnimap-update-info): Fix macrology bug-out.
6843         (nnimap-update-info): Simplify split history test.
6845 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6847         * auth-source.el (top): Require 'eieio unconditionally.
6848         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6849         (auth-source-secrets-search): Limit search when `max' is greater than
6850         number of results.
6852 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6854         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6855         part not returning any data.
6857         * proto-stream.el (open-protocol-stream): Document the return value.
6859 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6861         * auth-source.el (auth-source-secrets-search): Add examples.
6863 2011-02-06  Julien Danjou  <julien@danjou.info>
6865         * message.el (message-setup-1): Handle message-generate-headers-first
6866         set to t.
6868 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6870         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6871         API with a string "secrets:collection-name" and with 'default.
6872         (auth-source-backend-parse): Parse "secrets:collection-name" and
6873         'default.  Recurse on parses instead of repeating code.  Use the
6874         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6875         message when ignoring a source.
6876         (auth-source-search): List ignored search keys at the top level.
6877         (auth-source-netrc-create): Use `case' instead of `cond'.
6878         (auth-source-secrets-search): Created with TODOs.
6879         (auth-source-secrets-create): Created with TODOs.
6880         (auth-source-retrieve, auth-source-create, auth-source-delete)
6881         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6882         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6883         (auth-source-user-or-password-sftp)
6884         (auth-source-user-or-password-smtp): Remove.
6885         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6886         around `auth-source-search'.  Not tested thoroughly.
6888 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6890         * auth-source.el: Bring in assoc and eioeio libraries.
6891         (secrets-enabled): New variable to track the status of the Secrets API.
6892         (auth-source-backend): New EIOEIO class to represent a backend.
6893         (auth-source-creation-defaults): New variable to set prompt defaults
6894         during token creation (see the `auth-source-search' docstring for
6895         details).
6896         (auth-sources): Simplify to allow a simple string as a netrc backend
6897         spec.
6898         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6899         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6900         (auth-source-search): Main auth-source API entry point.
6901         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6902         (auth-source-search-collection): Helper function for searching.
6903         (auth-source-netrc-parse, auth-source-netrc-normalize)
6904         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6905         Supports search, create, and delete.
6906         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6907         backend stubs.
6908         (auth-source-user-or-password): Call `auth-source-search' but it's not
6909         ready yet.
6911 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6913         * message.el (message-setup-1): Remove the read-only stuff, since it
6914         doesn't work under XEmacs, for some reason.
6916         * gnus-sum.el (gnus-user-date): Rename back from
6917         gnus-summary-user-date since user code refers to it.
6919         * shr.el (shr-render-td): Store the actual background color used.
6921         * message.el (message-setup-1): Don't bind the constant
6922         -forbidden-properties.
6923         (message-setup-1): Revert previous change, since it needs to bind the
6924         props to insert them.
6925         (message-resend): Allow removing the read-only separator line.
6927 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6929         * nnimap.el (nnimap-request-accept-article): Give an error message if
6930         the APPEND wasn't successful.
6932 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6934         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6935         that have no groups.
6937 2011-02-03  Julien Danjou  <julien@danjou.info>
6939         * gnus-draft.el: Remove progn around gnus-draft-setup.
6941 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6943         * gnus-start.el (gnus-read-active-for-groups): This function is never
6944         called with a nil `infos', so clean that up.
6945         (gnus-get-unread-articles): Request active files from primary/secondary
6946         methods that have no groups (yet).
6948 2011-02-03  Julien Danjou  <julien@danjou.info>
6950         * message.el (message-setup-1): Always generate References first.
6951         (message-mail): Return the return value of message-setup, not always t.
6952         (message-setup-1): Insert mail-header-separator with read-only and
6953         intangible properties set.
6955         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6956         user-date in docstring.
6958         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6960         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6961         docstring.
6963         * gnus.el (gnus-user-date-format-alist): Change default value.
6964         Use defcustom, with type and group.  Move from gnus-util.el.
6965         Rename to gnus-summary-user-date-format-alist.
6967 2011-02-03  Glenn Morris  <rgm@gnu.org>
6969         * nnimap.el (gnus-fetch-headers): Declare.
6971         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6973 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6975         * message.el (message-forward-make-body-digest-plain)
6976         (message-followup, message-reply): Clean up things noted by Stefan.
6978         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6979         gnus-article-update-date-headers is nil.
6980         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6981         it didn't really work with defcustom.
6982         (article-update-date-lapsed): Make sure the window start doesn't move,
6983         either.
6985 2011-02-01  Julien Danjou  <julien@danjou.info>
6987         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6988         format.
6990         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6991         standard in Emacs nowadays.
6993         * color.el (color-gradient): Add a color-gradient function.
6995 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6997         * message.el (message-expand-name): Don't trust the return value of
6998         bbdb-complete-name.
6999         (message-check-news-header-syntax): Remove unused var `start'.
7000         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7001         (message-inhibit-body-encoding): Move to before first use.
7002         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7003         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7004         (Organization, Message-ID, Date, mh-previous-window-config):
7005         Defvar the vars using dynamic scoping.
7007 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7009         * shr.el (shr-render-td): Only do colors at the final rendering.
7010         Should be slightly faster.
7011         (shr-insert-table): Fix up TD background colors when doing the
7012         vertical padding.
7014         * gnus-art.el (article-date-ut): Protect against articles with no Date
7015         header.
7016         (article-update-date-lapsed): Don't use current-column to find the
7017         horizontal position.  It's fragile in the presence of \003 characters.
7019         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7021 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7023         * gnus-art.el (article-transform-date): Rewrite to still work when
7024         there are several rfc2822 parts.
7025         (article-transform-date): Fix infinite recursion.
7026         (article-date-ut): Replace infinitely many Date headers with a single
7027         one when called interactively.
7029         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7030         secure manner.
7032         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7033         move around by not using save-window-excursion.  It seems to work...
7035 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7037         * gnus-art.el (article-make-date-line): Work for user-defined format.
7039 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7041         * nntp.el (nntp-retrieve-group-data-early)
7042         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7043         fetching functions.
7045         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7046         thoroughly for all backends that have no known groups.  This should
7047         allow new nnml methods to retrieve mail.
7049         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7050         that Gnus doesn't know exists again.
7052         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7053         (gnus-treat-date-ut): Ditto.
7054         (gnus-article-update-date-header): Rename.
7055         (gnus-treat-date-local): Remove.
7056         (gnus-treat-date-english): Remove.
7057         (gnus-treat-date-lapsed): Remove.
7058         (gnus-treat-date-combined-lapsed): Remove.
7059         (gnus-treat-date-original): Remove.
7060         (gnus-treat-date-iso8601): Remove.
7061         (gnus-treat-date-user-defined): Remove.
7062         (gnus-article-date-headers): New variable to control all the date
7063         header options.
7064         (article-date-ut): Rewrite to allow using the new way to format date
7065         headers(s).
7067 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7069         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7070         method.
7071         (nnmail-article-group): A better test for fanciness.
7073         * nnimap.el (nnimap-request-head): Protect against not finding the
7074         article by Message-ID.
7076 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7078         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7079         keep point at the "same place".
7081 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7083         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7084         data if the group is inactive.
7086 2011-01-28  Julien Danjou  <julien@danjou.info>
7088         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7089         (gnus-all-windows-visible-p): Remove old compatibility code.
7090         (gnus-window-top-edge): Add docstring.
7092         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7094 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7096         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7097         older request-update-info.
7099         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7101 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7103         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7104         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7106 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7108         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7109         groups.  This makes the nndraft:queue group pop up if it's not already
7110         there.
7112         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7113         messages" logic, which was reversed.
7115         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7116         the "same place" even if point is on the line being replaced.
7117         (article-update-date-lapsed): Allow updating both the combined lapsed
7118         and the lapsed headers.
7119         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7120         (article-make-date-line): Limit the number of segments dynamically to
7121         avoid too-long lines.
7123 2011-01-27  Julien Danjou  <julien@danjou.info>
7125         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7126         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7128 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7130         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7131         Use plist-get instead of the cl function getf.
7133 2011-01-27  Glenn Morris  <rgm@gnu.org>
7135         * gnus-util.el (float-time): Get rid of compiler warning, again.
7137 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7139         * shr.el (shr-put-color): Special-case background colors: Do put them
7140         at the blank parts at the front of the lines.
7142         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7143         exit hook to nix out all data on readedness on group exit.
7145         * gnus-util.el (float-time): If float-time is bound, always use it on
7146         all Emacsen.  It's unclear why the subrp check was there.
7147         (time-date): Require to make some autoload issues on XEmacs go away.
7149         * shr.el (shr-put-color): Don't do the box padding in tables, since
7150         they're already padded.
7152 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7154         * gnus-art.el (gnus-article-next-page): When the last line of the
7155         article is displayed, scroll down once more instead of going to the
7156         next article at once.
7157         (article-lapsed-string): Refactor out and allow specifying how many
7158         segments you want.
7159         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7160         (gnus-article-update-lapsed-header): New variable.
7162         * shr.el: Revert change that made headings use different-sized faces.
7163         The Emacs display engine isn't advanced enough that, for instance,
7164         tables can comfortably use differently-sized faces.
7166 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7168         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7169         used.
7170         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7171         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7172         we're using an encrypted connection.
7174         * proto-stream.el: Alter the interface functions to also return the
7175         actual stream type used: network or tls.
7177 2011-01-25  Julien Danjou  <julien@danjou.info>
7179         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7180         (mm-display-javascript-inline): New function.
7182         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7183         viewing function.
7185 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7187         * shr.el (shr-expand-newlines): Fix variable name.
7189 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7191         * shr.el (shr-expand-newlines): Make nested boxes work.
7193 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7195         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7196         backgrounds.
7197         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7198         in a more sensible manner.
7200 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7202         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7203         if EPG is loaded.
7205 2011-01-24  Julien Danjou  <julien@danjou.info>
7207         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7208         tags.
7210 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7212         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7213         commands.
7215         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7216         in the article buffer.
7217         (gnus-gravatar-insert): Use blank space from the current buffer to
7218         avoid breaking text properties.  This makes X-Sent updating work again.
7220         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7222 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7224         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7225         fix the bug in url-http.el instead.
7227         * shr.el (shr-image-fetched): Ditto.
7229         * shr.el (shr-image-fetched): Avoid having point move in the article
7230         buffer.
7232         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7233         buffer after being called.  It's apparently being killed by url.el, and
7234         killing it made point move to end-of-buffer in a random buffer.
7236         * shr.el (shr-image-fetched): Ditto.
7238 2011-01-23  Julien Danjou  <julien@danjou.info>
7240         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7242         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7243         text/x-org.
7245 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7247         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7248         (i.e., nnimap) returning nil as the article number.
7250 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7252         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7253         "DelSp" parameter in RFC3676.
7255 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7257         * message.el (message-check-recipients): Display the encoded version of
7258         the bogus address if they differ.
7260         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7261         after sending.
7263         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7265         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7267         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7268         group buffer after sending the queue.
7270         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7272 2011-01-22  Julien Danjou  <julien@danjou.info>
7274         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7276 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7278         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7279         nested related parts.
7281         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7282         unexpired articles.  This fixes the regression that led expiry marks to
7283         disappear from nnfolder groups.
7285 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7288         Don't confuse the "ret" of "retrograde" with RET.
7290 2011-01-21  Julien Danjou  <julien@danjou.info>
7292         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7293         than mm-insert-inline.
7295 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7297         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7298         Widen article buffer.
7300 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7302         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7303         the temp buffer.
7304         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7306 2011-01-20  Julien Danjou  <julien@danjou.info>
7308         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7310         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7311         than mm-insert-inline to insert inline part: this respect
7312         mm-inline-media-tests displayers.
7314         * mm-view.el (mm-display-shell-script-inline): New function.
7316         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7318         * mm-uu.el (mm-uu-type-alist): Add org block.
7319         (mm-uu-org-src-code-block-extract): New function.
7321         * mm-view.el (mm-display-org-inline): New function.
7323         * mm-decode.el (mm-automatic-display): Add text/org.
7325         * mailcap.el (mailcap-mime-extensions): Add .org.
7327 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7329         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7330         gnus-article-add-buttons.
7332 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7334         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7335         From header with a date and "nobody" as the sender.
7337 2011-01-19  Julien Danjou  <julien@danjou.info>
7339         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7340         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7341         if you have the same regexp several times.
7342         (gnus-button-push): Fix matching when regexp is symbol.
7344 2011-01-15  Glenn Morris  <rgm@gnu.org>
7346         * message.el (message-mail): A compose-mail function should
7347         accept headers as strings.
7349 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7351         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7352         Add :vert-only tags.
7353         (message-mail): New arg RETURN-ACTION.
7354         (message-return-action): New var.
7355         (message-bury): Use it.
7356         (message-mode): Make it buffer-local.
7357         (message-send-and-exit): Always call message-bury.
7359         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7360         message-mail.
7362 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364         * nnimap.el (nnimap-convert-partial-article): Protect against
7365         zero-length body parts.
7367         * mm-decode.el (mm-preferred-alternative-precedence):
7368         Discourage showing empty parts.
7370         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7371         and stuff if the backend didn't return the article number.  This fixes
7372         an Exchange-related nnimap bug.
7374         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7375         group window, because it does the wrong thing when a separate frame
7376         displays the group buffer.
7378         * proto-stream.el (open-protocol-stream): Protect against the low-level
7379         transport functions returning nil.
7381 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7383         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7384         (mml2015-epg-find-usable-secret-key): New function.
7385         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7386         mml2015-epg-find-usable-key (Bug#7797).
7387         (mml2015-epg-encrypt): Ditto.
7389 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7391         * dgnushack.el (rot13-string): Fix the way to get the argument.
7393 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7395         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7397 2011-01-03  Glenn Morris  <rgm@gnu.org>
7399         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7401         * sieve.el (sieve-open-server): Give a more explicit error if
7402         sieve-manage-open returns nil.  (Bug#7720)
7404 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7406         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7408 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7411         This avoids sending passwords in plain text over non-encrypted
7412         channels.
7414         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7416         * nnimap.el (nnimap-login): Refactored out into own function, and
7417         implement CRAM-MD5.
7418         (nnimap-wait-for-line): Refactored out.
7420         * mm-view.el (mml-smime): Require.
7422 2010-12-20  David Engster  <deng@eml.cc>
7424         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7425         use EPG to decrypt S/MIME messages instead of openssl.
7427 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7431         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7432         status is the group clearly is unreachable.
7434         * auth-source.el (auth-source-create): Add the optional second
7435         parameter to `local-variable-p' to be compatible with XEmacs.
7437 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7439         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7440         work when using a compressed nnml folder.
7442 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7445         backends after sanitising on entry, because this never makes sense:
7446         If the articles have gone missing, then the data no longer exists on
7447         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7448         overwrite anything anyway.
7450         * shr.el (shr-insert-document): Bind shr-width dynamically to
7451         window-width if it's nil.
7453 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7455         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7456         with the meaning of using the full emacs window width for rendering.
7458 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7460         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7461         case when sender is not given.
7463 2010-12-23  Julien Danjou  <julien@danjou.info>
7465         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7466         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7467         the addresses, otherwise we might misplaced the gravatar.
7469 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7471         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7472         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7473         obsolete in Emacs.
7475 2010-12-20  Julien Danjou  <julien@danjou.info>
7477         * gnus-util.el (gnus-rescale-image): Revert last change.
7479 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7481         * binhex.el: Improve commentary (Bug#7482).
7483 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485         * gnus-group.el (gnus-group-delete-articles): New command.
7487 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7489         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7491 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7494         here, since it's up to the backends to do CRLF removal if their
7495         protocol has it.
7497         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7499 2010-12-17  Julien Danjou  <julien@danjou.info>
7501         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7502         they are from file.  Can also scale up.
7504 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7506         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7507         Restore gnus-use-agent.
7508         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7510         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7512 2010-12-17  Julien Danjou  <julien@danjou.info>
7514         * gravatar.el (gravatar-retrieve-synchronously): New function.
7515         (gravatar-get-data): Make more robust.
7517 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7519         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7521 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7524         to really consider the last line.
7526 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7528         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7529         list of recipient keys, or use symmetric encryption if not a list.
7530         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7531         EPA override, replacing the call to `netrc-store-data'.
7533 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7535         * gnus-srvr.el: Avoid passing nil regexp argument to
7536         delete-matching-lines.
7538 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7541         fetching stops when Gnus exits.
7543         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7544         function.
7545         (nnfolder-request-expire-articles): Save all the buffers after doing
7546         expiry.
7548         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7549         the last article", since that led to serious performance regressions
7550         when expiring nnml groups.
7552 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7554         * nnir.el: Improve customizations.
7556 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7560         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7561         group has been killed.
7562         (gnus-group-yank-group): Ditto.
7564         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7566         * nnimap.el (nnimap-request-update-group-status): New function.
7568         * gnus-int.el (gnus-request-update-group-status): New interface
7569         function.
7571         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7572         copying read-ness to the backends.
7574         * nnimap.el (nnimap-quirk): New function.
7575         (nnimap-retrieve-group-data-early): Use it.
7576         (nnimap-quirks): New alist.
7578 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7580         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7581         don't delete it within indentation.
7583 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7585         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7586         previous line.
7588 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7591         QRESYNC command by deleting a superfluous space which broke Cyrus
7592         servers.  This change will break other servers that are buggy the other
7593         way around.
7595 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7597         * spam.el: Reindent and fix long lines.
7598         (spam-copy-or-move-routine): Exclude invalid move destinations.
7600 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7602         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7603         installed the registry.
7605 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7607         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7609 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7611         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7612         groupname doesn't contain "gmane".
7614 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7616         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7617         and netrc-bound-and-true-p bindings.
7618         (netrc-parse): Cache the netrc contents.
7620         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7621         (gnus-1): Don't create the nndrafts group twice.
7622         (gnus-setup-news): There's no need to read the active file here, since
7623         that's done again later on a per-backend basis.
7624         (gnus-start-draft-setup): Make sure that the new group is started out
7625         empty.
7627         * gnus-agent.el (gnus-agentize): Don't create the queue group
7628         automatically on startup.  It'll be created later, if needed.
7630         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7631         of automatically subscribed groups.
7632         (gnus-auto-subscribed-categories): New variable.
7633         (gnus-matches-options-n): Use it.
7634         (gnus-default-subscribed-newsgroups): Remove unused variable.
7635         (gnus-start-draft-setup): Message a bit less.
7637 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7639         * nnir.el (nnir-run-imap): Return article list in order of increasing
7640         UID.
7642 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644         * gnus-sum.el (gnus-summary-enter-digest-group):
7645         Mention gnus-auto-select-on-ephemeral-exit.
7647         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7648         convention of the network-only option.
7650 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7652         * proto-stream.el (proto-stream-open-network-only): New function to
7653         have a way to specify non-STARTTLS upgrade connections.
7655 2010-12-10  Julien Danjou  <julien@danjou.info>
7657         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7658         email address is nil.
7660         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7662 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7664         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7665         deletion.
7666         (nnir-run-imap): Only need to parse list once.
7668 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670         * shr.el (shr-tag-script): Ignore <script>.
7671         (shr-tag-label): Add <label> support.
7673 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7675         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7677         * shr.el (shr-image-displayer): Work for images lined side by side.
7679 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7681         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7682         parameter, since XEmacs doesn't accept t as a parameter.
7684 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7686         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7687         ids.
7688         (nnir-run-gmane): Simplify groupspec formatting.
7689         (nnir-request-expire-articles): New function.
7691 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7694         overflow, possibly.
7696         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7697         (shr-render-td): Handle td style="" better.
7698         (shr-tag-table): Use the color from the style sheet.
7699         (shr-render-td): Make sure we copy over all the overlays, too.
7701 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7703         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7704         (nnir-request-article): Improve article retrieval.
7706 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7708         * mm-util.el (mm-extra-numeric-entities): New variable.
7710         * mm-url.el (mm-url-decode-entities):
7711         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7713         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7715 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7717         * message.el: Use completion-at-point.
7718         (message-completion-function): New fun, extracted from message-tab.
7719         (message-mode): Use it for completion-at-point-functions.
7720         (message-tab): Use it and completion-at-point.
7722 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7724         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7725         character if a non-breakable character follows.
7727 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7730         any stream.
7732         * shr.el (shr-tag-font): Colorize the region.
7733         (shr-tag-body): Ditto.
7734         (shr-tag-font): Actually let the styles be inherited instead of
7735         overwriting them.
7736         (shr-tag-font): Get the background color right.
7737         (shr-tag-style): Ignore all <style> tags for the moment.
7739         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7740         a Message-ID to avoid having nnimap depend on gnus-sum.
7742         * shr.el (shr-descend): Only colorize something if we have a node that
7743         sets colors.
7745 2010-12-06  Julien Danjou  <julien@danjou.info>
7747         * shr.el (shr-render-td): Render td content with shr-descend, so style
7748         will be applied to <td> too.
7749         (shr-colorize-region): Colorize region even if we only have a background.
7750         (shr-tag-body): Fix color and background color inheritance.
7751         Do not recolorize after shr-generic.
7752         (shr-tag-font): Let shr-generic colorize via inheritance.
7754 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7756         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7758 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7760         * nnir.el (nnir-request-move-article): Remove obsolete code.
7762 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7764         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7766 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768         * gnus-sum.el (gnus-summary-respool-article): The completion function
7769         expects a list instead of an alist.
7771         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7772         string as the parameter.
7774         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7776         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7777         styles.
7778         (shr-colorize-region): New function.
7779         (shr-insert-background-overlay): Remove.
7780         (shr-render-td): Background setting should be taken care of on a higher
7781         level.
7782         (shr-tag-body): Use post-hoc colorizations.
7783         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7784         (shr-put-color-1): Don't overwrite old colors.
7785         (shr-colorize-region): When the background color isn't explicit, use
7786         a fixed background.
7788         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7789         nnmail variables.
7791 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7793         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7794         unless necessary.
7796 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7798         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7799         server.
7801 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7804         so that TAB works.
7806         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7807         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7809         * shr.el (shr-urlify): Show the URL before the title to avoid
7810         misleading URLs.
7812 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7814         * shr.el (shr-urlify): Display the title in <a> tags.
7816 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7818         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7820 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7822         * nnir.el: Rearrange code to allow macros to be autoloaded by
7823         gnus-sum.el.
7824         (nnir-retrieve-headers-override-function): Make this variable
7825         customizable.
7826         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7828         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7829         from nnir.el.
7831 2010-12-03  Julien Danjou  <julien@danjou.info>
7833         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7835 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7837         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7838         allow optional argument `environment'.
7840 2010-12-03  Glenn Morris  <rgm@gnu.org>
7842         * mm-extern.el (message-goto-body): Update declaration.
7844 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7846         * gnus-util.el (gnus-macroexpand-all): New function.
7848         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7849         instead of macroexpand-all that is unavailable in XEmacs.
7851 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7853         * nnir.el (nnir-summary-line-format): New variable.
7854         (nnir-mode): Use it.
7855         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7856         (nnir-article-ids): Reimplement as defsubst.
7857         (nnir-retrieve-headers): Don't mangle the subject header.
7858         (nnir-run-imap): Use 100 as RSV score.
7859         (nnir-run-find-grep): Fix for full server searching.
7860         (nnir-run-gmane): Better restriction to gmane groups.
7862         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7863         summary buffers.
7865 2010-12-02  Julien Danjou  <julien@danjou.info>
7867         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7869         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7871         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7872         support.
7874 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7876         * nnir.el: Update to handle the registry better.
7877         (autoload): Silence byte-compiler.
7878         (nnir-open-server): Add a hook for nnir groups.
7879         (nnir-request-move-article): Don't mangle the header.  Better to use
7880         formatting variables (which will be added in the future).
7881         (nnir-registry-action): Update the registry using the original article
7882         group name.
7883         (nnir-mode): Install nnir-specific hooks for updating the registry.
7885         * gnus-sum.el
7886         (gnus-article-original-subject, gnus-newsgroup-original-name):
7887         Remove obsolete variables.
7888         (gnus-summary-move-article): Remove use of obsolete variables.
7889         (gnus-summary-local-variables): Make move and delete hooks local to
7890         summary buffers.
7892 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894         * rtree.el: New file.
7896 2010-12-01  Julien Danjou  <julien@danjou.info>
7898         * message.el (message-user-organization): Do not use
7899         gnus-local-organization.
7901         * gnus.el: Remove gnus-local-organization.
7903         * gnus-msg.el: Remove nastygram thing.
7905 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7907         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7908         funcall.
7910 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7912         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7913         names.
7915         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7916         characters.
7918         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7919         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7920         Suggested by Štěpán Němec <stepnem@gmail.com>.
7921         (gnus-gravatar-transform-address): Use mail-extract-address-components
7922         that supports non-ASCII names rather than mail-header-parse-addresses.
7924 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926         * proto-stream.el (open-protocol-stream): All starttls connections are
7927         handled by the network handler.
7929 2010-11-30  Julien Danjou  <julien@danjou.info>
7931         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7932         (nnimap-open-connection-1): Fix PREAUTH.
7934         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7936 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7938         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7939         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7940         (shr-insert): Use them.
7941         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7943 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7945         * nnir.el (nnir-request-move-article): Bail out if original group
7946         doesn't support article moves.
7947         (nnir-get-active): Improve active list retrieval.
7949 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7953 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7955         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7956         seem to accept strings-with-numbers as port numbers.
7958 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7960         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7961         change the registry.
7963 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7965         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7966         delete-dups that is not available in XEmacs 21.4.
7968         * mm-util.el (mm-delete-duplicates): Add comment.
7970 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7972         * nnir.el (nnir-ignored-newsgroups): New variable.
7973         (nnir-get-active): Use it.
7975 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977         * proto-stream.el (proto-stream-open-network): Add some comments.
7979         * nntp.el (nntp-open-connection): Provide a :success condition.
7981         * nnimap.el (nnimap-open-connection-1): Ditto.
7983         * proto-stream.el (proto-stream-open-network): See what the response to
7984         the STARTTLS command is.
7986         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7987         backwards compatibility).
7988         (nnimap-open-connection-1): Really respect nnimap-server-port.
7990         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7991         TLS upgrades we don't really care about the identity of the peer.
7992         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7993         that what we've checked for.
7994         (proto-stream-always-use-starttls): Only default to t if
7995         open-gnutls-stream exists.
7996         (proto-stream-open-network): If STARTTLS failed, then just open a
7997         normal connection.
7998         (proto-stream-open-network): Wait until the greeting before doing
7999         STARTTLS.
8001         * nntp.el (nntp-open-connection): Report what the connection error is.
8003         * proto-stream.el (open-protocol-stream): Rename from
8004         open-proto-stream.
8006 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008         * nnimap.el (nnimap-stream): Change default to `undecided'.
8009         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8010         first, and then network.
8011         (nnimap-open-connection-1): Respect nnimap-server-port.
8012         (nnimap-open-connection): Be more backwards-compatible.
8014         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8015         (proto-stream-open-starttls): De-duplicate the starttls code.
8016         (proto-stream-open-starttls): Folded back into the main function.
8017         (proto-stream-open-network): Fix typo in the gnutls path.
8018         (proto-stream-command): Refactor out.
8020         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8022         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8023         starttls.el STARTTLS.
8025         * color.el (color-lab->srgb): Fix function call name.
8027         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8028         if we're using tls.el.
8029         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8030         built in, then don't try to establish a STARTTLS connection.
8032         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8033         servers.
8035         * proto-stream.el (open-proto-stream): Use network, not stream.
8036         (open-proto-stream): Add a way to specify what the end of a command is.
8038         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8039         connections types.
8040         (nntp-open-network-stream): Remove.
8041         (nntp-open-ssl-stream): Remove.
8042         (nntp-open-tls-stream): Remove.
8043         (nntp-ssl-program): Remove.
8045         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8047 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8049         * nnir.el: Fix typos.
8050         (nnir-retrieve-headers-override-function): Rename variable to reflect
8051         new semantics.
8052         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8053         macros.
8054         (nnir-request-article, nnir-request-move-article): Use them.
8055         (nnir-categorize): New function.
8056         (nnir-run-query): Use it.
8057         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8058         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8059         sorted.
8060         (nnir-group-full-name): Use gnus-group-full-name instead.
8061         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8062         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8064 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8068         * proto-stream.el: New library to provide protocol-specific
8069         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8070         protocols.
8071         (open-proto-stream): Complete the documentation.
8072         (proto-stream-open-network): Fix some typos.
8074         * nnimap.el (nnimap-open-connection): Use it.
8076 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8078         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8079         negotiation.
8081 2010-11-26  Julien Danjou  <julien@danjou.info>
8083         * color.el: Rename various rgb functions to srgb.
8085 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8087         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8088         names.
8090 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8092         * shr.el (shr-insert): Revert last change.
8093         (shr-find-fill-point): Never leave point being at bol;
8094         relax the kinsoku limitation when rendering tables.
8096 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8099         results from -accept-article.
8101         * shr-color.el: Require cl when compiling.
8103         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8104         checkin.
8106         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8108         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8110         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8111         'add and 'delete to set backend marks.
8113         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8115         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8117         * nntp.el (nntp-request-set-mark): Use it.
8119         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8121         * nnml.el (nnml-request-set-mark): Ditto.
8123         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8124         introduces regressions in article selection.
8125         (nnimap-find-uid-response): New function.
8126         (nnimap-request-accept-article): Use the UID returned, if any.
8127         (nnimap-request-move-article): Use the UID returned, if any.
8128         (nnimap-get-groups): Reimplement to work with folded lines.
8129         (nnimap-find-uid-response): The UID is the last element in the list.
8130         (nnimap-request-set-mark): Extend syntax with 'set.
8132         * nnml.el (nnml-request-set-mark): Ditto.
8134         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8136         * nntp.el (nntp-request-set-mark): Ditto.
8138 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8140         * message.el (message-called-interactively-p): A temporary macro.
8141         (message-goto-body): Use it temporarily.
8143 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8146         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8147         (nnimap-last-response-string): Fix last unfolding fix.
8149 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8151         * shr.el (shr-insert): Fix the way to fold lines.
8153 2010-11-25  Julien Danjou  <julien@danjou.info>
8155         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8157         * color.el: Rename from color-lab.el
8158         (color-rgb->hex): Add.
8159         (color-complement): Add.
8160         (color-complement-hex): Add.
8162         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8164 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166         * shr-color.el (shr-color-visible): Don't bug out if the color names
8167         don't exist.
8169 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8171         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8172         assuming that article displaying or another mml-preview may be
8173         interrupted for an error or for the like.
8175         * shr.el (shr-get-background): Fix argument name.
8177 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8181         * gnus-sum.el (gnus-summary-include-articles): New function.
8183         * message.el (message-goto-body): called-interactively-p needs a
8184         parameter, so use `any'.
8186         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8187         clear marks before moving, since they're synced from the Gnus side
8188         first.
8190         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8191         (gnus-summary-move-article): Copy over all marks before moving, so that
8192         IMAP doesn't think a new article has arrived.
8194 2010-11-24  Julien Danjou  <julien@danjou.info>
8196         * shr.el (shr-insert-background-overlay): Fix typo.
8197         (shr-render-td): Copy the background before rendering.
8199         * shr-color.el (shr-color-visible): Fix docstring.
8201         * shr.el (shr-tag-table): Add bgcolor support.
8202         (shr-render-td): Add bgcolor support.
8203         (shr-get-background): Add.
8204         (shr-insert-foreground-overlay): Use shr-get-background.
8206         * message.el (message-goto-body): Use called-interactively-p.
8207         (message-in-body-p): message-goto-body returns point.
8209 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8211         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8212         Fixes something or other in Emacs 23, and is backwards compatible.
8214         * message.el (message-goto-body): Remove the <#secure special-casing,
8215         which is too special.
8217         * shr.el (shr-parse-style): Drop !important from styles.
8219 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8221         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8222         this function to return incorrect results when calling it with an
8223         explicit article argument different from
8224         (gnus-summary-article-number).
8226 2010-11-24  Julien Danjou  <julien@danjou.info>
8228         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8229         (shr-tag-body): Add background support.
8230         (shr-descend): Add background support.
8231         (shr-tag-title): Add.
8233         * shr-color.el (shr-color-visible): Really return original background
8234         if fixed.
8236 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238         * shr.el (shr-color-check): Protect against non-existent color names.
8240 2010-11-24  Julien Danjou  <julien@danjou.info>
8242         * color-lab.el: Require 'cl when compiling.
8244         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8246         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8247         matched part.
8249         * color-lab.el: Fix all expt calls to use float type.
8251 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8253         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8254         expression to shr-color-check as is.
8256         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8258         * color-lab.el: Add coding cookie.
8259         (float-pi): Use eval-and-compile.
8261         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8262         compiled for Emacsen having no `libxml-parse-html-region' support.
8264 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266         * shr.el (shr-insert-color-overlay): Split stuff like
8267         "#444444 !important" to find the real color.
8268         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8269         parse <font color="red"> entries.
8271 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8273         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8274         point when parsing headers.
8276         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8277         is positioned properly when parsing headers.
8279 2010-11-23  Julien Danjou  <julien@danjou.info>
8281         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8283         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8285         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8287         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8288         Use shr-color-hue-to-rgb.
8289         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8291 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293         * shr.el (shr-color->hexadecimal): Autoload.
8294         (shr-descend): Add color to all tags.
8296 2010-11-22  Julien Danjou  <julien@danjou.info>
8298         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8299         shr-color->hexadecimal.
8301         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8302         RGB() or HSL() color representation.
8304         * shr.el (shr-tag-font): Add.
8305         (shr-tag-color-check): New function to get better colors.
8306         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8307         tag-span.
8309         * shr-color.el: New file.
8311         * color-lab.el: New file.
8313         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8315 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8317         * nnir.el: Fix typo in comments.
8318         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8319         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8321 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8323         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8325         * nnimap.el (nnimap-get-capabilities): Refactor out.
8326         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8328 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8330         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8331         appearing when `mm-uu-hide-markers' is nil.
8333 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335         * nnimap.el (nnimap-unselect-group): Make into its own function.
8336         (nnimap-request-rename-group): Unselect group before renaming.
8337         This had gotten lost somewhere.
8338         (nnimap-request-accept-article): Keep track of examined groups, and
8339         unselect the group before APPENDing to read-only groups.
8340         (nnimap-request-move-article): Clear flags before moving so that they
8341         can be re-set later.
8343 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8345         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8346         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8348 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8350         * gnus-art.el (gnus-mime-display-single):
8351         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8352         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8353         parameter.
8355 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8358         (shr-table-vertical-line): New variable.
8359         (shr-insert-table): Use it.
8361 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8363         * gnus-html.el (gnus-html-wash-images): Don't display images if
8364         gnus-inhibit-images is non-nil; register displayer for cid images.
8365         (gnus-html-display-image): Work for cid image.
8366         (gnus-html-insert-image): Allow arguments.
8367         (gnus-html-put-image): Inhibit read-only.
8368         (gnus-html-prefetch-images): Don't prefetch images if
8369         gnus-inhibit-images is non-nil.
8371 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373         * shr.el (shr-put-image): Break lines when inserting big pictures.
8375 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8377         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8378         sender, thanks Katsumi Yamaoka.
8380 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8382         * nnir.el (nnir-run-imap): Reverse the article list for each group
8383         rather than the whole list.
8385 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8387         * shr.el (shr-image-displayer): Protect function against non-existent
8388         image source.
8390         * gnus-art.el (gnus-inhibit-images): New user option.
8391         (gnus-mime-display-single): Don't display image if it is non-nil.
8393         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8394         gnus-inhibit-images.
8396         * shr.el (shr-image-displayer): New function.
8397         (shr-tag-img): Use it.
8399 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8401         * mml2015.el (mml2015-epg-sign): Use From header.
8403 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8407         * gnus-util.el (gnus-find-text-property-region): Return markers.
8409         * shr.el (shr-tag-img): Put a displayer in the text property.
8411         * gnus-util.el (gnus-find-text-property-region): New utility function.
8413         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8414         (gnus-html-show-images): Remove.
8416         * gnus-art.el (gnus-article-show-images): New, more general function.
8418         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8419         image url text properties.
8421         * shr.el: Ditto.
8423         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8424         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8426 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8428         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8429         work for two or more articles.
8431 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8433         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8434         divide an image that's in an html article to two or more when washing
8435         non-ASCII characters in alt text of it.
8437 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8439         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8440         smime-decrypt-region using function argument.
8441         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8443         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8445         * smime.el (smime-decrypt-region): Catch it.
8447 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8449         * smime.el (smime-mode-map): Move initialization into declaration.
8450         (gnus-run-mode-hooks): Don't autoload.
8451         (smime-mode): Use define-derived-mode.
8453 2010-11-11  Glenn Morris  <rgm@gnu.org>
8455         * smime.el (from): Restrict declaration to XEmacs.
8457         * nnir.el (gnus-group-topic-name): Autoload.
8459 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8461         * shr.el (shr-insert): Don't break long line if it is because of
8462         kinsoku-bol characters in the line end.
8464 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8466         * nnir.el (nnir-request-move-article): Fix to provide original group
8467         and subject.
8468         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8469         been retrieved.
8471         * gnus-sum.el (gnus-summary-move-article): Use original group and
8472         subject for virtual articles such as those in an nnir summary buffer.
8474 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8476         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8477         least 21.5).
8479         * smime.el (from): Declare it again for XEmacs.
8481 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483         * message.el (message-resend): Don't disable encoding unless it's
8484         already encoded.
8486         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8487         low-numbered articles.
8489 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8491         * rfc2047.el (rfc2047-syntax-table): Simplify.
8493         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8495         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8496         set-char-table-range for XEmacs.
8498 2010-11-10  Glenn Morris  <rgm@gnu.org>
8500         * time-date.el (time-to-seconds): Always an alias on Emacs,
8501         never a real function.
8502         (with-no-warnings): Remove compat stub, now unused.
8503         (time-less-p): Doc fix.
8504         (time-to-number-of-days): Simplify.
8506         * smime.el (from): Remove unused declaration.
8508         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8509         (gnus-float-time): On Emacs, always an alias.
8511         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8512         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8514 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8516         * dgnushack.el: Don't use ignore-errors in the top level form since it
8517         is unavailable in XEmacs even if cl is loaded.
8519         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8521 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523         * shr.el (browse-url-mailto): Autoload.
8525         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8527         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8528         regexp doesn't need quoting.
8530 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8532         * message.el (message-subject-trailing-was-ask-regexp)
8533         (message-subject-trailing-was-regexp): Match was: in addition to was.
8535 2010-11-09  Glenn Morris  <rgm@gnu.org>
8537         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8538         (nnbabyl-check-mbox): Use point-at-bol.
8540 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8544         * message.el (message-mailto): New function.
8545         (message-mailto): Should accept other parameters.
8546         (message-mailto): Remove since it duplicates browse-url-mailto
8547         functionality.
8549 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8552         methods.
8553         (gnus-read-active-file): Ditto.
8555         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8556         ": " from the prompt.
8557         (gnus-group-make-group): Ditto.
8559 2010-11-07  Glenn Morris  <rgm@gnu.org>
8561         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8562         (gnus-bookmark-kill-line): Use point-at-eol.
8564 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8566         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8567         asterisks in From header.
8569 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8571         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8572         string to avoid making the From headers syntactically invalid.
8574         * message.el (message-send-mail): Don't insert courtesy messages if the
8575         message already has List-Post and List-ID messages.
8577 2010-11-06  Glenn Morris  <rgm@gnu.org>
8579         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8580         `condition', `type', `length' a prefix.
8581         (gnus-treat-predicate): Update for above name changes.
8583 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8585         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8586         binding.  Handled by `gnus-summary-refer-thread' instead.
8587         (nnir-warp-to-article): New backend function.
8589         * nnimap.el (nnimap-request-thread): Force dependency updating.
8591         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8592         (gnus-summary-refer-thread): Rework to improve thread-referral.
8594         * gnus-int.el (gnus-warp-to-article): New function.
8596         * gnus-sum.el (gnus-summary-article-map): Bind it.
8598 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8600         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8601         gnus-summary-refer-thread.
8603         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8604         headers.
8605         (gnus-summary-limit-include-thread): Prevent articles in thread from
8606         being cut in gnus-cut-threads.
8607         (gnus-summary-refer-thread): Limit retrieved headers to those in
8608         thread.
8610 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612         * message.el (message-send-mail): Use the value of
8613         message-courtesy-message from the message buffer.
8615         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8617         * shr.el (shr-browse-url): Implement mailto: URLs.
8619         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8620         "raw".
8622         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8623         if it's already selected.
8625         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8627 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8629         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8630         to measure the length and truncate alt text.
8632 2010-11-03  Glenn Morris  <rgm@gnu.org>
8634         * nndiary.el (nndiary-generate-nov-databases-1)
8635         (nndiary-generate-active-info): Rename dynamic variable `files' to
8636         something less generic.
8638 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8640         * nnir.el (nnir-request-move-article): Call the underlying backend to
8641         move articles from nnir.
8643 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8645         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8647 2010-11-02  Julien Danjou  <julien@danjou.info>
8649         * nnir.el: Remove wais support.
8651 2010-11-02  Glenn Morris  <rgm@gnu.org>
8653         * gnus-html.el: Reorder requirements to quieten compiler.
8655 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8657         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8658         properly for XEmacs as well.
8659         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8660         (gnus-article-natural-long-line-p): Use window-width rather than
8661         frame-width.
8663 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8665         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8666         (nnir-read-parms): Don't modify query.
8667         (nnir-run-query): Add ability to search topic on current line.
8668         (nnir-get-active): Clean up.
8670 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8673         degenerate articles.
8675         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8676         (gnus-print-buffer): Just print the buffer as is, without any copying
8677         to a buffer and then re-highlighting.
8679         * nnimap.el (nnimap-request-group): Store the new updated info.
8680         (nnimap-request-group): Select the group when we don't know whether it
8681         exists or not.
8683         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8684         groups.
8686         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8687         groups.
8689         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8690         groups.
8692         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8693         long-lines case by only filling the long lines.
8695         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8696         (bug#7311).
8698 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8700         * shr.el: No need to declare `declare-function' since shr.el is for
8701         only Emacsen that provide `libxml-parse-html-region'.
8703         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8704         effective only in a file it is referred to.
8706 2010-11-01  Glenn Morris  <rgm@gnu.org>
8708         * mm-util.el (gnus-completing-read): Autoload.
8709         (mm-read-coding-system): Simplify Emacs definition.
8711         * nnmail.el (gnus-activate-group):
8712         * nnimap.el (gnutls-negotiate):
8713         * nntp.el (netrc-parse): Fix declarations.
8715 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8717         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8718         string-match-p in Emacs >=23.
8720         * gnus-msg.el (gnus-configure-posting-styles):
8721         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8723 2010-11-01  Glenn Morris  <rgm@gnu.org>
8725         * nnir.el (declare-function): Add compat stub.
8726         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8727         (nnir-run-gmane): Require 'mm-url.
8729         * mm-util.el (mm-string-to-multibyte): Simplify.
8731         * shr.el (declare-function): Add compat stub.
8732         (url-cache-create-filename): Declare.
8733         (mm-disable-multibyte, widget-convert-button): Autoload.
8735         * smime.el (ldap-search): Declare.
8736         (smime-cert-by-ldap-1): Require ldap on Emacs.
8738         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8739         (nnimap-keepalive): Use gnus-float-time.
8741         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8742         (mail-source-delete-crash-box): Use gnus-float-time.
8744         * gnus-dired.el (gnus-completing-read): Autoload.
8746         * mm-view.el (gnus-rescale-image): Autoload.
8748         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8750         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8752         * sieve-manage.el: Require 'cl when compiling.
8754         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8755         (gnus-iswitchb-completing-read): Require iswitchb.
8756         (gnus-select-frame-set-input-focus): Silence compiler.
8758 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760         * message.el (message-subject-trailing-was-query): Change default to t,
8761         since I think that's what most people want.
8763         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8764         appending for easier debugging.
8765         (nnimap-wait-for-connection): Take a regexp.
8766         (nnimap-request-accept-article): Wait for the continuation line before
8767         sending anything unless we're streaming.
8769         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8770         leave the header washing to take place.
8772 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8774         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8775         regular expression match and replace in posting styles.
8777 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8779         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8780         an entire server.
8781         (nnir-get-active): New function.
8782         (nnir-run-imap): Use it.
8783         (nnir-run-gmane): Who knew, gmane search returns an article score!
8785         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8786         server on the current line with nnir.
8788 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8791         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8792         left edge.
8793         (gnus-article-foldable-buffer): Skip past the prefix when determining
8794         raggedness.
8796         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8797         the raw article, and change `C-u g' to show the article without doing
8798         treatments.
8800         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8801         on to `gnus-treat-article'.
8802         (gnus-inhibit-article-treatments): New variable.
8804         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8806         * gnus-art.el (gnus-treatment-function-alist): Have
8807         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8808         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8809         sections.
8811         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8812         parameter.
8813         (gnus-article-fill-cited-long-lines): New function.
8814         (gnus-article-fill-cited-article): Allow filling only long sections.
8816         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8817         and non-punctuation (like after the apostrophe in "'We").
8819         * gnus-sum.el (gnus-summary-select-article): Make sure
8820         gnus-original-article-buffer is alive.
8822         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8823         reflect the order they're in in the digest.
8825         * gnus.el (gnus-group-startup-message): Move point to the start of the
8826         buffer.
8828         * nnimap.el (nnimap-capability): New function.
8829         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8830         is set.
8832 2010-10-31  David Engster  <dengste@eml.cc>
8834         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8835         conform with changes to gnus-completing-read.
8837 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8841 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8843         * nnir.el: Move defvar, defcustom around to keep file organized
8844         and keep byte-compiler quiet.
8845         (nnir-read-parms): Accept search-engine as arg.
8846         (nnir-run-query): Pass search-engine as arg.
8847         (nnir-search-engine): Remove.
8849 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851         * shr.el (shr-generic): The text nodes should be text, not :text.
8853         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8854         later in the file.
8856 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8858         * nnir.el: General clean up.  Allow searching with multiple engines.
8859         Allow separate extra-parameters for each engine.
8860         Batch queries when possible.
8861         (nnir-imap-default-search-key, nnir-method-default-engines):
8862         Add customize interface.
8863         (nnir-run-gmane): New engine.
8864         (nnir-engines): Use it.  Qualify all prompts with engine name.
8865         (nnir-search-engine): Remove global variable.
8866         (nnir-run-hyrex): Restore for now.
8867         (nnir-extra-parms, nnir-search-history): New variables.
8868         (gnus-group-make-nnir-group): Use them.
8869         (nnir-group-server): Remove in favor of gnus-group-server.
8870         (nnir-request-group): Avoid searching twice.
8871         (nnir-sort-groups-by-server): New function.
8873 2010-10-30  Julien Danjou  <julien@danjou.info>
8875         * gnus-group.el: Remove gnus-group-fetch-control.
8877         * gnus-start.el (gnus-find-new-newsgroups):
8878         Remove gnus-check-first-time-used.
8880         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8882 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8884         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8885         set on groups that don't have \* permanentflags.
8887 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8889         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8890         control the background color.
8891         (shr-tag-img): Ignore very small web bug type images.
8892         (shr-put-image): Add help-echo alt texts to the images.
8893         (shr-tag-video): Show the video poster image.
8895 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897         * shr.el (shr-table-depth): New variable.
8898         (shr-tag-table-1): Only insert the images after the top-level table.
8900         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8902         * gnus-util.el (gnus-list-memq-of-list): New function.
8904         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8905         selected.
8906         (nnimap-unsplittable-articles): New slot.
8907         (nnimap-new-articles): Use it.
8909 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8911         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8912         move to the previous line on `M-g'.
8914 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8917         *-request-group, which seems unnecessary.
8919         * nnimap.el (nnimap-quote-specials): Function copied over from
8920         imap.el.
8921         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8922         they support that.  Suggested by Tom Regner.
8924 2010-10-29  Julien Danjou  <julien@danjou.info>
8926         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8927         defalias.
8928         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8930         * gnus.el: Remove `gnus-nntp-service' variable.
8931         (gnus-secondary-servers): Make obsolete.
8932         (gnus-nntp-server): Make obsolete.
8934         * gnus-start.el (gnus-1): Remove x-splash calls.
8936         * gnus-ems.el (gnus-x-splash): Remove.
8938         * gnus.el (gnus-group-startup-message): Simplify/update code.
8940         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8941         definition.
8943         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8944         capability before doing anything.
8945         (gnus-group-insert-group-line): Remove useless
8946         gnus-group-remove-excess-properties.
8948 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8950         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8952 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8954         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8955         config after reselecting.
8957 2010-10-28  Julien Danjou  <julien@danjou.info>
8959         * shr.el (shr-put-image): Use point even if only inserting text.
8960         (shr-put-image): Save excursion when inserting alt text on non-graphic
8961         display, so the behavior is the same when we are on a graphic display.
8963         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8965 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8967         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8968         (gnus-mime-copy-part): Check coding system, not charset.
8969         (gnus-mime-view-part-externally): Never remove part.
8970         (gnus-mime-view-part-internally): Don't remove part here.
8971         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8972         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8973         multipart/alternative.
8975         * mm-decode.el (mm-display-part): Take optional arg `force'.
8977 2010-10-26  Julien Danjou  <julien@danjou.info>
8979         * gnus-group.el (gnus-group-default-list-level): Add this function to
8980         compute the default list level.
8981         (gnus-group-default-list-level): Add possibility to use a function.
8983 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8985         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8987         * gnus-group.el (gnus-group-completing-read)
8988         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8989         gnus-replace-in-string.
8991 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8993         * shr.el (shr-tag-div): Add.
8995         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8997 2010-10-25  Julien Danjou  <julien@danjou.info>
8999         * gnus-util.el: Remove `gnus-with-local-quit'.
9001         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9003 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9006         the original article buffer.
9008 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010         * nnimap.el (nnimap-request-head): New function.
9011         (nnimap-request-move-article): Try to be slightly faster by not
9012         requesting the entire message when moving.
9013         (nnimap-transform-headers): Don't bug out on bodiless articles.
9014         (nnimap-send-command): Have no outstanding messages if the IMAP server
9015         doesn't support streaming.
9016         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9018 2010-10-24  Julien Danjou  <julien@danjou.info>
9020         * message.el (message-default-headers): Fix type.
9022 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9024         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9025         prefetching images.
9027         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9028         backend for unknown groups.  This is mainly useful for nnimap groups.
9030         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9031         group isn't covered by the agent.
9033 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9035         * nnir.el (nnir-method-default-engines): New variable.
9036         (nnir-run-query): Use it.
9037         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9038         (gnus-summary-nnir-goto-thread): Change group if needed.
9040         * gnus-group.el (gnus-group-group-map): Add key binding for
9041         gnus-group-make-nnir-group.
9043 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045         * shr.el (shr-tag-object): Add.
9047         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9048         original article buffer live.
9049         (gnus-summary-select-article-buffer):
9050         Mention gnus-widen-article-buffer.
9052 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054         * shr.el (shr-tag-strong): Add.
9056 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9059         group names.  They mess up the group buffer badly.
9061         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9063         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9064         instead of the summary one.
9066 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9068         * mml.el (mml-preview): Work properly when editing article.
9070         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9071         gnus-have-read-active-file if it's already been in.
9073 2010-10-22  Tom Tromey  <tromey@redhat.com>
9075         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9076         gnus-group-completing-read.
9078 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080         * message.el (message-mode-map): Don't bind M-; to comment region, to
9081         allow the global comment-dwim to work.
9083 2010-10-21  Julien Danjou  <julien@danjou.info>
9085         * message.el (message-setup-1): Allow message-default-headers to be a
9086         function.
9088 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9090         * shr.el (shr-tag-table): Simplify.
9092 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9095         to avoid trying to snarf invalid stuff.
9097         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9099         * gnus.el (gnus-message-archive-group): Quote value.
9100         (gnus-message-archive-group): Mark as changed.
9102         * shr.el (shr-add-font): Don't put the font properties on the newline
9103         or the indentation.
9105         * message.el (message-fix-before-sending): Change options when sending
9106         non-printable characters.
9108         * gnus.el (gnus-message-archive-method): Change the default to
9109         monthly outgoing groups.
9111         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9112         that have gotten new numbers.
9114         * nnimap.el (nnimap-request-replace-article): New function.
9116 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9118         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9119         (nnrss-request-article): Don't use special html washing code.
9121 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9123         * shr.el (shr-tag-table): Remove useless nconc.
9125 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127         * gnus-art.el (article-wash-html): Simplify and remove the charset
9128         stuff.  Use the normal html rendering code instead of the special html
9129         washing code.
9131         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9132         `gnus-w3m' symbols.
9133         (mm-text-html-washer-alist): Remove.
9135         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9136         (mm-inline-media-tests): Remove use.
9137         (mm-text-html-renderer): Change default to the `shr' symbol.
9139         * mm-view.el (mm-inline-text-html): Remove use.
9141         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9142         `gnus-blocked-images' to be a function.
9143         (gnus-article-wash-function): Remove.
9145 2010-10-20  Julien Danjou  <julien@danjou.info>
9147         * spam.el (spam-list-of-processors): Mark as obsolete.
9149         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9150         (nnimap-insert-partial-structure): Fix boundary detection.
9152 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9154         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9155         run file-truename on remote files.  This can be expensive and even
9156         prevent one from editing drafts if some unrelated buffer has a stale
9157         connection.
9159 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9161         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9162         kinsoku-eol regardless of shr-kinsoku-shorten.
9163         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9164         (shr-tag-table): Support caption, thead, and tfoot.
9166 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9169         lines.
9170         (shr-save-contents): New command and keystroke.
9172         * nndoc.el (nndoc-type-alist): Add git support.
9173         (nndoc-git-type-p): New function.
9174         (nndoc-transform-git-article): Ditto.
9175         (nndoc-transform-git-headers): Ditto.
9176         (nndoc-transform-git-headers): Generate Subject headers.
9178         * shr.el (shr-parse-style): New function.
9179         (shr-tag-span): Ditto.
9181         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9182         to `G G' to avoid collisions.
9184 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9186         * shr.el: Load kinsoku if necessary.
9187         (shr-kinsoku-shorten): New internal variable.
9188         (shr-find-fill-point): Make kinsoku shorten text line if
9189         shr-kinsoku-shorten is bound to non-nil.
9190         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9191         shr-indentation too when testing if table is wider than frame width.
9192         (shr-insert-table): Use `string-width' instead of `length' to measure
9193         text width.
9194         (shr-insert-table-ruler): Make sure indentation is done at bol.
9196 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9198         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9199         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9200         undecoded network data.
9202 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9205         name in the mode line spec so that the mode line menu works
9206         (bug#2431).
9208         * message.el (message-get-reply-headers): If we're fed `to-address',
9209         then always use that.
9211         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9212         aren't so wide as to need to switch off the edit menu.
9214         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9215         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9217         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9218         `M-g'.
9219         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9220         the permanent marks.
9222 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9224         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9225         Splitting according to references/in-reply-to obeys the ignore-groups
9226         variable, while splitting by sender and subject do not.
9228 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9231         alist, so that we can look for non-Unicode chars.
9232         (article-translate-strings): Allow both character and string maps.
9234 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9236         * shr.el (shr-insert): Don't insert space behind a wide character
9237         categorized as kinsoku-bol, or between characters both categorized as
9238         nospace.
9240 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9242         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9243         headers to gnus-newsgroup-headers.
9245 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247         * shr.el (shr-tag-img): Don't align images -- since we're not
9248         rescaling, this often leads to ugly displays.
9250 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9252         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9253         duplicates.
9255 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9257         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9258         call.
9260 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262         * gnus.el: Autoload gnus-html-show-images.
9264         * nnimap.el: Use nnheader-message throughout.
9266         * shr.el (shr-tag-img): Ignore images with no data.
9268 2010-10-15  Julien Danjou  <julien@danjou.info>
9270         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9271         a possibility to disable format=flow encoding when using hard newlines.
9273 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9275         * shr.el (shr-insert): Remove space inserted before or after a
9276         breakable character or at the beginning or the end of a line.
9277         (shr-find-fill-point): Do kinsoku; find the second best point or give
9278         it up if there's no breakable point.
9280 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282         * nnimap.el (nnimap-open-connection): Message when opening connection
9283         for debugging purposes.
9285         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9286         on every setup buffer call to allow this to change from article to
9287         article.
9289         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9290         buffers where we have a wide table.
9292 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9294         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9295         uses *-request-thread.
9297 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9300         incantation, which is no longer valid.
9302 2010-10-14  Julien Danjou  <julien@danjou.info>
9304         * shr.el: Fix defcustom type (char -> character).
9306 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9309         programs.
9311 2010-10-14  Julien Danjou  <julien@danjou.info>
9313         * shr.el (shr-tag-a): Use url-link as widget type.
9315         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9316         `gnus-group-get-icon'.
9318 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9321         This should make server editing work better.
9323         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9325         * tls.el (tls-program): Remove spurious %s from openssl.
9327         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9328         (nnimap-parse-flags): Fix regexp.
9330         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9331         probably work for CJVK text, too.
9333         * nnimap.el (nnimap-extend-tls-programs): Remove.
9334         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9336         * tls.el (tls-starttls-switches): Remove starttls hack.
9337         (open-tls-stream): Ditto.
9338         (tls-find-starttls-argument): Ditto.
9340 2010-10-13  Julien Danjou  <julien@danjou.info>
9342         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9343         responses.
9345 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9349         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9350         anything in Emacs.
9352         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9354 2010-10-13  Julien Danjou  <julien@danjou.info>
9356         * shr.el (shr-width): Make shr-width a defcustom with default to
9357         fill-column.
9358         (shr-tag-img): Use shr-width rather than fill-column.
9360 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9362         * dgnushack.el (byte-optimize-apply):
9363         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9365         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9366         position when (X-)Faces exist.
9367         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9368         avatars when called interactively.
9370 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9372         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9373         gnus-article-x-face-too-ugly is bound.
9375 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9379         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9380         mailbox that doesn't exist.
9382 2010-10-12  Julien Danjou  <julien@danjou.info>
9384         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9385         (shr-get-image-data): Encode URL properly when fetching from cache.
9386         (shr-tag-img): Use aligned-to spaces to align correctly images.
9388         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9389         before inserting the Gravatar.
9391         * shr.el (shr-tag-img): Add align attribute support for <img>.
9393 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395         * gnus-gravatar.el (gnus-art): Require.
9397         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9398         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9399         Remove long obsoleted functions.
9401 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9403         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9405         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9407         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9408         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9409         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9410         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9411         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9412         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9413         * sieve-manage.el, smime.el, spam.el:
9414         Fix comment for declare-function.
9416 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418         * nnimap.el (nnimap-request-rename-group): Select group read-only
9419         before renaming it.
9421         * shr.el (shr-insert): Fix up the white space only regexp.
9423         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9424         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9426         * shr.el (shr-current-column): New function.
9427         (shr-find-fill-point): New function.
9429 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9431         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9432         numbers.
9434 2010-10-11  Julien Danjou  <julien@danjou.info>
9436         * shr.el (shr-hr-line): Add.
9437         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9438         display hr lines.
9439         (shr-max-columns): Do not change state to nil if we just inserting
9440         spaces.
9442 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9444         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9445         select the last group.
9447 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9449         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9451 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9453         * dig.el (dig-mode-map): Declare and define in one step.
9455 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9457         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9458         for Gnus.
9459         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9460         (nnimap-update-qresync-info): Mark \Seen articles as read.
9462         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9463         non-variable, too.
9465         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9466         available.
9467         (nnimap-update-info): Rely more on the current active than the param
9468         active to avoid marking articles as read too much.
9470         * auth-source.el (auth-source-create): Use (user-login-name) for the
9471         user name default.
9473         * nnimap.el (nnimap-update-info): If the server doesn't return any
9474         useful info, just use the previous info.
9475         (nnimap-update-info): Prefer old info over start-article.
9476         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9478 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9480         * nnir.el (autoload): Clean up autoloads.
9481         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9482         Use key rather than value.
9483         (nnir-imap-search-other): New variable.
9484         (nnir-read-parm): Use it.
9485         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9486         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9488 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9490         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9491         the process, too.
9493 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495         * spam.el (gnus-summary-mode-map): Bind to "$".
9496         Suggested by Russ Allbery.
9498         * shr.el: Rework the way things are indented by <li> slightly.
9500         * gnus.el (gnus-group-set-parameter): Fix typo.
9502         * nnimap.el: Start implementing QRESYNC support.
9504 2010-10-09  Julien Danjou  <julien@danjou.info>
9506         * nnir.el (nnir-engines): Fix too many arguments.
9508 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9511         group is the "last", so that the backends like nnfolder actually save
9512         their folders.
9514         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9515         try to use that for the tls stream.
9516         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9517         UIDVALIDITY and find out which groups are read-only and not.
9518         (nnimap-get-flags): Use the same marks parsing code as the rest of
9519         nnimap.
9521 2010-10-09  Julien Danjou  <julien@danjou.info>
9523         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9525         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9526         retrieving gravatars.
9528         * shr.el (shr-table-corner): Add.
9529         (shr-table-line): Add.
9530         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9532 2010-10-08  Julien Danjou  <julien@danjou.info>
9534         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9536 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9538         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9540         * gnus-sum.el (gnus-mark-article-as-unread)
9541         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9542         (gnus-summary-set-bookmark): Use it.
9544         * gnus-msg.el (gnus-setup-message): Use it.
9546         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9548         * gnus.el (gnus-group-remove-parameter): Use it.
9550         * gnus-group.el (gnus-group-make-web-group): Use it.
9552         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9554         * nnregistry.el: Update docs to mention manual.
9556         * gnus-registry.el: Update docs to mention nnregistry.el.
9557         (gnus-registry-initialize): Don't install nnregistry refer method
9558         automatically.
9559         (gnus-registry-install-nnregistry): Remove it.
9561 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563         * shr.el (shr-insert): Don't insert double spaces.
9565 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9567         * gnus-gravatar.el (gnus-treat-from-gravatar)
9568         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9569         called interactively.
9571         * gnus-art.el (gnus-mime-view-part-externally)
9572         (gnus-mime-view-part-internally): Make predicate function passed to
9573         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9574         of a mime type.
9576         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9578 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580         * shr.el (require): Require cl when compiling.
9581         (shr-tag-hr): New function.
9583         * nnimap.el (nnimap-update-info): Remove double setting of high.
9584         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9585         This makes nnimap work properly on Courier again.
9587         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9588         the variable for backwards compatibility.
9590         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9591         the file name before using to avoid setting mm-default-directory to
9592         nil.
9594         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9595         bidning gnus-agent variables.
9597         * shr.el (shr-render-td): Use a cache for the table rendering function
9598         to avoid getting an exponential rendering behavior in nested tables.
9599         (shr-insert): Rework the line-breaking algorithm.
9600         (shr-insert): Don't leave trailing spaces.
9601         (shr-insert-table): Also insert empty TDs.
9602         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9604 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9606         * gnus-sum.el (gnus-number): Rename from `number'.
9607         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9608         (gnus-summary-limit-children): Update uses correspondingly.
9610 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9612         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9613         (gnus-gravatar-transform-address): Don't show avatars of people of
9614         which mail addresses match gnus-gravatar-too-ugly.
9616 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618         * shr.el (shr-table-widths): Expand TD elements to fill available
9619         space.
9621 2010-10-07  Julien Danjou  <julien@danjou.info>
9623         * nnimap.el (nnimap-request-rename-group): Add this method.
9625 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9627         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9628         name from XEmacs' function-arglist.
9630         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9631         gravatar under XEmacs.
9633 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9635         * auth-source.el: Update docs with TODO items.
9637         * gnus-sync.el: Update docs to explain state and plans.
9639         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9640         Hooks for mark updates.
9641         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9643         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9644         hooks with arguments, which is needed for mark update hooks.
9646 2010-10-06  Julien Danjou  <julien@danjou.info>
9648         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9649         was matched.
9651         * sieve-manage.el: Update example in `Commentary'.
9653         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9655         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9656         not 2000.
9657         (sieve-manage-authenticate): Re-add function.
9659 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661         * shr.el (shr-insert): Get 'space transition right.
9662         (shr-render-td): Only delete space at the end of the TD.
9664         * nnimap.el (nnimap-open-connection): Prepare to support
9665         open-gnutls-stream.
9667         * shr.el: Rearrange function order to be more logical.
9669 2010-10-06  Julien Danjou  <julien@danjou.info>
9671         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9672         (nnrss-discover-feed): Remove 404 URL in docstring.
9674         * nnir.el: Fix Swish-E URL.
9675         Fix Namazu URL.
9677         * message.el (message-change-subject): Remove 404 URL in a comment.
9679 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9681         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9682         called interactively.
9684         * gnus-util.el (gnus-remove-if): Allow hash table.
9685         (gnus-remove-if-not): New function.
9687         * gnus-art.el (gnus-mime-view-part-as-type):
9688         * gnus-score.el (gnus-summary-score-effect):
9689         * gnus-sum.el (gnus-read-move-group-name):
9690         Replace remove-if-not with gnus-remove-if-not.
9692         * gnus-group.el (gnus-group-completing-read):
9693         Regard collection as a hash table if it is not a list.
9695 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9699         * shr.el: Document the table-rendering algorithm.
9701 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9703         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9704         for Emacsen having no `libxml-parse-html-region' support.
9706 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9709         invalid URLs.
9711         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9712         line-broken.
9713         (shr-tag-img): Ignore image fetching errors.
9714         (shr-overlays-in-region): Compute overlay positions correctly.
9716         * mm-decode.el (mm-shr): Require shr.
9718         * gnus-art.el (gnus-blocked-images): Move variable here.
9720         * shr.el (shr-insert-table): Bind free variable.
9722         * mm-decode.el (mm-shr): Bind shr-content-function.
9724         * shr.el (shr-content-function): New variable.
9726         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9727         added for symmetry.
9729         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9731         * gnus-group.el (gnus-group-make-group): Doc fix.
9733         * nnimap.el (nnimap-request-newgroups): Return success.
9735         * shr.el (shr-find-elements): New function.
9736         (shr-tag-table): Put all the images after the table.
9737         (shr-tag-table): Really inhibit images inside the table.
9738         (shr-collect-overlays): Copy over overlays from the TD elements to the
9739         main document.
9741         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9742         gnus-blocked-images.
9744 2010-10-05  Julien Danjou  <julien@danjou.info>
9746         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9748         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9749         (gnus-html-maximum-image-size): Add this function.
9750         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9752         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9753         server-value of the capability is nil.
9755 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757         * shr.el (shr-tag-em): Add <EM> tag.
9759 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9761         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9762         customizable.
9764         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9765         handing broken links to browse-url.
9767 2010-10-05  Julien Danjou  <julien@danjou.info>
9769         * gnus-util.el (gnus-emacs-completing-read)
9770         (gnus-iswitchb-completing-read): Use autoload rather than require.
9772 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9774         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9775         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9776         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9777         iswitchb-temp-buflist for XEmacs.
9779         * gnus-util.el (gnus-completing-read-function): Exclude
9780         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9781         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9782         XEmacs.
9784         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9785         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9787         * gnus-html.el: Don't require help-fns under XEmacs.
9788         (gnus-html-schedule-image-fetching): Work for XEmacs.
9790         * mm-decode.el (mm-shr): Decode contents by charset.
9792 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9795         unknown.
9797         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9798         (shr-get-image-data): Ensure against the cache file missing.
9800         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9801         for data.
9803         * spam-report.el (spam-report-url-ping-plain): Don't query about
9804         killing the process.
9806         * shr.el (shr-render-td): Protect against too-wide text.
9808 2010-10-04  Julien Danjou  <julien@danjou.info>
9810         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9811         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9813         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9814         retrieved.
9816 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818         * shr.el (browse-url): Require.
9819         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9820         lines.
9821         (shr-show-alt-text, shr-browse-image): New commands.
9822         (shr-browse-url, shr-copy-url): New commands.
9824         * gnus-sum.el (gnus-widen-article-window): New variable.
9825         (gnus-summary-select-article-buffer): Use it.
9827         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9828         without @ signs.
9830 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9832         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9834 2010-10-04  Julien Danjou  <julien@danjou.info>
9836         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9837         for XEmacs.
9839 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9843         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9844         (nnimap-close-server): Implement.
9846         * dgnushack.el (iswitchb): Require to shut up the compiler.
9848         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9849         (shr-insert): Tweak line breaking.
9850         (shr-insert): Handle <pre> better.
9851         (shr-tag-li): Get <li> indentation right.
9852         (shr-tag-li): Get <li> indentation even righter.
9853         (shr-tag-blockquote): Ensure paragraph start.
9854         (shr-make-table): Tweak table generation.
9855         (shr-make-table): Fix typo.
9857         * shr.el: Implement table rendering.
9859 2010-10-04  Julien Danjou  <julien@danjou.info>
9861         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9863 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865         * shr.el (shr-insert): Use string anchors instead of line anchors.
9867 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869         * shr.el: Add headings.
9870         (shr-ensure-paragraph): Actually work.
9871         (shr-tag-li): Make <ul> prettier.
9872         (shr-insert): Get white space at the beginning/end of elements right.
9873         (shr-tag-p): Collapse subsequent <p>s.
9874         (shr-ensure-paragraph): Don't insert double line feeds after blank
9875         lines.
9876         (shr-insert): \t is also space.
9877         (shr-tag-s): Fix "s" tag name function.
9878         (shr-tag-s): Fix face prop name.
9880 2010-10-03  Julien Danjou  <julien@danjou.info>
9882         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9884         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9885         gnus-window-inside-pixel-edges.
9887         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9888         gnus-ems.
9890         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9892         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9893         function.
9895         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9896         resize choice.
9898 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9900         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9901         beginning of the buffer.
9903         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9904         article buffer again.
9906         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9908         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9909         when it's at the start of the buffer.
9911         * shr.el (shr-tag-blockquote): Convert name.
9912         (shr-rescale-image): Use the right image-size variant.
9914         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9915         buffer isn't shown, then select the current article first instead of
9916         bugging out.
9917         (gnus-summary-select-article-buffer): Show both the article and summary
9918         buffers again.
9920         * shr.el (shr-fontize-cont): Protect against regions with no text.
9921         Rename tag functions to shr-tag-* for enhanced security.
9922         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9924 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9926         * shr.el (shr-insert):
9927         * pop3.el (pop3-movemail):
9928         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9929         loaded.
9931 2010-10-03  Glenn Morris  <rgm@gnu.org>
9933         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9935         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9937         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9939         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9941         * gnus-util.el (gnus-make-local-hook): Simplify.
9943 2010-10-02  Julien Danjou  <julien@danjou.info>
9945         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9946         (gnus-ido-completing-read): New function.
9947         (gnus-emacs-completing-read): New function.
9948         (gnus-completing-read): Use gnus-completing-read-function.
9949         Add gnus-completing-read-function.
9951 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953         * shr.el (shr-insert-document): Autoload.
9954         (shr-img): Be silent.
9955         (shr-insert): Add a newline after every picture before text.
9956         (shr-add-font): Use overlays for combining faces.
9957         (shr-insert): Pass upwards the text start point.
9959         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9960         possible.
9961         (mm-shr): New function.
9963 2010-10-02  Julien Danjou  <julien@danjou.info>
9965         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9966         should go backward.
9968 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9970         * shr.el (shr): Fix typo in provide call.
9972 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974         * shr.el: New file.
9976         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9978         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9979         completing read.
9981 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9983         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9984         we're being queried about.  Suggested by Dan Jacobson.
9986         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9987         Suggested by Jason Eisner.
9989         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9990         table, too.  Suggested by Stefan Wiens.
9991         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9992         the table unnecessary.  Suggested by Stefan Wiens.
9994         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9995         longer needed, and probably doesn't work either, as pointed out by
9996         Stefan Wiens.
9997         (gnus-summary-exit): Remove call to the clearing function.
9998         (gnus-summary-exit-no-update): Ditto.
10000         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10001         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10002         Reported by Stefan Monnier.
10003         (gnus-summary-save-in-rmail): Ditto.
10005         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10006         article buffer, instead of both the article buffer and the summary
10007         buffer.  Sort of suggested by Dan Jacobson.
10009         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10011         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10012         Suggested by Dan Jacobson.
10014         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10015         documentation clearer.
10017         * message.el (message-shorten-references): Comment on the number "21".
10018         Suggested by Stefan Monnier.
10020         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10021         Suggested by Dan Jacobson.
10023         * gnus.el (gnus-large-newsgroup):
10024         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10026         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10027         externalize attachments.  Bug reported by Steve Wen.
10029         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10030         really message anything to the user.
10032         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10033         directly.
10035         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10036         messages in empty groups.
10038 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10040         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10041         non-UIDNEXT group.
10043 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10045         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10046         not the value from the collection.
10048         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10049         values.  This sometimes happens on some groups that have no info.
10050         (nnimap-request-newgroups): New function.
10052 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10054         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10055         check into `gnus-registry-initialize'.
10056         (gnus-registry-initialize): Ditto.
10057         Fix and extend header docs.
10059 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10062         regexp backtrace overflows.
10064         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10065         for starttls that tls.el implements; i.e. openssl.
10067         * tls.el (tls-starttls-switches): Give up on using starttls with
10068         gnutls-cli.
10069         (tls-program): Add --insecure to be consistent with the defaults from
10070         openssl s_client.  Now all three commands are insecure.
10072 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10074         * lpath.el: Bind completion-styles-alist for XEmacs.
10076         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10077         (gravatar-create-image): New function that's an alias to
10078         gnus-xmas-create-image, gnus-create-image, or create-image.
10079         (gravatar-data->image): Use it.
10081 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10083         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10084         install the nnregistry refer method.
10085         (gnus-registry-install-hooks): Use it.
10086         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10087         unfollowed groups.
10089 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10091         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10092         expanding threads.
10094 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096         * nnir.el: Use the server names without suffixes (bug#7009).
10098         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10099         unencrypted to STARTTLS, if possible.
10101 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10103         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10104         headers before superseding.
10106 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10108         * nnrss.el (nnrss-use-local): Add documentation.
10110         * nnimap.el (nnimap-extend-tls-programs): New function.
10111         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10112         (nnimap-wait-for-connection): Accept the greeting from the stupid
10113         output from openssl s_client -starttls, too.
10115         * tls.el (tls-starttls-switches): New variable.
10116         (tls-find-starttls-argument): Use it.
10117         (open-tls-stream): Ditto.
10119         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10120         (netrc-machine): Ditto.
10122         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10123         article number.
10124         (nnimap-split-fancy): New variable.
10125         (nnimap-split-incoming-mail): Use it.
10127         * nntp.el (nntp-server-list-active-group): Document.
10129         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10130         SELECT to get the message-id.
10132         * mail-source.el (mail-sources): Remove webmail support.
10133         (defvar): Ditto.
10134         (mail-source-fetcher-alist): Ditto.
10135         (mail-source-fetch-webmail): Remove.
10137         * webmail.el: Remove -- doesn't seem relevant any more.
10139         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10141         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10142         the \r.
10144 2010-09-30  Julien Danjou  <julien@danjou.info>
10146         * gnus-agent.el (gnus-agent-add-group): Fix call to
10147         gnus-completing-read.
10149 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10151         * nndoc.el (nndoc-retrieve-groups): New function.
10153         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10154         `default', use nnmail-split-methods.
10155         (nnimap-request-article): Downcase the NILs so that they are nil.
10157         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10158         symbol.
10160         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10161         code, since if the user has requested network, that's what they ought
10162         to get.
10163         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10164         (nnimap-split-rule): Mark as obsolete.
10166         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10167         New variable.
10169         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10170         correct slot, too.
10172 2010-09-29  Julien Danjou  <julien@danjou.info>
10174         * gnus.el (gnus-local-domain): Declare variable obsolete.
10176         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10177         Fix history computing.
10178         (gnus-ido-completing-read): Require ido.
10180 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10183         build Gnus.
10185         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10186         when interpreting the structures.
10187         (nnimap-request-accept-article): Add \r\n to the lines to make this
10188         work with Cyrus.
10190         * nndraft.el (nndraft-request-expire-articles): Use the group name
10191         instead if "nndraft".  Fix found by Nils Ackermann.
10193 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10195         * nnregistry.el: Add.
10197 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10199         * nnmail.el (group, group-art-list, group-art):
10200         Remove unneeded directives.
10202 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10204         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10205         (mm-mime-charset):
10206         * rfc2047.el (rfc2047-syntax-table):
10207         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10209         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10210         rather than `insert-file-contents' and `eval-region'.
10212         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10213         construction.
10215         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10217         * time-date.el: No need to require cl for Emacs 21.
10219 2010-09-29  Julien Danjou  <julien@danjou.info>
10221         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10222         replacement of `gnus-gravatar-relief' to mimic
10223         `gnus-faces-properties-alist'.
10224         Add :version property.
10226 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10228         * mail-source.el (mail-source-report-new-mail):
10229         * message.el (message-default-mail-headers):
10230         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10232         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10234 2010-09-28  Julien Danjou  <julien@danjou.info>
10236         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10237         mail-address contains the same string as real-name.
10239         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10240         non-blank in header, otherwise it'll get stripped.
10242         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10243         real-name, and then for mail address rather than doing : or , search.
10245 2010-09-27  Julien Danjou  <julien@danjou.info>
10247         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10248         right completing-read function.
10249         (gnus-use-ido): New variable
10250         (gnus-completing-read-with-default): Remove.
10251         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10252         (gnus-agent-add-group):
10253         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10254         * mm-view.el (mm-view-pkcs7-decrypt):
10255         * mm-util.el (mm-codepage-setup):
10256         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10257         * mml-smime.el (mml-smime-openssl-sign-query):
10258         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10259         (mml-insert-multipart):
10260         * gnus-msg.el (gnus-summary-yank-message):
10261         * gnus-int.el (gnus-start-news-server):
10262         * mm-decode.el (mm-interactively-view-part):
10263         * gnus-dired.el (gnus-dired-attach):
10264         * gnus.el (gnus-read-method):
10265         * gnus-bookmark.el (gnus-bookmark-jump):
10266         * gnus-art.el (gnus-mime-view-part-as-type)
10267         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10268         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10269         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10270         * nnmairix.el (nnmairix-create-server-and-default-group)
10271         (nnmairix-update-groups, nnmairix-get-server)
10272         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10273         (nnmairix-get-group-from-file-path):
10274         * nnrss.el (nnrss-find-rss-via-syndic8):
10275         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10276         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10277         (gnus-group-browse-foreign-server):
10278         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10279         (gnus-summary-execute-command, gnus-summary-respool-article)
10280         (gnus-read-move-group-name):
10281         * gnus-score.el (gnus-summary-increase-score)
10282         (gnus-summary-score-effect):
10283         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10285 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10287         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10288         x-focus-frame.
10290         * nnimap.el (auth-source-forget-user-or-password)
10291         (auth-source-user-or-password): Autoload.
10293         * message.el (message-from-style, message-interactive)
10294         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10295         (message-yank-prefix, message-indentation-spaces, message-signature)
10296         (message-signature-file): Add comment.
10298 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10300         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10301         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10302         new articles.
10304         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10305         parts.
10306         (nnimap-request-article): Work with the t setting, too.
10308         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10309         that you don't get flashes of other buffers.
10310         (gnus-summary-show-complete-article): Intern before setting.
10312 2010-09-27  David Engster  <dengste@eml.cc>
10314         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10315         well as HEADERS.
10316         (nnmairix-retrieve-headers): Provide new argument for the above.
10318 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320         * gnus-sum.el (gnus-summary-move-article): Don't alter
10321         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10322         group.
10324         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10326         * message.el (message-cite-prefix-regexp): Revert my last edit.
10328         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10329         variable instead of the Gnus variable.
10331         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10333         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10335         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10336         since some servers don't like it.
10337         (nnimap-open-connection): Forget credentials if the server says the
10338         password was wrong.
10339         (nnimap-parse-line): Protect against invalid data.
10341         * gnus-sum.el (gnus-summary-move-article): Add comment.
10342         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10343         nothing alters it while scanning for new messages.
10345         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10346         which may or may not help.
10347         (nnimap-open-connection): If we're doing a stream connection, and then
10348         discover we're on a STARTTLS-capable server, then open a STARTTLS
10349         connection instead.
10351 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353         * nnimap.el (utf7): Require.
10355         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10356         prefix.
10358 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10360         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10362 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364         * nnimap.el (nnimap-request-accept-article): Message the error on
10365         error.
10367 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10369         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10371 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373         * nndoc.el (nndoc-request-list): Return success always.
10375         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10376         `fetch-old' -- we only want to fetch the articles we've requested.
10377         The rest are in the agent, probably.
10378         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10379         disappeared server" to something low.  It's not important.
10381         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10382         arrived before the FETCH data.
10384         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10385         target here, because we don't know the Gnus name of the group.
10387         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10388         for the correct group.
10390         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10392         * gnus.el (gnus): Give a final warning after startup.
10394         * gnus-util.el (gnus-action-message-log): New variable.
10395         (gnus-message): Use it.
10396         (gnus-final-warning): New function.
10398         * nnimap.el (nnimap-open-connection): Record the greeting.
10399         (nnimap): Add greeting.
10401 2010-09-26  Julien Danjou  <julien@danjou.info>
10403         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10404         arguments.
10405         (gnus-html-wash-images): Fix spec computing to include start/end.
10407         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10409 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10411         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10412         deletion.
10413         (nnimap-retrieve-headers): Don't select the group, because that's
10414         already done by nnimap-possibly-change-group.
10416         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10417         (gnus-picon-transform-address): Use it.
10419         * mail-source.el (mail-source-value): Revert previous patch.
10421         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10422         on failure.
10423         (nnimap-open-connection): Look up both virtual and physical server name
10424         credentials.
10426         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10428 2009-02-07  Dave Love  <fx@gnu.org>
10430         * tls.el (open-tls-stream): Don't query killing process.
10432 2009-02-08  Dave Love  <fx@gnu.org>
10434         * gnus-win.el (gnus-window-to-buffer-helper)
10435         (gnus-all-windows-visible-p): Function needn't be a symbol.
10437         * mail-source.el (mail-source-value): Function needn't be a symbol.
10439 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10441         * message.el (message-cite-prefix-regexp): Remove } from the cite
10442         prefix.
10444         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10445         highlight again, so that the highlight is correct.
10447         * gnus-picon.el (gnus-picon): Remove again.
10448         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10450         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10451         doing the header highlightling, so that the background color of the
10452         picon is correct.
10454         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10455         (gnus-picon): Ditto.
10456         (gnus-picon): Reinstate.  The background color for picons is white.
10457         (gnus-picon-insert-glyph): Make the background white.
10459         * nnml.el (nnml-open-nov): Don't return dead buffers.
10461         * auth-source.el (auth-source-create): Query the user for whether to
10462         store the credentials.
10464         * netrc.el (netrc-store-data): New function.
10466         * auth-source.el (auth-source-user-or-password): Use the existing auth
10467         sources, if any, for creation.
10469         * gnus.el (gnus-group-fast-parameter): Return the last matching
10470         parameter instead of the first matching parameter.
10472 2010-09-26  Julien Danjou  <julien@danjou.info>
10474         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10476 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10478         * mml2015.el (mml2015-use): Remove gpg support.
10480         * mml1991.el (mml1991-function-alist): Remove gpg function.
10481         (mml1991-gpg-sign): Remove.
10483 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10485         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10486         (gnus-browse-unsubscribe-current-group): Document it.
10487         (gnus-browse-unsubscribe-group): Use it.
10489 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10492         address to the To list for easier response.
10494         * gnus.el (gnus-play-startup-jingle): Remove.
10495         (gnus-splash): Don't play jingle.
10496         (gnus): Silence gnus-load message.
10498         * gnus-art.el (gnus-treat-play-sounds): Remove.
10500         * gnus.el (gnus-play-jingle): Remove audio support.
10502         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10504         * earcon.el: Remove -- no users.
10506         * gnus-audio.el: Remove -- no users of this package.
10508         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10510         * gnus-start.el (gnus-setup-news): Remove nocem support.
10512         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10514         * gnus.el (gnus-use-nocem): Remove.
10516         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10517         Remove.
10519         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10520         uses NoCeM any more.
10522         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10523         (gnus-button-ctan-handler): Ditto.
10524         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10525         (gnus-button-ctan-directory-regexp): Ditto.
10526         (gnus-button-handle-ctan): Ditto.
10527         (gnus-button-tex-level): Ditto.
10528         (gnus-button-alist): Remove CTAN stuff.
10530 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10532         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10533         nnimap-streaming test.
10535         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10536         servers twice.
10538         * nnimap.el (nnimap-open-connection): Add more error reporting when
10539         nnimap fails early.
10541         * nnheader.el (nnheader-get-report-string): New function.
10542         (nnheader-get-report): Use it.
10544         * gnus-int.el (gnus-check-server): Say what the error was when opening
10545         failed.
10547         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10548         using streaming.
10550 2010-09-25  Julien Danjou  <julien@danjou.info>
10552         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10553         gnus-window-inside-pixel-edges.
10555 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10559         * mm-decode.el (mm-save-part): Allow saving to other directories the
10560         normal Emacs way.
10562         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10563         Suggested by Jay Berkenbilt.
10565         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10566         there isn't a single byte.
10568         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10569         just do it.  It doesn't really seem to matter what the user responds
10570         here, I think, so it's just a confusing question.
10572         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10573         non-streaming case.
10575         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10576         (gnus-article-encrypt-body): Use it.
10578         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10579         keystroke.
10581         * nnimap.el (nnimap-find-wanted-parts-1):
10582         Use gnus-fetch-partial-articles.
10584         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10586         * nnimap.el (nnimap-insert-partial-structure): New function.
10587         (nnimap-get-partial-article): New function.
10588         (nnimap-request-article): Use it.
10589         (nnimap-wait-for-response): Return whether the wait was successful.
10590         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10591         retrieval wasn't successful.
10592         (nnimap-retrieve-group-data-early): Allow throttling servers.
10593         (nnimap-streaming): New variable.
10594         (nnimap-fetch-partial-articles): Remove.
10596         * mm-decode.el (mm-with-part): Protect against killed buffers.
10598         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10599         for prettier summary display.
10601 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10603         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10605 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10608         apparently third-party libraries depend on it.
10610         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10611         before starting negotiation.
10613         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10614         privacy reasons.
10615         (gnus-treat-mail-gravatar): Ditto.
10617         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10618         buffer when inserting images.  Inserting text into the headers, for
10619         instance, can make them invalid.
10621 2010-09-25  Julien Danjou  <julien@danjou.info>
10623         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10624         variables.
10626         * nnheader.el: Remove useless variables news-reply-yank-from and
10627         news-reply-yank-message-id.
10629         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10630         variables.
10632         * mml1991.el: Remove useless mml1991-verbose.
10634         * gnus.el: Remove useless variable gnus-use-generic-from.
10635         Remove obsolete variable gnus-topic-indentation.
10637         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10639         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10641         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10643         * gnus-group.el: Remove useless gnus-group-icon-cache.
10644         Remove useless gnus-ephemeral-group-server.
10646         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10648         * mml2015.el: Remove useless mml2015-verbose.
10650         * mml-smime.el: Remove useless mml-smime-verbose.
10652         * gnus.el: Remove useless gnus-local-domain.
10654         * gnus-gravatar.el (gnus-gravatar-transform-address):
10655         Use gnus-gravatar-size.
10657         * gnus-art.el: Remove useless gnus-treat-translate.
10659 2010-09-24  Julien Danjou  <julien@danjou.info>
10661         * gnus-sum.el: Add support for Gravatars.
10663         * gnus-art.el: Add support for Gravatars.
10665         * gnus-gravatar.el: Add this file.
10667         * gravatar.el: Add this file.
10669 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10673         * gnus-group.el (gnus-group-fetch-faq): Remove.
10675         * gnus.el (gnus-group-faq-directory): Remove.
10677         * gnus-group.el (gnus-group-fetch-charter): Remove.
10679         * gnus.el (gnus-group-charter-alist): Remove.
10681         * gnus-group.el (gnus-group-archive-directory): Remove.
10682         (gnus-group-recent-archive-directory): Ditto.
10683         (gnus-group-make-archive-group): Remove.
10685         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10687         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10688         use the same article number for all the cached articles.
10690         * nnimap.el (nnimap-command): Register the last command time so
10691         that we can use it for idling NOOPs.
10692         (nnimap-open-connection): Start the keeplive timer.
10693         (nnimap-make-process-buffer): Store all the process buffers.
10694         (nnimap-keepalive): New function.
10696         * starttls.el (starttls-open-stream): Add autoload cookie.
10698 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10700         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10701         handling.
10703 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10706         its data structures.
10708         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10709         instead of the cl.el copy-list.
10710         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10711         equalp.
10713 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10715         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10716         and tool-bar-local-item-from-menu.
10718         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10719         mode-line-highlight face for Emacs.
10721         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10722         loading gnus-sum.elc; fix comment for canlock-verify.
10723         (gnus-article-jump-to-part): Use read-number.
10724         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10725         Remove Emacs pre-21 compatible code for help-echo.
10726         (gnus-article-next-page-1): No need to adjust the number of lines.
10727         (gnus-article-describe-bindings): Always use help-buffer.
10729         * gnus-audio.el (gnus-audio-inline-sound):
10730         * gnus-cus.el (gnus-custom-mode):
10731         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10733         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10735         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10736         compatible code.
10738 2010-09-24  Glenn Morris  <rgm@gnu.org>
10740         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10741         visiting the fcc file in rmail-mode.
10743         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10745 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10747         * nnir.el: Silence the byte compiler.
10749         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10750         alias to browse-url-url-encode-chars if any.
10751         (gnus-html-encode-url): Use it.
10753 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10755         * gnus-start.el (gnus-use-backend-marks): New variable.
10756         (gnus-get-unread-articles-in-group): Use it.
10758         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10759         makeover.
10761 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10763         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10765 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10768         Remove.
10769         (gnus-setup-news-hook):
10770         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10772         * gnus-int.el (gnus-request-update-info): Protect against backends not
10773         having the function.
10775         * nnimap.el (nnimap-stream): Mention starttls.
10776         (nnimap-open-connection): Add starttls support.
10778 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10780         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10782 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10785         BODYSTRUCTUREs.
10786         (nnimap-transform-headers): Unfold quoted {42} headers.
10788         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10789         the info.
10790         (gnus-get-unread-articles): Only call updatep on backends that support
10791         it.
10793         * nnweb.el (nnweb-request-update-info): NOOP.
10795         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10797         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10798         since it only deals with marks.
10800         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10801         gnus-request-marks, and make a new gnus-request-update-info.
10803         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10804         the active instead of the high number, which is usually too low.
10806 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10808         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10809         * encrypt.el: Remove.
10811 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10814         server in symbolic form.
10816         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10818 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10820         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10821         (nnimap-update-info): Fix up code slightly.
10823         * gnus-int.el (gnus-open-server): Add tracing for performance
10824         debugging.
10826         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10827         (gnus-group-insert-group-line): Pass the real group name so that it
10828         gets the right data.
10830         * gnus-start.el (gnus-get-unread-articles): Don't have
10831         `gnus-get-unread-articles-in-group' update info, since that can be
10832         really slow and doesn't seem to be needed?
10834 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10836         * time-date.el (date-to-time): Try using parse-time-string first before
10837         using the slower timezone-make-date-arpa-standard.
10839 2010-09-22  Julien Danjou  <julien@danjou.info>
10841         * gnus-group.el (gnus-group-insert-group-line):
10842         Call gnus-group-highlight-line.
10843         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10844         default hook list.
10845         (gnus-group-update-eval-form): Add new function.
10846         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10847         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10849 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10852         immediate, then expire all articles.
10853         (nnimap-update-info): Fix off-by-one errors.
10854         (nnimap-flags-to-marks): Would return no marks lists for group with no
10855         flags.  Instead return the other data.
10857 2010-09-22  Julien Danjou  <julien@danjou.info>
10859         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10860         Only return an icon.
10861         (gnus-group-insert-group-line): Compute icon to return.
10863         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10864         (gnus-html-image-fetched): Only cache if
10865         gnus-html-image-automatic-caching is set.
10866         (gnus-html-image-fetched): Check for errors.
10868 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10870         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10871         once per method on `g'.  This ensures that backends like nnfolder don't
10872         open all their folders.
10874         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10875         (nnimap-request-list): Nix out group in the correct buffer.
10876         (nnimap-parse-flags): Implement by using `read' instead of
10877         hand-parsing.
10878         (nnimap-flags-to-marks): Pass on permanent-flags.
10879         (nnimap-make-process-buffer): Record the server name.
10880         (nnimap-parse-flags): Fix typo.
10881         (nnimap-request-scan): Run split on the server in general, not just a
10882         single group.
10884         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10885         parameter, and propagate this downwards.
10887         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10888         since EXAMINE changes it on the server.
10890         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10891         this command might take a while.
10893 2010-09-22  Julien Danjou  <julien@danjou.info>
10895         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10896         harmful if you have 2 images side-by-side, they can't be properly
10897         update on text deletion.  Using text-property is safer here.
10898         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10899         data.
10901 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903         * nnimap.el (nnimap-expunge-inbox): Remove.
10904         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10905         (nnimap-expunge): Flip default to t.
10907         * gnus.el (gnus-method-to-server): Don't push things to the cache
10908         unless it's unique.
10909         (gnus-server-to-method): Ditto.
10911 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10913         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10915 2010-09-22  Julien Danjou  <julien@danjou.info>
10917         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10918         get the start of data.
10919         (gnus-html-encode-url): Add this function to encode special chars in
10920         URL.
10921         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10922         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10924         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10925         default.
10926         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10928         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10929         images alt-text.
10930         (gnus-html-put-image): Put alt-text as help-echo.
10932 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10934         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10935         * mm-util.el (mm-decompress-buffer):
10936         * nnir.el (nnir-run-find-grep):
10937         * pop3.el (pop3-list): Use 3rd arg of split-string.
10939         * time-date.el (format-seconds): Comment fix.
10941         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10942         and byte-optimize-form-code-walker.
10943         (dgnushack-make-auto-load): Don't advise make-autoload.
10945         * lpath.el: Remove Emacs 21 stuff.
10947 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10950         outside the active range.  Suggested by Dan Christensen.
10952         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10953         slightly later to avoid double-getting it.
10955         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10956         previous patch.
10958         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10960 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10962         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10964 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966         * gnus-int.el (gnus-open-server): Give a better error message in the
10967         "go offline" case.
10969         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10970         marks for nnimap, which is seldom the right thing to do.
10972         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10973         (gnus-same-method-different-name): New function.
10975         * nnimap.el (parse-time): Require.
10977         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10978         method in the presence of many similar methods.
10980         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10982         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10983         nnml-inhibit-expiry.
10985         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10986         find out whether methods are equal.
10988         * nnimap.el (nnimap-find-expired-articles): New function.
10989         (nnimap-process-expiry-targets): New function.
10990         (nnimap-request-move-article): Request the article before looking at
10991         what the Message-ID is.  Fix found by Andrew Cohen.
10992         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10994         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10995         for oldness in addition to being a predicate.
10997         * nnimap.el (nnimap-request-group): When we have zero articles, return
10998         the right data to Gnus.
10999         (nnimap-request-expire-articles): Only delete articles immediately if
11000         the target is 'delete.
11002         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11003         method, this would bug out.
11005         * gnus-group.el (gnus-group-expunge-group): Rename from
11006         gnus-group-nnimap-expunge, and implemented as a normal interface
11007         function.
11009         * gnus-int.el (gnus-request-expunge-group): New function.
11011         * nnimap.el (nnimap-request-create-group): Implement.
11012         (nnimap-request-expunge-group): New function.
11014 2010-09-21  Julien Danjou  <julien@danjou.info>
11016         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11017         (gnus-html-cache-expired): Add new function.
11018         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11019         wethever we should display image for fetch it.
11020         Compute alt-text earlier to pass it to the fetching function too.
11021         (gnus-html-schedule-image-fetching): Change function argument to only
11022         get one image at a time, not a list.
11023         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11024         cache.
11025         (gnus-html-get-image-data): New function to retrieve image data from
11026         cache.
11027         (gnus-html-put-image): Change buffer argument to use image data rather
11028         than file, and place image above region rather than inserting a new
11029         one.  Do not take alt-text as argument, since it's useless now: we place
11030         the image above alt-text.
11031         (gnus-html-prune-cache): Remove.
11032         (gnus-html-show-images): Start to fetch image when we find one, do not
11033         push into a temporary list.
11034         (gnus-html-prefetch-images): Only fetch image if they have expired.
11035         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11036         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11038 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11040         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11042 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11045         spec inser "*" if the group isn't active instead of 0.
11047         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11048         opening the server.
11049         (nnimap-request-delete-group): Implement group deletion.
11050         (nnimap-transform-headers): Return the size of the entire message in
11051         the Bytes header, not just the size of the first part.
11052         (nnimap-request-move-article): When moving an article from nnimap,
11053         request the article first so the accepting form has an article to
11054         accept.  Reported by Dan Christensen.
11055         (nnimap-command): Make sure that the error message doesn't error out.
11057 2010-09-20  David Edmondson  <dme@dme.org>
11059         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11060         we haven't requested anything.
11062 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11065         "".  Fix found by Andrew Cohen.
11067         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11068         instead of -encode-string.
11070 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11072         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11074         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11075         by mm-subst-char-in-string.
11077 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11080         waiting for the connection string.
11082         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11083         arriving.
11085         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11086         bogus characters.  This allows selecting certain Gmail groups.
11088         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11089         (nnimap-fetch-partial-articles): New variable.
11090         (nnimap-open-connection): When looking for credentials, also use the
11091         nnimap-server-port.
11092         (nnimap-request-article): Return the group/article number, so that Gnus
11093         `^' works as expected.
11094         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11096         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11097         comments.
11098         (gnus-methods-sloppily-equal): New function.
11099         (gnus): When using the development version of Gnus, load the gnus-load
11100         file.
11102         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11103         `gnus-open-server' on each method before trying to scan them etc.
11104         This ensures that all the backend parameters are set correctly.
11106         * nnimap.el (nnimap-authenticator): New variable.
11107         (nnimap-open-connection): Allow anonymous login.
11108         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11109         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11111         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11112         patch, found by Knut Anders Hatlen.
11114 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11116         * gnus-agent.el (gnus-agent-batch-confirmation)
11117         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11118         to gnus-message.
11119         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11120         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11121         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11122         * gnus-int.el (gnus-open-server): Likewise.
11123         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11124         (gnus-score-check-syntax): Likewise.
11125         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11126         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11127         Likewise.
11128         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11130 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11133         calling conventions so that prefetch doesn't bug out.
11135 2010-09-19  Julien Danjou  <julien@danjou.info>
11137         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11138         rather than `subst-char-in-region' in order to be able to replace ASCII
11139         char by UTF-8 ones.
11141         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11142         than curl.
11143         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11144         the right URL and ALT text on images.
11145         (gnus-html-wash-tags): Fix tag case.
11146         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11147         (gnus-article-html): Add -o display_ins_del=2 option.
11148         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11150 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11153         the extra mail headers, which sometimes seem to happen for unknown
11154         reasons.
11156         * mail-parse.el (mail-header-encode-parameter): Define as
11157         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11158         (or most, perhaps?) mail readers don't understand the latter, but do
11159         understand the former.
11161         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11162         to nil, so that no methods are automatically agentized.  I think this
11163         is probably what most users want.
11165         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11166         from url-retrieve, for instance about invalid URLs.
11168         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11169         groups that have no articles.
11170         (nnimap-request-article): Check that we really got an article when we
11171         requested one.
11173         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11174         doesn't exist.
11176         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11177         nntp buffer so the agent can save it.
11178         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11179         that CRLF doesn't get translated to \n.
11180         (nnimap-open-connection): Don't make 'shell commands only send \n.
11182 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11184         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11185         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11186         Update var name.
11187         (nnml-generate-nov-file): Use dolist.
11188         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11189         Use with-current-buffer.
11191 2010-09-18  Julien Danjou  <julien@danjou.info>
11193         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11194         parallel.
11196 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11198         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11199         the range update right.
11200         (nnimap-request-group): Don't make `M-g' bug out on group with no
11201         marks.
11202         (nnoo): Require, so that other packages can require nnimap.
11203         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11204         command we're looking for.  This helps when the server sends more
11205         responses after we've gotten everything we expected.
11206         (nnimap): Add a `newlinep' field to keep track of end-of-line
11207         conventions.
11208         Don't send CRLF to things that don't want it.
11209         (nnimap-request-accept-article): Ditto.
11211 2010-09-18  Julien Danjou  <julien@danjou.info>
11213         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11214         than curl to retrieve images.
11216 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11218         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11219         the marks.
11220         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11221         (nnimap-wait-for-connection): New function.
11222         (nnimap-open-connection): If we have PREAUTH, don't query for login
11223         credentials.
11224         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11225         when doing a partial update.
11227 2010-09-18  Julien Danjou  <julien@danjou.info>
11229         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11230         tags.
11232 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11234         * nnimap.el (nnimap-credentials): New function.
11235         (nnimap-open-connection): Use the new function to look for credentials
11236         also on the numeric equivalents of "imap" and "imaps".
11238         * gnus-start.el (gnus-activate-group): Send the info to
11239         gnus-request-group.
11241         * nnimap.el (nnimap-request-group): Have the "check" version of the
11242         function parse flags and update the info, so that a `M-g' get a total
11243         resync of all flags from the group.
11245         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11246         to allow backends to alter the info on group selection.  Also alter all
11247         the backend -request-group functions to take the parameter.
11249         * nnimap.el (nnimap-store-info): New function.
11250         (nnimap-update-info): Store the info for later usage.
11251         (nnimap-request-group): Use the stored info for the dont-check case, so
11252         that we don't retrieve all marks when we enter a group.
11254         * nnimap.el: Use deffoo instead of defun for interface functions.
11256         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11257         update the group info.  This makes the nndraft groups, for instance, go
11258         back to their old behavior.
11260         * gnus-sum.el (gnus-select-newsgroup): Indent.
11262         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11263         in.
11264         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11265         nothing.
11267         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11268         from methods that are denied.
11270         * gnus-int.el (gnus-method-denied-p): New function.
11272         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11273         store the password instead of netrc.
11274         (nnimap-open-connection): Don't error out when we can't make a
11275         connections.
11277         * auth-source.el (auth-source-create): In the password prompt, say what
11278         we're querying for.  Also prompt for user name if that hasn't been
11279         given.
11281         * nnimap.el (nnimap-with-process-buffer): Remove.
11283 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11285         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11286         method when we're reading from the agent.
11288         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11290         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11291         that's probably most useful for users.
11293         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11294         "failed" all the time.
11296         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11297         ...)) with (with-current-buffer ... ).
11299         * nntp.el (nntp-open-server): Return whether the open was successful or
11300         not.
11302         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11303         select an unread unseen article first.
11305         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11306         /etc/services, supply some sensible port defaults.
11308         * dgnushack.el: Define netrc-credentials.
11310 2010-09-17  Julien Danjou  <julien@danjou.info>
11312         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11314 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11316         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11317         doesn't have any parameters.
11319 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11321         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11322         only upcased checks.
11324         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11326         * nnimap.el (nnimap-open-shell-stream): New function.
11327         (nnimap-open-connection): Use it.
11328         (nnimap-transform-headers): Get the number of lines in each message.
11329         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11330         number of lines.
11331         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11332         problem.
11334         * utf7.el (utf7-encode): Autoload.
11336         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11337         to allow the mail splitting to not return a default group.  This is
11338         useful for nnimap, which will leave unmatched mail in the inbox.
11340         * nnimap.el: Rewritten.
11342         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11343         nnimap usage.
11345         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11346         if the move is internal, so that nnimap can do fast internal moves.
11348         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11349         data.
11350         (gnus-read-active-for-groups): Support finishing the early retrieval of
11351         data.
11353         * gnus-range.el (gnus-range-nconcat): New function.
11355         * gnus-int.el (gnus-finish-retrieve-group-infos)
11356         (gnus-retrieve-group-data-early): New functions.
11358 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11360         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11361         (nnrss-retrieve-groups):
11362         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11363         (pop3-quit): Use with-current-buffer.
11365 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11367         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11368         instead of nnheader-accept-process-output.
11370         * dgnushack.el (dgnushack-compile): Add comment.
11372         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11374         * gnus-html.el (gnus-html-schedule-image-fetching)
11375         (gnus-html-prefetch-images): Replace process-kill-without-query by
11376         gnus-set-process-query-on-exit-flag.
11378 2010-09-16  Romain Francoise  <romain@orebokech.com>
11380         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11382 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11385         parameter to unintern is mandatory-ish in Emacs 24.
11387         * gnus-html.el (gnus-html-schedule-image-fetching)
11388         (gnus-html-prefetch-images): Check for curl before using it.
11390         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11391         depend on curl, which isn't essential.
11393         * imap.el: Revert back to version
11394         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11395         seem problematic.
11397 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11399         * gnus-registry.el (gnus-registry-install-shortcuts):
11400         Explicitly pass `obarray' to `unintern' to avoid a warning.
11402 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11404         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11405         change.
11407         * nnrss.el (nnrss-request-list): Remove this function and related
11408         functions, including the moreover stuff.
11410 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412         * nnrss.el (nnrss-retrieve-groups): New function.
11414 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11416         * .dir-locals.el: Add no-byte-compile cookie.
11418 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11420         * time-date.el (format-seconds): Comment fix.
11422         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11423         for back end that doesn't support request-scan.
11425 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11428         then do request scans from the backends.
11430         * netrc.el (netrc-credentials): New conveniency function.
11432         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11433         avoid running a hook per line, since this takes a lot of time,
11434         profiling shows.
11435         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11436         directly if gnus-visual-p is true.
11438 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11440         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11441         groups; replace mapcar with dolist which is a bit faster; pass groups
11442         info to gnus-read-active-file-1.
11443         (gnus-read-active-file-1): Scan only specified groups if the new
11444         optional arg `infos' is given.
11446 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11448         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11450         * pop3.el (pop3-movemail): Remove.
11451         (pop3-streaming-movemail): Rename to pop3-movemail.
11453         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11454         don't restrict end-tag searches to the end of the line.
11456 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11458         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11459         articles of every unchecked group to t, which means unknown since the
11460         server has never been opened.
11462 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11464         * gnus-html.el (gnus-html-show-alt-text): New command.
11465         (gnus-html-browse-image): Ditto.
11466         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11467         to browse the image directly.
11468         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11469         better.
11471         * gnus-async.el (gnus-async-article-callback):
11472         Call `gnus-html-prefetch-images' unconditionally.
11474         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11475         before feeding URLs to curl.
11477 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11479         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11480         internal images as deletable by `W D D'.
11482         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11483         (gnus-async-article-callback): Fix typo.
11485 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11487         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11488         current line to work around bugs in the output from w3m.
11490         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11491         for groups that want that.
11493         * nntp.el (nntp-wait-for-string): Supply a timeout for
11494         accept-process-output to ensure progress.
11496         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11497         level to get unread articles from, then use that for foreign groups,
11498         too.
11500         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11501         confuses the rest of the function.
11503         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11504         for the methods that support -retrieve-groups, too.
11506         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11508 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11510         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11511         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11513         * pop3.el: Require cl when compiling.
11514         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11516 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11518         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11519         that aren't going to be activated.
11520         (gnus-get-unread-articles): Fix up the last commit.
11522         * gnus-html.el (gnus-article-html): Allow calling without specifying
11523         the handle.  In that case, dissect the buffer first.
11525         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11527         * nnimap.el (nnimap-open-connection): Revert the change that would look
11528         into authinfo for imaps instead of imap.
11530         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11531         say that you don't want to call gnus-request-group with don-check, but
11532         do check the reponse.  This is for virtual groups only.
11533         (gnus-get-unread-articles): Count the archive groups as secondary, so
11534         that they're activated the same way as before.
11536         * imap.el (imap-message-map): Removed optional buffer parameter, since
11537         no callers use it.
11538         (imap-message-get): Ditto.
11539         (imap-message-put): Ditto.
11540         (imap-mailbox-map): Ditto.
11541         (imap-mailbox-put): Ditto.
11542         (imap-mailbox-get): Ditto.
11543         (imap-mailbox-get): Revert last change for this function.
11545         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11546         case-insensitively.
11547         (nnimap-debug): Remove.
11549         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11550         callers to use `imap-fetch' instead.  According to the comments, this
11551         should be safe, since all other IMAP clients use the 1:* syntax.
11552         (imap-enable-exchange-bug-workaround): Remove.
11553         (imap-debug): Remove -- doesn't seem very useful.
11555         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11556         mail from a file, and the file doesn't exist.
11558         * imap.el (imap-log): New convenience function used throughout instead
11559         of repeating the same code all over the place.
11561         * pop3.el (pop3-streaming-movemail): Return t for success.
11563         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11564         .authinfo if we're using ssl connection.
11566         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11567         already have if we're in a main Gnus `g' run.
11569         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11571 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11573         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11575         * nnmh.el (nnmh-request-list-1): Bind `file'.
11577         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11578         alias to set-process-query-on-exit-flag or process-kill-without-query.
11579         (pop3-open-server): Use it.
11581 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11584         box to the Incoming file.  Fixes mistake in previous checkin.
11586         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11587         request loop (for debugging purposes) removed.
11589         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11590         culprit is more visible.
11591         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11592         (nnml-add-incremental-nov): New functions to do "incremental" nov
11593         updates, where we just append to the end of the existing nov files
11594         without reading/writing them in full.
11596         * mail-source.el (mail-source-delete-crash-box): Really only check the
11597         incoming files once in a while.
11599         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11601         * mail-source.el (mail-source-delete-crash-box): Only check the
11602         incoming files for deletion once per day to save a lot of file
11603         accesses.
11605         * pop3.el (pop3-logon): Fix up unbound variable typo.
11607         * mail-source.el (pop3-streaming-movemail): Autoload.
11609         * pop3.el (pop3-streaming-movemail):
11610         Respect pop3-leave-mail-on-server.
11612         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11613         retrieval.
11615         * pop3.el (pop3-process-filter): Remove unused function.
11616         (pop3-streaming-movemail, pop3-send-streaming-command)
11617         (pop3-wait-for-messages, pop3-write-to-file)
11618         (pop3-number-of-responses): New functions for streaming pop3
11619         retrieval.
11621         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11622         come from no known methods.
11623         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11624         list.
11626         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11627         message sizes.
11628         (pop3-movemail): Use erase-buffer instead of looping and deleting
11629         regions, which seems rather odd.
11631         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11632         file once per `g' run.
11634         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11635         directories.  This makes the draft queue directory work.
11637         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11638         data from the backends, so that we only request the list of groups from
11639         each method once.  This should speed things up considerably.
11641         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11642         detect that it's not implemented.
11644         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11645         we actually do recurse down into the tree, but don't stat all leaf
11646         nodes.
11648         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11649         then say so instead of bugging out.
11651         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11652         files exist before trying to read them.
11654         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11655         around <pre_int>.
11657         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11659         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11661 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663         * mm-util.el (mm-image-load-path): Just return the image directories,
11664         not all directories in the path in addition to the image directories.
11665         (mm-image-load-path): Maintain a cache of the image directories so that
11666         the `g' command in Gnus doesn't have to stat dozens of directories each
11667         time.
11669         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11670         (gnus-html-wash-tags): Add a new `i' command to insert images.
11671         (gnus-html-insert-image): New command and keystroke.
11672         (gnus-html-redisplay-with-images): New command and keystroke.
11673         (gnus-html-show-images): Rename command.
11674         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11675         spacers.
11676         (gnus-html-wash-tags): Decode entities at the end, so that entities
11677         inside the tags don't mess up the rest of the "parsing".
11679         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11680         so that nnimap methods aren't agentized by default.  There's apparently
11681         many problems related to agent/imap behavior.
11683         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11685         * gnus-html.el: Doc fix.
11687 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11689         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11690         specifier-spec-list for Emacs 21.
11692         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11693         glyph-width and glyph-height instead of display-graphic-p and
11694         image-size; make avoidance of displaying small images work for XEmacs.
11696         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11697         for XEmacs.
11699         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11700         of symbol that holds plist data.
11701         (gnus-process-plist): Remove plist of process after getting it.
11703 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705         * message.el (message-generate-hashcash): Change default to
11706         'opportunistic if hashcash is installed.
11708         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11709         (gnus-html-put-image): Only call image-size once, since it's somewhat
11710         time-consuming on remote X servers.
11712 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11714         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11715         type on data, not a file name.
11717         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11718         window-pixel-edges for Emacs 21.
11720         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11721         decoded contents.
11722         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11724 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11726         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11727         group line format, since it isn't very interesting.
11729         * gnus-agent.el (gnus-agent-short-article),
11730         (gnus-agent-long-article): Increase values for these two variables,
11731         since most people are likely to have more network connection and
11732         storage than before.
11734         * gnus.el (gnus-refer-article-method): Change default to 'current.
11735         When referring an article, the common behavior is to refer it from the
11736         current select method, not the native select method.  The chances of
11737         the native select method having the message in question is rather slim
11738         these days.
11740         * gnus-sum.el (gnus-auto-select-subject): Change default to
11741         `unseen-or-unread'.  I think it's likely that most people want to
11742         select an unseen article over a previously seen, but unread one.
11744         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11745         means that in the article buffer none of the minor mode elements will
11746         be shown, usually, and this is not desirable in most cases.
11748         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11749         that commands like `d' (and the like) go to the next line in the
11750         buffer, instead of the next unread article.  I think this is the
11751         behavior that is most natural for most users.
11752         (gnus-single-article-buffer): Change default to nil, so that people can
11753         have as many article buffers open as they have summary buffer.  I think
11754         this is the most natural way for the groups to behave.
11756         * message.el (message-generate-new-buffers): Change default to
11757         `unsent', so that all new message buffers start their names with the
11758         string "*unsent", and it's easier to find the buffers if you move from
11759         them.
11761 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11764         small.  They're probably tracking images.
11765         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11766         (gnus-html-rescale-image): Yet another try at getting the image sizing
11767         right.
11769         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11770         nntp-marks-file-name is nil.
11772 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11774         * gnus-html.el (gnus-html-wash-tags)
11775         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11776         Better logging.
11778 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11782         * gnus-html.el (gnus-html-wash-tags): Check the value of
11783         gnus-blocked-images in the summary buffer.
11785 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11787         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11789 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11791         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11792         like "a", it seems like.
11793         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11794         since it needs to be picked from the correct buffer.
11796         * nnwfm.el: Remove.
11798         * nnlistserv.el: Remove.
11800 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11802         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11803         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11805 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11807         * nnkiboze.el: Remove.
11809         * nndb.el: Remove.
11811         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11812         alt text.
11813         (gnus-html-rescale-image): Try to get the rescaling logic right for
11814         images that are just wide and not tall.
11816         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11817         overshadow variable bindings.
11819 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11821         * gnus-html.el (gnus-html-wash-tags)
11822         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11823         Add extra logging.
11825 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11827         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11828         (gnus-max-image-proportion): New variable.
11829         (gnus-html-rescale-image): New function.
11830         (gnus-html-put-image): Rescale images.
11832 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11834         Fix up some byte-compiler warnings.
11835         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11836         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11837         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11838         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11839         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11840         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11841         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11843 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11845         * gnus-html.el (gnus-article-html): Decode contents by charset.
11847 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11849         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11850         (gnus-html-frame-width, gnus-blocked-images):
11851         * message.el (message-prune-recipient-rules): Add custom version.
11852         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11854         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11855         functions.
11857         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11858         gnus-process-get.
11860 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11862         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11863         instead of lsub directly.
11865 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11867         * nnwarchive.el: Remove.
11869         * gnus-soup.el: Remove.
11871         * nnsoup.el: Remove.
11873         * nnultimate.el: Remove.
11875         * gnus-html.el (gnus-blocked-images): New variable.
11877         * message.el (message-prune-recipients): New function.
11878         (message-prune-recipient-rules): New variable.
11880         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11881         guess whether a long line is natural text or not.
11883         * gnus-html.el (gnus-html-schedule-image-fetching):
11884         Use gnus-process-plist and friends for compatibility.
11886 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11888         * gnus-html.el: Require packages that define macros used in this file.
11889         (gnus-article-mouse-face): Declare to silence byte-compiler.
11890         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11891         process-get.
11892         (gnus-html-put-image): Use plist-get to avoid getf.
11893         (gnus-html-prefetch-images): Use with-current-buffer.
11895 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11897         * gnus-ems.el: Provide compatibility functions for
11898         gnus-set-process-plist.
11900         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11901         header-line-format for XEmacs 21.4.
11903         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11904         * gnus.el (gnus-valid-select-methods):
11905         * message.el (message-send-mail-partially-limit):
11906         * mm-decode.el (mm-text-html-renderer):
11907         * mml.el (mml-insert-mime-headers-always):
11908         * smiley.el (smiley-regexp-alist): Bump custom version.
11910 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11912         * gnus-html.el: Require mm-url.
11913         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11914         with the url to `url'.
11915         (gnus-html-wash-tags): Support cid: URLs/images.
11917 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11920         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11921         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11923         * gnus-move.el: Remove file, since it doesn't really work.
11925         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11926         UTF-8.  This seems to fix problems with some German web feeds.
11928         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11929         at the top so that the proper colors are applied.
11931         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11932         don't have dots in their names.
11934         * gnus-art.el (gnus-article-view-part): Doc fix.
11936         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11937         XEmacs-compatible.
11938         (gnus-html-put-image): Don't do images on non-graphic displays.
11940         * nnslashdot.el: Remove this unused backend.
11942         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11943         actions.
11944         (gnus-undo-register-1): Revert last change.
11946         * gnus-group.el (gnus-group-completing-read): Protect against not
11947         having completion-styles bound.
11949         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11950         make broken recipients happier.
11952         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11954         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11955         point parameter.
11957         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11959         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11960         completion-styles for group selection.
11962 2009-02-04  Andreas Schwab  <schwab@suse.de>
11964         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11965         headers and regexp-quote the match if necessary.
11967 2009-03-24  Miles Bader  <miles@gnu.org>
11969         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11970         the blinking smiley.
11972 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11974         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11975         blink smiley.
11977 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11979         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11980         where the dribbel file lives exists.
11982         * message.el (message-send-mail-partially-limit): Change the default to
11983         nil, since most people don't want this.
11985         * mm-url.el (mm-url-decode-entities): Also decode entities like
11986         &#x3212.
11988 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11990         * gnus-sum.el (gnus-summary-idna-message):
11991         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11992         Hyperlink urls in docstrings with URL `...'.
11994 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11996         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11997         functions.
11999 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12001         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12002         say what the mouseover text should be.
12004         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12005         version of the mm-w3m-safe-url-regexp variable to only download images
12006         in the groups where we want that to happen.
12008         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12010         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12011         easier debugging.
12012         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12013         big pictures in the article buffer.
12015         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12016         gnus-article-html.
12017         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12018         w3m.
12020         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12022 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12025         which doesn't exist.
12027         * message.el (message-inhibit-ecomplete): New variable to allow some
12028         function to inhibit ecomplete address storage.
12029         (message-resend): Disable ecomplete message storage when resending
12030         messages.
12032         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12034 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12036         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12037         Save excursion while copying, moving, and deleting articles in order to
12038         prevent the cursor from jumping to unforeseen place.
12040 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12042         * lpath.el: No need to bind bookmark-current-buffer,
12043         bookmark-yank-point and bookmark-make-record-function.
12045 2010-08-17  Glenn Morris  <rgm@gnu.org>
12047         * gnus-sync.el: Require gnus components whose functions are used.
12049         * gnus-art.el (bookmark-make-record-function):
12050         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12051         Declare for compiler.
12053         * mm-url.el (mml-compute-boundary): Autoload.
12055 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12057         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12059 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12061         Typo fix "hoo4a" -> "hook".
12063         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12065 2010-08-14  Glenn Morris  <rgm@gnu.org>
12067         * gnus-sync.el (gnus-sync): Fix defgroup version.
12069 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12071         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12073         * gnus-sync.el: Fix docs.
12074         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12075         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12077 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12079         Optimizations for gnus-sync.el.
12081         * gnus-sync.el: Add docs about gnus-sync-backend
12082         possibilities.
12083         (gnus-sync-save): Remove unnecessary message.
12084         (gnus-sync-read): Optimize and show what groups were skipped.
12086 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12088         Minor bug fixes for gnus-sync.el.
12090         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12091         Don't read the sync on get-new-news.
12093         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12094         quiet.
12096         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12097         (fix typo).
12099 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12101         Make saving and restoring of hidden threads work with overlays.
12102         Patch applied by Ted Zlatanov.
12104         * gnus-sum.el (gnus-hidden-threads-configuration)
12105         (gnus-restore-hidden-threads-configuration): Update to deal with text
12106         properties, rather than searching for a magic character.
12108 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12110         New gnus-sync.el library for synchronization of marks.
12112         * gnus-sync.el: New library for synchronization of marks.
12114         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12115         renamed from `gnus-registry-grep-in-list'.
12117         * gnus-registry.el (gnus-registry-follow-group-p):
12118         Use `gnus-grep-in-list'.
12120         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12122 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12124         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12125         determining charset of text fails.
12127 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12129         * nnmail.el (nnmail-get-new-mail-1): Revert.
12131         * nnml.el (nnml-active-number): Make sure names of newly created groups
12132         in nnml-group-alist are encoded.
12134 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12136         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12137         containing non-ASCII characters in active file for nnml back end.
12139 2010-07-24  David Engster  <dengste@eml.cc>
12141         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12142         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12144 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12146         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12147         tag (Bug#6654).
12149 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12151         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12152         the article buffer, not the summary buffer.
12154 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12156         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12157         Emacs 23 as well.
12159 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12161         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12162         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12164 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12166         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12167         Patch applied by Karl Fogel.
12169         * gnus-sum.el (gnus-summary-bookmark-make-record):
12170         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12172 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12174         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12175         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12176         C-w still not working correctly from Article buffers; Thierry's
12177         patch to fix that will be applied after this.
12179         * gnus-art.el (bookmark-make-record-function): New local variable.
12181         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12182         article buffer.
12183         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12185 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12187         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12188         on changes in bookmark.el.
12190 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12192         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12193         `no-log' instead of message not to log prompt string.
12195 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12197         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12198         the *other* type of HTML form submission.
12200 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12202         * auth-source.el (auth-source-pick): If choice does not contain a
12203         questioned keyword, set the check to t.
12205 2010-06-12  Romain Francoise  <romain@orebokech.com>
12207         * gnus-util.el (gnus-date-get-time): Move up before first use.
12209 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12211         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12212         (gnus-article-edit-part): Bind it to make last part that is substituted
12213         or deleted visible.
12214         (gnus-mime-display-single): Buttonize part of which id equals to
12215         gnus-mime-buttonized-part-id.
12217 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12219         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12220         (gnus-dd-mmm): Use gnus-date-get-time.
12221         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12222         simplify logic.
12223         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12224         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12226 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12228         * auth-source.el (top): Autoload `secrets-list-collections',
12229         `secrets-create-item', `secrets-delete-item'.
12230         (auth-sources): Fix tag string.
12231         (auth-get-source, auth-source-retrieve, auth-source-create)
12232         (auth-source-delete): New defuns.
12233         (auth-source-pick): Rewrite in order to avoid 2 passes.
12234         (auth-source-forget-user-or-password): New parameter USERNAME.
12235         (auth-source-user-or-password): New parameters CREATE-MISSING and
12236         DELETE-EXISTING.  Retrieve password interactively, if needed.
12238 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12240         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12241         deleting unused directories when gnus-expert-user is t.
12243 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12245         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12246         for each temp file when gnus-article-browse-delete-temp is ask.
12248 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12250         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12251         Replace Lisp calls to delete-backward-char by calls to delete-char.
12253 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12255         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12257 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12259         * password-cache.el (password-cache-remove): Fix docstring.
12261 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12263         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12264         article unless decoding article to be saved.
12266 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12268         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12269         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12270         generated within the mm-with-unibyte-current-buffer macro.
12272 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12274         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12275         to nil when we're in a mml-preview buffer and no group is selected.
12277 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12279         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12280         when catching the `C-g'.  Reported by "Leo".
12282 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12284         * message.el (message-forward-make-body-plain)
12285         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12286         multibyte-string-p.
12288         * lpath.el: Revert.
12290 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12292         * message.el (message-forward-make-body-mml): Assume original message
12293         is multibyte string; error on unibyte.
12294         (message-forward-make-body-plain): Ditto; don't add excessive newline
12295         in body end.
12297         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12299 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12301         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12302         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12304 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12306         * mm-extern.el (mm-extern-url): Don't use
12307         mm-with-unibyte-current-buffer.
12308         (mm-extern-cache-contents): Use with-current-buffer instead of
12309         save-excursion + set-buffer.
12311 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12313         * mm-util.el (mm-emacs-mule): Remove.
12315 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12317         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12318         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12319         change.
12321 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12323         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12324         bind the default value of enable-multibyte-characters to nil.
12326 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12328         * message.el (message-forward-make-body-plain)
12329         (message-forward-make-body-mml):
12330         Don't use mm-with-unibyte-current-buffer.
12332 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12334         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12336 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12338         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12339         (Bug#5592).
12341 2010-05-07  Julien Danjou  <julien@danjou.info>
12343         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12344         it to mm-pipe-part.
12346         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12347         it is given.
12349 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12351         * binhex.el (binhex-decode-region-internal):
12352         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12353         (dns-query):
12354         * nnweb.el (nnweb-gmane-search):
12355         * pgg-parse.el (pgg-parse-armor):
12356         * pgg.el (pgg-verify-region):
12357         * sha1.el (sha1-string-external):
12358         * uudecode.el (uudecode-decode-region-internal):
12359         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12360         XEmacs.
12362         * gnus-art.el (gnus-article-browse-html-parts):
12363         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12364         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12365         make-temp-file.
12367         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12368         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12369         compiling.
12371         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12372         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12373         XEmacs when compiling.
12375         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12376         gnus-pick-mode-off-hook for XEmacs when compiling.
12377         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12378         gnus-binary-mode-off-hook for XEmacs when compiling.
12380         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12381         Return nil if char-charset is not available.
12383         * imap.el (imap-disable-multibyte)
12384         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12385         macros.
12387         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12388         instead of encode-coding-string.
12390         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12391         'xemacs) instead of mm-emacs-mule to switch function definitions.
12392         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12394         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12395         bind temporary-file-directory for XEmacs;
12396         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12397         timer-set-function for XEmacs 21.4 and SXEmacs;
12398         bind timer-list for XEmacs 21.4 and SXEmacs;
12399         fbind char-charset and find-charset-region for non-Mule XEmacs;
12400         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12401         encode-coding-region and encode-coding-string for XEmacs having no
12402         file-coding feature.
12404 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12406         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12408 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12410         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12411         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12413 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12415         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12416         alias `jka-compr-delete-temp-file' no longer exists.
12418 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12420         Use define-minor-mode in Gnus where applicable.
12421         * mml.el (mml-mode): Use define-minor-mode.
12422         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12423         (gnus-undo-mode): Use define-minor-mode.
12424         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12425         (gnus-dead-summary-mode): Use define-minor-mode.
12426         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12427         Initialize in declaration.
12428         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12429         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12430         (gnus-mailing-list-mode): Use define-minor-mode.
12431         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12432         (gnus-draft-mode): Use define-minor-mode.
12433         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12434         (gnus-dired-mode): Use define-minor-mode.
12436 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12438         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12439         handles on recursive mml-to-mime translation and check them for
12440         boundary delimiter collisions.  Reported by Greg Troxel.
12442 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12444         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12446 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12448         * mm-util.el (mm-find-buffer-file-coding-system):
12449         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12451 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12453         * message.el (message-generate-headers): Record insertion of optional
12454         headers as well.  Otherwise the check to prevent repeated insertion of
12455         optional headers is a no-op.
12457 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12459         * smime.el: Don't mention CVS.
12461         * nnrss.el (nnrss-fetch): Don't mention CVS.
12463         * nnir.el: Don't mention CVS.
12465 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12467         * gnus-sum.el (gnus-summary-bookmark-make-record):
12468         Add `location' field.
12470 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12472         * lpath.el: Fbind bookmark-default-handler,
12473         bookmark-get-bookmark-record, bookmark-make-record-default,
12474         bookmark-prop-get for Emacs <23 and XEmacs.
12476 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12478         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12479         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12480         Use with-current-buffer to silence the byte-compiler.
12481         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12482         bother to require `gnus'.
12483         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12485 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12487         * gnus-sum.el (gnus-summary-bookmark-make-record)
12488         (gnus-summary-bookmark-jump): New functions.
12489         (gnus-summary-mode): Setup bookmark support.
12491 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12493         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12494         if set.
12496 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12498         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12499         gnus-article-browse-html-save-cid-image; make it work recursively for
12500         forwarded messages as well.
12501         (gnus-article-browse-html-parts): Work when prefix arg is given.
12502         (gnus-article-browse-html-article): Doc fix.
12504 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12506         * message.el (message-default-mail-headers)
12507         (message-default-headers): Carry the value mail-default-headers over
12508         into message-default-mail-headers, rather than message-default-headers.
12510 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12512         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12513         charset.
12515         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12516         charset into the <meta> tag when the article is encoded to utf-8.
12518 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12520         * gnus-art.el (gnus-article-browse-delete-temp-files):
12521         Delete directories as well.
12522         (gnus-article-browse-html-parts): Work for images that do not specify
12523         file names; delete temp directory when quitting; insert header at the
12524         right place; use file: scheme for image files.
12526 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12528         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12529         (gnus-article-browse-html-parts): Use it to make temporary cid image
12530         files in addition to html file so that browser may display them.
12532 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12534         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12536 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12538         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12540 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12542         * auth-source.el (auth-sources): Change default to be simpler.
12543         Explain about Secret Service API sources.  Improve Customize options.
12544         (auth-source-pick): Change to accept any number of search parameters.
12545         Implement fallbacks iteratively, not recursively.  Add scoring on the
12546         second pass and sort by score.  Call Secret Service API when needed.
12547         (auth-source-user-or-password): Use it.  Call Secret Service API
12548         directly when needed to get the user name and the password.
12550 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12552         * message.el (message-interactive): Doc fix.
12553         (message-qmail-inject-args): Reflow.
12554         (message-kill-to-signature): Fix typo in docstring.
12556         * smiley.el (smiley-buffer): Fix typo in docstring.
12558 2010-03-24  Glenn Morris  <rgm@gnu.org>
12560         * mail-source.el (gnus-message): Declare.
12561         (mail-source-delete-old-incoming): Require gnus-util.
12563 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12565         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12567         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12569         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12570         password-cache's default if it is not bound.
12571         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12572         password-cache-expiry's default if it is not bound.
12574         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12575         available in Emacs 21.
12577         * lpath.el: Suppress compiler warnings for:
12578         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12579         XEmacs;
12580         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12581         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12582         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12584 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12586         * auth-source.el (auth-sources): Fix up definition so extra parameters
12587         are always inline.
12589 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12591         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12592         wasn't updated after mismatch.  Clear cached mailbox info correctly
12593         when uidvalidity changes.
12594         (nnimap-group-prefixed-name): New function to avoid some code
12595         duplication.
12596         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12597         (nnimap-request-group): Use it.
12598         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12599         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12600         with many imap folders.  This is done by caching the group status from
12601         the imap server persistently in a group parameter `imap-status'.  (This
12602         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12603         but not persistently, so every Gnus startup was still very slow.)
12605 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12607         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12608         delete the extra newline.  Otherwise editing of :string and :number
12609         types don't work.
12611 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12613         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12614         secrets.el dependency.
12615         (auth-sources): Add optional user name.  Add secrets.el configuration
12616         choice (unused right now).
12618 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12620         * gnus-sum.el (gnus-summary-make-menu-bar):
12621         Let `gnus-registry-install-shortcuts' fill in the functions.
12623         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12624         warnings.
12625         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12626         (gnus-registry-install-shortcuts): Populate and use it in a
12627         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12629 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12631         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12632         In-place substitutions for the group name encoding/decoding.
12633         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12634         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12635         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12636         (nnimap-update-unseen, nnimap-request-list)
12637         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12638         (nnimap-request-set-mark, nnimap-split-to-groups)
12639         (nnimap-split-articles, nnimap-request-newgroups)
12640         (nnimap-request-create-group, nnimap-request-accept-article)
12641         (nnimap-request-delete-group, nnimap-request-rename-group)
12642         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12643         `encoded-mbx' for consistency.
12644         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12645         variable `imap-current-mailbox'.
12647         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12648         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12650 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12652         * pop3.el (pop3-display-message-size-flag): Display message size byte
12653         counts during POP3 download.
12654         (pop3-movemail): Use it.
12655         (pop3-list): Implement listing of available messages.
12657 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12659         * nnir.el (nnir-get-article-nov-override-function): New function to
12660         override the normal NOV retrieval.
12661         (nnir-retrieve-headers): Use it.
12663 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12665         * auth-source.el (netrc-machine-user-or-password): Autoload.
12667 2010-03-19  Glenn Morris  <rgm@gnu.org>
12669         Stop message.el from loading about 40 libraries it doesn't always need.
12670         The general approach is to autoload rather than require, and to
12671         require in the specific functions rather than the file.  (Bug#5642)
12673         * gmm-utils.el: Don't require wid-edit.
12674         (widget-create-child-value, widget-convert, widget-default-get):
12675         Autoload.
12677         * gnus-util.el: Don't require time-date, netrc.
12678         (message-fetch-field, gnus-group-name-decode): Declare rather than
12679         autoloading.
12680         (gnus-fetch-field): Require message.
12681         (gnus-decode-newsgroups): Require gnus-group.
12683         * ietf-drums.el: Don't require time-date.
12685         * message.el: Don't require hashcash, canlock, ecomplete.
12686         Do require mail-utils.  Require nnheader only when compiling.
12687         (smtpmail-default-smtp-server): Remove declaration.
12688         (message-send-mail-function): Check smtpmail-default-smtp-server
12689         is bound rather than requiring smtpmail.
12690         (message-auto-save-directory, message-insert-signature):
12691         Use expand-file-name rather than nnheader-concat.
12692         (nnheader-insert-file-contents): Autoload.
12693         (hashcash-wait-async): Declare.
12694         (message-send-mail): Only call gnus-setup-posting-charset if
12695         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12696         (message-send-mail-with-sendmail): Require sendmail.
12697         (canlock-password, canlock-password-for-verify): Declare.
12698         (message-canlock-password): Require canlock.
12699         (nnheader-get-report): Autoload.
12700         (gnus-setup-posting-charset): Declare.
12701         (message-send-news): Require gnus-msg.
12702         (message-make-references, message-make-in-reply-to): Use mail-header-id
12703         rather than the alias mail-header-message-id.
12704         (ecomplete-add-item, ecomplete-save): Declare.
12705         (message-put-addresses-in-ecomplete): Require ecomplete.
12706         (ecomplete-display-matches): Autoload.
12708         * mm-decode.el: Don't require mailcap, gnus-util.
12709         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12710         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12711         Autoload.
12712         (mailcap-mime-extensions): Declare.
12714         * mm-encode.el: Don't require mailcap.
12715         (mailcap-extension-to-mime): Autoload.
12717         * mml-sec.el: Don't require password-cache.
12719         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12720         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12721         (mml-minibuffer-read-type): Require mailcap.
12722         (mml-preview): Require gnus-msg.
12724         * mml1991.el: Require password-cache.
12725         (password-cache-expiry): Remove declaration.
12727         * mml2015.el: Require password-cache.
12728         (password-cache-expiry): Remove declaration.
12730         * nneething.el (mailcap): Require mailcap.
12732         * nnheader.el (declare-function): Add compatibility stub.
12733         (message-remove-header): Declare rather than autoload.
12734         (nnheader-replace-header): Require message.
12736         * nnimap.el (declare-function): Add compatibility stub.
12737         (netrc-parse, netrc-machine-user-or-password): Declare.
12738         (nnimap-open-connection): Require netrc.
12740         * nntp.el (declare-function): Add compatibility stub.
12741         (netrc-parse, netrc-machine, netrc-get): Declare.
12742         (nntp-send-authinfo): Require netrc.
12744         * rfc2047.el: Don't require qp.
12745         (quoted-printable-encode-region, quoted-printable-decode-string):
12746         Autoload.
12748         * sieve-mode.el: Don't require easymenu.
12749         (easy-menu-add-item): Autoload it.
12751         * spam-stat.el (time-to-number-of-days): Autoload it.
12753 2010-03-19  Glenn Morris  <rgm@gnu.org>
12755         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12757 2010-03-18  Glenn Morris  <rgm@gnu.org>
12759         * hashcash.el (declare-function): Remove duplicate definition.
12761 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12763         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12764         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12765         value if any backslash escapes).
12767 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12769         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12770         if it is available.  (bug#5647)
12772         * lpath.el: Suppress compiler warning for coding-system-from-name for
12773         Emacs 21 and XEmacs.
12775 2010-03-14  Juri Linkov  <juri@jurta.org>
12777         * hmac-def.el:
12778         * hmac-md5.el:
12779         * netrc.el: Fix keywords.
12781 2010-02-26  Glenn Morris  <rgm@gnu.org>
12783         * message.el (message-send-mail-function): Change the default, so that
12784         it inherits from a customized send-mail-function.  (Bug#5643)
12786 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12788         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12789         shell-command-to-string signals an error (bug#5299).
12791 2010-02-24  Glenn Morris  <rgm@gnu.org>
12793         * message.el (message-smtpmail-send-it)
12794         (message-send-mail-with-mailclient): Doc fixes.
12796 2010-02-16  Glenn Morris  <rgm@gnu.org>
12798         * message.el (message-default-mail-headers): Change the default value
12799         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12801 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12803         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12804         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12806 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12808         * time-date.el (date-to-time): Doc fix (Bug#5408).
12810 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12812         * message.el (message-mail): Just pass yank-action on to message-setup.
12813         (message-setup): Handle (FUN . ARGS) form of yank-action.
12814         (message-with-reply-buffer, message-widen-reply)
12815         (message-yank-original): Handle non-buffer values of
12816         message-reply-buffer (Bug#4080).
12817         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12819 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12821         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12822         Fix typo in docstring.
12824 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12826         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12827         response.
12829 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12831         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12833         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12835         * message.el (message-check-news-header-syntax): Protect against a
12836         string that `rfc822-addresses' returns when parsing fails.
12838 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12840         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12841         (gnus-previous-char-property-change): New functions.
12843         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12845 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12847         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12848         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12850 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12852         * message.el (message-exchange-point-and-mark): Rework last change to
12853         avoid using optional arg of exchange-point-and-mark, for backward
12854         compatibility.
12856 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12858         * message.el (message-exchange-point-and-mark):
12859         Call exchange-point-and-mark with an argument rather than setting
12860         mark-active by hand (Bug#5175).
12862 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12864         * nntp.el (nntp-service-to-port): Work for service expressed with
12865         numeric string; replace [:digit:] with [0-9] for XEmacs.
12867 2009-12-17  Glenn Morris  <rgm@gnu.org>
12869         * gnus-group.el (gnus-bug-group-download-format-alist):
12870         Change emacs entry to debbugs.gnu.org.  Bump :version.
12872 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12874         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12876 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12878         * message.el (message-info): Explain why we use `Info-goto-node'.
12880 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12882         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12884 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12886         * message.el (message-completion-in-region): New compatibility function.
12887         (message-expand-group): Use it.
12889 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12891         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12892         with no unread article should be listed if the 2nd arg `predicate' is
12893         given.
12895 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12897         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12899 2009-11-29  Juri Linkov  <juri@jurta.org>
12901         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12902         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12903         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12905 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12907         * sha1.el (sha1-string-external): default-directory "/" in case
12908         otherwise non-existent.  process-connection-type pipe for touch of
12909         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12911 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12913         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12914         it's comms related and sgml-mode.el has "comm" on that basis too.
12916 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12918         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12919         containing tspecial characters if they have been already quoted.
12921 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12923         * dns-mode.el (auto-mode-alist): Purecopy string.
12925 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12927         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12929 2009-10-24  Glenn Morris  <rgm@gnu.org>
12931         * gnus-art.el (help-xref-stack-item): Define for compiler.
12933 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12935         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12937 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12939         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12941 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12943         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12944         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12946 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12948         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12949         (gnus-overlays-in): New alias to overlays-in.
12951         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12952         gnus-overlay-get, and gnus-delete-overlay.
12953         (gnus-summary-show-thread): Make it work as well for systems in which
12954         next-single-char-property-change is not available.
12955         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12957         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12958         (gnus-overlay-get): New alias to extent-property.
12959         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12961         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12962         SXEmacs.
12964         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12965         SXEmacs.
12967 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12969         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12971 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12973         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12974         and XEmacs that don't have `remove-overlays'.
12976 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12978         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12979         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12980         selective display.  Use overlays instead.
12982 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12984         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12986 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12988         * spam-stat.el (spam-stat-load): Fix typo in message.
12990 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12992         * dig.el (dig-invoke): Fix typo in docstring.
12993         (query-dig): Reflow docstring.
12995 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12997         * gnus-art.el (gnus-article-encrypt-body):
12998         * message.el (message-check-recipients):
12999         * mm-util.el (mm-codepage-setup):
13000         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13001         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13003 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13005         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13006         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13007         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13008         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13009         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13011 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13013         * dig.el: Add "Keywords: comm", as per net-utils.el.
13015 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13017         * dig.el (dig-mode): Use define-derived-mode.
13019 2009-09-19  Glenn Morris  <rgm@gnu.org>
13021         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13023 2009-09-18  Glenn Morris  <rgm@gnu.org>
13025         * gnus-diary.el (gnus-diary-check-message):
13026         * message.el (message-insert-formatted-citation-line):
13027         * nnbabyl.el (top-level):
13028         * nndiary.el (nndiary-schedule):
13029         Fix typos in condition-case handlers.
13031 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13033         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13034         configuration that provides the sole article window in a frame;
13035         position point correctly after deleting a part.
13037 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13039         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13040         (spam-resolve-registrations-routine): Use it to unregister articles
13041         that change status.
13043 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13045         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13046         with XEmacs.
13047         (parse-time-string-chars): Use it.
13049 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13051         * imap.el (imap-interactive-login): Better messages.
13052         (imap-open): Fix bug with renamed buffer on reconnect.
13053         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13054         for easier debugging and cleaner code.  On successful (guessed based on
13055         server capabilities) secondary authentication, set imap-state
13056         correctly.
13057         (imap-last-authenticator): Define imap-last-authenticator as a variable
13058         to avoid warnings.
13060 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13062         * nnrss.el (nnrss-request-article): Remove binding of
13063         default-enable-multibyte-characters that has gotten needless by
13064         the 2007-07-13 change in rfc2047-encode-message-header.
13066         * mml.el (mml-insert-multipart): Error on the message header.
13067         (mml-insert-part): Error on the message header; position point at
13068         the end of a MIME tag.
13070 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13072         * time-date.el (autoload): Expand define-obsolete-function-alias into
13073         defalias and make-obsolete for old Emacsen that Gnus supports.
13074         (with-no-warnings): Define it for old Emacsen.
13075         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13076         is available.
13077         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13078         float-time is available; suppress compile warning for time-to-seconds.
13080         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13081         (gnus-float-time): Alias to float-time if it exists.
13083         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13084         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13085         float-time is available; suppress compile warning for time-to-seconds.
13087         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13088         XEmacs.
13090 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13092         * imap.el (imap-message-map): Docstring fix.
13094 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13096         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13097         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13098         Add the optional argument `encoding' that overrides the default.
13100         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13101         mm-encode-buffer.
13103 2009-09-04  Glenn Morris  <rgm@gnu.org>
13105         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13106         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13107         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13108         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13109         * mm-util.el (mm-with-unibyte-current-buffer)
13110         (mm-find-buffer-file-coding-system):
13111         * yenc.el (yenc-decode-region): Use default-value rather than
13112         default-enable-multibyte-characters.
13114 2009-09-03  Glenn Morris  <rgm@gnu.org>
13116         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13117         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13118         than default-enable-multibyte-characters.
13120 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13122         * gnus-art.el (gnus-article-read-summary-keys):
13123         Fix gnus-buffer-configuration's value temporarily used.
13125 2009-09-02  Glenn Morris  <rgm@gnu.org>
13127         * gnus-util.el (gnus-float-time): New function.
13128         * gnus-delay.el (gnus-delay-article):
13129         * gnus-sum.el (gnus-thread-latest-date):
13130         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13131         * nnspool.el (nnspool-request-newgroups):
13132         Use gnus-float-time rather than time-to-seconds.
13133         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13135         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13136         (gnus-header-subject-face, gnus-header-newsgroups-face)
13137         (gnus-header-name-face, gnus-header-content-face):
13138         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13139         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13140         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13141         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13142         (gnus-cite-face-11):
13143         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13144         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13145         (gnus-server-closed-face, gnus-server-denied-face)
13146         (gnus-server-offline-face):
13147         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13148         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13149         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13150         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13151         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13152         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13153         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13154         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13155         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13156         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13157         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13158         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13159         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13160         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13161         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13162         (gnus-summary-high-undownloaded-face)
13163         (gnus-summary-low-undownloaded-face)
13164         (gnus-summary-normal-undownloaded-face)
13165         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13166         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13167         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13168         (gnus-splash-face):
13169         * message.el (message-header-to-face, message-header-cc-face)
13170         (message-header-subject-face, message-header-newsgroups-face)
13171         (message-header-other-face, message-header-name-face)
13172         (message-header-xheader-face, message-separator-face)
13173         (message-cited-text-face, message-mml-face):
13174         * sieve-mode.el (sieve-control-commands-face)
13175         (sieve-action-commands-face, sieve-test-commands-face)
13176         (sieve-tagged-arguments-face):
13177         * spam.el (spam-face):
13178         Mark face aliases with "-face" in the name as obsolete.
13180 2009-09-01  Glenn Morris  <rgm@gnu.org>
13182         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13183         than goto-line.
13185 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13187         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13188         Don't move point if the command is invoked inside the message header.
13190 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13192         * imap.el (imap-send-command): Simplify.
13193         (imap-wait-for-tag): point-max -> buffer-size.
13195 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13197         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13198         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13199         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13200         * nnir.el (nnir-swish-e-index-file):
13201         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13202         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13203         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13204         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13205         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13206         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13208 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13210         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13211         Don't save excursion.
13213 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13215         * nnheader.el (nnheader-find-file-noselect):
13216         * mm-util.el (mm-insert-file-contents):
13217         Use (default-value 'major-mode) instead of default-major-mode.
13219 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13221         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13223 2009-08-26  Glenn Morris  <rgm@gnu.org>
13225         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13226         than placing in files.el.
13228 2009-08-25  Glenn Morris  <rgm@gnu.org>
13230         * nnir.el (top-level): Don't require cl at run-time.
13231         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13232         Replace cl-function substitute with gnus-replace-in-string.
13233         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13234         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13235         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13236         simplified expansions.
13238 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13240         * dig.el (dig): Add autoload cookie.
13242 2009-08-22  Glenn Morris  <rgm@gnu.org>
13244         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13245         goto-line.
13247 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13249         * parse-time.el (parse-time-string-chars): Save match data.
13251 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13253         * parse-time.el (parse-time-string-chars): Compute using character
13254         classes, to handle non-ascii characters (Bug#3190).
13256 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13258         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13260         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13261         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13262         (gnus-mm-display-part, gnus-mime-display-single)
13263         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13264         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13266         * gnus-sum.el
13267         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13268         (gnus-summary-move-article): Add expirable mark to articles copied or
13269         moved to group that has auto-expire turned on if the option is non-nil.
13271 2009-07-24  Glenn Morris  <rgm@gnu.org>
13273         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13274         Fix typo.  (Bug#3903)
13276 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13278         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13279         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13280         that should not be used for draft articles.
13281         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13282         that has no concern in minor mode keys.
13283         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13284         Abolish.
13286 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13288         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13289         article without making inquiry to a user for unknown encoding.
13291         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13292         (nnmaildir--scan): Assume i-node and device number that file-attributes
13293         returns might be cons-cell.
13295         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13297         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13299 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13301         * auth-source.el: Remove docs now in auth.texi.  Don't use
13302         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13303         `auth-source-hide-passwords' and use them.
13305 2009-07-15  Glenn Morris  <rgm@gnu.org>
13307         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13309 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13311         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13312         excessive whitespace from the default values of title and description.
13314 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13316         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13317         mail-fetch-field to fetch Content-Description header in order to
13318         exclude newlines.
13320 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13322         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13323         format used by GnuPG 2.0.11.
13325 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13327         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13328         to deleted part.
13330 2009-05-30  David Engster  <dengste@eml.cc>
13332         * nnmairix.el: Remove old documentation in the commentary block.
13333         (nnmairix-request-group): Do not update active file for nnml back ends.
13334         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13335         end so that overview files are ignored.
13336         (nnmairix-update-groups): Make updating the groups more robust by using
13337         marks.
13338         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13339         with dollar characters in message-id.
13341 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13343         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13344         2008-12-25 in dns.el.
13346 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13348         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13349         could happen if the text is only composed of spaces and/or tabs.
13351 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13353         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13354         when sending a queued message to avoid extra mml tags.
13356 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13358         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13360 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13362         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13363         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13364         rmail-toggle-header for XEmacs;
13365         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13367 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13369         * gnus-dired.el: Remove autoload for gnus-setup-message.
13370         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13371         displaying Gnus logo; always use compose-mail.
13373 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13375         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13377 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13379         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13380         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13381         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13382         available.
13383         (gnus-nocem-epg-verify): New function.
13385 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13387         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13389 2009-02-15  Glenn Morris  <rgm@gnu.org>
13391         * gnus-util.el (rmail-insert-rmail-file-header)
13392         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13393         autoloads.
13394         (rmail-default-rmail-file): Remove unnecessary declaration.
13395         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13397 2009-02-14  Glenn Morris  <rgm@gnu.org>
13399         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13400         variable (only used in gnus-util, which declares it anyway).
13401         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13402         which was only needed by gnus-art (changed to not use it any more).
13403         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13404         only used in gnus-util, which autoloads it itself.
13405         (rmail-update-summary): Fix autoload.
13407         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13408         rather than rmail-output-to-rmail-file.
13410 2009-02-07  Glenn Morris  <rgm@gnu.org>
13412         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13413         autoload of function that no longer exists.
13414         (rmail-toggle-header): Declare.
13415         (message-forward-rmail-make-body): Handle mbox Rmail.
13417 2009-01-31  Glenn Morris  <rgm@gnu.org>
13419         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13420         2009-01-09 change.
13422 2009-01-31  Dave Love  <fx@gnu.org>
13424         * imap.el (imap-fetch-safe): Bind debug-on-error.
13425         (imap-debug): Add imap-fetch-safe.
13427 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13429         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13430         (auth-source-forget-all-cached): New convenience function.
13431         (auth-source-user-or-password): Accept list of modes or a single mode.
13433         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13434         auth-source modes.
13436         * netrc.el (netrc-machine-user-or-password): Use list of
13437         auth-source modes.
13439         * nnimap.el (nnimap-open-connection): Use list of
13440         auth-source modes.
13442         * nntp.el (nntp-send-authinfo): Use list of
13443         auth-source modes.
13445 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13447         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13448         now.
13450 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13452         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13453         coding system in XEmacs; add a workaround for XEmacs.
13455         * lpath.el: Fbind coding-system-aliasee.
13457 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13459         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13460         of current-language-environment.
13462 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13464         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13465         available at runtime.
13467 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13469         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13471 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13473         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13474         the greatest positive fixnum value doesn't work under an XEmacs with
13475         bignum support; use the most-positive-fixnum constant instead,
13476         available since Emacs 21.1 with cl and XEmacs 21.1.
13478 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13480         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13481         XEmacs gets not to work.
13483 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13485         * mm-util.el (mm-coding-system-priorities): Allow the value like
13486         "Japanese (UTF-8)" of current-language-environment.
13488 2009-01-09  Glenn Morris  <rgm@gnu.org>
13490         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13491         with last-command-event.
13493 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13495         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13496         in the doc string.
13498         * message.el (message-fix-before-sending): Amend comment.
13500 2009-01-08  Dave Love  <fx@gnu.org>
13502         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13504 2009-01-07  David Engster  <dengste@eml.cc>
13506         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13507         simplified server definitions by converting it via
13508         gnus-server-to-method.
13510 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13512         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13513         parameter's operands.
13515 2009-01-06  David Engster  <dengste@eml.cc>
13517         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13518         primary select method (for gnus-group-mark-article-as-read).
13520 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13522         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13523         `(gnus)Face', not `(gnus)X-Face'.
13525 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13527         * mm-util.el (mm-ucs-to-char): New function.
13529         * mm-url.el (mm-url-decode-entities): Use it.
13531         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13532         unicode-to-char.
13534 2009-01-05  Dave Love  <fx@gnu.org>
13536         * time-date.el: Require cl for `declare'.
13538 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13540         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13541         Dave Love.
13543 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13545         * message.el (message-fix-before-sending): Add `eight-bit' to
13546         illegible-text check.
13548 2009-01-03  Michael Olson  <mwolson@gnu.org>
13550         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13551         `headers' is nil.  This can occur if the IMAP server does not have
13552         permissions to read messages from a folder, but can write new messages
13553         to the folder.
13554         (nnimap-request-article-part): Do not insert `data' if it is nil.
13556         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13557         characters which will confuse `read', so skip past them.
13559 2009-01-01  Dave Love  <fx@gnu.org>
13561         * imap.el (imap-string-to-integer): Fix typo.
13562         (imap-fetch-safe): New function.
13563         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13565         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13567         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13568         (imap-parse-greeting): Fix doc strings.
13569         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13570         (imap-parse-flag-list): Make messages unique.
13571         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13573         * nnimap.el: Fix author email.
13574         (nnimap-split-rule): Add FIXME comment.
13575         (nnimap-debug): Fix doc string.
13577 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13579         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13581 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13583         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13584         nslookup if resolv.conf isn't available.
13585         (dns-query): Rename from query-dns.
13586         (dns-query-cached): Rename from query-dns-cached.
13588 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13590         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13591         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13592         to check if those variables exist (first appeared in Emacs 18.50).
13594 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13596         * mm-util.el (mm-line-number-at-pos): New function.
13598         * spam-report.el (spam-report-process-queue): Use it.
13600 2008-12-24  David Engster  <dengste@eml.cc>
13602         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13603         parameters that haven't existed as variables as buffer-local variables.
13605 2008-12-23  Dave Love  <fx@gnu.org>
13607         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13608         cadar.
13610         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13611         imap-starttls-p.
13612         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13614 2008-12-22  Dave Love  <fx@gnu.org>
13616         * imap.el: Fix author email.  Doc fixes.
13617         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13618         reply.
13620 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13622         * spam-report.el (spam-report-gmane-max-requests): New constant.
13623         (spam-report-gmane-wait): New variable.
13624         (spam-report-gmane-ham, spam-report-gmane-spam)
13625         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13626         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13627         the server.
13629         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13630         Add explanations.
13632         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13633         nnheader-accept-process-output and nnheader-read-timeout if available.
13634         (pop3-movemail): Use it.
13636         * message.el (message-check-news-body-syntax): Fix signature check if
13637         there's an attachment.
13639 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13641         * mm-util.el: Add comments to the mm- emulating functions.
13643 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13645         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13646         Reported by Stephen Berman <stephen.berman@gmx.net>.
13648 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13650         * mm-util.el (mm-substring-no-properties): New function.
13651         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13652         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13653         (mm-string-to-multibyte): Doc fix.
13655         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13657 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13659         * mml.el (mml-attach-file): Strip text properties from file name.
13660         (Bug#1574)
13662 2008-12-16  Glenn Morris  <rgm@gnu.org>
13664         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13666 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13668         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13669         knows since the charset specified might be a bogus alias that
13670         mm-charset-synonym-alist provides.
13672 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13674         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13675         "ISO_8859-1".
13677         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13679 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13681         * mm-util.el (mm-charset-eval-alist):
13682         Define it before mm-charset-to-coding-system.
13683         (mm-charset-to-coding-system): Add optional argument `silent';
13684         define it before mm-charset-override-alist.
13685         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13686         default value if it can be used in Emacs currently running;
13687         silence mm-charset-to-coding-system.
13689 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13691         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13692         `allow-override' which says whether to use `mm-charset-override-alist'.
13693         (rfc2047-decode-encoded-words): Use it.
13695         * mm-util.el (mm-charset-override-alist): Fix custom type;
13696         add `(gb2312 . gbk)' to choices.
13698 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13700         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13701         fast.
13703         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13705         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13707 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13709         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13710         on links.
13712         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13714 2008-12-03  Lute Kamstra  <lute@gnu.org>
13716         * sha1.el: Remove leading * from docstrings of defcustoms,
13717         deffaces, defconsts and defuns.
13719 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13721         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13722         users' addresses that don't have domain parts.
13723         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13724         rather than message-narrow-to-head since there will be the message
13725         header separator.
13727 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13729         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13730         since the result is inserted in a unibyte buffer anyway.
13731         (nnimap-demule-use-string-to-multibyte): Remove.
13732         (nnimap-demule): Alias it to mm-string-to-multibyte.
13734 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13736         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13737         variable for debugging bug#464 and bug#1174.
13738         (nnimap-demule): Use it.
13740 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13742         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13743         score calculation correctly.
13745 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13747         * message.el (message-send-mail): Just set the buffer to unibyte
13748         rather than use mm-with-unibyte-current-buffer which does a lot more.
13749         (message-send-mail-partially): Don't bother with
13750         mm-with-unibyte-current-buffer since it's already been made unibyte by
13751         message-send-mail.
13753 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13755         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13757 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13759         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13761 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13763         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13764         require itself and to remove `with-no-warnings'.
13766 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13768         * starttls.el (starttls-any-program-available): Get the name of the
13769         available TLS layer program.
13770         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13771         well as the host name in the "opening" message.
13773         * auth-source.el (auth-source-cache, auth-source-do-cache)
13774         (auth-source-user-or-password): Cache passwords and logins by default,
13775         allow override with `auth-source-do-cache'.
13776         (auth-source-forget-user-or-password): Allow users to remove cache
13777         entries if needed.
13779 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13781         * md4.el (md4-buffer): Fix typo in docstring.
13782         (md4, md4-64): Doc fixes.
13783         (md4-pack-int32): Reflow docstring.
13785 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13787         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13788         condition-case to only the forward-sexp call.
13790 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13792         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13793         quotes contained.  Make it more robust regardless by an extra
13794         condition-case wrapper.
13796 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13798         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13800 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13802         * nnml.el (nnml-request-expire-articles): Check if the function set to
13803         `nnmail-expiry-target' returns the symbol `delete'.
13805         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13807         * nnmail.el (nnmail-expiry-target): Fix custom type.
13809 2008-10-02  Glenn Morris  <rgm@gnu.org>
13811         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13812         Silence compiler warning.
13814 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13816         * tls.el (open-tls-stream): Show the actual command being
13817         executed, instead of the format string.
13819 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13821         * lpath.el: Fbind codepage-setup for Emacs 23.
13823 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13825         * mml.el (mml-menu): Don't assume mml2015 is bound.
13827 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13829         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13830         exists.
13832 2008-09-27  Glenn Morris  <rgm@gnu.org>
13834         * gnus-util.el (mail-header-remove-comments): Autoload it.
13836 2008-09-27  Andreas Schwab  <schwab@suse.de>
13838         * gnus-util.el (gnus-split-references): Strip comments.
13839         (gnus-parent-id): Likewise.
13841 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13843         * message.el (message-confirm-send): Fix version.
13845 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13847         * message.el (message-idna-to-ascii-rhs-1): Use
13848         mail-extract-address-components rather than mail-header-parse-addresses
13849         that is an alias by default to ietf-drums-parse-addresses that does not
13850         support non-ASCII names in headers' contents.
13852 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13854         * message.el (message-confirm-send): Fix variable documentation to
13855         avoid the "y/n" wording.
13857 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13859         * message.el (message-set-auto-save-file-name): Save to a different
13860         filename so multiple messages (especially drafts) can be recovered.
13862 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13864         * message.el (message-confirm-send): Add appropriate version.
13866 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13868         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13869         defvar.
13871 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13873         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13874         (mm-pkcs7-enveloped-magic): Ditto.
13876 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13878         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13879         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13881 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13883         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13884         default, it's better.
13886 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13888         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13889         summary line gnus-number property and ignore them (with a warning
13890         message).
13892 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13894         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13895         macro caddr in the interactive form since it won't be expanded.
13897 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13899         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13900         `charset'; fix name of function called recursively.
13901         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13903 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13905         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13906         (gnus-mime-set-charset-parameters): New function.
13907         (gnus-mime-view-part-as-charset): Use it to correctly display part
13908         specifying wrong charset.
13910 2008-09-08  David Engster  <dengste@eml.cc>
13912         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13913         in completing-read for back end server.
13915 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13917         * message.el (message-confirm-send): New variable to confirm sending a
13918         message.
13919         (message-send): Use it.
13921 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13923         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13925 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13927         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13929 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13931         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13932         prevent tracking too many groups.
13933         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13934         Use it.
13936 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13938         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13939         moving point to the bottom of the window in order to avoid recentering.
13941 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13943         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13945         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13946         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13947         (gnus-article-beginning-of-window): Fix calculation.
13949 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13951         * gnus-msg.el (gnus-summary-supersede-article)
13952         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13953         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13954         message header.
13956 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13958         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13959         pending output coming after the status change.
13961 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13963         * message.el:
13964         * gnus-start.el:
13965         * gnus-registry.el: Remove VMS support.
13967 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13969         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13970         macro.
13971         (rfc2104-hash): Use it.
13973 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13975         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13976         (gnus-summary-sort-by-most-recent-date): New commands.
13977         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13978         and menu entries.
13980 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13982         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13983         don't redisplay article for raw contents; remove plural articles stuff.
13985         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13986         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13987         on gnus-summary-save-article; display results properly.
13989 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13991         * lpath.el: No need to fbind ns-focus-frame.
13993 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13995         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13997 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13999         * gnus-art.el (gnus-summary-save-in-pipe):
14000         Consider gnus-save-all-headers.
14002 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14004         * gnus-util.el (ns-focus-frame): Remove declaration.
14005         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14006         like x.
14008 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14010         * rfc2104.el (rfc2104-zero): Delete defconst.
14011         (rfc2104-hex-alist): Likewise.
14012         (rfc2104-hex-to-int): Delete func.
14013         (rfc2104-hexstring-to-bitstring): Likewise.
14014         (rfc2104-nybbles): New defconst.
14015         (rfc2104-hash): Rewrite for speed.
14017 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14019         * tls.el (open-tls-stream): Make it work with the 2nd argument
14020         BUFFER that is a string but does not exist as a buffer object, as
14021         mentioned in the doc-string.
14023 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14025         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14026         SXEmacs.
14028 2008-07-16  Glenn Morris  <rgm@gnu.org>
14030         * gnus-util.el (ns-focus-frame): Declare for compiler.
14032 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14034         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14035         set as a group parameter.
14036         (gnus-summary-save-in-pipe): Work when it is called independently.
14037         (gnus-summary-pipe-to-muttprint): Don't modify
14038         gnus-summary-pipe-output-default-command.
14040 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14042         * message.el (message-send-mail-with-sendmail):
14043         Display the error message.
14045 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14047         * gnus-art.el (gnus-default-article-saver):
14048         Add gnus-summary-save-in-pipe to choices.
14049         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14050         gnus-summary-pipe-output-default-command as the default command.
14051         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14052         instead of gnus-last-shell-command.
14054         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14055         New user option.
14056         (gnus-summary-muttprint-program): Mention the value will be changed.
14057         (gnus-summary-save-article): Force showing of all headers.
14058         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14060 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14062         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14064 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14066         * nnimap.el (nnimap-id):
14067         * sieve-manage.el (sieve-manage-open): Doc fixes.
14069 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14071         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14072         if available.
14074 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14076         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14078         * nnkiboze.el (nnkiboze-generate-group):
14079         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14081         * nnmairix.el: Require CL.
14083 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14085         * dgnushack.el: Autoload get-display-table and put-display-table for
14086         XEmacs 21.5.
14088         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14089         21.4 and SXEmacs.
14091 2008-06-15  David Engster  <dengste@eml.cc>
14093         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14095 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14097         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14098         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14099         runtime choice under XEmacs.
14101         * gnus-sum.el (gnus-summary-set-display-table):
14102         Use `gnus-put-display-table', `gnus-get-display-table',
14103         `gnus-set-display-table' for the display table, instead of `aset'.
14105         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14106         Use `gnus-put-display-table', `gnus-get-display-table',
14107         `gnus-set-display-table' for the display table.
14109 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14111         * nnmairix.el: Add autoloads.
14113 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14115         * nnmairix.el (nnmairix-delete-recreate-group)
14116         (nnmairix-update-and-clear-marks): Fix error messages.
14118 2008-06-14  David Engster  <dengste@eml.cc>
14120         * nnmairix.el: Upgrade to version 0.6.
14121         (nnmairix-group-toggle-propmarks-this-group)
14122         (nnmairix-group-toggle-readmarks-this-group)
14123         (nnmairix-group-delete-recreate-this-group)
14124         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14125         (nnmairix-remove-tick-mark-original-article): New commands.
14126         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14127         (nnmairix-propagate-marks-to-nnmairix-groups)
14128         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14129         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14130         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14131         functions needed for marks propagation and manipulation of read marks.
14132         (nnmairix-update-groups): New function.
14133         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14134         (nnmairix-determine-original-group-from-registry)
14135         (nnmairix-determine-original-group-from-path)
14136         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14137         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14138         New helper functions.
14139         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14140         keystrokes for new commands.
14141         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14142         (nnmairix-request-group): Check allow-fast group parameter.
14143         (nnmairix-request-create-group): Set allow-fast group parameter if
14144         nnmairix-allowfast-default is set.
14145         (nnmairix-close-group): Propagate marks upon closing if needed.
14146         (nnmairix-group-toggle-threads-this-group): Use new.
14147         nnmairix-group-toggle-parameter helper function.
14148         (nnmairix-search): Better check for empty search result.
14149         (nnmairix-goto-original-article): Use new helper functions for
14150         determining original article.
14151         (nnmairix-show-original-article): Make sure message-id is in brackets.
14152         (nnmairix-call-mairix-binary): Change variable name.
14153         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14154         helper function.
14155         (nnmairix-widget-toggle-activate): Fix doc string.
14157 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14159         * nnir.el: Require edmacro when compiling with XEmacs.
14160         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14161         available in Emacs 21.
14163 2008-06-11  Glenn Morris  <rgm@gnu.org>
14165         * gnus-util.el (x-focus-frame):
14166         * gnus.el (image-size):
14167         * mm-decode.el (image-size): Declare.
14169         * gnus-picon.el (declare-function): Add compat definition.
14170         (image-size): Declare.
14172         * gnus-group.el (tool-bar-map):
14173         * gnus-sum.el (tool-bar-map): Define for compiler.
14175         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14177         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14179         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14180         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14181         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14182         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14183         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14184         * sieve-manage.el, spam-report.el, spam.el:
14185         Remove unnecessary eval-and-compile of autoloads.
14187 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14189         * auth-source.el: Precise Tramp doc.
14191 2008-06-07  Glenn Morris  <rgm@gnu.org>
14193         * nnmairix.el: Remove unnecessary eval-when-compile.
14195 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14197         * lpath.el: Fbind propertize for XEmacs 21.4.
14199 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14201         * nnir.el: Move here from ../contrib.
14203 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14205         * gnus-util.el (gnus-read-shell-command): New function.
14206         * mm-decode.el (mm-pipe-part):
14207         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14209 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14211         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14213 2008-06-03  Glenn Morris  <rgm@gnu.org>
14215         * pop3.el (nnheader-accept-process-output): Autoload it.
14217 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14219         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14220         are not 2-digit hexadecimal characters that follow `%'s.
14222 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14224         * message.el (message-bogus-recipient-p): Fix type in doc string.
14225         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14226         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14227         Improve custom options.
14228         (message-bogus-recipient-p): Adjust accordingly.
14230 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14232         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14233         long-form month and day names.
14235 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14237         * dgnushack.el: Autoload debug, eudc-expand-inline and
14238         pgg-snarf-keys-region for XEmacs.
14240         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14242         * nnmairix.el: Require edmacro when compiling with XEmacs.
14244 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14246         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14247         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14249 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14251         * auth-source.el: Add more docs.
14253         * netrc.el (netrc-machine): Always match if the port is not given.
14255 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14257         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14258         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14259         retrieval faster in some cases, but might make CPU usage larger.
14260         If this has any bad side effects, we might revert this change.
14262         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14263         seems to make mail retrieval much, much faster.
14264         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14265         unconditionally.
14267         * gnus-draft.el (gnus-group-send-queue):
14268         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14270 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14272         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14274         * message.el (message-bogus-address-regexp): Fix and improve custom
14275         type.
14276         (message-setup-hook): Add message-check-recipients as custom option.
14278 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14280         * message.el (message-cite-function): Remove bogus autoload which crept
14281         in during merge from v5-10.
14283 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14285         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14287         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14289         * auth-source.el: Preliminary Tramp docs.
14290         (auth-sources): Change the default auth-sources to use
14291         EPA .gpg files.
14293 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14295         * nntp.el: Autoload `auth-source-user-or-password'.
14296         (nntp-send-authinfo): Use it.
14298         * nnimap.el: Autoload `auth-source-user-or-password'.
14299         (nnimap-open-connection): Use it.
14301         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14302         for the gnus-message function.
14303         (auth-source-user-or-password): Use it.
14305 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14307         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14308         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14309         (rfc2104-hash): Use it.
14311 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14313         * gnus-art.el (gnus-article-toggle-truncate-lines):
14314         Don't use `iff' in docstring.
14316 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14318         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14320         * gnus-util.el (gnus-extract-address-component-name)
14321         (gnus-extract-address-component-email): Convenience functions around
14322         `gnus-extract-address-components'.
14324         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14325         Use `gnus-extract-address-component-email' to fix bug of comparing full
14326         sender name to `user-mail-address'.
14328 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14330         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14331         catch/throw to optimize.
14332         (gnus-registry-find-keywords): Just use member to find a keyword.
14334 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14336         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14337         is current before calling gnus-server-prepare.
14338         (gnus-server-setup-buffer, gnus-server-update-server)
14339         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14341 2008-05-04  Juri Linkov  <juri@jurta.org>
14343         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14344         (mailcap-file-default-commands): Use mailcap-replace-in-string
14345         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14346         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14348 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14350         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14352 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14354         * gnus.el: Bump version to 0.11.
14356 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14358         * gnus.el: No Gnus v0.10 is released.
14360 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14362         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14363         hooks.
14364         (gnus-update-read-articles): Speed up non-marks-using users.
14365         (gnus-use-marks): Define gnus-use-marks.
14366         (gnus-propagate-marks): Rename variable to something more sensible.
14368 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14370         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14371         (gmm-image-load-path-for-library): Fix typos in docstrings.
14372         (gmm-message): Reflow docstring.
14374 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14376         * mail-source.el (mail-source-set-1, mail-source-bind):
14377         Move auth-source code out of the macro to clean it up and fix bugs.
14379 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14381         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14382         by sender if it's equal to user-mail-address, it's likely to be
14383         useless.
14385         * mail-source.el (mail-source-bind): Don't use user or password if they
14386         are not bound.  Unintern them if they are nil.  Don't use server unless
14387         it's bound, and default it to empty string otherwise.
14389 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14391         * mail-source.el: Load auth-source.el.
14392         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14393         get user name or password, if auth-sources is set up.
14395         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14396         strategy of splitting with parent.
14397         (gnus-registry-split-fancy-with-parent)
14398         (gnus-registry-post-process-groups): Use it and fix prior
14399         bug (returning a list as the split result).
14401         * auth-source.el (auth-sources): Remove server parameter.
14402         (auth-source-pick, auth-source-user-or-password)
14403         (auth-source-user-or-password-imap)
14404         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14405         (auth-source-user-or-password-sftp)
14406         (auth-source-user-or-password-smtp): Remove server parameter.
14408 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14410         * smime.el (smime-sign-region, smime-encrypt-region)
14411         (smime-decrypt-region):
14412         Remove redundant calls to `generate-new-buffer-name'.
14414 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14416         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14417         Don't use QP for message/rfc822.
14418         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14420 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14422         * sieve-manage.el (sieve-string-bytes): Remove.
14423         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14424         correct byte-length only if the process's coding-system is the same as
14425         the one used internally by Emacs to represent strings.
14427 2008-04-22  Juri Linkov  <juri@jurta.org>
14429         * mailcap.el (mailcap-file-default-commands): New function.
14431 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14433         * message.el (message-signature-separator, message-cite-function):
14434         Change custom version.
14436 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14438         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14439         commands.
14440         (tls-checktrust): Ditto.
14442 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14444         * mm-decode.el (mm-display-external): Make temp file read-only.
14446 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14448         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14449         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14450         `C-c C-f d'.
14452 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14454         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14456 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14458         * gnus.el: Bump version to 0.9.
14460 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14462         * gnus.el: No Gnus v0.8 is released.
14464 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14466         * mail-source.el (mail-source-value):
14467         Prefer fboundp to functionp so it works with macros as well.
14469 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14471         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14472         Fix last change in case the element is not even a symbol.
14474 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14476         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14477         Prefer fboundp to functionp so it works with macros as well.
14479 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14481         * auth-source.el: Add docs.
14482         (auth-sources): Modify format to support server.
14483         (auth-source-pick, auth-source-user-or-password)
14484         (auth-source-user-or-password-imap)
14485         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14486         (auth-source-user-or-password-sftp)
14487         (auth-source-user-or-password-smtp): Add server parameter.
14489 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14491         * gnus-registry.el: Initialize the registry when gnus-registry-install
14492         is t.
14494 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14496         * compface.el (uncompface): Make buffer unibyte.
14498 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14500         * mail-source.el (mail-source-value):
14501         Prefer fboundp to functionp so it works with macros as well.
14503 2008-04-05  Glenn Morris  <rgm@gnu.org>
14505         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14507 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14509         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14510         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14512         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14513         multibyteness after rather than before erasing it.
14515         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14516         mm-with-multibyte.
14517         (gnus-request-article-this-buffer): Make sure the proper decoding is
14518         used if gnus-original-article-buffer happens to be unibyte.
14520         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14521         default-enable-multibyte-characters.
14523         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14524         default-enable-multibyte-characters.
14526         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14528         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14530 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14533         Fix last change in case the element is not even a symbol.
14535 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14537         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14538         (imap-message-copyuid-1): Use it.
14539         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14540         J. Williams in
14541         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14543         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14544         imap-enable-exchange-bug-workaround.
14545         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14547 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14549         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14550         a 100 byte status-checks into a 2-3MB transfer for each group.
14551         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14552         to enable bug workaround or not.
14553         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14555 2008-03-31  Glenn Morris  <rgm@gnu.org>
14557         * message.el (mml2015-use): Declare for compiler.
14558         (message-info): Require mml2015 when appropriate.
14560 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14562         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14563         whitespace.
14565 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14567         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14568         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14569         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14570         (nntp-service-to-port): New function.
14571         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14572         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14573         (nntp-open-netcat-stream): New function.
14574         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14576 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14578         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14580 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14582         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14584 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14586         * dns.el (dns-write): Use set-buffer-multibyte.
14588 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14590         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14592 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14594         * message.el (message-signature-separator): Change default.
14595         Improve custom type.
14596         (message-cite-function): Change default to
14597         message-cite-original-without-signature.
14599         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14600         toggle.
14602         * message.el (message-check-news-body-syntax): Fix signature check.
14603         (message-setup-1): Mark buffer as unmodified _after_ running
14604         message-setup-hook and handling message-alternative-emails.
14605         (message-shorten-references): Be more strict when building list of
14606         valid references to comply with GNKSA.
14608         * gnus-group.el (gnus-read-ephemeral-bug-group)
14609         (gnus-read-ephemeral-debian-bug-group)
14610         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14612         * message.el (message-info): Don't use booleanp which isn't supported
14613         in Emacs 21 and XEmacs.
14615 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14617         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14618         gnus-group-gmane-group-download-format.
14619         (gnus-group-read-ephemeral-gmane-group): Rename from
14620         gnus-group-read-ephemeral-gmane-group.
14621         (gnus-read-ephemeral-gmane-group-url): Rename from
14622         gnus-group-read-ephemeral-gmane-group-url.
14623         (gnus-bug-group-download-format-alist): New variable.
14624         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14625         (gnus-read-ephemeral-emacs-bug-group): New commands.
14627 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14629         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14630         (gnus-visible-headers): Improve custom type.
14632 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14634         * mml.el (mml-menu): Add workarounds for XEmacs.
14636         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14637         X-Boundary header.
14639         * message.el (message-simplify-recipients): Fix previous commit.
14641 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14643         * mm-util.el (mm-set-buffer-multibyte): New function.
14644         * mm-decode.el (mm-copy-to-buffer): Use it.
14646         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14647         Prefer fboundp to functionp so it works with macros as well.
14649 2008-03-19  Glenn Morris  <rgm@gnu.org>
14651         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14652         Accidentally removed in the sync process with Emacs.
14654 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14656         * message.el (message-alter-recipients-discard-bogus-full-name):
14657         New function.
14658         (message-alter-recipients-function): New variable.
14659         (message-get-reply-headers): Use it.
14660         (message-replace-header): New helper function.
14661         (message-recipients-without-full-name): New variable.
14662         (message-simplify-recipients): New command.
14664         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14666         * message.el (message-info): Handle EasyPG manual.
14668         * mml.el (mml-menu): Add entry for EasyPG.
14670 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14672         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14673         parameter.
14675         * message.el (message-disassociate-draft): Specify drafts group name
14676         fully.
14678 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14680         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14681         Eliminate unnecessary duplicates from the match list.
14683 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14685         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14687         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14689         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14690         args of `how-many' of which the XEmacs version doesn't take; declare
14691         Info-index-next as function.
14693 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14695         * gnus-score.el (gnus-score-headers): Fix handling of
14696         gnus-inhibit-slow-scoring.
14698         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14699         string.
14700         (gnus-button-url-regexp): Improve handling of parenthesis.
14701         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14702         (gnus-button-handle-info-keystrokes): Handle index entries.
14704 2008-03-15  Glenn Morris  <rgm@gnu.org>
14706         * parse-time.el (parse-time-string): Simplify.
14708 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14710         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14711         Incoming* files.
14713 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14715         * auth-source.el (auth-sources): Rename from auth-source-choices.
14716         (auth-source-pick): Use it.
14718 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14720         * binhex.el (binhex-decode-region-internal):
14721         * uudecode.el (uudecode-decode-region-internal):
14722         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14723         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14724         setting default-enable-multibyte-characters.
14726 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14728         * auth-source.el (auth-source-protocols)
14729         (auth-source-protocols-customize, auth-source-choices): Add and
14730         modified variable customizations and defaults.
14731         (auth-source-pick, auth-source-user-or-password)
14732         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14733         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14734         (auth-source-user-or-password-sftp)
14735         (auth-source-user-or-password-smtp): Use new variables and provide an
14736         interface to netrc.el.
14738 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14740         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14741         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14742         Make sure the nntp port to specify is a string.
14744 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14746         * nntp.el: Use with-current-buffer.
14747         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14748         dubious mm-with-unibyte-current-buffer.
14749         (nntp-with-open-group-function): New function extracted from
14750         nntp-with-open-group macro.
14751         (nntp-with-open-group): Use the function, so it's easier to debug.
14752         Add indentation and debugging info.
14753         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14754         Recommend the use of the netcat alternatives.
14756         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14757         Avoid mm-string-as-multibyte as well.
14759         * nnweb.el (nnweb-insert-html):
14760         Remove use of nnheader-string-as-multibyte.
14762         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14763         (nnheader-string-as-multibyte): Remove.
14765         * mm-view.el: Use inhibit-read-only.
14766         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14767         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14768         or unibyte-string.
14770         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14771         (mm-uu-yenc-extract): Use with-current-buffer.
14773         * gnus-soup.el (gnus-soup-send-packet): Don't use
14774         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14776         * nnmh.el: Use with-current-buffer.
14777         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14778         mm-string-as-multibyte on the output of mm-encode-coding-string.
14780         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14781         (nnimap-request-move-article): Use with-current-buffer.
14783         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14784         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14785         conversion uses string-make-unibyte rather than string-as-unibyte.
14787         * gnus-msg.el: Use with-current-buffer.
14789         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14791 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14793         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14794         string for caching if it is 'PIN.
14796 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14798         * lpath.el: Consider the case without Emacs/W3.
14800 2008-03-08  Glenn Morris  <rgm@gnu.org>
14802         * time-date.el (date-to-time, time-subtract, time-add)
14803         (safe-date-to-time): Doc fixes.
14805 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14807         * mail-source.el (mail-source-delete-old-incoming-confirm):
14808         Change default to nil.
14809         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14811 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14813         * lpath.el: Rearrange.
14815         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14816         (gnus-article-goto-prev-page): Work for articles having ^L's.
14818         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14820         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14822 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14824         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14825         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14826         (gnus-bookmark-jump): Adjust some variable names.
14828 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14830         * auth-source.el: New package.
14831         (auth-source-choices): Add customization entry point variable.
14833         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14834         bug.
14836 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14838         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14839         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14840         (gnus-registry-install-shortcuts): Rename from
14841         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14842         the `gnus-registry-mark-map' keymap dynamically from
14843         `gnus-registry-marks'.  The generated functions update the summary line
14844         when a registry mark is added or deleted, and will call
14845         `gnus-registry-install-p' (see the comments in the code).
14846         (gnus-registry-user-format-function-M): Use concat intelligently.
14848         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14849         the registry mark functions.
14851 2008-03-05  Glenn Morris  <rgm@gnu.org>
14853         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14854         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14855         gnus-art.
14856         (top-level): No need to load own source when compiling.
14858 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14860         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14861         Suggested by <chris.anderton@zetnet.co.uk>.
14863 2008-03-04  Glenn Morris  <rgm@gnu.org>
14865         * gnus-sum.el (top-level): No need to require gnus when compiling,
14866         since unconditionally required near start of file.
14867         (gnus-summary-display-while-building): Move definition before use.
14869 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14871         * gnus-registry.el (gnus-registry-user-format-function-M):
14872         Add formatting function.
14874 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14876         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14877         with plists.
14878         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14879         Use new format.
14881 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14883         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14884         `where-is-internal' that returns a range of key sequences.
14886 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14888         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14890         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14891         (gnus-summary-jump-to-group): Consider windows on other displayed
14892         frames as well.  Similar changes might be needed elsewhere, but that's
14893         the one I've bumped into during my use.
14895         * nndoc.el (nndoc-oe-dbx-type-p):
14896         * gnus-msg.el (gnus-debug):
14897         * gnus-group.el (gnus-update-group-mark-positions):
14898         Use mm-string-to-multibyte.
14900 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14902         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14903         doesn't handle NotDashEscaped.
14905         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14906         (mml-dnd-attach-options): Fix typo in custom choice.
14908         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14909         Change nndoc-article-type to mbox.
14910         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14912         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14913         to nil, instead of html2text.
14915         * imap.el (imap-debug): Add `imap-ping-server'.
14917         * gnus-bookmark.el: Add FIXMEs.
14919         * message.el (message-form-letter-separator)
14920         (message-send-form-letter-delay): New variables.
14921         (message-send-form-letter): Use them.  New command to send form
14922         letters.  Requested by Uwe Siart.
14923         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14925 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14927         * Update copyright years.
14929 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14931         Sync from EMACS_22_BASE.
14933         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14935 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14937         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14938         empty author.
14940 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14942         * gnus-registry.el (gnus-registry-marks): Add variable for
14943         customization of marks and their appearance.
14944         (gnus-registry-read-mark): Use it.
14945         (gnus-registry-do-marks): Add utility function to loop through
14946         `gnus-registry-marks'.
14947         (gnus-registry-install-shortcuts-and-menus): Add function to install
14948         shortcuts and menus.
14949         (gnus-registry-initialize): Use it.
14950         (gnus-registry-default-mark): Clarify documentation.
14952 2008-02-29  Glenn Morris  <rgm@gnu.org>
14954         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14955         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14956         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14957         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14958         Change defcustom :version from 23.0 to 23.1.
14960 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14962         * gnus-registry.el (gnus-registry-follow-group-p)
14963         (gnus-registry-post-process-groups): Add functions to aid registry
14964         splitting and improve logging.  Clarify behavior in function
14965         documentation.
14966         (gnus-registry-split-fancy-with-parent): Use them.
14968 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14970         * gnus-art.el: Use with-current-buffer.
14972 2008-02-27  David Engster  <dengste@eml.cc>
14974         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14975         Express real group name in the response.
14977 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14979         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14980         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14981         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14982         autoload gnus-registry-fetch-group when compiling.
14983         (nnmairix-request-group-with-article-number-correction):
14984         Remove unreferenced argument passed to nnmairix-call-backend.
14986 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14988         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14989         (mm-uu-extract): Improve face for low color ttys.
14990         Reported by Sascha Wilde.
14992 2008-02-27  Glenn Morris  <rgm@gnu.org>
14994         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14995         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14996         variables to defconsts.  Convert comments to doc-strings.
14997         (nnmairix-last-server, nnmairix-current-server): Convert from free
14998         variables to defvars.  Convert comments to doc-strings.
14999         (gnus-registry-fetch-group): Autoload.
15000         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15001         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15002         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15003         caddr.
15004         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15005         nnmairix-request-group-with-article-number-correction call.
15006         (nnmairix-fast, nnmairix-group): New, less general names, for free
15007         variables passed from nnmairix-request-group to
15008         nnmairix-request-group-with-article-number-correction.  Declare.
15009         (nnmairix-request-group-with-article-number-correction):
15010         Use nnmairix-fast, nnmairix-group rather than fast, group.
15012 2008-02-26  David Engster  <dengste@eml.cc>
15014         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15015         version 0.5.
15017 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15019         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15020         instead of making an extra function call.  Don't add the current group
15021         to articles only when they have the group.  Use
15022         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15023         Reported by David <de_bb@arcor.de>.
15025 2008-02-24  Miles Bader  <miles@gnu.org>
15027         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15028         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15029         (mm-find-mime-charset-region):
15030         * mm-bodies.el (mm-encode-body):
15031         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15033 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15035         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15036         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15038 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15040         * mail-source.el (mail-source-delete-incoming): Change default.
15041         Supplement doc string.
15043         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15045 2008-02-14  Glenn Morris  <rgm@gnu.org>
15047         * time-date.el (format-seconds): New function.
15049 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15051         * nnmail.el (nnmail-message-id-cache-file): Derive from
15052         `gnus-home-directory'.
15054 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15056         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15057         Document negative prefix.
15059         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15061 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15063         * message.el (message-unsent-separator): Add the Exim bounce
15064         separator.
15066 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15068         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15069         list.
15070         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15071         recipient/signer list.
15073 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15075         * Makefile.in (datarootdir): Define.
15076         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15077         name that might contain whitespace.
15079 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15081         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15082         fbound (Emacs 23 unicode), signal an error.
15084 2008-02-08  Glenn Morris  <rgm@gnu.org>
15086         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15088 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15090         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15091         ports to the calls to `netrc-machine-user-or-password' in addition to
15092         "imap" and "imaps".
15094 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15096         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15098         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15100 2008-02-01  Kenichi Handa  <handa@m17n.org>
15102         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15103         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15104         (rfc2104-hash): Convert the result of concat to unibyte string.
15106 2008-02-01  Dave Love  <fx@gnu.org>
15108         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15109         coding-system-for-read.
15110         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15112 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15114         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15115         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15116         <hanche@math.ntnu.no>.
15118 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15120         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15122         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15124 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15126         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15127         * message.el (message-beginning-of-line): Use featurep instead of bound
15128         tests in order to resolve conditionals at compile time.
15130 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15132         * mail-source.el (mail-sources): Add `group' choice.
15134         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15135         parameter `in-group' to control into which group the articles go.
15136         Add treatment of `group' mail-source.
15138 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15140         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15142         * mm-decode.el (mm-dissect-buffer): Decode description.
15144         * mml.el (mml-to-mime): Encode message header first.
15146 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15148         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15149         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15151         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15152         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15154 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15156         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15158 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15160         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15161         prefix keys.
15162         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15163         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15164         gnus-xmas.el.
15166         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15167         (gnus-xmas-article-describe-bindings): New function.
15168         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15169         gnus-xmas-article-describe-bindings.
15171         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15173 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15175         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15176         Add new variables for article mark management.
15177         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15178         list of extra data entries which, when present, will indicate that the
15179         article ID should not be trimmed from the registry.
15180         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15181         functions.
15182         (gnus-registry-read-mark): New function to read a mark name from the
15183         user.
15184         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15185         (gnus-registry-set-article-mark-internal): New functions to add and
15186         remove marks.
15187         (gnus-registry-get-article-marks): New function to show the marks for
15188         an article, or retrieve them for further use.
15190 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15192         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15193         keys when no argument is given.
15195 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15197         * imap.el (imap-ping-server): New variable.
15198         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15199         (imap-ping-server): Minor doc string fixes.
15201 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15203         * imap.el (imap-ping-server): New function.
15204         (imap-opened): Call imap-ping-server.
15206 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15208         * gnus-sum.el (gnus-article-sort-by-random)
15209         (gnus-thread-sort-by-random): Fix doc strings.
15210         Reported by jidanni@jidanni.org.
15212 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15214         * gnus-art.el (gnus-article-describe-bindings): New function.
15215         (gnus-article-read-summary-keys): Use it.
15216         (gnus-article-mode-map): Bind `C-h b' to it.
15218 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15220         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15221         XEmacs.
15222         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15223         Protect against non-character events.
15225         * lpath.el: Fbind map-keymap for Emacs 21.
15227 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15229         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15230         New command.
15231         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15232         instead of END.  Change name of the temp file.
15233         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15234         customizable.
15236 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15238         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15239         bind `S W' to gnus-article-wide-reply-with-original; set default
15240         binding to gnus-article-read-summary-send-keys.
15241         (gnus-article-read-summary-keys): Fix the order of keys; display
15242         continuation keys correctly in the echo area; describe bindings
15243         correctly when keys end with `C-h'.
15244         (gnus-article-read-summary-send-keys): New function.
15245         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15246         Work for gnus-article-read-summary-send-keys; display continuation keys
15247         correctly in the echo area.
15248         (gnus-article-reply-with-original): Ignore prefix argument.
15249         (gnus-article-wide-reply-with-original): New function.
15251         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15252         Emacs 21.
15254 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15256         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15257         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15259 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15261         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15262         (gnus-group-read-ephemeral-gmane-group): New command.
15264 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15266         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15268 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15270         * message.el (message-send-mail-function): Increase custom version.
15272         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15273         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15275 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15277         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15278         for the cases where imap-authenticate is called with a nil buffer
15279         parameter.
15281 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15283         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15284         html parts correctly; support forwarded messages.
15285         (gnus-article-browse-html-article): Remove work buffers.
15287         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15288         compiling.
15289         (netrc-bound-and-true-p): New macro.
15290         (netrc-parse): Use it instead of bound-and-true-p that is not available
15291         in XEmacs 21.4.
15293 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15295         * gnus-registry.el (gnus-registry-mark-article)
15296         (gnus-registry-article-marks): Add functionality to mark articles
15297         through the Gnus registry.
15299         * encrypt.el: Clarify documentation for the new pgg method.
15300         (encrypt-file-alist): Add PGG option.
15301         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15302         functionality.  Abstract password key and messaging to external
15303         functions.
15304         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15305         (encrypt-message-method-and-cipher): Add new convenience external
15306         functions.
15307         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15308         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15310         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15311         (netrc-parse): Use encrypt-file-alist to determine if
15312         encrypt-find-model or encrypt-insert-file-contents should be used.
15314         * encrypt.el: Clarify documentation.  Load password-cache or
15315         password, whichever one is found first, instead of autoloading.
15317 2007-12-19  Glenn Morris  <rgm@gnu.org>
15319         * mml.el (message-options-set, message-narrow-to-head)
15320         (message-in-body-p, message-mail-p, message-encode-message-body):
15321         Autoload.
15322         (message-remove-header, message-narrow-to-headers-or-head)
15323         (message-subscribed-p, message-make-mail-followup-to)
15324         (message-position-on-field, message-news-p)
15325         (message-options-set-recipient, message-generate-headers)
15326         (message-sort-headers): Declare as functions.
15328 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15330         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15331         convention in doc string.
15333 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15335         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15336         title to html parts.
15337         (gnus-article-browse-html-article): Pass message header to it.
15339         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15341 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15343         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15344         or password compatible with XEmacs.
15346 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15348         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15349         format document.
15350         (gnus-mime-delete-part): Don't write description line if empty.
15351         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15353 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15355         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15356         (gnus-summary-mark-read-and-unread-as-read)
15357         (gnus-summary-mark-current-read-and-unread-as-read)
15358         (gnus-summary-mark-unread-as-ticked): Doc fix.
15359         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15361 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15363         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15364         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15366 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15368         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15369         yes-or-no-p.
15371 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15373         * mm-decode.el (mm-add-meta-html-tag): New function.
15374         (mm-save-part-to-file, mm-pipe-part): Use it.
15376         * gnus-art.el (gnus-article-browse-delete-temp-files):
15377         Use gnus-y-or-n-p instead of y-or-n-p.
15378         (gnus-article-browse-html-parts): Work with message/external-body; use
15379         mm-add-meta-html-tag.
15381 2007-12-11  Glenn Morris  <rgm@gnu.org>
15383         * gnus-cache.el: Require gnus-sum not just when compiling.
15385         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15387         * gnus-int.el (gnus-server-opened, gnus-status-message):
15388         Move definitions before use.
15390         * mm-decode.el: Require gnus-util.
15391         (mm-remove-part): Only call delete-annotation on XEmacs.
15393         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15395         * nnmail.el: Require gnus-int.
15397         * spam.el: Move `require's before `eval-when-compile's.
15399         * gnus-ems.el (gnus-alive-p):
15400         * gnus-fun.el (message-goto-eoh):
15401         * gnus-util.el (gnus-group-name-decode):
15402         * mail-source.el (gnus-compress-sequence):
15403         * message.el (Info-goto-node, format-spec):
15404         * mm-bodies.el (message-options-get):
15405         * mm-decode.el (mm-view-pkcs7):
15406         * mm-util.el (gmm-write-region):
15407         * mml-smime.el (mml-compute-boundary)
15408         (gnus-completing-read-with-default):
15409         * mml.el (widget-button-press, gnus-make-hashtable):
15410         * mml1991.el (mm-decode-content-transfer-encoding)
15411         (mm-encode-content-transfer-encoding)
15412         (message-options-get, message-options-set):
15413         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15414         * nnfolder.el (gnus-request-group):
15415         * nnheader.el (ietf-drums-unfold-fws):
15416         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15417         * smime.el (gnus-run-mode-hooks):
15418         * spam-stat.el (gnus-message): Autoload.
15420         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15421         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15422         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15423         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15424         Add declare-function compatibility definition.
15426         * gnus-cache.el (nnvirtual-find-group-art):
15427         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15428         (gnus-add-image, gnus-add-wash-type):
15429         * gnus-group.el (nnkiboze-score-file):
15430         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15431         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15432         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15433         (message-tokenize-header, gnus-get-buffer-create)
15434         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15435         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15436         * gnus.el (gnus-group-decoded-name):
15437         * mail-source.el (imap-capability):
15438         * mm-bodies.el (message-options-set):
15439         * mm-decode.el (gnus-configure-windows):
15440         * mm-extern.el (message-goto-body):
15441         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15442         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15443         (epg-sub-key-validity, message-options-set):
15444         * mml.el (widget-event-point, gnus-configure-windows):
15445         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15446         * mml2015.el (epg-check-configuration, epg-configuration)
15447         (message-options-set):
15448         * nndb.el (nndb-request-article):
15449         * nnfolder.el (gnus-request-create-group):
15450         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15451         * nnmaildir.el (gnus-group-mark-article-read):
15452         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15453         * rfc1843.el (message-fetch-field):
15454         * spam.el (gnus-extract-address-components):
15455         Declare as functions.
15457 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15459         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15461         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15463         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15464         bind show-trailing-whitespace for XEmacs.
15466 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15468         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15469         new no-op macro for backward compatibility.
15471         * imap.el (imap-string-to-integer): New function.
15473 2007-12-09  Glenn Morris  <rgm@gnu.org>
15475         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15477         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15478         * message.el, mm-view.el, sieve-manage.el, smime.el:
15479         Add declare-function compatibility definition.
15481         * gnus-art.el (w3-region, w3m-region, Info-menu):
15482         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15483         * gnus-sum.el (gnus-get-predicate):
15484         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15485         * message.el (mail-abbrev-in-expansion-header-p):
15486         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15487         (w3m-detect-meta-charset, w3m-region):
15488         * sieve-manage.el (password-read, password-cache-add)
15489         (password-cache-remove):
15490         * smime.el (password-read-and-add): Declare as functions.
15492 2007-12-08  David Kastrup  <dak@gnu.org>
15494         * gnus-sum.el (gnus-summary-simplify-subject-query):
15495         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15496         `message'.
15498 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15500         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15501         it to bind idna-program, installation-directory, defined-colors, and
15502         face-attribute for XEmacs of the version that compiles defcustom forms.
15504 2007-12-07  Glenn Morris  <rgm@gnu.org>
15506         * gnus-art.el (article-make-date-line): Revert previous change.
15508 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15510         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15512 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15514         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15515         Call gnus-add-to-range ranges only once with a prepared article-list.
15517 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15519         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15520         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15521         group names with backslashes.
15522         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15524 2007-12-06  Deepak Goel  <deego3@gmail.com>
15526         * gnus-art.el (article-make-date-line):
15527         * gnus-start.el (gnus-load):
15528         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15530 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15532         * gnus-art.el (gnus-use-idna):
15533         * gnus-start.el (gnus-site-init-file):
15534         * message.el (message-use-idna):
15535         * mm-uu.el (mm-uu-hide-markers):
15536         * smiley.el (smiley-style): Revert changes that suppress warnings.
15538 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15540         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15541         specify charset to html source.
15542         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15544 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15546         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15547         idna-program in order to suppress byte compile warning issued by XEmacs
15548         that came to byte compile the default value section of defcustom forms
15549         recently.
15551         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15552         value of installation-directory.
15554         * message.el (message-use-idna): Don't directly refer to the value of
15555         idna-program.
15557         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15559         * smiley.el (smiley-style): Don't directly call face-attribute.
15561 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15563         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15565         * gnus-dired.el: Reduce Gnus dependencies.
15566         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15567         Don't require.  Use autoloads instead.
15568         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15569         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15570         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15571         (gnus-dired-mode): Adjust doc string.
15572         (gnus-dired-mail-mode): New variable.
15573         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15574         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15575         (gnus-dired-mail-buffers): New function.  Return mail or message
15576         composition buffers.
15577         (gnus-dired-attach): Use it.
15578         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15579         NO-DECODE.
15580         (gnus-dired-print): Use `gnus-print-buffer' depending on
15581         `gnus-dired-mail-mode'.
15583 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15585         * rfc2047.el (rfc2047-encoded-word-regexp)
15586         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15587         explaining what regexp patterns are for.
15589 2007-12-04  Glenn Morris  <rgm@gnu.org>
15591         * password.el: Move to password-cache.el.
15593         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15594         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15595         * mml-smime.el (password-read, password-cache-add)
15596         (password-cache-remove):
15597         No need to autoload, since mml-sec requires password.
15599         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15600         * message.el (gnus-extract-address-components):
15601         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15603         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15604         password.
15606 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15608         * mailcap.el: Reduce dependencies.
15609         (mail-header-parse-content-type): Autoload.
15610         (mailcap-delete-duplicates): New alias.
15611         (mailcap-mime-info): Add optional argument NO-DECODE.
15612         (mailcap-mime-types): Use mailcap-delete-duplicates.
15614         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15616 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15618         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15619         (imap-parse-status): Upcase status-att for servers that sends them
15620         lower-case (e.g., MS Exchange 2007).
15622 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15624         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15625         function.
15627         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15628         (gnus-uu-yenc-article): New function.
15630         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15632         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15634 2007-12-02  Glenn Morris  <rgm@gnu.org>
15636         * binhex.el (binhex): New custom group.
15637         (binhex-decoder-program, binhex-decoder-switches)
15638         (binhex-use-external): Move to the binhex custom group.
15640         * uudecode.el (uudecode): New custom group.
15641         (uudecode-decoder-program, uudecode-decoder-switches)
15642         (uudecode-use-external): Move to the uudecode custom group.
15644         * netrc.el (top-level): Don't load `encrypt' features.
15645         (netrc-parse): Don't use encrypt.
15646         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15648         * encrypt.el: Remove file.
15650 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15652         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15653         matches on patches.
15655         * gnus-art.el (gnus-article-browse-html-article):
15656         Mention `mm-text-html-renderer' in the doc string.
15658         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15659         string.  Add comments.
15661         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15662         if rhs is ASCII.
15664 2007-12-01  Glenn Morris  <rgm@gnu.org>
15666         * mail-source.el (top-level): Require format-spec before
15667         eval-when-compile.
15669 2007-11-30  Glenn Morris  <rgm@gnu.org>
15671         * encrypt.el: Require password, rather than autoloading password-read.
15673 2007-11-29  Glenn Morris  <rgm@gnu.org>
15675         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15676         (sasl-make-client, sasl-next-step, sasl-step-data)
15677         (sasl-step-set-data): Declare as functions.
15679 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15681         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15683 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15685         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15686         certs should be verified and what is to be done in the event of a
15687         verification failure.
15689         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15690         caller can indicate whether the cache should be disregarded for this
15691         call.  This way the result of the call is reproducible at all times and
15692         can be considered a canonical server name for the supplied method.
15693         (gnus-agent-method-p): Canonicalize server names by pushing their
15694         method through `gnus-method-to-server' using the no-cache argument.
15696         * gnus-srvr.el (gnus-server-insert-server-line):
15697         Call `gnus-method-to-server' with `no-cache' argument.
15699         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15700         gnus-agent-possibly-synchronize-flags as this should be called when the
15701         server is actually being opened.
15702         (gnus-agent-possibly-synchronize-flags)
15703         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15704         flags file of an agentized server to the latter function.
15706         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15707         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15708         after a connection has been established successfully.
15710 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15712         * gnus-art.el (article-display-face): Force to display face if called
15713         interactively; check if gnus-article-x-face-too-ugly matches author.
15714         (article-display-x-face): Display face even if From header is missing
15715         as article-display-face does.
15717 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15719         * hashcash.el (message-narrow-to-headers-or-head)
15720         (message-fetch-field, message-goto-eoh)
15721         (message-narrow-to-headers): Declare as functions.
15723 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15725         * mail-source.el (mail-sources): Default to fetch from file for
15726         compatibility with default of nnmail-spool-file.
15728 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15730         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15731         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15732         to look for encoded word that should be encoded again.
15733         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15734         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15735         encoding pattern.
15736         (rfc2047-decode-region): Switch strict regexp and loose one according
15737         to rfc2047-allow-irregular-q-encoded-words.
15739 2007-11-25  Romain Francoise  <romain@orebokech.com>
15741         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15743 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15745         * tls.el (tls-program): Provide more custom choices from
15746         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15747         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15749 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15751         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15752         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15754         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15755         `nnmail-spool-file'.
15757         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15758         `nnmail-spool-file'.
15760         * gnus-move.el (gnus-change-server): Ditto.
15762         * gnus-kill.el (gnus-batch-score): Ditto.
15764         * gnus-cache.el (gnus-jog-cache): Ditto.
15766         * gnus-msg.el (gnus-summary-reply):
15767         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15769 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15771         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15772         version.  Minor improvement to doc strings.
15773         (tls-program): Add comment.
15775 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15777         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15778         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15779         mismatch between the hostname provided in the certificate and the name
15780         of the host connnecting to.
15781         (open-tls-stream): Use them.  Check certificates against trusted root
15782         certificates.
15784 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15786         * gnus-cache.el (gnus-cache-generate-nov-databases):
15787         Use nnml-generate-nov-databases-directory instead of
15788         nnml-generate-nov-databases-1.
15790 2007-11-24  Glenn Morris  <rgm@gnu.org>
15792         * message.el (message-tool-bar-retro): Update for rename
15793         mail_send.xpm->mail-send.xpm.
15795 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15797         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15798         `smime-ldap-search' for Emacs 22 and up.
15800 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15802         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15804         * message.el (message-send-mail-function): Fix error convention.
15805         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15806         (message-widen-reply, message-send-mail, message-talkative-question)
15807         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15808         (message-clone-locals, message-send-news): Use with-current-buffer.
15809         (message-insert-or-toggle-importance): Remove unused var `valid'.
15810         (message-make-references): Remove unused var `new-references'.
15811         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15813 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15815         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15816         (spam-split-symbolic-return-positive): Reflow docstring.
15817         (spam-backends, spam-summary-exit-behavior)
15818         (spam-mark-ham-unread-before-move-from-spam-group)
15819         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15820         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15821         (spam-clear-cache, spam-backend-check, spam-install-backend)
15822         (spam-install-statistical-backend, spam-list-of-processors)
15823         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15824         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15825         (spam-check-crm114, spam-initialize, spam-unload-hook):
15826         Fix typos in docstrings.
15828 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15830         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15831         been checked if they have never been read and those group levels are
15832         higher than the one that a user specified.
15834 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15836         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15837         foreign groups unless a group level is specified by a user.
15838         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15840 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15842         * message.el (message-send-mail-function): Require sendmail.
15844 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15846         * message.el (message-send-mail-function): Check for smtpmail too.
15848         * utf7.el (utf7-encode, utf7-decode): Use coding system
15849         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15851         * message.el (message-send-mail-function): New function.
15852         (message-send-mail-function): Set default using
15853         message-send-mail-function.  Adjust doc string.
15854         (message-send-mail-with-mailclient): New function.
15856 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15858         * smime.el (from):
15859         * rfc2047.el (message-posting-charset):
15860         * qp.el (mm-use-ultra-safe-encoding):
15861         * pop3.el (parse-time-months):
15862         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15863         * nnml.el (files):
15864         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15865         (jka-compr-compression-info-list, ange-ftp-path-format)
15866         (efs-path-regexp):
15867         * nndiary.el (files):
15868         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15869         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15870         (epg-digest-algorithm-alist, inhibit-redisplay)
15871         (password-cache-expiry):
15872         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15873         (pgg-output-buffer, password-cache-expiry):
15874         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15875         (efs-path-regexp):
15876         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15877         (inhibit-redisplay):
15878         * mm-uu.el (file-name, start-point, end-point, entry)
15879         (gnus-newsgroup-name, gnus-newsgroup-charset):
15880         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15881         (latin-unity-ucs-list):
15882         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15883         (mm-uu-binhex-decode-function):
15884         * message.el (gnus-message-group-art, gnus-list-identifiers)
15885         (rmail-enable-mime-composing, gnus-local-organization)
15886         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15887         (gnus-read-active-file, facemenu-add-face-function)
15888         (facemenu-remove-face-function, gnus-article-decoded-p)
15889         (tool-bar-mode):
15890         * mail-source.el (display-time-mail-function):
15891         * gnus-util.el (nnmail-pathname-coding-system)
15892         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15893         (gnus-original-article-buffer, gnus-user-agent)
15894         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15895         (xemacs-codename, sxemacs-codename, emacs-program-version):
15896         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15897         * gnus-start.el (gnus-agent-covered-methods)
15898         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15899         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15900         (gnus-newsgroup-headers, gnus-group-list-mode)
15901         (gnus-group-mark-positions, gnus-newsgroup-data)
15902         (gnus-newsgroup-unreads, nnoo-state-alist)
15903         (gnus-current-select-method, mail-sources)
15904         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15905         (nnmail-spool-file, gnus-cache-active-hashtb):
15906         * gnus-mh.el (mh-lib-progs):
15907         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15908         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15909         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15910         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15911         (gnus-group-buffer):
15912         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15913         (font-lock-set-defaults):
15914         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15915         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15916         (gnus-summary-post-menu, total-parts, type, condition, length):
15917         * gnus-agent.el (gnus-agent-read-agentview):
15918         * flow-fill.el (show-trailing-whitespace):
15919         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15920         eval-and-compile wrappers for byte compiler pacifiers.
15922         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15923         (mm-display-inline-fontify): Check for featurep 'xemacs not
15924         extent-list.
15926         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15927         itimer-list.
15928         (mm-create-image-xemacs): Only do something for XEmacs.
15929         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15931         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15933         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15934         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15936 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15938         * nnimap.el (nnimap-split-download-body):
15939         * gnus-demon.el (gnus-demon):
15940         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15942 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15944         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15945         New macros.
15946         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15947         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15948         copy data from unibyte buffer to multibyte current buffer.
15949         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15950         to copy data from unibyte current buffer to multibyte buffer.
15951         (nntp-make-process-buffer): Make process buffer unibyte.
15953         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15955 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15957         * pop3.el (pop3-open-server): Accept and process data more robustly at
15958         connection start to avoid spurious "POP SSL connection failed" errors.
15960 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15962         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15963         read group names.
15965 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15967         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15969 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15971         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15972         (nnmail-save-active): Use a unibyte buffer when saving active file,
15973         which may contain non-ASCII group names.
15975         * nnml.el (nnml-request-group): Decode group names in messages.
15977 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15979         * message.el (message-citation-line-function)
15980         (message-insert-formatted-citation-line): Fix spelling of
15981         `message-insert-formated-citation-line'.
15983 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15985         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15987 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15989         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15990         nnmail-pathname-coding-system.
15992         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15993         that a user enters; decode group names in messages.
15995         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15997 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15999         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16001         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16003         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16004         risky local variable.
16006         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16008 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16010         * encrypt.el: Improve documentation to fix function name typo.
16011         Reported by Daiki Ueno <ueno@unixuser.org>.
16013 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16015         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16016         even if the point is not in the last page of an article.
16017         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16018         back to the previous page.
16020 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16022         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16024 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16026         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16028 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16030         * message.el (message-check-news-body-syntax):
16031         Avoid mm-string-as-multibyte.
16032         (message-hide-headers): Don't assume (point-min)==1.
16034 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16036         * message.el (message-remove-blank-cited-lines): Fix if remove is
16037         given.
16038         (message-bogus-address-regexp): New variable.
16039         (message-bogus-recipient-p): New function.
16040         (message-check-recipients): New command.
16041         (message-syntax-checks): Add `bogus-recipient'.
16042         (message-fix-before-sending): Add `bogus-recipient'.
16044         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16045         (gnus-treat-body-boundary): Don't test window-system.
16047 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16049         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16051 2007-10-28  Miles Bader  <miles@gnu.org>
16053         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16054         at compile-time too.
16056 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16058         * gnus-msg.el (gnus-message-setup-hook):
16059         Add `message-remove-blank-cited-lines' to options.
16061 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16063         * message.el (message-remove-blank-cited-lines): New function.
16064         Suggested by Karl Plästerer.
16066 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16068         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16069         mapc.
16071         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16072         (top-level): Use mapc to set functions to be traced for debugging.
16074         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16075         called for effect with while loop.
16077         * message.el (message-talkative-question): Replace mapcar called for
16078         effect with mapc.
16080         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16081         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16082         called for effect with dolist.
16084         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16086         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16087         gnus-extra-headers and nnmail-extra-headers.
16089         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16090         called for effect with dolist.
16091         (top-level): Use mapc to set functions to be traced for debugging.
16093         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16094         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16095         dolist.
16097         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16098         Replace mapcar called for effect with mapc.
16099         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16100         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16101         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16102         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16104         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16105         remove-if that's a cl function.
16107         * webmail.el (webmail-debug): Replace mapcar called for effect with
16108         dolist.
16110         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16111         with mapc.
16113 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16115         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16116         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16117         with while loop.
16119         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16120         functions from article-* functions.
16121         (gnus-multi-decode-header): Replace mapcar called for effect with
16122         dolist.
16124         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16125         (gnus-bookmark-show-details): Replace mapcar called for effect with
16126         while loop.
16128         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16129         called for effect with while loop.
16131         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16132         with dolist.
16134         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16135         Replace mapcar called for effect with dolist.
16137         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16139         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16140         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16141         Replace mapcar called for effect with dolist.
16142         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16143         mapc.
16145         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16146         Replace mapcar called for effect with dolist.
16147         (gnus-topic-list): Replace mapcar called for effect with mapc.
16149         * gnus.el: Use mapc instead of mapcar to add autoloads.
16151 2007-10-23  Richard Stallman  <rms@gnu.org>
16153         * gnus-group.el (gnus-group-highlight): Mark as risky.
16155 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16157         * gnus.el (gnus-server-to-method): Return method found first in
16158         gnus-newsrc-alist.
16160         * gnus-art.el (gnus-article-highlight-signature)
16161         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16162         button overlay without the front stickiness.
16164 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16166         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16167         overview buffer needed a catch to receive its throw.
16168         (gnus-agent-flush-cache): Declare as interactive to make this function
16169         easier to use.
16171 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16173         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16174         `next-line'.
16176 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16178         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16179         exclude address matching message-dont-reply-to-names.
16181 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16183         * gnus-util.el (gnus-string<): New function.
16185         * gnus-sum.el (gnus-article-sort-by-author)
16186         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16188 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16190         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16191         the frame-focus tag is set in gnus-buffer-configuration.
16193 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16195         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16196         the front stickiness.
16198 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16200         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16201         url pattern; remove duplicate one.
16202         (gnus-article-extend-url-button): New function.
16203         (gnus-article-add-buttons): Use it.
16204         (gnus-button-push): Use concatenated url that it makes.
16206 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16208         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16210 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16212         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16213         Don't hardcode point-min==1.
16215 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16217         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16218         Fix comment about "iso8859-1".
16220 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16222         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16223         ones returned from the verify-function.
16225         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16226         Call mml2015-extract-cleartext-signature if extraction failed.
16228 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16230         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16231         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16232         failed.
16234 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16236         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16238 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16240         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16241         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16242         recommends to use EasyPG instead of PGG.
16244         * pgg.el: Revert to revision 6.23.2.16.
16246         * pgg-def.el: Revert to revision 6.6.2.14.
16248         * pgg-gpg.el: Revert to revision 6.23.2.34.
16250 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16252         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16253         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16254         thread for both the null and zero (kill/expire thread) universal prefix
16255         cases.
16256         (gnus-summary-expire-thread): Add new function to expire a thread,
16257         using gnus-summary-kill-thread.
16258         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16259         shortcuts for gnus-summary-expire-thread.
16260         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16261         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16263 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16265         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16266         extras value, so an extras entry can be deleted.
16267         (gnus-registry-delete-extra-entry): Use it.
16268         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16269         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16270         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16271         storage through the gnus-registry, and provide an appropriate API for
16272         it.
16274 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16276         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16277         Suggested by Leo <sdl.web@gmail.com>.
16279         * gnus.el: Do.
16281 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16283         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16284         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16286         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16288         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16289         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16291 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16293         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16294         newline.
16295         (nnmbox-request-accept-article): Don't change article in source buffer;
16296         narrow to header to use message-fetch-field rather than
16297         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16298         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16299         as delimiters; make sure article ends with newline.
16300         (nnmbox-delete-mail): Correct last position of article to be deleted;
16301         ignore X-Gnus-Newsgroup header in article body.
16302         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16303         positions; make sure article ends with newline.
16305         * message.el (message-display-abbrev): Don't infloop when a user
16306         inserts SPC in the beginning of header.
16308         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16309         coding-system-for-read and coding-system-for-write for XEmacs having no
16310         file-coding feature.
16312         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16314 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16316         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16317         list of groups not followed by default.  Fix type to be regexp.
16318         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16320 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16322         * hmac-def.el (define-hmac-function): Switch from old-style to
16323         new-style backquotes.
16325         * md4.el (md4-make-step): Likewise.
16327 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16329         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16330         raw-text coding system when saving .newsrc file, which may contain
16331         non-ASCII group names.
16333 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16335         * gnus-cus.el (gnus-score-extra): New widget.
16336         (gnus-score-extra-convert): New function.
16337         (gnus-score-customize): Use it for Extra.
16339 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16341         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16342         (mml2015-mailcrypt-clear-verify): Use it.
16343         (mml2015-gpg-clear-verify): Use it.
16344         (mml2015-pgg-clear-verify): Use it.
16345         (mml2015-epg-clear-verify): Replace the current part with the output
16346         from GnuPG; don't extract the plaintext by itself.
16348         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16349         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16350         mml2015-clear-verify-function; don't touch the armor headers or
16351         dash-escaped text here.
16353 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16355         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16356         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16357         parts, or application/octet-stream as a last resort.
16358         (gnus-mime-view-part-as-type): Don't toggle display.
16359         (gnus-mime-view-part-as-charset): Don't turn off display before
16360         querying charset.
16362         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16363         stuff to undisplayer function in Emacs.
16364         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16366         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16367         text/calendar parts.
16369 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16371         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16372         decoding text/calendar parts.
16374         * message.el (message-forward-make-body-mime): Always mark body as
16375         having no illegible text; remove signed-or-encrypted argument.
16376         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16378         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16379         (mml-generate-mime-1): Don't encode body if it is specified to be in
16380         raw form; don't make buffer be unibyte when inserting multibyte string.
16382 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16384         * sha1.el: Fix up comment style.
16385         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16386         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16388         * hex-util.el: Fix up comment style.
16389         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16391         * gnus-salt.el: Use with-current-buffer.
16392         (gnus-pick-setup-message): Fix long-standing typo.
16394 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16396         * imap.el (imap-logout-timeout): New variable.
16397         (imap-logout, imap-logout-wait): New functions.
16398         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16400         * nnimap.el (nnimap-logout-timeout): New server variable.
16401         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16402         nnimap-logout-timeout.
16404         * gnus-art.el (gnus-article-summary-command-nosave)
16405         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16407 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16409         * gnus.el (gnus-maximum-newsgroup): New variable.
16411         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16412         according to gnus-maximum-newsgroup.
16414         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16415         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16416         Limit the range of articles according to gnus-maximum-newsgroup.
16418 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16420         * gnus-art.el (gnus-sticky-article): Fix problems described in
16421         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16422         Don't perform gnus-configure-windows here; reuse existing sticky
16423         article buffer.
16425         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16426         it doesn't exist in gnus-article-mode.
16428 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16430         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16431         (gnus-agent-decoded-group-name): New function.
16432         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16433         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16435 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16437         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16438         Add binding for gnus-sticky-article.
16439         (gnus-summary-exit): Don't kill sticky article buffers.
16441         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16442         article buffer.
16443         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16444         (gnus-kill-sticky-article-buffers): New commands.
16446 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16448         * nntp.el (nntp-xref-number-is-evil): New server variable.
16449         (nntp-find-group-and-number): If it is non-nil, don't trust article
16450         numbers in the Xref header.
16452 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16454         * gnus-agent.el (gnus-agent-read-group): New function.
16455         (gnus-agent-flush-group, gnus-agent-expire-group)
16456         (gnus-agent-regenerate-group): Use it.
16457         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16458         nnmail-pathname-coding-system.
16460 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16462         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16464         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16465         that are unread as unread, and also as selected so that information of
16466         marks having been changed by a user may be updated when exiting group.
16468 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16470         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16472 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16474         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16475         calculated ignoring signature parts to gnus-treat-article.
16477 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16479         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16480         a point here in order to keep the window start.
16481         (gnus-insert-mime-security-button): Make a button overlay without the
16482         front stickiness.
16483         (gnus-mime-display-security): Goto the end of a button.
16485         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16487 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16489         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16490         group-name-at-point.
16491         (gnus-group-completing-read): New function that offers decoded
16492         non-ASCII group names for completion.
16493         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16494         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16495         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16496         (gnus-group-fetch-control): Use it.
16497         (gnus-fetch-group): Use group-name-at-point for the initial value
16498         rather than the default value; use gnus-alive-p.
16500         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16501         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16502         (gnus-summary-post-news): Use gnus-group-completing-read.
16504         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16505         (gnus-read-move-group-name): Decode group name for completion.
16507 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16509         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16510         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16511         Yamaoka slightly modified the code).
16513 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16515         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16516         (nnmail-split-incoming): Bind it.
16518         * nnml.el (nnml-group-name-charset): New function.
16519         (nnml-decoded-group-name): Use it; don't decode group name if
16520         nnmail-group-names-not-encoded-p is non-nil.
16521         (nnml-encoded-group-name): New function.
16522         (nnml-group-pathname): Inline nnml-decoded-group-name.
16523         (nnml-request-expire-articles): Decode group name in message.
16524         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16525         nnmail-pathname-coding-system.
16526         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16527         not decoded ones according to nnmail-group-names-not-encoded-p.
16528         (nnml-generate-active-info): Use nnml-encoded-group-name.
16530 2007-08-08  Glenn Morris  <rgm@gnu.org>
16532         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16533         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16534         doc-strings and comments.
16536 2007-07-25  Glenn Morris  <rgm@gnu.org>
16538         * Relicense all FSF files to GPLv3 or later.
16540 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16542         * gnus-sum.el (gnus-summary-move-article):
16543         Make gnus-summary-respool-article work.
16545 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16547         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16548         string.
16550 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16552         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16553         that should be ignored when comparing distant RSS articles with local
16554         ones.
16555         (nnrss-make-hash-index): New function.  Create a hash index according
16556         to the ignored fields.
16557         (nnrss-check-group): Use it.
16559 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16561         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16563         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16565         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16566         the new optional argument ENCODED is non-nil.
16567         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16568         coding system for encoding group name.
16569         (gnus-group-make-rss-group): Pass un-encoded group name to
16570         gnus-group-make-group.
16571         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16572         encoded.
16574         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16575         Encode group name to which articles are moved or copied.
16576         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16577         coding system for encoding Newsgroup, Followup-To and Xref headers.
16579         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16580         marks; use nnheader-file-coding-system to write a file.
16581         (nnagent-retrieve-headers): Bind file-name-coding-system to
16582         nnmail-pathname-coding-system.
16584         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16586         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16587         (nnml-request-article, nnml-request-create-group)
16588         (nnml-request-rename-group, nnml-find-id)
16589         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16590         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16591         (nnml-save-marks): Use nnml-group-pathname instead of
16592         nnmail-group-pathname.
16594         (nnml-request-create-group, nnml-request-expire-articles)
16595         (nnml-request-move-article, nnml-request-delete-group)
16596         (nnml-deletable-article-p, nnml-possibly-create-directory)
16597         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16598         (nnml-open-marks): Bind file-name-coding-system to
16599         nnmail-pathname-coding-system.
16601         (nnml-request-article): Pass server argument to nnml-find-group-number.
16602         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16603         Pass server argument to nnml-possibly-create-directory.
16604         (nnml-request-accept-article): Pass server argument to
16605         nnml-active-number and nnml-save-mail.
16606         (nnml-find-group-number): Pass server argument to nnml-find-id.
16607         (nnml-request-update-info): Pass server argument to
16608         nnml-marks-changed-p.
16610         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16611         (nnml-save-mail, nnml-active-number): Add server argument.
16613         (nnml-request-delete-group): Warn if group is missing.
16614         (nnml-get-nov-buffer): Decode group name.
16615         (nnml-generate-active-info): Encode group name.
16616         (nnml-open-marks): Decode group name in messages.
16618 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16620         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16621         if it is not specified.
16622         (gnus-article-pipe-part, gnus-article-save-part)
16623         (gnus-article-interactively-view-part, gnus-article-copy-part)
16624         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16625         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16626         (gnus-article-replace-part, gnus-article-delete-part)
16627         (gnus-article-view-part-as-type): Pass raw prefix argument to
16628         gnus-article-part-wrapper.
16630 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16632         * gnus-agent.el (gnus-agent-save-active):
16633         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16635         * gnus-cache.el (gnus-cache-save-buffers)
16636         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16637         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16638         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16639         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16640         (gnus-cache-generate-active, gnus-cache-rename-group)
16641         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16642         (gnus-cache-update-overview-total-fetched-for):
16643         Bind file-name-coding-system to nnmail-pathname-coding-system.
16644         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16645         New variables.
16646         (gnus-cache-decoded-group-name): New function.
16647         (gnus-cache-file-name): Use it.
16648         (gnus-cache-generate-active): Use non-decoded group name for active.
16650         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16651         right place.
16652         (gnus-write-active-file): Don't break non-ASCII group names.
16654         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16655         nnmail-pathname-coding-system.
16657         * lpath.el: Bind default-file-name-coding-system,
16658         file-name-coding-system and language-info-alist for XEmacs.
16660         * gnus-uu.el (gnus-uu-decode-save): Typo.
16662 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16664         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16666 2007-07-14  David Kastrup  <dak@gnu.org>
16668         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16669         finishing actions if we did not edit the article.
16671 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16673         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16674         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16675         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16676         (gnus-agent-flush-group, gnus-agent-flush-cache)
16677         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16678         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16679         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16680         (gnus-agent-regenerate-group)
16681         (gnus-agent-update-files-total-fetched-for)
16682         (gnus-agent-update-view-total-fetched-for):
16683         Bind file-name-coding-system to nnmail-pathname-coding-system.
16684         (gnus-agent-group-pathname): Don't encode file names by
16685         nnmail-pathname-coding-system.
16686         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16687         coding-system-for-write instead of buffer-file-coding-system to
16688         gnus-agent-file-coding-system.
16690         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16691         Decode group name.
16693         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16695         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16696         (gnus-read-newsrc-el-file): Make group names unibyte.
16698         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16699         nnmail-pathname-coding-system.
16701         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16702         (nnrss-request-delete-group): Bind file-name-coding-system to
16703         nnmail-pathname-coding-system.
16704         (nnrss-read-server-data, nnrss-read-group-data):
16705         Bind file-name-coding-system correctly.
16706         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16708         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16709         (nntp-server-to-method-cache): New variable.
16710         (nntp-group-pathname): New function that decodes non-ASCII group names.
16711         (nntp-possibly-create-directory, nntp-marks-changed-p)
16712         (nntp-save-marks, nntp-open-marks): Use it.
16713         (nntp-possibly-create-directory, nntp-open-marks):
16714         Bind file-name-coding-system to nnmail-pathname-coding-system.
16715         (nntp-open-marks): Decode group names when bootstrapping marks.
16717         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16718         Newsgroups and Followup-To headers.
16720 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16722         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16723         (gnus-server-closed-face, gnus-server-denied-face)
16724         (gnus-server-offline-face): Remove variable.
16725         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16727         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16728         of modifying message-stack directly for XEmacs.
16730         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16731         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16732         if the coding-system argument is nil for XEmacs.
16734         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16735         mm-charset-override-alist.
16737         * rfc2047.el: Don't require base64; require rfc2045 for the function
16738         rfc2045-encode-string.
16739         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16740         to quote the parameter value.
16742 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16744         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16745         form in gnus-group-name-charset-method-alist.
16747         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16748         overrides the default layout edit-form.
16750         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16752         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16754 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16756         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16757         as unfetched articles.
16759 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16761         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16763 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16765         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16766         original back end that keeps marks in the local system.
16768 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16770         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16771         arg of pop-to-buffer for XEmacs.
16772         (gnus-article-read-summary-keys): Ditto; don't restore window
16773         configuration if summary command ends up with neither article buffer
16774         nor summary buffer; describe bindings if summary keys end with C-h.
16776 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16778         * message.el (message-fix-before-sending): Skip raw message part to be
16779         forwarded while checking illegible text.
16780         (message-forward-make-body-mime, message-forward-make-body):
16781         Mark signed or encrypted raw message as having no illegible text.
16783 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16785         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16786         (gnus-message-with-timestamp-1): New macro.
16787         (gnus-message-with-timestamp): New function.
16788         (gnus-message): Use them.
16790         * nnheader.el (nnheader-message): Use them.
16792 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16794         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16795         .newsrc.eld file.
16797 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16799         * gnus-agent.el (gnus-agent-fetch-headers)
16800         (gnus-agent-retrieve-headers):
16801         Bind gnus-decode-encoded-address-function to identity.
16803         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16804         available also when the server returns simply a dot.
16806         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16808 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16810         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16812 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16814         * gnus-ems.el (gnus-x-splash): Make it work.
16816         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16817         from being used.
16819         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16821 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16823         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16824         4th and the 5th arguments.
16826         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16827         the front stickiness.
16828         (gnus-article-summary-command-nosave): Correct the order of the
16829         arguments passed to pop-to-buffer.
16830         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16831         summary command ends up with the article buffer.
16833         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16834         the same faces.
16836 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16838         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16840 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16842         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16843         * gnus-sum.el (gnus-summary-highlight):
16844         * pgg.el (pgg-sign-region, pgg-sign):
16845         * mail-source.el (mail-source-delete-old-incoming-confirm):
16846         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16848 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16850         * gnus-art.el (gnus-mime-view-part-externally)
16851         (gnus-mime-view-part-internally): Fix predicate function passed to
16852         completing-read.
16854         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16856         * gnus.el (gnus-update-message-archive-method): Add :version.
16858 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16860         * gnus.el (gnus-update-message-archive-method): New variable.
16862         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16863         according to gnus-message-archive-method if
16864         gnus-update-message-archive-method is non-nil.
16866 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16868         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16869         Suggested by Loic Dachary <loic@dachary.org>.
16870         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16872 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16874         * message.el (message-pop-to-buffer): Add switch-function argument.
16875         (message-mail): Pass switch-function argument to it.
16877 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16879         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16880         Improve doc string.
16882 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16884         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16885         (gnus-header-content):
16886         * gnus-cite.el (gnus-cite-10):
16887         * gnus-srvr.el (gnus-server-closed):
16888         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16889         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16890         (gnus-group-mail-3-empty, gnus-group-mail-low)
16891         (gnus-group-mail-low-empty, gnus-splash):
16892         * message.el (message-header-to, message-header-cc)
16893         (message-header-subject, message-header-other, message-header-name)
16894         (message-header-xheader, message-separator, message-cited-text)
16895         (message-mml): Lighten colors of faces used for dark background.
16897 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16899         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16900         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16902 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16904         * message.el (message-narrow-to-headers-or-head):
16905         Ignore mail-header-separator in the body.
16907 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16909         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16910         same as window size.
16912 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16914         * message.el (message-font-lock-keywords): Use message-header-xheader
16915         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16916         ahead of the anything pattern, to get it recognized.
16918 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16920         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16921         spam.el loads uses it in the compiled defadvice form.
16923 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16925         * gnus-sum.el (gnus-articles-to-read)
16926         (gnus-summary-insert-old-articles): Don't truncate group name for
16927         `read-string'.
16929         * gnus-util.el (gnus-limit-string): Delete this function.
16931         * gnus-sum.el (gnus-simplify-subject-fully):
16932         Use `truncate-string-to-width' instead.
16934 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16936         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16937         Tell if, on summary exit, the next group has to be selected.
16938         (gnus-summary-exit): Use it.
16940 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16942         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16943         non-break space.
16945 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16947         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16948         Check if group is not a directory.
16949         (nnfolder-request-expire-articles): Don't delete articles if the target
16950         group is not available.
16952         * nnml.el (nnml-request-create-group): Properly check if group is not a
16953         file.
16954         (nnml-request-expire-articles): Don't delete articles if the target
16955         group is not available.
16957         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16958         Don't quote characters that are within parentheses.
16960 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16962         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16963         (gnus-handle-ephemeral-exit): Select article according to it.
16965 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16967         * message.el (message-insert-formated-citation-line): Remove newline.
16968         (message-citation-line-format): Add final \n here so that the user can
16969         avoid a blank line.
16971 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16973         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16974         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16975         Update lanl/arXiv support.
16977 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16979         * gnus.el: Bump version number.
16981 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983         * gnus.el (gnus-version-number): Bump version.
16985 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16987         * gnus.el: No Gnus v0.6 is released.
16989 2007-04-27  Didier Verna  <didier@xemacs.org>
16991         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16992         * gmm-utils.el (gmm-regexp-concat): ... here.
16993         * message.el: Don't require 'gnus-util.
16994         (message-dont-reply-to-names): Handle name change above.
16995         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16997 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16999         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17000         since the initial value varies according to the system.
17002 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17004         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17006 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17008         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17010 2007-04-24  Didier Verna  <didier@xemacs.org>
17012         Improve the type of gnus-ignored-from-addresses.
17013         * gnus-util.el (gnus-orify-regexp): New function.
17014         * message.el (gnus-util): Require it.
17015         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17016         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17017         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17019 2007-04-24  Didier Verna  <didier@xemacs.org>
17021         * gnus-sum.el:
17022         * gnus-utils.el: Fix some trailing whitespaces.
17024 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17026         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17027         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17028         article's Message-ID; refer parent article in summary buffer.
17030         * message.el (message-bounce): Call mime-to-mml.
17032         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17033         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17034         optimize and/or forms properly.
17036 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17038         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17039         URL.
17041 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17043         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17045 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17047         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17048         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17049         displayed of multipart/alternative part if it is invoked from summary
17050         buffer.
17052         * mm-view.el (mm-inline-text-html-render-with-w3m)
17053         (mm-inline-text-html-render-with-w3m-standalone)
17054         (mm-inline-render-with-function): Use mail-parse-charset by default.
17056 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17058         * parse-time.el (parse-time-string-chars): Check if CHAR
17059         is less than the length of parse-time-syntax.
17061 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17063         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17064         from gnus-newsgroup-processable.
17066 2007-04-16  Didier Verna  <didier@xemacs.org>
17068         * gnus-msg.el (gnus-configure-posting-styles):
17069         Handle message-signature-directory properly with :file syntax.
17070         Reported by "Leo".
17072 2007-04-11  Didier Verna  <didier@xemacs.org>
17074         New user option: message-signature-directory.
17075         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17076         * message.el (message-insert-signature): Ditto.
17077         * message.el (message-signature-file): Doc update.
17078         * message.el (message-signature-directory): New.
17080 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17082         * gnus-msg.el (gnus-inews-yank-articles):
17083         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17085 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17087         * message.el (message-yank-original): Make sure cited text ends with
17088         newline; don't exchange point and mark.
17090 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17092         * tls.el (open-tls-stream): Properly handle case where there
17093         is no associated buffer.
17095 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17097         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17098         message-yank-original, make sure (< mark TEXT point).
17100 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17102         * message.el (message-fill-column): New variable.
17103         (message-mode): Use it.  Add comment on a possible new hook.
17105         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17106         (nnmail-get-new-mail): Reformat.
17108         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17110         * gmm-utils.el: Fix Commentary.
17111         (gmm-tool-bar-from-list): Fix typo in doc string.
17113 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17115         * message.el (message-yank-original): Don't switch point and mark
17116         unnecessarily to put point and mark as documented.
17118 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17120         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17121         from the message heads.
17123 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17125         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17126         article buffer does not have a window.  This may not be the best
17127         solution but is certainly better than setting the start of the null,
17128         that is the current, window.
17130 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17132         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17133         (gnus-draft-setup): Run it.
17135         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17136         gnus-score-fast-scoring.  Allow regexp.
17137         (gnus-score-headers): Use it.
17139         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17140         XEmacs.
17142         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17143         string.
17144         (gnus-button-alist): Also catch `<f1> k ...'.
17145         (gnus-treat-display-x-face): Fix doc string.
17147 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17149         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17150         evaluation of gnus-extended-version to ensure correct generation of the
17151         User-Agent header when message-generate-headers-first is used.
17153 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17155         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17156         hashcash-path is nil.  Don't call callback with incorrect number of
17157         parameters if val is 0.
17159 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17161         * message.el (message-required-news-headers):
17162         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17164 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17166         * tls.el (open-tls-stream): In handshake-waiting loop,
17167         don't wait more if there is output available to process.
17169 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17171         * tls.el (tls-program): Doc fix.
17173 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17175         * message.el (message-generate-new-buffers): Change the meaning of the
17176         nil value; add `standard' to the choices; treat t as `unique'; improve
17177         doc string.
17178         (gnus-select-frame-set-input-focus): Autoload.
17179         (message-buffer-name): Search for the existing message buffer if
17180         message-generate-new-buffers is nil or `standard'; treat the value t of
17181         message-generate-new-buffers as `unique'.
17182         (message-pop-to-buffer): Raise the frame already displaying the message
17183         buffer; clear the echo area after querying.
17184         (message-setup): Pass the `continue' argument to compose-mail.
17185         (message-mail): Prefer `switch-function' if it is given; search for the
17186         existing message buffer if the `continue' argument is non-nil; pass
17187         continue and switch-function arguments to compose-mail by way of
17188         message-setup.
17189         (message-mail-other-window): Adjust argument of message-setup.
17190         (message-mail-other-frame): Ditto.
17192 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17194         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17195         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17196         to turn font-lock on when turning gnus-message-citation-mode on.
17198 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17200         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17201         (mml-smime-function-alist): New variable; add epg as the backend.
17202         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17203         mml-smime- functions instead.
17204         * mm-view.el: Require smime.
17206 2007-03-05  Didier Verna  <didier@xemacs.org>
17208         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17209         instead of just inheritance for posting styles.
17210         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17212 2007-02-24  Chris Moore  <dooglus@gmail.com>
17214         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17215         * pgg-pgp.el (pgg-pgp-encrypt-region):
17216         * pgg-gpg.el (pgg-gpg-encrypt-region):
17217         Check pgg-encrypt-for-me if no other recipients.
17219 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17221         * tls.el (tls-certtool-program): Fix custom type.
17223 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17225         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17226         and point-at-eol instead of line-(beginning|end)-position.
17228         * assistant.el (assistant-parse-buffer): Ditto.
17230         * netrc.el (netrc-parse-services): Ditto.
17232 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17234         * mml2015.el (mml2015-epg-find-usable-key): New function.
17235         (mml2015-epg-sign): Use it.
17236         (mml2015-epg-encrypt): Use it.
17238 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17240         * message.el (message-make-in-reply-to): Quote name containing
17241         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17242         if there are special characters.  Reported by NAKAJI Hiroyuki
17243         <nakaji@jp.freebsd.org>.
17245 2007-02-27  Didier Verna  <didier@xemacs.org>
17247         Include the group parameters as well as the topic ones in the
17248         inheritance filter process.
17249         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17250         argument GROUP-PARAMS-LIST.
17251         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17253 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17255         * nntp.el (nntp-never-echoes-commands)
17256         (nntp-open-connection-functions-never-echo-commands): New variables.
17257         (nntp-send-command): Use them.
17259 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17261         * mml2015.el (mml2015-epg-verify): Simplify.
17263 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17265         * mml.el (mml-content-disposition-alist): New user option.
17266         (mml-content-disposition): New function.
17267         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17268         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17270 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17272         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17273         verification.
17275 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17277         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17278         articles posted in the last 24 hours.
17280 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17282         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17284 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17286         * nntp.el (nntp-send-command): Don't wait for echoes when
17287         nntp-open-ssl-stream is used.
17289 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17291         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17292         (gnus-message-add-citation-keywords)
17293         (gnus-message-remove-citation-keywords): Remove.
17294         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17295         directly, make the variables in font-lock-defaults buffer-local, add
17296         gnus-message-citation-keywords to them and then update the value of
17297         font-lock-keywords.
17299 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17301         * message.el (message-cite-original-1): Don't call
17302         gnus-article-highlight-citation.
17304         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17305         citations; fix line count.
17307 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17309         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17310         (gnus-message-add-citation-keywords)
17311         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17312         versions of font-lock-add-keywords and font-lock-remove-keywords to
17313         work with XEmacs correctly.
17315 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17317         * gnus-cite.el (gnus-cite-face-list): Set the values of
17318         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17319         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17320         (gnus-message-cite-prefix-regexp): New variable.
17321         (gnus-message-search-citation-line): Use it; protect against long
17322         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17323         the 0th match data for Emacs.
17324         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17325         (gnus-message-add-citation-keywords): Append keywords rather than
17326         prepending; emulate font-lock-add-keywords if it is not available.
17327         (gnus-message-remove-citation-keywords):
17328         Emulate font-lock-remove-keywords if it is not available.
17330         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17332         * message.el (message-cite-prefix-regexp): Set the value of
17333         gnus-message-cite-prefix-regexp.
17335 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17337         * nnweb.el (nnweb-google-parse-1): Update parser.
17339 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17341         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17343 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17345         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17346         regexp.
17348 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17350         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17351         string-to-multibyte.
17352         (uudecode-decode-region-internal): Use it.
17354         * lpath.el: Fbind string-as-multibyte for XEmacs.
17356 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17358         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17359         Fix custom choice.
17361         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17363 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17365         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17367         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17368         `write-region' to respect `mm-inhibit-file-name-handlers'.
17370 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17372         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17373         Use gnus-home-directory instead of "~/" or "$HOME".
17375 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17377         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17378         to mention filename.
17379         Add comments at beginning regarding usage.
17380         (encrypt-write-file-contents): Change interactive so a string is
17381         acceptable.  If the file has no associated model, show an error instead
17382         of a nonsense prompt.
17384 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17386         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17387         Thanks to Yoshihiko Yamada for kind notification of this typo.
17389 2007-01-12  Kenichi Handa  <handa@m17n.org>
17391         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17392         multibyte buffer.
17394 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17396         * gnus-score.el (gnus-score-fast-scoring): New variable.
17397         (gnus-score-headers): Use it.
17399         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17401         * message.el (message-cite-original-1):
17402         Call gnus-article-highlight-citation if requested.
17403         (message-make-from): Allow name and address as optional arguments.
17405         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17407         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17408         bugs to doc string.
17409         (gnus-button-alist): Add mid\\|message-id.
17410         (gnus-button-fetch-group): Extend for use in
17411         `browse-url-browser-function'.
17412         (gnus-button-url-regexp): Try to catch paired parentheses like in
17413         Wikipedia URLs.
17415         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17416         Suggested by Simon Krahnke <overlord@gmx.li>.
17418 2007-01-13  Romain Francoise  <romain@orebokech.com>
17420         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17421         Update copyright.
17423 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17425         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17427 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17429         * gnus-registry.el (gnus-registry-unfollowed-groups)
17430         (gnus-registry-split-fancy-with-parent): Fix documentation.
17432 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17434         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17435         from nnweb groups.
17437 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17439         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17440         Xref urls.  Erase buffer before requesting head.
17442         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17444 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17446         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17447         customizable.
17449 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17451         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17452         no signing key is found.
17453         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17454         no encrypting and/or signing key is found.
17456 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17458         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17460 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17462         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17463         headers read from disk with the ones newly found in the current search.
17464         This should no longer cause problems, because the article numbers in
17465         Gmane's `nov.php' output are ignored since the previous change.
17467 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17469         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17471 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17473         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17474         replace-regexp-in-string; bind url-version; fbind display-images-p and
17475         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17476         find-face and set-itimer-function for Emacs; bind itimer-list for
17477         Emacs.
17479         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17481 2007-01-01  Romain Francoise  <romain@orebokech.com>
17483         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17485 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17487         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17488         `define-minor-mode' macro definition expanded properly.
17489         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17490         exclude it there.
17492         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17493         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17494         `fboundp' test.
17495         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17496         This is OK to autoload in (S)XEmacs now.
17498 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17500         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17501         keystroke.
17502         (gnus-summary-limit-to-singletons): Fix typo.
17504         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17505         else fails.
17507 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17509         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17510         docstring.
17512         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17513         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17514         (gnus-summary-insert-dormant-articles): Fix typo in message.
17516 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17518         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17519         nil for XEmacs.
17520         (gnus-message-citation-mode): Don't autoload in XEmacs.
17522         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17524 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17526         * nnimap.el (nnimap-expunge-search-string):
17527         Mention nnimap-search-uids-not-since-is-evil in docstring.
17529 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17531         * spam.el: Revert to make-obsolete-variable because
17532         define-obsolete-variable-alias is not supported in Emacs 21.
17534         * spam.el (spam-ifile-path, spam-ifile-database-path)
17535         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17536         make-obsolete-variable.
17537         (spam-bsfilter-path, spam-bsfilter-program)
17538         (spam-spamassassin-path, spam-spamassassin-program)
17539         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17540         Don't use "path" inappropriately.
17541         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17542         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17543         variable names.
17545 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17547         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17548         summary buffer.
17550         * password.el (password-cache-remove): Use clear-string to burn
17551         password, if available.
17553 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17555         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17557         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17559         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17560         (gnus-message-highlight-citation): Move defcustom here from
17561         gnus-cite.el.
17562         (gnus-message-citation-mode): Autoload.
17564         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17565         checks to make it compile with XEmacs.
17566         (gnus-message-citation-mode): New minor mode.
17567         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17568         (gnus-message-highlight-citation): New variables.
17569         (gnus-message-search-citation-line)
17570         (gnus-message-add-citation-keywords)
17571         (gnus-message-remove-citation-keywords)
17572         (turn-on-gnus-message-citation-mode)
17573         (turn-off-gnus-message-citation-mode): New functions.
17575 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17577         * gnus-cite.el: Enable highlighting of different citation levels in
17578         message-mode.
17580 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17582         * message.el (message-make-fqdn): Fix comment.
17583         (message-bogus-system-names): Add ".local".
17585         * spam.el (spam-ifile-path, spam-ifile-program)
17586         (spam-ifile-database-path, spam-ifile-database)
17587         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17588         Don't use "path" inappropriately.
17589         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17590         strings.
17591         (spam-check-ifile, spam-ifile-register-with-ifile)
17592         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17593         Use new variable names.
17595         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17596         (gnus-treat-display-smileys): Simplify using
17597         gnus-image-type-available-p.
17599         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17600         available.
17602         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17603         Use `display-images-p' if available.
17605 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17607         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17608         one after turning on the buffer's multibyteness instead of decoding
17609         them directly in the unibyte buffer that causes unexpected conversion
17610         in Emacs 23 (unicode).
17612 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17614         * message.el (message-generate-hashcash): Fix custom type.
17616 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17618         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17620 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17622         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17623         disconnect icons.  Add help text.
17625 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17627         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17628         negated to be consistent with the others we handle.
17630 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17632         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17633         version of gnus-summary-buffer to something, so that we can use two
17634         article buffers at the same time.
17636 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17638         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17639         trigger all the extra headers.
17640         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17641         sorting.
17643 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17645         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17646         solid groups.
17648 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17650         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17652 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17654         * legacy-gnus-agent.el: Add Copyright notice.
17656 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17658         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17660 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17662         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17664         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17665         to make it work reliably in CVS Emacs.
17666         (gnus-summary-limit-strange-charsets-predicate)
17667         (gnus-summary-limit-to-predicate): New functions.
17669 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17671         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17672         specifying array size.
17673         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17674         array if it is too small.
17675         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17676         (gnus-sort-threads-loop): New function.
17678 2006-12-06  Chris Moore  <dooglus@gmail.com>
17680         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17681         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17683 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17685         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17686         options.
17688 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17690         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17691         DOS-ing the recipient.
17693         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17694         the headers when creating the mapping to avoid mismappings.
17695         (nnweb-gmane-create-mapping): Always nix out old mapping.
17697 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17699         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17700         and mm-verify-option to never.
17702 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17704         * message.el (message-signed-or-encrypted-p): New function.
17705         (message-forward-make-body): Use it.
17707         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17708         Replace encode-coding-string with mm-encode-coding-string.
17710 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17712         * nneething.el (nneething-decode-file-name):
17713         Replace decode-coding-string with mm-decode-coding-string.
17715         * gnus-int.el (gnus-open-server): Say failed server's name.
17717 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17719         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17720         strings to a single string.  Quote `errors-file-name'.
17721         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17722         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17723         Adjust calls.  Use `shell-quote-argument'.
17725 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17727         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17728         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17730         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17731         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17732         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17733         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17734         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17735         (gnus-subscribe-newsgroup, gnus-1):
17736         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17737         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17738         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17739         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17741 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17744         keystroke.
17745         (gnus-summary-limit-to-bodies): Implement headersp.
17747 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17749         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17751 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17753         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17755 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17757         * message.el (message-generate-hashcash): Expand range of values to
17758         include `opportunistic'.
17759         (message-send-mail): Use it.
17761 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17764         and comment it.
17766         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17768 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17770         * gnus-util.el (gnus-extract-address-components): Improve comment.
17772 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17774         * gnus-util.el (gnus-extract-address-components): Work with address in
17775         which the name portion contains @.
17777         * lpath.el: Fbind custom-autoload.
17779 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17781         * gnus.el (gnus-start): Move custom group up.
17782         (gnus-select-method): Don't autoload, but make it available for
17783         `customize-variable'.
17784         (gnus-getenv-nntpserver): Don't autoload.
17786 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17788         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17790 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17792         * message.el (message-sendmail-extra-arguments): New variable.
17793         (message-send-mail-with-sendmail): Use it.
17795 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17797         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17798         mm-with-unibyte-current-buffer to make string unibyte.
17800         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17801         mm-string-as-multibyte.
17803 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17805         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17806         Reported by Werner Koch <wk@gnupg.org>.
17808 2006-11-14  Daiki Ueno  <ueno@p360>
17810         * mml2015.el: Autoload epa-select-keys when compiling.
17812 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17814         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17815         message-options.
17816         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17818 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17820         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17821         EasyPG (< 0.0.6).
17822         (mml2015-always-trust): New user option.
17823         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17824         prompt.
17826 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17828         * nntp.el (nntp-authinfo-force): New variable.
17829         (nntp-send-authinfo): Use it.
17831 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17833         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17834         decode encoded words.  Improve prompt.  Add comment about forwarding.
17835         (message-replacement-char): Move up.
17837 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17839         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17840         instead of gnus-intersection because arguments of gnus-sorted-nunion
17841         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17843 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17845         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17846         (message-simplify-subject-functions):
17847         Enable message-strip-subject-encoded-words by default.
17849 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17851         * message.el (message-strip-subject-encoded-words): New function.
17852         (message-simplify-subject-functions): New variable.
17853         (message-simplify-subject): Use it.  Fix typo in doc string.
17854         Support message-strip-subject-encoded-words.
17856 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17858         * gnus-diary.el (gnus-diary-delay-format-function):
17859         * nndiary.el (nndiary-reminders):
17860         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17862 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17864         * gnus-art.el (article-hide-boring-headers): Fetch date from
17865         gnus-original-article-buffer to avoid problems with localized date
17866         strings.
17868 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17870         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17872 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17874         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17875         New variables.
17876         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17877         (mm-charset-synonym-alist): Move some entries to
17878         mm-codepage-iso-8859-list.
17879         (mm-charset-synonym-alist, mm-charset-override-alist):
17880         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17882 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17884         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17886 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17888         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17889         with Emacs 21 and XEmacs.
17891 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17893         * spam.el (spam-parse-address): New function for better parsing,
17894         catching errors, etc.
17895         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17897 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17899         * mm-view.el: Add interactive arg to html2text autoload.
17901 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17903         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17905 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17907         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17908         New variables.
17909         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17910         (mm-charset-synonym-alist): Move some entries to
17911         mm-codepage-iso-8859-list.
17913         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17915 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17917         * message.el (message-citation-line-format)
17918         (message-insert-formated-citation-line): Fix implementation of %E, %N
17919         and %n according to the doc string.
17921 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17923         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17924         Use car-safe to avoid bad parses.
17926 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17928         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17929         names.
17931         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17933 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17935         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17936         header.
17938         * message.el (message-draft-headers): Add Date.
17939         (message-headers-to-generate): Fix typo in docstring.
17941         * nndraft.el (nndraft-required-headers): New variable.
17942         (nndraft-generate-headers): Use it.
17944         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17946 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17948         * gnus-registry.el (gnus-registry-wash-for-keywords)
17949         (gnus-registry-find-keywords): New functions to allow easy searching of
17950         articles that are in the registry.
17952 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17954         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17955         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17956         Reported by Damien Elmes <damien@repose.cx>.
17958 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17960         * gnus.el (gnus-mime): Remove unused custom group.
17962 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17964         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17965         "blank line" when searching for end of armor headers.
17967 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17969         * gmm-utils.el (gmm-write-region): Fix variable name.
17971 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17973         * gmm-utils.el (gmm-write-region): New function based on compatibility
17974         code from `mm-make-temp-file'.
17976         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17978         * nnmaildir.el (nnmaildir--update-nov)
17979         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17980         Use `gmm-write-region'.
17982 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17984         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17985         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17987         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17989         * message.el (message-replacement-char): New variable.
17990         (message-fix-before-sending): Use it.
17991         (message-simplify-subject): New function to remove duplicate code.
17992         (message-reply, message-followup): Use it.
17994         * gnus-sum.el (gnus-summary-make-menu-bar):
17995         Clarify gnus-summary-limit-to-articles.
17997 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17999         * gnus-util.el (gnus-with-local-quit): New macro.
18001         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18003 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18005         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18006         ignore non-string data.
18008 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18010         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18011         non-string data (needs to be done in the registry too).
18013 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18015         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18016         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18017         (gnus-registry-split-fancy-with-parent)
18018         (gnus-registry-fetch-simplified-message-subject-fast)
18019         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18020         Remove text properties on ingress into the registry and when it's saved.
18021         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18022         registry from entries with no groups.
18024 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18026         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18027         function to remove string properties.
18029 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18031         * gmm-utils.el (gmm): Adjust custom version.
18033         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18034         Adjust custom version.
18036         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18038 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18040         * gnus-art.el (gnus-insert-prev-page-button)
18041         (gnus-insert-next-page-button): Simplify.  Reformat.
18043 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18045         * gnus-art.el (gnus-insert-prev-page-button)
18046         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18048 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18050         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18052 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18054         * gnus-art.el (gnus-insert-mime-button)
18055         (gnus-insert-mime-security-button):
18056         Apply gnus-article-button-face to MIME and security buttons.
18058 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18060         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18061         readable.
18063 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18065         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18067 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18069         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18070         `browse-url-of-file' instead of `browse-url'.
18072 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18074         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18075         regexp.  Articles containing quotation were cut prematurely.
18077 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18079         * message.el (message-cite-original-1): Use nobody by default for the
18080         value of From header.
18081         (message-reply): Ditto.
18083 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18085         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18086         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18087         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18089 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18091         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18092         mails in the doc string.  Add some URLs in comment.
18093         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18095 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18097         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18098         backslashes handling and the way to find boundaries of quoted strings.
18100 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18102         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18103         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18104         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18105         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18107 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18109         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18110         doc string.
18111         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18113 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18115         * lpath.el: Fbind epg-check-configuration.
18117 2006-09-06  Simon Josefsson  <jas@extundo.com>
18119         * mml2015.el (mml2015-use): Doc fix, mention epg.
18121 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18123         * mml2015.el (mml2015-use): Default to epg, if available.
18125 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18127         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18128         message-sender.
18129         (mml1991-epg-encrypt): Ditto.
18130         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18131         message-sender.
18132         (mml2015-epg-encrypt): Ditto.
18134 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18136         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18137         several common directories.
18139 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18141         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18142         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18144 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18146         * gnus-art.el (article-decode-encoded-words): Make it fast.
18148 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18150         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18152         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18153         in quoted string into `\'.
18155 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18157         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18158         Use standard-syntax-table.
18160 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18162         * gnus-art.el (gnus-decode-address-function): New variable.
18163         (article-decode-encoded-words): Use it to decode headers which are
18164         assumed to contain addresses.
18165         (gnus-mime-delete-part): Remove useless `or'.
18167         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18168         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18169         (gnus-nov-parse-line): Use it to decode From header.
18170         (gnus-get-newsgroup-headers): Ditto.
18171         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18173         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18174         (mail-decode-encoded-address-string): New alias.
18176         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18177         New function.
18178         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18179         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18180         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18181         (rfc2047-decode-string): Ditto.
18182         (rfc2047-decode-address-region): New function.
18183         (rfc2047-decode-address-string): New function.
18185 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18187         * message.el (message-caesar-buffer-body): Allow rotating headers.
18189         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18191         * message.el (message-insert-formated-citation-line): Fix %f.
18192         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18194 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18196         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18197         (gnus-bookmark-mouse-available-p): New macro.
18198         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18199         (gnus-bookmark-bmenu-show-infos): Use it.
18200         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18201         (gnus-bookmark-bmenu-hide-infos): Ditto.
18202         (gnus-bookmark-remove-properties): New function.
18203         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18204         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18205         (gnus-bookmark-write-file): Bind coding-system-for-write.
18206         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18207         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18208         group before selecting it.
18209         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18210         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18211         quit-window if it is not available; use gnus-mouse-2 and bind it to
18212         gnus-bookmark-bmenu-select-by-mouse.
18213         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18214         (gnus-bookmark-bmenu-select-by-mouse): New function.
18216 2006-08-13  Romain Francoise  <romain@orebokech.com>
18218         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18219         space.
18221 2006-08-10  Romain Francoise  <romain@orebokech.com>
18223         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18224         (dns-mode-soa-auto-increment-serial): New user option.
18225         (dns-mode-soa-maybe-increment-serial): New function.
18226         (dns-mode): Add the latter to `write-contents-functions'.
18228 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18230         * compface.el (uncompface): Use binary rather than raw-text-unix.
18232 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18234         * compface.el (uncompface): Make sure the eol conversion doesn't take
18235         place when communicating with the external programs.
18236         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18238 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18240         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18242 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18244         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18245         Make it more robust by parsing author and date independently.
18247 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18249         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18251 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18253         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18254         first matching secret key.
18255         (mml2015-epg-encrypt): Ditto.
18257         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18258         first matching secret key.
18259         (mml1991-epg-encrypt): Ditto.
18261         * mml2015.el (mml2015-encrypt-to-self): New user option.
18262         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18263         mml2015-epg-encrypt-to-self is set.
18265         * mml1991.el (mml1991-encrypt-to-self): New variable.
18266         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18267         mml1991-epg-encrypt-to-self is set.
18269         * mml2015.el (mml2015-signers): New user option.
18270         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18271         (mml2015-epg-encrypt): Allow to select signing keys.
18273         * mml1991.el (mml1991-signers): New variable.
18274         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18275         (mml1991-epg-encrypt): Allow to select signing keys.
18277 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18279         * nnheader.el (nnheader-insert-head): Make it work even if the file
18280         uses CRLF for the line-break code.
18282 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18284         * mml2015.el: Require mml-sec instead of password.
18285         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18286         (mml2015-cache-passphrase): Inherit the default value from
18287         mml-secure-cache-passphrase.
18288         (mml2015-passphrase-cache-expiry): Inherit the default value from
18289         mml-secure-passphrase-cache-expiry.
18291         * mml1991.el: Require mml-sec instead of password.
18292         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18293         (mml1991-cache-passphrase): Inherit the default value from
18294         mml-secure-cache-passphrase.
18295         (mml1991-passphrase-cache-expiry): Inherit the default value from
18296         mml-secure-passphrase-cache-expiry.
18298         * mml-sec.el: Require password.
18299         (mml-secure-verbose): New user option.
18300         (mml-secure-cache-passphrase): New user option.
18301         (mml-secure-passphrase-cache-expiry): New user option.
18303 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18304             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18306         * pgg-def.el (pgg-truncate-key-identifier):
18307         Truncate the key ID to 8 letters from the end.
18309 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18311         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18312         workaround for the url package included with Emacs.
18314         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18316 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18318         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18319         correctly.  This fixes a bug caused by the 2006-05-12 change.
18321 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18323         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18324         some information about the error when saying that the `bogus' mail
18325         group will be used.
18327 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18329         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18330         string.
18332 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18334         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18336 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18338         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18340 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18342         * mml1991.el (mml1991-function-alist): Add epg.
18343         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18344         (mml1991-epg-encrypt): New functions.
18346 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18348         * mml2015.el (mml2015-verbose): New variable.
18349         (mml2015-cache-passphrase): Ditto.
18350         (mml2015-passphrase-cache-expiry): Ditto.
18351         (mml2015-function-alist): Add epg.
18352         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18353         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18354         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18355         New functions.
18357 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18359         * message.el (message-cite-original-1): Preserve region when removing
18360         quoted text due to X-No-Archive in order to avoid bogus attribution
18361         when citing multiple messages.
18363 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18365         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18366         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18368 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18370         * gnus-diary.el (gnus-user-format-function-d)
18371         (gnus-user-format-function-D): Autoload.
18373         * imap.el (Commentary): Fix typo.
18375         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18376         2006-04-22 contribution.
18378 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18380         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18381         It didn't really fix the bogosity I'm seeing with solid web groups.
18383 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18385         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18386         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18387         created using server names.  If we use the feature without declaring
18388         it, Gnus does not properly manage server and group state.
18390         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18391         bound.
18393 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18395         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18396         looking up the method using GROUP's prefix before inventing a new one.
18397         It is used on killed/unknown groups in various places where returning
18398         an all-new method isn't expected by the caller.
18400         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18401         and match semantics of gnus-group-real-prefix.
18403 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18405         * nnmail.el (nnmail-broken-references-mailers): New variable.
18406         (nnmail-ignore-broken-references): New function generalizing
18407         nnmail-fix-eudora-headers.
18408         (nnmail-fix-eudora-headers): Now obsolete.
18410         * gnus-art.el (gnus-button-handle-custom):
18411         Support `customize-apropos*'.
18413 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18417         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18418         articles.
18420 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18422         * message.el (message-cite-reply-above): New variable.
18423         (message-yank-original): Use it.
18425 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18427         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18429 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18431         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18432         as read.
18434         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18436 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18438         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18439         (gnus-bookmark-default-file): Use gnus-directory.
18440         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18441         Remove "*" in doc string.
18442         (gnus-bookmark-write-file): Simplify.
18443         (gnus-bookmark-maybe-sort-alist): Use `when'.
18444         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18445         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18446         Add FIXME about Emacs 21 and XEmacs compatibility.
18447         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18448         compatibility.
18449         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18450         compatibility.
18451         (gnus-bookmark-menu-heading): Fix version.
18453 2006-06-19  Bastien Guerry  <bzg@altern.org>
18455         * gnus-bookmark.el: New file.
18457 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18459         * message.el (message-syntax-checks): Doc fix.
18461 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18463         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18464         unsubscribed groups as if they were killed ones.  It causes duplicate
18465         entries in gnus-newsrc-alist.
18467 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18469         * message.el (message-syntax-checks): Doc fix.
18470         (message-send-mail): Add check for continuation headers.
18471         (message-check-news-header-syntax): Fix regexp used to check for
18472         continuation headers.
18474 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18476         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18478 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18480         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18482 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18484         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18485         default-truncate-lines.
18487 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18489         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18490         to fill the utf-8 entry.
18492         * lpath.el: Fbind unicode-precedence-list.
18494 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18496         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18498 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18500         * gnus-agent.el (directory-files-and-attributes): Move all the way
18501         forward (the third and final move).
18502         (gnus-agent-read-agentview): Trap reconstruction errors due to
18503         nonexistent directory.  Handle by returning nil.
18505 2006-05-30  Didier Verna  <didier@xemacs.org>
18507         * message.el (message-dont-reply-to-names): Update the custom type.
18508         * message.el (message-dont-reply-to-names): New defsubst: potentially
18509         convert a list of regexps into a single one.
18510         * message.el (message-get-reply-headers): Use it.
18511         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18513 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18515         * gnus-agent.el (directory-files-and-attributes): Move forward.
18517 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18519         * gnus-ml.el (gnus-mailing-list-subscribe)
18520         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18521         (gnus-mailing-list-message): Fix doc strings.
18523 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18525         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18526         of doing it manually.
18528 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18530         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18531         comment.
18533 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18535         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18536         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18537         (gnus-agent-read-local): All symbols allocated in my-obarray.
18538         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18539         (gnus-agent-regenerate-group): Check numeric names to see if they are
18540         messages or groups.
18541         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18542         better way of do this...)
18544         * gnus-cache.el (gnus-agent-total-fetched-for):
18545         Ignore 'dummy.group' (there should be a better way of do this...)
18547 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18549         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18550         (gnus-saved-headers): Ditto.
18551         (gnus-default-article-saver): Mention functions may have properties.
18552         (gnus-article-save): Override gnus-save-all-headers and
18553         gnus-saved-headers by :headers property which saver function may have.
18554         (gnus-summary-save-in-file): Add :headers property.
18555         (gnus-summary-write-to-file): Ditto.
18557         * gnus-sum.el (gnus-summary-save-article): Bind
18558         gnus-prompt-before-saving to t when saving many articles in a file;
18559         always show all headers.
18561         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18563 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18565         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18566         marks.
18568         * message.el (message-indent-citation): Add optional arguments to allow
18569         using it outside of message buffers.
18571         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18572         (gnus-article-treat-unfold-headers): Use it.
18573         (gnus-article-truncate-lines): New variable.
18574         (gnus-article-mode): Use it.
18575         (gnus-article-toggle-truncate-lines): New function.
18577         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18578         Add gnus-article-toggle-truncate-lines.
18580         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18581         coding system in XEmacs, use binary.
18583 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18585         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18586         after-load-alist.
18588         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18589         this function should save decoded articles.
18590         (gnus-summary-write-to-file): Use property to specify this function
18591         should save decoded articles and specify gnus-summary-save-in-file
18592         should be used to save articles other than the first one when saving
18593         many articles.
18594         (gnus-summary-save-body-in-file): Use property to specify this
18595         function should save decoded articles.
18596         (gnus-summary-write-body-to-file): Use property to specify this
18597         function should save decoded articles and specify
18598         gnus-summary-save-body-in-file should be used to save articles other
18599         than the first one when saving many articles.
18601         * gnus-sum.el (gnus-summary-save-article): Simplify.
18603 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18605         * gnus-art.el (gnus-default-article-saver):
18606         Add gnus-summary-write-body-to-file.
18607         (gnus-article-save-coding-system): Don't use coding system object
18608         in XEmacs.
18609         (gnus-read-save-file-name): Add optional `dir-var' argument which
18610         specifies directory in which files are saved; work even if optional
18611         `variable' argument is not specified.
18612         (gnus-summary-write-to-file): Read file name.
18613         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18614         (gnus-summary-write-body-to-file): New function.
18616         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18617         (gnus-summary-local-variables): Add it.
18618         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18619         (gnus-summary-save-article): Remove optional `decode' argument;
18620         determine whether to decode articles by the value of
18621         gnus-default-article-saver; when saving many files using
18622         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18623         it first and use gnus-summary-save-in-file or
18624         gnus-summary-save-body-in-file thereafter unless
18625         gnus-prompt-before-saving is always; move point to article which
18626         will be saved.
18627         (gnus-summary-save-article-file): Revert.
18628         (gnus-summary-write-article-file): Revert.
18629         (gnus-summary-save-article-body-file): Revert.
18630         (gnus-summary-write-article-body-file): New function.
18632 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18634         * gnus-art.el (gnus-default-article-saver): Doc fix.
18635         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18636         from gnus-summary-save-article-coding-system, and default to a
18637         certain coding system.
18638         (gnus-output-to-file): Add coding cookie and encode text according
18639         to gnus-article-save-coding-system; don't use mm-append-to-file.
18641         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18642         gnus-art.el and rename to gnus-article-save-coding-system.
18643         (gnus-summary-save-article): Require gnus-art; don't show all
18644         headers if it decodes articles; don't add coding cookie here;
18645         don't bind mm-text-coding-system-for-write.
18646         (gnus-summary-save-article-file): Save decoded articles.
18647         (gnus-summary-write-article-file): When saving many files, use
18648         gnus-summary-write-to-file first and gnus-summary-save-in-file
18649         thereafter unless gnus-prompt-before-saving is always.
18650         (gnus-summary-save-article-body-file): Save decoded articles.
18652         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18654 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18656         * nnrss.el (nnrss-check-group): Bind hash-index.
18658 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18660         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18661         its hash index.  Store this hash in `nnrss-group-data'.
18662         (nnrss-read-group-data): Update accordingly.
18664 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18666         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18667         entry.
18669         * gnus-sum.el (gnus-summary-make-menu-bar):
18670         Add gnus-article-browse-html-article.
18672 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18674         * gnus-sum.el (gnus-summary-mime-map):
18675         Add gnus-article-browse-html-article.
18677         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18679 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18681         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18682         suitable coding systems in customize.
18684 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18686         * mail-source.el (mail-sources): Fix custom type.
18688 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18690         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18691         (gnus-summary-expire-articles-now): Shorten prompt.
18693         * gmm-utils.el (wid-edit): Require.
18694         (defun-gmm): Rename from `gmm-defun-compat'.
18695         (gmm-image-search-load-path): Use it.
18696         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18698 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18700         * gnus-sum.el (gnus-summary-save-article-coding-system):
18701         New variable.
18702         (gnus-summary-save-article): Add optional `decode' argument.
18703         If it is set and gnus-summary-save-article-coding-system is non-nil,
18704         save decoded article.
18705         (gnus-summary-write-article-file): Save decoded article if
18706         gnus-summary-save-article-coding-system is non-nil.
18708         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18709         type.
18711 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18713         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18715 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18717         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18718         first to test gnus-single-article-buffer which may be buffer-local.
18720         * gnus-sum.el (gnus-summary-setup-buffer):
18721         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18722         group; make gnus-article-buffer, gnus-article-current, and
18723         gnus-original-article-buffer always buffer-local.
18724         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18725         group.
18726         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18728 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18730         * nnml.el (nnml-request-compact-group): Compressed files might not
18731         have .gz extension.
18733 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18735         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18736         (mm-copy-to-buffer): Use with-current-buffer.
18737         (mm-display-part): Simplify.
18738         (mm-inlinable-p): Add optional arg `type'.
18740 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18742         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18743         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18744         Try harder to show the attachment internally or externally using
18745         gnus-mime-view-part-as-type.
18747 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18749         * message.el (message-from-style, message-signature-separator)
18750         (message-user-organization-file, message-send-mail-function)
18751         (message-citation-line-function, message-yank-prefix)
18752         (message-indent-citation-function, message-signature)
18753         (message-signature-file, message-signature-insert-empty-line):
18754         Remove autoloads.
18756         * gnus-art.el (gnus-buttonized-mime-types):
18757         Remove "multipart/signed".  Revert 2006-04-26 change.
18759 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18761         * gnus.el (gnus-version-number): Bump version.
18763 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18765         * gnus.el: No Gnus v0.5 is released.
18767 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18769         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18770         fetching articles by message-id.
18772 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18774         * message.el (hashcash): Require hashcash as normal.
18776         * ecomplete.el (ecomplete-highlight-match-line):
18777         Use point-at-eol.
18778         (ecomplete-highlight-match-line): Use `highlight', because that
18779         face exists in both Emacs and XEmacs.
18781         * message.el (message-display-abbrev): Use point-at-bol.
18783         * mail-source.el: Don't require timer/timer-funcs.
18785         * gnus-async.el: Ditto.
18787         * password.el: Ditto.
18789         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18791         * mm-url.el: Ditto.
18793         * gnus-xmas.el: Don't require timer-funcs.
18795         * mm-util.el: Require timer/timer-funcs.
18797 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18799         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18800         Close.
18802 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18804         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18805         unibyte after clear-decrypt function runs.
18807         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18808         returns as a unibyte string.
18810 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18812         * lpath.el: Revert.
18814         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18815         (pgg-gpg-process-sentinel): Revert.
18817         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18818         (pgg-pgp-lookup-key): Revert.
18820         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18821         (pgg-pgp5-lookup-key): Revert.
18823         * pgg.el (pgg-fetch-key): Revert.
18825 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18827         * lpath.el: Fbind string-as-multibyte for XEmacs.
18829         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18830         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18831         (mml1991-pgg-encrypt): Ditto.
18833         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18834         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18835         a multibyte buffer.
18837         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18838         (pgg-pgp-lookup-key): Ditto.
18840         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18841         (pgg-pgp5-lookup-key): Ditto.
18843         * pgg.el (pgg-fetch-key): Ditto.
18845 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18847         * message.el (message-user-organization-file): Check several
18848         locations of the organization file.
18850         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18851         Add gnus-article-view-part-as-type.
18853         * gnus-art.el (gnus-article-view-part-as-type): New function.
18855         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18856         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18858         * mml.el: Simplify autoload.
18859         (mml-mode): defvar dnd-protocol-alist instead of using
18860         symbol-value.
18861         (mml-default-directory): New variable.
18862         (mml-minibuffer-read-file): Use it.
18863         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18865         * message.el (message-citation-line-format): New variable.
18866         (message-insert-formated-citation-line): New function.
18867         (message-citation-line-function):
18868         Add `message-insert-formated-citation-line' to custom type.
18870         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18871         to doc string.
18873         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18874         depending on mm-verify-option.
18876 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18878         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18879         binding pgg-* variables; reimplement the section which prevents
18880         MIME header from being signed.
18881         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18882         pgg-text-mode; remove a blank line at the top of body.
18884         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18885         lines at the top of body; use gnus-newsgroup-charset if there's no
18886         Charset header.
18888 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18890         * message.el (message-self-insert-commands): Doc fix.
18892         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18893         (mm-uu-pgp-encrypted-test): Ditto.
18894         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18895         between header and body; return application/pgp-encrypted handle
18896         if decryption failed; decode decrypted body by charset.
18898         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18899         element match to application/pgp-*.
18901 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18903         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18904         HTML.
18906 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18908         * mail-source.el (mail-source-call-script): Message the error
18909         string.
18911 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18913         * gnus-util.el (gnus-byte-compile): Use it.
18915 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18917         * gnus-util.el (kill-empty-logs): New function.
18919 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18921         * message.el (message-mail-alias-type): Doc fix.
18922         (message-mail-alias-type-p): New function.
18923         (message-send): Use it.
18924         (message-mode): Ditto.
18925         (message-strip-forbidden-properties): Ditto.
18927         * ecomplete.el (ecomplete-database-file-coding-system):
18928         New variable.
18929         (ecomplete-save): Use it.
18930         (ecomplete-setup): Use it.
18932 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18934         * message.el (message-self-insert-commands): New variable.
18935         (message-strip-forbidden-properties): Use it.
18937 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18939         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18940         that doesn't make XEmacs choke.
18942 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18944         * gnus-util.el (gnus-replace-in-string):
18945         Prefer replace-regexp-in-string over of replace-in-string.
18947 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18949         * gnus-util.el (gnus-select-frame-set-input-focus):
18950         Use select-frame-set-input-focus if it is available in XEmacs; use
18951         definition defined in Emacs 22 for old Emacsen.
18953         * dgnushack.el: Autoload unmorse-region for XEmacs.
18955         * lpath.el: Bind cursor-in-non-selected-windows and
18956         select-frame-set-input-focus for XEmacs.
18958 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18960         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18962 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18964         * gnus-registry.el (gnus-registry-cache-save): Remove text
18965         properties when saving via the temp buffer.
18967 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18969         * message.el (message-generate-hashcash): Honor custom type.
18971 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18973         * message.el (message-generate-hashcash): Default to non-nil when
18974         hashcash is found.
18976         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18977         (gnus-refer-thread-limit): Increase default to 500.
18979         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18981         * flow-fill.el (fill-flowed): Allow delete-space.
18983 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18985         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18986         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18987         Remove autoloads.
18989 2006-04-18  Simon Josefsson  <jas@extundo.com>
18991         * message.el (message-generate-hashcash): Default to.
18993 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18995         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18996         concatenating segments rather than before concatenating them.
18998 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19000         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19002 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19004         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19006         * message.el (message-forward-make-body-plain):
19007         Allow message-forward-ignored-headers to be a list.
19008         (message-remove-ignored-headers): Factor out into function.
19009         (message-forward-make-body-mml): Use it.
19011         * imap.el (imap-quote-specials): New function.
19012         (imap-login-auth): Quote specials.
19014         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19015         (rfc2231-parse-string): Allow concatanation of parameters that
19016         aren't contiguous.  The test case is
19017           (mail-header-parse-content-type "message/external-body;
19018             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19019             access-type=LOCAL-FILE;
19020             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19022 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19024         * nntp.el (nntp-accept-process-output): Return the value of
19025         `nnheader-accept-process-output'.
19027 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19029         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19030         (gnus-button-alist): Recognize more diff formats.
19031         (gnus-button-patch): Strip directory.
19033 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19035         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19036         Emacs 22 when setting focus.
19038 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19040         * gnus-art.el (gnus-article-treat-types): Do treatment of
19041         text/x-verbatim parts.
19042         (gnus-button-patch): New command.
19044         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19045         addresses that contain invalid characters.
19047 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19049         * message.el (message-put-addresses-in-ecomplete):
19050         Use gnus-replace-in-string.
19051         (message-is-yours-p): Use the more correct
19052         mail-header-parse-address instead of
19053         mail-extract-address-components.
19054         (message-put-addresses-in-ecomplete): Fix typo.
19056         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19057         keystroke.
19059         * gnus-art.el (gnus-treatment-function-alist): Change order of
19060         newsgroups/generic header folding to avoid double-folding.
19062         * message.el (message-hidden-headers): Add X-Draft-From.
19064         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19065         New command.
19066         (gnus-summary-repeat-search-article-backward): New command.
19068         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19069         groups in the parent topic.
19071 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19073         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19074         (spam-extra-header-to-number): Return the CRM114 number as a
19075         number instead of a string.
19077 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19079         * gnus-art.el (gnus-face-properties-alist): Move here from
19080         gnus-fun.
19082         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19084 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19086         * message.el (message-strip-forbidden-properties): Only display on
19087         self-insert-command.
19089         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19090         reindent.
19091         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19093 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19095         * smiley.el (smiley-style): Fix typo.
19097 2006-03-23  Kenichi Handa  <handa@m17n.org>
19099         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19100         instead of set-buffer-multibyte.
19102 2006-03-23  Kenichi Handa  <handa@m17n.org>
19104         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19105         buffer and then decode the buffer text if necessary.
19106         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19107         first, and after mm-encode-body, change the buffer to unibyte.
19109 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19111         * hashcash.el (hashcash-insert-payment-async-2):
19112         Use message-goto-eoh instead of doing it manually.
19113         (mail-add-payment): Use message-narrow-to-header instead of trying
19114         to do the same itself.
19116         * message.el (message-hidden-headers): Add Face.
19118         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19119         reparenting code.
19120         (gnus-summary-reparent-children): Refactored out code.
19121         (gnus-summary-thread-map): New keystroke.
19122         (gnus-summary-reparent-children): Make into command.
19124         * smiley.el (smiley-style): Default to `medium' if using a large
19125         font.
19127         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19128         does it itself.
19130         * message.el (message-point-in-header-p): Simplify definition.
19132 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19134         * nnagent.el (nnagent-request-set-mark): Silence log file
19135         writing.
19136         (nnagent-request-set-mark): Use write-region instead of
19137         append-to-file.
19139         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19140         strange select method.
19142         * ecomplete.el (ecomplete-display-matches): Get highlightling
19143         right.
19144         (ecomplete-display-matches): Use literals.
19145         (ecomplete-display-matches): Disable message logging.
19147         * message.el (message-display-abbrev): Small optimization.
19149         * ecomplete.el (ecomplete-display-matches): Allow automatic
19150         display.
19152         * message.el (message-strip-forbidden-properties):
19153         Display abbrevs.
19154         (message-display-abbrev): Get automatic display right.
19156         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19157         keystrokes.
19159 2006-04-13  Romain Francoise  <romain@orebokech.com>
19161         TODO: Backport to v5-10!
19163         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19164         Move here (and rename) from gnus-registry.el.
19166         * gnus-registry.el: Require gnus-util.
19167         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19169 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19171         * gnus-group.el (gnus-group-catchup-current):
19172         Change if-then-else-if-then-else into cond.
19173         (gnus-group-catchup): Indent.
19174         (group-name-at-point): New function.
19175         (gnus-fetch-group): Provide default from thing at point.
19177 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19179         * message.el (message-display-abbrev): Fix regexp.
19181         * ecomplete.el (ecomplete-highlight-match-line):
19182         Reimplement choosing.
19183         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19184         dead variables.
19186         * message.el (message-newline-and-indent): Remove debugging.
19187         (message-display-abbrev): Use new implementation.
19189 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19191         * gnus-art.el (gnus-article-mode):
19192         Set cursor-in-non-selected-windows to nil.
19194         * smiley.el: Revert previous change.
19195         (smiley-data-directory): defvar it before using it in the
19196         defcustom of `smiley-style'.
19198 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19200         * message.el (message-newline-and-indent): New function.
19202         * ecomplete.el: Implement more bits.
19204         * message.el (message-put-addresses-in-ecomplete): Clean up the
19205         string.
19207         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19209         * gnus-sum.el (gnus-summary-save-parts):
19210         Bind gnus-summary-save-parts-counter and use it to make unique file
19211         names.
19213         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19215         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19216         parameter to say whether to actually parse the individual
19217         addresses.
19219         * message.el (message-put-addresses-in-ecomplete): New function.
19220         (ecomplete): Require.
19221         (message-mail-alias-type): Add ecomplete as an option.
19223 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19225         * flow-fill.el (fill-flowed): Remove trailing space from blank
19226         quoted lines.
19228 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19230         * smiley.el (smiley-style): Move definition later to avoid a
19231         compilation warning.
19233 2006-04-12  Kenichi Handa  <handa@m17n.org>
19235         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19236         buffer and then decode the buffer text if necessary.
19237         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19238         first, and after mm-encode-body, change the buffer to unibyte.
19239         Use mm-disable-multibyte instead of set-buffer-multibyte.
19241 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19243         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19244         Content-Type header instead of Content-Disposition header.
19245         (gnus-mime-inline-part): Ditto.
19246         (gnus-mime-view-part-as-charset): Ignore charset that the part
19247         specifies.
19249         * mm-decode.el (mm-display-part): Work with external parts and
19250         usual parts similarly.
19252         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19253         instead of gnus-display-mime.
19255         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19256         instead of with-temp-buffer.
19258         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19259         tag to summarized topics part in order to encode non-ASCII text.
19261 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19263         * smiley.el (smiley-style): New variable.
19264         (smiley-directory): New function.
19265         (smiley-data-directory): Derive from `smiley-style' using
19266         `smiley-directory'.
19267         (smiley-regexp-alist): Add new entries.
19269         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19270         (gnus-article-browse-delete-temp): Add :version.
19272 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19274         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19275         the sieve region.
19277 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19279         * gnus.el (gnus-version-number): Bump version.
19281 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19283         * gnus.el: No Gnus v0.4 is released.
19285 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19287         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19288         layout.
19290         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19291         unknown charset.
19293         * message.el (message-header-synonyms): Add Original-To to the
19294         default.
19296         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19297         optional parameter.
19299 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19301         * gnus-fun.el (gnus): Require it for gnus-directory.
19303 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19305         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19307 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19309         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19311 2006-04-05  Simon Josefsson  <jas@extundo.com>
19313         * password.el (password-reset): New function.
19315 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19317         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19318         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19320 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19322         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19323         Some whitespace was matched into the url, which broke browsing hits
19324         > 100 when mm-url-use-external was nil.
19326 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19328         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19329         Check gnus-extra-headers for 'Newsgroups.
19331         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19332         bound.
19334 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19336         * pgg-gpg.el: Clean up process buffers every time gpg processes
19337         complete.
19339 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19341         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19342         doc string.
19344 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19346         * pgg-gpg.el (pgg-gpg-process-filter)
19347         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19349         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19350         lines, temporary fix.
19352 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19354         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19356 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19358         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19359         default-enable-multibyte-characters.  This reverts the change from
19360         revision 6.17 which is no longer necessary because the passphrase
19361         is sent separately now.  GnuPG messages are unreadable under
19362         multibyte locales with default-enable-multibyte-characters set to
19363         nil.
19365 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19367         * message.el (message-tool-bar-gnome): Move "spell".
19369 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19371         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19372         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19373         instead.
19375 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19377         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19378         Improve newsgroups handling for NNTP overviews which don't include
19379         Newsgroups.
19381 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19383         * message.el (message-resend): Bind message-generate-hashcash to nil.
19385 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19387         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19388         when searching for already-paid recipients.
19390 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19392         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19393         passphrases when it is not needed.
19394         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19395         passphrase stuff from gpg, should only be necessary when you use
19396         gpg with a smartcard.
19398 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19400         * mml.el (mml-insert-mime): Ignore cached contents of
19401         message/external-body part.
19403         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19404         (mm-insert-part): Ditto.
19406 2006-03-23  Simon Josefsson  <jas@extundo.com>
19408         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19409         Reiner.
19410         (pgg-gpg-use-agent-p): Use it again.
19412 2006-03-23  Simon Josefsson  <jas@extundo.com>
19414         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19415         older emacsen.
19416         (pgg-gpg-use-agent-p): Don't use it.
19418 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19420         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19421         if we can.
19423 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19425         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19426         (pgg-gpg-update-agent): New function.
19427         (pgg-gpg-use-agent-p): New function.
19428         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19429         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19430         (pgg-gpg-sign-region): Use it.
19432 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19434         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19435         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19437 2006-03-21  Simon Josefsson  <jas@extundo.com>
19439         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19440         <wilde@sha-bang.de>.
19441         (pgg-gpg-use-agent): New variable.
19442         (pgg-gpg-process-region): Use it.
19443         (pgg-gpg-encrypt-region): Likewise.
19444         (pgg-gpg-encrypt-symmetric-region): Likewise.
19445         (pgg-gpg-decrypt-region): Likewise.
19446         (pgg-gpg-sign-region): Likewise.
19447         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19449 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19451         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19453         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19454         Add comment on version.
19456 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19458         * smiley.el: Add missing test smiley.
19460 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19462         * mm-decode.el (mm-with-part): New macro.
19463         (mm-get-part): Use it; work with message/external-body as well.
19464         (mm-save-part): Treat name and filename equally.
19466         * mm-extern.el (mm-extern-cache-contents): New function.
19467         (mm-inline-external-body): Use it; force the part to be displayed;
19468         move undisplayer added to the cached handle to the parent.
19470         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19471         (gnus-mime-view-part-as-type): Work with message/external-body.
19473         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19475 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19477         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19478         images in image-load-path.  [Sync with image.el, revision 1.60, in
19479         Emacs.]
19481 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19483         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19484         path rather than symbol.  Always return list of directories.
19485         Guarantee that image directory comes first.  [Sync with image.el,
19486         revision 1.59, in Emacs.]
19488         * message.el (message-make-tool-bar): Adjust to new API of
19489         `gmm-image-load-path-for-library'.
19491         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19493         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19495 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19497         * gnus-art.el (gnus-article-only-boring-p):
19498         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19499         intangible text.
19500         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19502 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19504         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19505         Use `defun' instead of `gmm-defun-compat'.
19507 2006-03-14  Simon Josefsson  <jas@extundo.com>
19509         * message.el (message-unique-id): Don't use message-number-base36
19510         if (user-uid) is a float.
19511         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19513 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19515         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19517         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19518         empty line between a part and a message part.
19520 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19522         * smiley.el: Add more test smileys.
19523         (smiley-data-directory, smiley-regexp-alist)
19524         (gnus-smiley-file-types): Fix doc strings.
19525         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19526         adding new elements.
19527         (smiley-mouse-map): Unused code.  Make it a comment.
19529 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19531         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19532         scan latest NoCeM messages instead of old ones.
19533         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19534         delimiters that are recently used.
19535         (gnus-nocem-load-cache): Add autoload cookie.
19537         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19539         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19540         level which is larger than gnus-use-nocem is specified.
19542         * gnus-group.el (gnus-group-get-new-news): Ditto.
19544 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19546         * gnus-util.el (gnus-tool-bar-update): New function.
19548         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19549         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19551         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19553         * gnus-group.el (gnus-group-redraw-when-idle)
19554         (gnus-group-redraw-check): Remove.
19555         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19557 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19559         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19560         if optional last element is specified in splits (FIELD VALUE...).
19562 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19564         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19565         to gmm-image-load-path-for-library.  Call with no-error argument.
19566         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19568         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19570         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19572         * gmm-utils.el (gmm-image-load-path): Remove alias.
19574 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19576         * gmm-utils.el (gmm-image-load-path): Add alias.
19578         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19579         nnml-generate-nov-databases-1.
19580         (nnml-generate-nov-databases): Use it.
19581         (nnml-generate-nov-databases-directory): Document no-active
19582         argument.
19584         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19585         directory if path is t.  Add no-error.
19587         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19588         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19590         * gnus-art.el (gnus-article-browse-delete-temp-files):
19591         Simplify resetting gnus-article-browse-html-temp-list.
19593         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19594         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19595         Add example to docstring.  Rename local variables.  Move error
19596         checks to default case in cond and simplify.
19598 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19600         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19601         handle is multipart when calling it recursively.
19602         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19604 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19606         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19607         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19609 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19611         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19612         is loaded.
19614         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19615         loaded.
19617 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19619         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19620         to "Emacs 23 (unicode)" in doc string.
19622         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19623         "Emacs 23 (unicode)" in comment.
19625 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19627         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19629         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19630         characters 160 through 255 in Emacs 23.
19632 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19634         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19635         gnus-article-browse-html-temp.
19636         (gnus-article-browse-delete-temp): Make it customizable.
19637         Add `file'.  Adjust doc string.
19638         (gnus-article-browse-delete-temp-files): Add argument.
19639         Allow query for each file.  Adjust doc string.
19640         (gnus-article-browse-html-parts):
19641         Add `gnus-article-browse-delete-temp-files' to
19642         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19644 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19646         * gnus-art.el (gnus-article-browse-html-temp)
19647         (gnus-article-browse-delete-temp): New variables.
19648         (gnus-article-browse-delete-temp-files): New function.
19649         (gnus-article-browse-html-parts): Use it.
19651 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19653         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19655         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19656         string.
19658         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19659         gnus-summary-insert-new-articles when unplugged.
19660         Remove gnus-summary-search-article-forward.
19662         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19663         display-visual-class instead of display-color-cells.
19665 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19667         * dgnushack.el: Autoload customize-group for XEmacs.
19669         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19670         message/* containing non-ASCII text properly.
19672 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19674         * message.el: Require gmm-utils, remove autoloads.
19675         (message-tool-bar): Set default based on
19676         gmm-tool-bar-style.
19677         (message-tool-bar-gnome): Add gmm-customize-mode.
19679         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19680         gmm-tool-bar-style.
19681         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19683         * gnus-group.el (gnus-group-tool-bar): Set default based on
19684         gmm-tool-bar-style.
19685         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19687         * gmm-utils.el (gmm-image-directory): Rename variable from
19688         gmm-image-load-path.
19689         (gmm-image-load-path): Use gmm-image-directory.
19690         (gmm-customize-mode): New function.
19691         (gmm-tool-bar-style): New variable.
19693         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19694         gnus-group-redraw-line-number.
19695         (gnus-group-redraw-check): Simplify.
19696         (gnus-group-tool-bar-update): Remove redraw check.
19697         (gnus-group-make-tool-bar): Add redraw check.
19699 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19701         * gnus-art.el (gnus-button): Add missing parentheses.
19703 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19705         * lpath.el: Fbind line-number-at-pos.
19707 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19709         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19711 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19713         * gnus-art.el (gnus-button): New face.
19714         (gnus-article-button-face): Use it.
19716         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19717         Add gnus-summary-next-page.  Re-order.
19719         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19720         next-node are now included.
19721         (gnus-group-redraw-line-number): New internal variable.
19722         (gnus-group-redraw-check): Helper function for updating the tool
19723         bar.
19724         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19726         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19728         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19729         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19730         Use it to match format of Spamassassin 3.0 and later.
19731         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19732         (spam-check-bogofilter)
19733         (spam-bogofilter-register-with-bogofilter): Fix args of
19734         `gnus-error' calls.
19736 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19738         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19739         unnecessary interaction when sending queued mails.
19740         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19742 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19744         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19745         first or last are nil.
19747 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19749         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19751 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19753         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19755 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19757         * dns.el (query-dns): Protect more against buggy tcp output.
19759 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19761         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19762         nov.php.
19764 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19766         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19767         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19768         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19769         output on the server side.
19770         (nnweb-google-create-mapping): Update regexps and add some
19771         progress indication.
19773 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19775         * gnus-group.el (gnus-group-tool-bar-gnome):
19776         Fix gnus-agent-toggle-plugged.  Re-order icons.
19777         (gnus-group-tool-bar-gnome):
19778         Add gnus-group-{prev,next}-unread-group.
19779         (gnus-group-tool-bar-gnome): Re-order icons.
19781         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19782         Move gnus-summary-insert-new-articles.
19784         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19785         Fix comments.
19787         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19788         also available in Emacs 21.3.
19790         * message.el (message-fix-before-sending): Change "Emacs 22" to
19791         "Emacs 23 (unicode)" in comment.
19793         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19794         "Emacs 23 (unicode)" in comment.
19796         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19797         comment.
19798         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19800         * mm-view.el (mm-fill-flowed): Add :version.
19802 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19804         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19805         and load-path.
19807 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19809         * message.el: Autoload gmm-image-load-path.
19810         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19811         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19812         consitency.
19814         * gmm-utils.el (gmm-image-load-path): Also search in
19815         "../etc/images".  Don't set gmm-image-load-path if we don't find
19816         the image.
19818 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19820         * gmm-utils.el (gmm-image-load-path): Don't make
19821         `gmm-image-load-path' include subdirectories which the second arg
19822         `image' might specify.
19824         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19825         subdirectory to icon file names.
19827         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19829 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19831         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19832         gmm-image-load-path calls.
19834         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19836         * message.el (message-make-tool-bar): Ditto.
19838         * mml.el (mml-preview): Add comment concerning tool bar icons.
19840         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19841         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19843         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19844         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19846         * message.el (message-tool-bar-gnome): Use new icon names.
19847         (message-make-tool-bar): Use `gmm-image-load-path'.
19849         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19850         New functions from MH-E.
19851         (gmm-image-load-path): New variable from MH-E.
19852         (gmm-image-load-path): New function from MH-E.  Add arguments
19853         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19854         *-image-load-path-called-flag.
19856 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19858         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19860 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19862         * nnimap.el (nnimap-request-move-article): Change folder back to
19863         source group before deleting.
19865 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19867         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19869         * gnus-art.el (mm-url-insert-file-contents-external):
19870         Autoload mm-url.
19872         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19874 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19876         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19877         coding system which mm-charset-to-coding-system returns for a
19878         given charset is valid.
19880 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19882         * html2text.el (html2text-remove-tag-list):
19883         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19885 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19887         * gnus-cus.el: Revert 2005-10-17 change.
19889 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19891         * gnus-art.el (article-strip-banner):
19892         Call article-really-strip-banner only when the regexp match is made.
19894 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19896         * gnus-art.el (article-strip-banner):
19897         Use gnus-extract-address-components instead of
19898         mail-header-parse-addresses to make it work with non-ASCII text;
19899         remove mail-encode-encoded-word-string.
19901         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19902         values which are surrounded with \"...\"; make it never cause a
19903         Lisp error; give up parsing of parameters if it failed in
19904         extracting type.
19906 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19908         * smime.el (smime-cert-by-ldap-1): Fix bug where
19909         `smime-ldap-search' returns results without userCertificates.
19911 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19913         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19915 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19917         * spam.el (spam-check-spamassassin-headers): Adapt format for
19918         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19919         <ari@mbf.ocn.ne.jp>.
19920         (spam-list-of-processors): Add spam-use-gmane.
19922 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19924         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19925         make-temp-file; make it work with XEmacs as well.
19927         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19928         mm-make-temp-file.
19930         * mm-decode.el (mm-display-external): Use the 3rd arg of
19931         mm-make-temp-file.
19932         (mm-create-image-xemacs): Ditto.
19934 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19936         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19937         with message-narrow-to-headers.
19938         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19939         (gnus-draft-check-draft-articles): New function.
19940         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19942 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19944         * gnus-art.el (gnus-article-browse-html-parts):
19945         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19946         Don't use suffix argument for mm-make-temp-file for Emacs 21
19947         compatibility.  Remove useless `format'.
19949 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19951         * nnweb.el (nnweb-google-wash-article): Update regexps.
19952         (nnweb-group-alist): Use defvoo instead of defvar.
19954 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19956         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19957         re-loading nn* modules.
19959 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19961         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19962         for `tool-bar-mode' and don't check it's default-value.
19964         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19966         * message.el (message-make-tool-bar): Ditto.
19968         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19969         `substring'.  Shorten tmp-file name.
19971         * gnus.el: Remove bogus comment.
19973 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19975         * gnus-art.el (gnus-article-browse-html-parts): New function.
19976         (gnus-article-browse-html-article): New function for viewing html
19977         articles with a browser.
19979 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19981         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19982         in elisp.
19983         (pgg-gpg-encrypt-symmetric-region): Ditto.
19984         (pgg-gpg-sign-region): Ditto.
19986         * pgg-def.el (pgg-text-mode): New variable.
19988         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19989         (mml2015-pgg-encrypt): Ditto.
19991         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19992         (mml1991-pgg-encrypt): Ditto.
19994 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19996         * nnfolder.el (nnfolder-insert-newsgroup-line):
19997         Use message-make-date instead of current-time-string.
19999         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20000         to gnus-decoded which mm-uu might set.
20002 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20004         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20005         don't decode quoted parameters; remove misimported Emacs code.
20006         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20007         (rfc2231-decode-encoded-string): Don't use split-string which
20008         behaves differently according to Emacs version; use
20009         mm-decode-coding-region to convert charset to coding-system.
20010         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20011         (rfc2231-encode-string): Remove misimported Emacs code.
20013 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20015         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20016         when calling mail-header-parse-content-type.
20017         (article-de-quoted-unreadable): Ditto.
20018         (article-de-base64-unreadable): Ditto.
20019         (article-wash-html): Ditto.
20021         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20022         calling mail-header-parse-content-type and
20023         mail-header-parse-content-disposition.
20024         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20025         mail-header-parse-content-type.
20027         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20028         insert charset and format parameters; encode description after
20029         inserting it to buffer.
20030         (mml-insert-parameter): Fold lines properly even if a parameter is
20031         segmented into two or more lines; change the max column to 76.
20033         * rfc1843.el (rfc1843-decode-article-body): Don't use
20034         ignore-errors when calling mail-header-parse-content-type.
20036         * rfc2231.el (rfc2231-parse-string): Return at least type if
20037         possible; don't cause an error even if it fails in parsing of
20038         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20039         (rfc2231-encode-string): Don't break lines at the beginning, leave
20040         it to mml-insert-parameter.
20042         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20043         calling mail-header-parse-content-type.
20045 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20047         * spam-report.el (spam-report-gmane-use-article-number):
20048         Improve doc string.
20049         (spam-report-gmane-internal): Check if a suitable header was found
20050         in the article.
20052 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20054         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20055         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20057 2006-02-05  Romain Francoise  <romain@orebokech.com>
20059         Update copyright notices of all files in the gnus directory.
20061 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20063         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20065 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20067         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20068         segmented lines of parameter value to cope with Thunderbird 1.5
20069         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20070         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20071         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20073 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20075         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20076         parts.
20078 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20080         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20081         there's only one active file for all servers.
20082         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20083         solid groups.  Gnus might have used a FAST request to select the group.
20084         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20085         and nnweb-search redundantly in the active file.
20086         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20087         (nnweb-request-create-group): Don't use ARGS.
20088         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20089         initializations.  Let nnoo do the work.
20091 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20093         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20094         Say the part has been decoded.
20096         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20098 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20100         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20101         mailcap-viewer-test-cache when there's no 'test clause, since that
20102         will invert the meaning of a "nil" test previously determined by
20103         mailcap-mailcap-entry-passes-test.
20105 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20107         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20108         compiling.
20110         * gnus-sum.el: Ditto.
20112         * message.el: Don't bind tool-bar-map when compiling.
20114 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20116         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20118 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20120         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20121         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20122         current Google Groups.
20124 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20126         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20127         and tool-bar-mode.
20129         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20130         and tool-bar-mode.
20132         * message.el (message-tool-bar-update): Simplify.
20133         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20135         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20136         gnus-summary-buffer.
20137         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20138         gnus-summary-reply.
20140         * gmm-utils.el (gmm): Add :version.
20142 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20144         * Makefile.in (clean): New rule.
20145         (distclean): Use it.
20147 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20149         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20150         Don't autoload.
20152 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20154         * gmm-utils.el (gmm-verbose): Add :group.
20156 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20158         * message.el: Change some comments WRT tool-bars.
20160         * gnus-sum.el (gnus-summary-tool-bar)
20161         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20162         (gnus-summary-tool-bar-zap-list): New variables.
20163         (gnus-summary-make-tool-bar): Complete rewrite using
20164         `gmm-tool-bar-from-list'.
20166         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20167         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20168         New variables.
20169         (gnus-group-make-tool-bar): Complete rewrite using
20170         `gmm-tool-bar-from-list'.
20171         (gnus-group-tool-bar-update): New function.
20173         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20175 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20177         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20178         is dissected into a single part of which the type is the same as
20179         the given one; decode charset.
20181 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20183         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20184         into alists as symbol not string, since that's what
20185         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20186         look for.
20188 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20190         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20191         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20193         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20195 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20197         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20198         (gnus-xmas-mime-security-button-menu): New function.
20200         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20201         (gnus-mime-security-button-menu): New definition.
20202         (gnus-mime-security-button-map): Use them.
20203         (gnus-mime-security-button-menu): New function.
20204         (gnus-insert-mime-security-button): Addition to help echo.
20205         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20206         (gnus-mime-security-pipe-part): New functions.
20208         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20209         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20211         * mm-decode.el (mm-handle-set-disposition): Remove.
20212         (mm-handle-set-description): Remove.
20214 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20216         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20217         (mm-w3m-standalone-supports-m17n-p): New function.
20218         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20219         w3m usage.
20221         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20222         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20224 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20226         * message.el (message-tool-bar-zap-list):
20227         Use gmm-tool-bar-zap-list as custom type.
20228         (message-tool-bar-update): New function.
20229         (message-tool-bar, message-tool-bar-gnome)
20230         (message-tool-bar-retro): Add message-tool-bar-update.
20231         (message-tool-bar-gnome): Add flyspell-buffer.
20233         * gnus-util.el (gnus-error): Describe `args'.
20235         * gmm-utils.el (gmm-error): Describe `args'.
20236         (gmm-tool-bar-zap-list): New widget.
20237         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20239 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20241         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20242         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20243         the number of recursive calls.
20245         * mm-decode.el (mm-handle-set-disposition): New macro.
20246         (mm-handle-set-description): New macro.
20248 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20250         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20251         encoding.
20253 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20255         * message.el (message-tool-bar-zap-list, message-tool-bar)
20256         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20257         (message-tool-bar-local-item-from-menu): Remove.
20258         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20259         (message-make-tool-bar): New function.
20260         (message-mode): Use `message-make-tool-bar'.
20262         * gmm-utils.el: New file.
20263         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20264         (gmm-lazy): New widget copied from `nnmail.el'.
20265         (gmm-tool-bar-from-list): New function for creating customizable
20266         tool bars.
20267         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20268         output.
20269         (gmm): Add :prefix to defgroup.
20271 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20273         * gmm-utils.el (gmm-widget-p): New function.
20275 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20277         * mml.el (mml-attach-file): Describe `description' in doc string.
20278         (mml-menu): Add Emacs MIME manual and PGG manual.
20280 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20282         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20284 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20286         * nntp.el (nntp-end-of-line): Doc fix.
20288 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20290         * imap.el (imap-open): Handle case where buffer is a buffer
20291         object.
20293 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20295         * gnus-delay.el (gnus-delay): Don't autoload.
20296         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20297         to be re-loaded when customizing the `gnus-delay' group.
20299 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20301         * message.el (message-insert-citation-line): Use newlines.
20303 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20305         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20306         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20307         these routines, so the passphrase can be managed externally and
20308         passed in to the system.
20309         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20310         pgg-add-passphrase-to-cache function.
20312         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20313         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20314         these routines, so the passphrase can be managed externally and
20315         passed in to the system.
20316         (pgg-pgp5-sign-region): Use new name of
20317         pgg-add-passphrase-to-cache function.
20319 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20321         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20322         part of the decoded armor to find the key-identifier.
20323         (pgg-gpg-lookup-key-owner): New function to return the
20324         human-readable identifier of a key owner.
20325         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20326         itself.
20327         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20328         the key value) if we have a key and can match it against a secret
20329         key.  Also, added a note pointing out fact that the prompt only
20330         indicates the first matching key.
20332         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20333         pgg-decrypt-region.
20334         (pgg-add-passphrase-to-cache): Rename from
20335         `pgg-add-passphrase-cache' to reduce confusion (all callers
20336         changed).
20337         (pgg-remove-passphrase-from-cache): Rename from
20338         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20339         changed).
20340         (pgg-read-passphrase, pgg-add-passphrase-cache)
20341         (pgg-remove-passphrase-cache): Add informative docstrings.
20342         (pgg-decrypt): Convey provided passphrase in subordinate call to
20343         pgg-decrypt-region.
20345 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20347         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20348         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20349         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20350         'passphrase' argument, so the passphrase can be managed externally
20351         and then passed in to the system.
20353         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20354         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20355         so the passphrase cache can be used reliably with identifiers
20356         besides a pgp packet's key id.
20358         * pgg-gpg.el (pgg-gpg-encrypt-region)
20359         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20360         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20361         these routines, so the passphrase can be managed externally and
20362         passed in to the system.
20364         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20365         'notruncate' argument, so the passphrase cache can be used
20366         reliably with identifiers besides a pgp packet's key id.
20368 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20370         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20371         symmetric encryption.
20372         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20373         encrypted session key.
20374         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20375         message ask for the passphrase in a proper way.
20377         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20378         New user commands for symmetric encryption.
20380 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20382         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20384         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20386 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20388         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20390 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20392         * mm-decode.el (mm-inlined-types): Add application/pgp.
20393         (mm-automatic-display): Ditto.
20395         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20396         part as text.
20398 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20400         * nnrss.el: Update copyright.
20401         (nnrss-opml-import): Query whether to subscribe to each entry.
20403         * gnus-art.el:
20404         * gnus-sum.el:
20405         * gnus-xmas.el:
20406         * messagexmas.el:
20407         * mm-uu.el:
20408         * mm-view.el: Update copyright.
20410 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20412         * message.el (message-info): New function.
20413         (message-mode-menu): Add it.
20414         Update copyright.
20416         * ChangeLog: Fix and update copyright.
20418 2006-01-13  Romain Francoise  <romain@orebokech.com>
20420         * message.el (message-forward-subject-name-subject): Prefer the
20421         address to 'nowhere' if the sender has no name.
20422         Fix typo.  Update copyright year.
20424 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20426         * gnus-art.el (article-wash-html):
20427         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20428         (gnus-article-wash-html-with-w3m-standalone): New function.
20430         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20431         mm-inline-text-html-render-with-w3m-standalone.
20432         (mm-text-html-washer-alist): Map w3m-standalone to
20433         gnus-article-wash-html-with-w3m-standalone.
20434         (mm-inline-text-html-render-with-w3m-standalone): New function.
20436 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20438         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20439         Improve LaTeX.
20441 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20443         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20444         (nnrss-request-article): Render text/plain parts as HTML.
20446         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20447         the buffer.
20449 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20451         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20452         custom definition of `gnus-posting-styles'.
20454         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20455         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20457 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20459         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20460         Use nntp for bug archive.
20462 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20464         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20465         parts.
20466         (nnrss-normalize-date): New function converts ISO 8601 date into
20467         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20468         (nnrss-check-group): Use it.
20470 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20472         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20474         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20475         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20476         (nnrss-insert-w3): Ditto.
20478 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20480         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20481         the articles to be forwarded including the case where neither a
20482         number of articles nor a region is specified.
20484 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20486         * nnrss.el (nnrss-request-article): Fix last change; fill
20487         text/plain parts.
20489 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20491         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20492         in text/plain part.
20493         (nnrss-check-group): Don't add excessive newline to dc:subject.
20495 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20497         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20498         article.
20500 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20502         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20503         (nnml-use-compressed-files, nnml-save-mail): Support other
20504         comression programs such as bzip2.
20506 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20508         * dns.el (query-dns): Make sure we check the buffer size before
20509         removing tcp headers.
20511 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20513         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20514         remove MIME buttons associated with multipart/alternative parts.
20515         (gnus-mime-display-alternative): Tag buttons using `article-type'
20516         text property.
20518         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20519         associated with multipart/alternative parts.
20521         * gnus-art.el (gnus-signature-separator): Fix custom type.
20523         * mm-decode.el (mm-inlined-types): Fix custom type.
20524         (mm-keep-viewer-alive-types): Ditto.
20525         (mm-automatic-display): Ditto.
20526         (mm-attachment-override-types): Ditto.
20527         (mm-inline-override-types): Ditto.
20528         (mm-automatic-external-display): Ditto.
20530 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20532         * spam-report.el (spam-report-user-mail-address)
20533         (spam-report-user-agent): New variables.
20534         (spam-report-url-ping-plain): Use spam-report-user-agent.
20536 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20538         * gnus-art.el (gnus-button-handle-custom): Do not just use
20539         `customize-apropos' for any "M-x customize-*" button but the
20540         function called for.  Accept both the function name and its
20541         argument in order to achieve this.
20542         (gnus-button-alist): Remove support for "custom:" URL's.
20543         Pass function name to `gnus-button-handle-custom' in case of "M-x
20544         customize-*" buttons.
20546 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20548         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20549         multipart/alternative and add xref to mm-discouraged-alternatives
20550         in doc string.
20552         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20553         gnus-buttonized-mime-types in doc string.
20555 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20557         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20558         Suggest image/.* in the doc string.
20560 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20562         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20563         message-marks (Debian bug#342521).
20565 2005-12-12  Simon Josefsson  <jas@extundo.com>
20567         * password.el (password-read-from-cache): Add.
20568         (password-read): Use it.
20570 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20572         * rfc2047.el (rfc2047-charset-to-coding-system):
20573         Recognize us-ascii as a MIME charset.
20575         * mm-bodies.el (mm-decode-content-transfer-encoding):
20576         Protect against the case where the 2nd arg TYPE is nil.
20578 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20580         * pop3.el (pop3-stream-type): Fix custom version.
20582         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20584 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20586         * mm-decode.el (mm-display-external): Add missing cdr.
20588 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20590         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20591         RFC1524) if it is in mailcap or add a suffix according to
20592         mailcap-mime-extensions when generating a temp filename; postpone
20593         deleting a temp file for 2 seconds for some wrappers, shell
20594         scripts, and so on, which might exit right after having started a
20595         viewer command as a background job.
20597 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20599         * nntp.el (nntp-marks-directory): Fix custom group.
20601         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20602         steps when < 10.
20604         * gnus-start.el (gnus-no-server-1):
20605         Mention `gnus-level-default-subscribed' in doc string.
20607 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20609         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20610         parens.
20612 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20614         * gnus-xmas.el (gnus-use-toolbar): Revert.
20615         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20616         gnus-use-toolbar is default.
20618         * messagexmas.el (message-use-toolbar): Revert.
20619         (message-setup-toolbar): Use global default-toolbar if
20620         message-use-toolbar is default.
20622 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20624         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20625         according to default-toolbar-visible-p.
20627         * messagexmas.el (message-use-toolbar): Ditto.
20629 2005-11-26  Dave Love  <fx@gnu.org>
20631         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20632         (tls-program, tls-success): Provide openssl alternative.
20634         * starttls.el: Doc fixes.
20635         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20636         SERVICE to PORT.
20638         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20639         port null or service name.
20640         (starttls-negotiate): Autoload.
20642 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20644         * message.el (message-kill-to-signature): Fix interactive spec.
20646 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20648         * pop3.el (pop3-open-server): Recognize a string as a service name.
20650 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20652         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20654 2005-11-23  Dave Love  <fx@gnu.org>
20656         Add pop3s, pop3/starttls.
20658         * pop3.el (pop3-authentication-scheme): Clarify doc.
20659         (open-tls-stream, starttls-open-stream): Autoload.
20660         (pop3-stream-type): New.
20661         (pop3-open-server): Use it.
20663         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20664         for POP.
20665         (mail-source-keyword-map): Add :stream for POP.
20666         (mail-source-fetch-pop): Use pop3-stream-type.
20668 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20670         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20671         of current-time-string.
20673 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20675         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20676         date header.
20678 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20680         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20681         it can seriously impact performance as it bypasses the agent's
20682         local caches.
20684 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20686         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20687         must be explicitly online rather than "not explicitly offline" for
20688         its flags to be synchronized.
20690         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20691         that gnus-uu-unmark-thread will function correctly.
20693         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20694         1024K is instead displayed as 1M.
20696 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20698         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20700 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20702         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20704 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20706         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20707         error message to display actual error condition.
20708         (gnus-agent-save-local): Avoid saving symbols that are bound to
20709         nil as they simply result in a warning message in
20710         gnus-agent-read-local.
20712 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20714         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20715         rather than make-variable-buffer-local for file-precious-flag.
20717 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20719         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20720         for duplicates which are removed.  The invalid sort check then
20721         triggers a rescan after the sort as sorting may have moved
20722         duplicate entries such that they can be cheaply detected.
20724 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20726         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20728 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20730         * gnus-agent.el (gnus-agent-article-alist-save-format):
20731         Change internal variable to a custom variable.  Change default value
20732         from compressed(2) to uncompressed(1).
20733         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20734         support for uncompressed agentview files.  Taken together, reading
20735         the agentview file should now be 6-7 times faster.
20737 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20739         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20740         as a buffer-local variable.  This avoids creating truncated
20741         dribble files as a result of a hang up, eg.
20743 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20745         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20746         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20747         XEmacs.
20749 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20751         * gnus-start.el (gnus-start-draft-setup):
20752         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20754         * gnus.el (gnus-splash): Change custom group.
20755         (gnus-group-get-parameter, gnus-group-parameter-value):
20756         Describe allow-list argument.
20758         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20759         string.
20761 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20763         * gnus-art.el (gnus-default-article-saver): Add user-defined
20764         `function' to custom type.
20766 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20768         * imap.el (imap-open): Handle case where buffer is a buffer
20769         object.
20771 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20773         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20774         long lines.
20775         (gnus-cache-delete-group): Wrap doc strings.
20777         * gnus-agent.el (gnus-agent-rename-group)
20778         (gnus-agent-delete-group): Wrap doc strings.
20780 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20782         * messagexmas.el (message-use-toolbar): Change the valid values
20783         into default, top, bottom, left, and right.
20784         (message-toolbar-thickness): New variable.
20785         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20786         well.
20787         (message-setup-toolbar): Make it work.
20789         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20790         (gnus-use-toolbar): Change the valid values into default, top,
20791         bottom, left, and right.
20792         (gnus-toolbar-thickness): New variable.
20793         (gnus-xmas-setup-toolbar): New function.
20794         (gnus-xmas-setup-group-toolbar): Use it.
20795         (gnus-xmas-setup-summary-toolbar): Use it.
20797 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20799         * gnus-start.el (gnus-1): Add "native" to
20800         gnus-predefined-server-alist.
20802         * gnus.el (gnus-method-to-server): Don't add "native" to the
20803         lists here, because that leads to problems when
20804         gnus-select-method is bound.
20806 2005-11-09  Simon Josefsson  <jas@extundo.com>
20808         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20809         use (not sort-by-date) instead.
20811 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20813         * gnus-delay.el (gnus-delay-group): Don't autoload.
20814         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20815         to be re-loaded when customizing the `gnus-delay' group.
20817 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20819         * message.el: Revert last changes.
20820         (message-insert-citation-line): Use newlines.
20822 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20824         * message.el (message-courtesy-message)
20825         (message-mark-insert-begin, message-mark-insert-end)
20826         (message-elide-ellipsis, message-cancel-message)
20827         (message-add-header, message-change-subject)
20828         (message-cross-post-followup-to-header)
20829         (message-cross-post-insert-note, message-reduce-to-to-cc)
20830         (message-widen-reply, message-delete-not-region)
20831         (message-kill-to-signature, message-insert-signature)
20832         (message-insert-importance-high, message-insert-importance-low)
20833         (message-insert-or-toggle-importance)
20834         (message-insert-disposition-notification-to)
20835         (message-indent-citation, message-yank-original)
20836         (message-cite-original-without-signature, message-cite-original)
20837         (message-insert-citation-line, message-position-on-field)
20838         (message-fix-before-sending, message-send-mail-partially)
20839         (message-send-mail, message-send-mail-with-sendmail)
20840         (message-send-mail-with-qmail, message-send-news)
20841         (message-check-news-header-syntax, message-generate-headers)
20842         (message-insert-courtesy-copy, message-fill-address)
20843         (message-fill-header, message-shorten-references)
20844         (message-setup-1, message-cancel-news)
20845         (message-forward-make-body-plain, message-forward-make-body-mime)
20846         (message-forward-make-body-mml, message-encode-message-body)
20847         (message-forward-make-body-digest-plain)
20848         (message-forward-make-body-digest-mime)
20849         (message-use-alternative-email-as-from): Insert `hard-newline'
20850         instead of ordinary newlines.
20852 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20854         * message.el (message-generate-headers): Downcase the argument
20855         given to message-check-element.
20857 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20859         * nntp.el (nntp-authinfo-rejected): New error condition.
20860         (nntp-wait-for): Use new error condition to signal authentication
20861         error.
20862         (nntp-retrieve-data): Rethrow new error condition to break out of
20863         recursive call to nntp-send-authinfo.
20865 2005-11-08  Romain Francoise  <romain@orebokech.com>
20867         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20868         (gnus-summary-exit-map): Bind to `Z p'.
20869         (gnus-summary-make-menu-bar): Add menu item.
20871 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20873         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20874         (gnus-treat-*): Add `first' in all doc strings.
20876         * gnus-group.el (gnus-group-compact-group): Fix typo.
20878 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20880         * gnus.el (gnus-parameters-case-fold-search): New variable.
20881         (gnus-parameters-get-parameter): Use it.
20883         * gnus-score.el (gnus-home-score-file): Doc fix.
20885 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20887         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20889 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20891         * mm-util.el (mm-special-display-p): New function.
20893         * mml.el (mml-preview): Use it; doc fix.
20895 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20897         * imap.el (imap-open): Handle case where buffer is a buffer object.
20899 2005-10-29  Romain Francoise  <romain@orebokech.com>
20901         * message.el (message-fix-before-sending): Fix comment.
20903 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20905         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20907 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20909         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20910         Used in gnus-score.el.
20912 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20914         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20916 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20918         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20919         whitespace removed in revision 7.8.  Use concatenated string to
20920         protect trailing whitespace.
20922 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20924         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20925         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20926         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20927         Courier IMAP ("some version from 2004").  Mostly based on similar
20928         code in the same function.
20930 2005-10-26  Didier Verna  <didier@xemacs.org>
20932         * gnus-group.el (gnus-group-compact-group): Invalidate original
20933         article buffer.
20934         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20935         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20936         NOV database and in article itself.
20937         Invalidate article backlog.
20939 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20941         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20943 2005-10-26  Simon Josefsson  <jas@extundo.com>
20945         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20946         part of 2004-07-25 change.
20948 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20950         * message.el (message-display-completion-list): New function.
20951         (message-expand-group): Use it; make sure the Completions buffer
20952         is modifiable.
20953 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20955         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20956         user-mail-name is an empty string.
20958 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20960         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20961         depending on gnus-score-decay-constant.
20963         * encrypt.el (encrypt-insert-file-contents)
20964         (encrypt-write-file-contents): Don't use `gnus-message'.
20966         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20967         arguments.
20968         (mm-uu-type-alist): Add message-marks and insert-marks.
20969         Pass arguments to mm-uu-verbatim-marks-extract.
20970         (mm-uu-hide-markers): New variable.
20971         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20973         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20974         (gnus-convert-image-to-face-command): Use "convert" by default to
20975         allow other input image formats.
20976         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20977         accordingly.
20979 2005-10-23  Simon Josefsson  <jas@extundo.com>
20981         * imap.el (imap-gssapi-program): Align command line parameters
20982         with latest GNU SASL.
20983         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20985 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20987         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20988         HTML.
20989         (nnslashdot-request-article): Ditto.
20991         * lpath.el (featurep): Add nobreak-char-display.
20993 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20995         * mail-source.el (mail-source-fetch-pop): Require pop3.
20996         (mail-source-check-pop): Ditto.
20998 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21000         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21001         errors.
21003 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21005         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21006         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21008         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21010         * mm-bodies.el (mm-decode-string):
21011         Call `mm-charset-to-coding-system' with allow-override argument.
21013 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21015         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21016         (rfc2047-charset-to-coding-system): New function.
21017         (rfc2047-decode-encoded-words): New function.
21018         (rfc2047-decode-region): Use them.
21019         (rfc2047-decode-cte): Remove.
21020         (rfc2047-parse-and-decode): Remove.
21021         (rfc2047-decode): Remove.
21023 2005-10-15  Kenichi Handa  <handa@m17n.org>
21025         * rfc2047.el (rfc2047-decode-cte): New function.
21026         (rfc2047-decode-region): Change the way to decode successive
21027         encoded-words: decode B- or Q-encoding in each encoded-word,
21028         concatenate them, and decode it as charset.
21030 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21032         * lpath.el: Fbind codepage-setup for XEmacs.
21034 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21036         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21037         widget-move-and-invoke.
21038         (gnus-custom-mode): Use gnus-custom-map.
21040 2005-10-15  Bill Wohler  <wohler@newt.com>
21042         * message.el (message-tool-bar-map): Rename image file from
21043         mail_send to mail/send.
21045 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21047         * message.el (message-expand-group): Pass the common
21048         prefix substring of completion to `display-completion-list'.
21050 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21052         * mml-sec.el (mml-secure-method): New internal variable.
21053         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21054         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21055         New functions using mml-secure-method.
21057         * mml.el (mml-mode-map): Add key bindings for those functions.
21058         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21059         Harder <harder@myrealbox.com>.
21060         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21061         Goto end of message if point is the headers of the message.
21063         * message.el (message-in-body-p): New function.
21065         * assistant.el: Autoload gnus-util and netrc.
21067         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21068         Use `mm-charset-override-alist' only when decoding.
21070         * mm-bodies.el (mm-decode-body):
21071         Call `mm-charset-to-coding-system' with allow-override argument.
21073         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21074         `filename' from Content-Disposition if Content-Type doesn't
21075         provide `name'.
21076         (gnus-mime-view-part-as-type): Set default instead of
21077         initial-input.
21079 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21081         * format-spec.el (format-spec): Propagate text properties of % spec.
21083 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21085         * gnus-art.el (gnus-treat-predicate): Add `first'.
21087 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21089         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21090         (mm-charset-override-alist): New variable.
21091         (mm-charset-to-coding-system): Use it.
21092         (mm-codepage-setup): New helper function.
21093         (mm-charset-eval-alist): New variable.
21094         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21095         Warn about unknown charsets.
21097         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21099 2005-10-04  David Hansen  <david.hansen@gmx.net>
21101         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21102         (nnrss-check-group): Ditto.
21104 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21106         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21107         Rename x-gnus-verbatim to x-verbatim.
21108         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21110         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21111         x-verbatim.
21113         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21115         * gnus-util.el (gnus-remove-duplicates): Remove.
21117         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21118         instead of gnus-remove-duplicates.
21120         * message.el (message-remove-duplicates): Remove.
21121         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21122         message-remove-duplicates.
21124         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21125         available, else use implementation from `delete-dups'.
21127         * message.el (message-insert-expires): New function.
21128         (message-mode-map): Add key binding.
21129         (message-mode-field-menu): Add menu entry.
21130         (message-mode): Document it.
21131         (message-make-expires-date): Use `message-make-date'.
21133 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21135         * message.el (message-make-expires-date): New function.
21137 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21139         * Makefile.in (list-installed-shadows): New entry.
21140         (install): Use it.
21141         (remove-installed-shadows): New entry.
21143         * dgnushack.el (dgnushack-default-load-path): New variable.
21144         (dgnushack-find-lisp-shadows): New function.
21145         (dgnushack-remove-lisp-shadows): New function.
21147 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21149         * Makefile.in (install-el-elc): New entry.
21150         (install): Use it so that .el files are necessarily installed.
21152 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21154         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21156 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21158         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21159         function rather than the diff-mode.el package.
21160         (mm-display-external): Use with-current-buffer.
21161         (mm-viewer-completion-map, mm-viewer-completion-map):
21162         Move initialization inside declaration.
21164 2005-09-29  Simon Josefsson  <jas@extundo.com>
21166         * spam.el: Load hashcash when compiling, to avoid warnings.
21167         Don't autoload mail-check-payment.
21168         (spam-check-hashcash): Define unconditionally, since hashcash.el
21169         is part of Gnus now.  Ignore errors from payment checking.
21171 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21173         * message.el (message-bold-region, message-unbold-region):
21174         Rename from `bold-region' and `unbold-region'.
21176         * message.el: Remove useless autoloads.
21178 2005-09-28  Simon Josefsson  <jas@extundo.com>
21180         * message.el (message-use-idna): Default to t.
21181         (message-use-idna): Test whether encoding works too.  Doc fix.
21183 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21185         * nntp.el (nntp-warn-about-losing-connection): Remove.
21187 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21189         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21190         customizable.  Change default value.
21191         (mm-uu-diff-groups-regexp): Change default value.
21192         (mm-uu-type-alist): Add doc string.
21193         (mm-uu-configure): Add doc string.  Make it interactive.
21194         (mm-uu-tex-groups-regexp): New variable.
21195         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21196         (mm-uu-type-alist): Add LaTeX documents.
21197         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21198         of "text/verbatim".
21199         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21201         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21202         instead of "text/verbatim".
21204         * message.el (message-mark-inserted-region)
21205         (message-mark-insert-file): Use slrn style marks when called with
21206         prefix argument.
21208 2005-09-27  Simon Josefsson  <jas@extundo.com>
21210         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21212 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21214         * message.el (message-remove-duplicates): New function.
21215         Implementation borrowed from `gnus-remove-duplicates'.
21216         (message-idna-to-ascii-rhs): Also encode idna addresses in
21217         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21218         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21219         only ask about the same idna domain once per header and also tell
21220         in what header to replace the idna domain.
21222         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21223         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21224         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21225         a header is decoded and not just the last one.
21227 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21229         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21230         has been decoded.
21232         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21233         (mm-insert-part): Don't modify text if it has been decoded.
21235         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21236         decoded.
21238         * mm-view.el (mm-inline-text): Don't strip text props unless
21239         decoding enriched or richtext parts.
21241 2005-09-25  Romain Francoise  <romain@orebokech.com>
21243         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21244         * gnus-start.el (gnus-subscribe-interactively):
21245         * gnus-uu.el (gnus-uu-grab-articles):
21246         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21247         space.
21249 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21251         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21252         * mm-view.el (mm-view-pkcs7-decrypt):
21253         * gnus-sum.el (gnus-summary-limit-to-extra)
21254         (gnus-summary-respool-article, gnus-read-move-group-name):
21255         * gnus-score.el (gnus-summary-increase-score):
21256         * gnus-util.el (gnus-completing-read-with-default):
21257         * gnus-art.el (gnus-read-save-file-name)
21258         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21259         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21260         * message.el (message-check-news-header-syntax):
21261         Follow convention for reading with the minibuffer.
21263 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21265         * spam-report.el (spam-report-url-ping-plain):
21266         Use gnus-extended-version as User-Agent.
21268         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21269         default value is nil.
21271         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21272         (mm-uu-verbatim-marks-extract): New function.
21273         (mm-uu-extract): New face.
21274         (mm-uu-copy-to-buffer): Use it.
21276         * spam-report.el (spam-report-gmane-ham): Rename from
21277         `spam-report-gmane-unspam'.
21278         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21279         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21281         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21282         Autoload.
21283         (spam-report-gmane-unregister-routine):
21284         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21286 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21288         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21289         (spam-report-gmane-unregister-routine): Add support for gmane
21290         unregistration.
21292         * spam-report.el (spam-report-gmane-unspam)
21293         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21294         (spam-report-gmane): Change to take a single article and do unspam
21295         registration.
21297 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21299         * mm-url.el (mm-url-decode-entities): Fix regexp.
21301 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21303         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21304         default to nil, to be able to use Gnus at all.  If the default
21305         switches to something else, then the function should be fixed not
21306         be exceedingly slow.
21308 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21310         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21311         fail hard.
21313         * spam-report.el: Add better Keywords line.
21315         * spam.el: Add Maintainer and better Keywords line.
21317 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21319         * gnus-art.el (gnus-article-replace-part)
21320         (gnus-mime-replace-part): New functions.
21321         (gnus-mime-action-alist, gnus-mime-button-commands)
21322         (gnus-mime-save-part-and-strip): Add file argument.
21323         (gnus-article-part-wrapper): Add interactive argument.
21325         * gnus-sum.el (gnus-summary-mime-map):
21326         Add `gnus-article-replace-part'.
21328 2005-09-19  Didier Verna  <didier@xemacs.org>
21330         The nnml compaction feature:
21331         * nnml.el (nnml-request-compact-group): New function.
21332         * nnml.el (nnml-request-compact): New function.
21333         * gnus-int.el (gnus-request-compact-group): New function.
21334         * gnus-int.el (gnus-request-compact): New function.
21335         * gnus-group.el (gnus-group-compact-group): New function.
21336         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21337         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21338         * gnus-srvr.el (gnus-server-compact-server): New function.
21339         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21340         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21342 2005-09-18  Deepak Goel  <deego@gnufans.org>
21344         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21345         format spec.
21347 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21349         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21351 2005-09-15  Romain Francoise  <romain@orebokech.com>
21353         * message.el (message-fill-paragraph): Clarify docstring.
21355 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21357         * gnus-art.el (gnus-mime-display-part): Protect against broken
21358         MIME messages.
21360 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21362         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21363         before parsing header.
21365 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21367         * html2text.el (html2text-replace-list): Add new entities.
21369 2005-09-11  Romain Francoise  <romain@orebokech.com>
21371         * message.el (message-alternative-emails): Improve docstring.
21372         (message-setup-1): Call `message-use-alternative-email-as-from'
21373         after `message-setup-hook' to give it precedence over posting
21374         styles, etc.
21375         (message-use-alternative-email-as-from): Add docstring.
21376         Remove the original From header if present.
21378         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21379         (nnml-save-mail): Use it.
21381         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21382         articles.  Add new argument `silent'.
21383         (gnus-uu-mark-all): Report the total number of marked articles.
21385 2005-09-10  Romain Francoise  <romain@orebokech.com>
21387         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21388         (gnus-uu-mark-series): Likewise.
21390 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21392         * spam-report.el (spam-report-gmane): Fix generation of spam
21393         report URL.
21395 2005-09-10  Simon Josefsson  <jas@extundo.com>
21397         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21398         t, based on discussion on the ding list with Robert Epprecht
21399         <epprecht@solnet.ch>.
21401 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21403         * spam-report.el (spam-report-gmane): Make it work without
21404         X-Report-Spam header.  Gmane now only provides Archived-At.
21405         This is only used if `spam-report-gmane-use-article-number' is nil.
21406         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21408         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21409         make `gnus-summary-sort-by-recipient' work with threading.
21411         * nnweb.el (nnweb-google-wash-article): Print a message if article
21412         is not available.
21414 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21416         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21417         change.  Decode text/* parts content before displaying.
21419 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21421         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21423 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21425         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21427         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21428         url-package-name, url-package-version,
21429         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21430         w3m-display-inline-images, and w3m-minor-mode-map.
21432 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21434         * message.el (message-tab-body-function): Fix mismatched custom type.
21436         * gnus.el (gnus-group-change-level-function): Ditto.
21438         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21440         * gnus-art.el (gnus-signature-limit)
21441         (gnus-article-mime-part-function): Ditto.
21443 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21445         * mml.el (mml-mode): Silence the byte compiler.
21447         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21448         using `(sit-for 0)' before moving the point to the specified part;
21449         skip unbuttonized parts.
21450         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21451         return to the summary window if gnus-auto-select-part is non-nil.
21453 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21455         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21456         New variables.
21457         (mml-dnd-attach-file, mml-mode): Use them.
21459         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21460         Make fetching article by MID work again for Google Groups.
21461         Add FIXME concerning gnus-group-make-web-group.
21463         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21464         Don't depend on Gnus by using mail-extract-address-components if
21465         gnus-extract-address-components is not bound.
21467 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21469         * gnus-art.el (gnus-mime-display-security): Don't display the
21470         signature, but only the signed part.
21472 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21474         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21476         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21477         list, not listp.
21479 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21481         * mm-encode.el (mm-encode-content-transfer-encoding):
21482         Likewise when encoding.
21484         * mm-bodies.el (mm-decode-content-transfer-encoding):
21485         De-canonicalize CRLF for all text content types, not just
21486         text/plain.
21488 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21490         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21491         valid article; point arrow and cursor at the MIME button.
21493 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21495         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21496         Suggested by Dan Christensen <jdc@uwo.ca>.
21498         * mm-decode.el (mm-save-part): Enable change of prompt.
21500 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21502         * gnus-msg.el (gnus-inews-add-send-actions):
21503         Make `message-post-method' lambda parameter ARG `&optional'.
21505 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21507         * gnus-sum.el (gnus-summary-mime-map):
21508         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21509         gnus-article-jump-to-part.
21511         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21512         (gnus-article-edit-part): Use it.
21513         (gnus-article-part-wrapper): Add no-handle argument.
21514         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21515         New functions.
21517 2005-08-29  Romain Francoise  <romain@orebokech.com>
21519         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21520         docstring.
21521         (gnus-face-from-file): Likewise.
21523 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21525         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21526         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21527         non-nil.
21528         (gnus-auto-select-part): New variable.
21529         (gnus-article-jump-to-part): New function.
21530         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21531         (gnus-mime-delete-part): Allow selecting specified part after
21532         deleting or stripping parts.
21533         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21534         part if argument is bogus.
21536 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21538         * gnus-art.el (w3m-minor-mode-map):
21539         * gnus-spec.el (gnus-newsrc-file-version):
21540         * gnus-util.el (nnmail-active-file-coding-system)
21541         (gnus-original-article-buffer, gnus-user-agent):
21542         * gnus.el (gnus-ham-process-destinations)
21543         (gnus-parameter-ham-marks-alist)
21544         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21545         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21546         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21547         * mm-decode.el (gnus-current-window-configuration):
21548         * mm-extern.el (gnus-article-mime-handles):
21549         * mm-url.el (url-current-object, url-package-name)
21550         (url-package-version):
21551         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21552         (smime-keys, w3m-cid-retrieve-function-alist)
21553         (w3m-current-buffer, w3m-display-inline-images)
21554         (w3m-minor-mode-map):
21555         * mml-smime.el (gnus-extract-address-components):
21556         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21557         (gnus-newsrc-hashtb, message-default-charset)
21558         (message-deletable-headers, message-options)
21559         (message-posting-charset, message-required-mail-headers)
21560         (message-required-news-headers):
21561         * mml1991.el (mc-pgp-always-sign):
21562         * mml2015.el (mc-pgp-always-sign):
21563         * nnheader.el (nnmail-extra-headers):
21564         * rfc1843.el (gnus-decode-encoded-word-function)
21565         (gnus-decode-header-function, gnus-newsgroup-name):
21566         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21568 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21570         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21571         the end of the date treatments.
21573 2005-08-15  Simon Josefsson  <jas@extundo.com>
21575         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21576         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21577         Capello and Romain Francoise.
21578         (pgg-fetch-key-function): Remove, not used?
21579         (pgg-insert-url-with-w3): Require url, to get
21580         url-insert-file-contents regardless of where it is defined.
21582 2005-08-13  Romain Francoise  <romain@orebokech.com>
21584         * message.el (message-cite-original-1): New function.
21585         (message-cite-original): Use it.
21586         (message-cite-original-without-signature): Ditto.
21588 2005-08-08  Romain Francoise  <romain@orebokech.com>
21590         * message.el (message-yank-empty-prefix): New variable.
21591         (message-indent-citation): Use it.
21592         (message-cite-original-without-signature): Respect X-No-Archive.
21594 2005-08-08  Simon Josefsson  <jas@extundo.com>
21596         * pgg.el: Autoload url-insert-file-contents instead of loading
21597         w3/url.
21598         (pgg-insert-url-with-w3): Don't load url here.
21600 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21602         * message.el (message-kill-to-signature): Don't insert newline at
21603         bol.
21604         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21606 2005-08-06  Romain Francoise  <romain@orebokech.com>
21608         * message.el (message-user-fqdn): Fix typo in docstring.
21610 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21612         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21614         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21616 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21618         * mm-bodies.el (mm-encode-body): Use coding system rather than
21619         charset to encode text.
21621         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21622         number of charsets if utf-8 is available (XEmacs).
21624 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21626         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21627         taken from `gnus-button-mid-or-mail-regexp'.
21628         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21629         (gnus-button-alist): Improve regexp for domain part of the MIDs
21630         for news:localpart@domain buttons.
21631         (gnus-button-ctan-directory-regexp): Update.
21633 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21635         * sieve-manage.el (sieve-manage-interactive-login):
21636         Use make-local-variable rather than make-variable-buffer-local.
21637         (sieve-manage-open): Ditto.
21638         (sieve-manage-authenticate): Ditto.
21640         * mml.el (mml-generate-mime-1): Make the content type default to
21641         text/plain if the filename is not specified.
21643 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21645         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21646         instead of insert-buffer.
21648         * message.el (message-yank-original): Ditto; set the mark at the
21649         end of the yanked message.
21651 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21653         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21654         lines to scroll rather than to stop it.
21656         * mml.el (mml-generate-default-type): Add doc string.
21657         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21658         default to application/octet-stream when determining the content
21659         type if it is not specified for the part or the mml contents; add
21660         a comment about mml-generate-default-type.
21662 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21664         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21665         make it default to application/octet-stream when determining the
21666         content type if it is not specified for the external contents.
21668 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21670         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21671         segmented parameter but also other parameters might be there.
21673 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21675         * mm-decode.el (mm-display-external): Delete temp file, directory
21676         and buffer immediately if the external process is exited.
21678 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21680         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21681         fewer lines than that of scroll-margin.
21682         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21684 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21686         * gnus-art.el (gnus-article-next-page): Revert.
21687         (gnus-article-beginning-of-window): New macro.
21688         (gnus-article-next-page-1): Use it.
21689         (gnus-article-prev-page): Ditto.
21690         (gnus-article-edit-part): Use insert-buffer-substring instead of
21691         insert-buffer.
21692         (gnus-article-edit-exit): Ditto.
21694         * gnus-util.el (gnus-beginning-of-window): Remove.
21695         (gnus-end-of-window): Remove.
21697         * lpath.el: Don't bind header-line-format and scroll-margin.
21699 2005-07-25  Simon Josefsson  <jas@extundo.com>
21701         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21702         to have the url package without w3.  Reported by Daiki Ueno
21703         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21705 2005-07-20  Didier Verna  <didier@xemacs.org>
21707         * gnus-diary.el: Remove the description comment (nndiary is now
21708         properly documented in the Gnus manual).
21709         Fix the spelling of "Back End".
21710         * nndiary.el: Ditto.
21711         Fix the copyright notice.
21713 2005-07-18  Romain Francoise  <romain@orebokech.com>
21715         * gnus-sum.el (gnus-summary-to-prefix)
21716         (gnus-summary-newsgroup-prefix): New variables.
21717         (gnus-summary-from-or-to-or-newsgroups): Use them.
21719 2005-07-17  Romain Francoise  <romain@orebokech.com>
21721         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21722         space as it's generally not especially interesting to the user.
21724 2005-07-16  Romain Francoise  <romain@orebokech.com>
21726         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21727         nil to avoid prompting and file modification if one of the
21728         messages at the top of the nnfolder file contains a copyright
21729         notice.
21730         Update copyright notice.
21732         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21733         instead of `current-time-string' as the latter creates a time
21734         string that is not RFC 2822 compliant (it lacks the zone).
21735         Update copyright notice.
21737 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21739         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21740         for text/rtf.  Display default in prompt.  Pass default for M-n.
21742         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21744 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21746         * gnus-msg.el (gnus-button-mailto):
21747         Remove save-selected-window-window hackery because it relies on
21748         save-selected-window internals.
21750 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21752         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21753         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21754         (gnus-article-prev-page): Ditto.
21756         * gnus-util.el (gnus-beginning-of-window): New function.
21757         (gnus-end-of-window): New function.
21759         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21761 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21763         * gnus-score.el (gnus-score-edit-all-score):
21764         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21765         gnus-message.
21767 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21769         * gnus-msg.el (gnus-button-mailto):
21770         Remove save-selected-window-window hackery because it relies on
21771         save-selected-window internals.
21773 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21775         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21776         add-minor-mode.
21777         (gnus-binary-mode): Ditto.
21779         * gnus-topic.el (gnus-topic-mode): Ditto.
21781 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21783         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21784         (gnus-article-prev-page): Take scroll-margin into consideration.
21786 2005-07-04  Lute Kamstra  <lute@gnu.org>
21788         Update FSF's address in GPL notices.
21790 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21792         * gnus.el (gnus-exit):
21793         * gnus-group.el (gnus-group-icons):
21794         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21796         * gnus-nocem.el (gnus-nocem):
21797         * message.el (message-various, message-buffers, message-sending)
21798         (message-interface, message-forwarding, message-insertion)
21799         (message-headers, message-news, message-mail):
21800         * pgg-gpg.el (pgg-gpg):
21801         * pgg-parse.el (pgg-parse):
21802         * pgg-pgp.el (pgg-pgp):
21803         * pgg-pgp5.el (pgg-pgp5):
21804         * pop3.el (pop3): Finish `defgroup' description with period.
21806 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21808         * gnus-art.el (article-display-face): Improve the efficiency.
21809         (article-display-x-face): Ditto; remove gray x-face stuff.
21811 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21813         * gnus-art.el (article-display-face): Correct the position in
21814         which Faces are inserted.
21816 2005-06-29  Didier Verna  <didier@xemacs.org>
21818         * gnus-art.el (article-display-face): Display faces in correct
21819         order.
21821 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21823         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21824         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21825         (gnus-nocem-check-article): Fetch the Type header.
21826         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21827         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21828         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21829         make sure gnus-nocem-hashtb is initialized.
21830         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21831         (gnus-nocem-unwanted-article-p): Ditto.
21833         * pgg.el (pgg-verify): Return the verification result.
21835 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21837         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21838         is ascii.
21840 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21842         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21843         `show-nonbreak-escape'.
21845 2005-06-23  Lute Kamstra  <lute@gnu.org>
21847         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21849         * dig.el (dig-mode):
21850         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21852 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21854         * nnimap.el (nnimap-split-download-body): Fix spellings.
21856 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21858         * gnus-art.el (gnus-article-encrypt-body):
21859         * gnus-cus.el (gnus-score-customize):
21860         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21861         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21863 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21865         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21866         header by looking for magic "MII" at the beginning.
21868 2005-06-16  Miles Bader  <miles@gnu.org>
21870         * gnus-xmas.el (gnus-xmas-group-startup-message):
21871         Use renamed gnus-splash face.
21873         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21874         (assistant-field-face): New backward-compatibility alias for renamed
21875         face.
21876         (assistant-render-text): Use renamed assistant-field face.
21878         * spam.el (spam): Remove "-face" suffix from face name.
21879         (spam-face): New backward-compatibility alias for renamed face.
21880         (spam-face, spam-initialize): Use renamed spam face.
21882         * message.el (message-header-to, message-header-cc)
21883         (message-header-subject, message-header-newsgroups)
21884         (message-header-other, message-header-name)
21885         (message-header-xheader, message-separator, message-cited-text)
21886         (message-mml): Remove "-face" suffix from face names.
21887         (message-header-to-face, message-header-cc-face)
21888         (message-header-subject-face, message-header-newsgroups-face)
21889         (message-header-other-face, message-header-name-face)
21890         (message-header-xheader-face, message-separator-face)
21891         (message-cited-text-face, message-mml-face):
21892         New backward-compatibility aliases for renamed faces.
21893         (message-font-lock-keywords): Use renamed message faces.
21895         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21896         (sieve-test-commands, sieve-tagged-arguments):
21897         Remove "-face" suffix from face names.
21898         (sieve-control-commands-face, sieve-action-commands-face)
21899         (sieve-test-commands-face, sieve-tagged-arguments-face):
21900         New backward-compatibility aliases for renamed faces.
21901         (sieve-control-commands-face, sieve-action-commands-face)
21902         (sieve-test-commands-face, sieve-tagged-arguments-face):
21903         Use renamed sieve faces.
21905         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21906         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21907         (gnus-group-news-3-empty, gnus-group-news-4)
21908         (gnus-group-news-4-empty, gnus-group-news-5)
21909         (gnus-group-news-5-empty, gnus-group-news-6)
21910         (gnus-group-news-6-empty, gnus-group-news-low)
21911         (gnus-group-news-low-empty, gnus-group-mail-1)
21912         (gnus-group-mail-1-empty, gnus-group-mail-2)
21913         (gnus-group-mail-2-empty, gnus-group-mail-3)
21914         (gnus-group-mail-3-empty, gnus-group-mail-low)
21915         (gnus-group-mail-low-empty, gnus-summary-selected)
21916         (gnus-summary-cancelled, gnus-summary-high-ticked)
21917         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21918         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21919         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21920         (gnus-summary-low-undownloaded)
21921         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21922         (gnus-summary-low-unread, gnus-summary-normal-unread)
21923         (gnus-summary-high-read, gnus-summary-low-read)
21924         (gnus-summary-normal-read, gnus-splash):
21925         Remove "-face" suffix from face names.
21926         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21927         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21928         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21929         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21930         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21931         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21932         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21933         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21934         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21935         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21936         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21937         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21938         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21939         (gnus-summary-normal-ticked-face)
21940         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21941         (gnus-summary-normal-ancient-face)
21942         (gnus-summary-high-undownloaded-face)
21943         (gnus-summary-low-undownloaded-face)
21944         (gnus-summary-normal-undownloaded-face)
21945         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21946         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21947         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21948         (gnus-splash-face):
21949         New backward-compatibility aliases for renamed faces.
21950         (gnus-group-startup-message): Use renamed gnus faces.
21952         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21953         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21954         (gnus-server-agent): Remove "-face" suffix from face names.
21955         (gnus-server-agent-face, gnus-server-opened-face)
21956         (gnus-server-closed-face, gnus-server-denied-face)
21957         (gnus-server-offline-face):
21958         New backward-compatibility aliases for renamed faces.
21959         (gnus-server-agent-face, gnus-server-opened-face)
21960         (gnus-server-closed-face, gnus-server-denied-face)
21961         (gnus-server-offline-face): Use renamed gnus faces.
21963         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21964         Remove "-face" suffix from face names.
21965         (gnus-picon-xbm-face, gnus-picon-face):
21966         New backward-compatibility aliases for renamed faces.
21968         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21969         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21970         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21971         (gnus-cite-11): Remove "-face" suffix from face names.
21972         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21973         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21974         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21975         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21976         New backward-compatibility aliases for renamed faces.
21977         (gnus-cite-attribution-face, gnus-cite-face-list)
21978         (gnus-article-boring-faces): Use renamed gnus faces.
21980         * gnus-art.el (gnus-signature, gnus-header-from)
21981         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21982         (gnus-header-content): Remove "-face" suffix from face names.
21983         (gnus-signature-face, gnus-header-from-face)
21984         (gnus-header-subject-face, gnus-header-newsgroups-face)
21985         (gnus-header-name-face, gnus-header-content-face):
21986         New backward-compatibility aliases for renamed faces.
21987         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21989         * gnus-sum.el (gnus-summary-selected-face)
21990         (gnus-summary-highlight): Use renamed gnus faces.
21991         * gnus-group.el (gnus-group-highlight): Likewise.
21993 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21995         * gnus-sieve.el (gnus-sieve-article-add-rule):
21996         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21997         * spam-stat.el (spam-stat-buffer-change-to-spam)
21998         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22000         * message.el (message-is-yours-p):
22001         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22003 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22005         * mm-view.el (mm-inline-text): Withdraw the last change.
22007 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22009         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22010         executing enriched-decode.
22012 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22014         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22015         charset of tar files.
22017 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22019         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22021 2005-06-04  Lute Kamstra  <lute@gnu.org>
22023         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22024         information is never recorded.
22026 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22028         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22030 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22032         * pop3.el (pop3-apop): Run md5 in the binary mode.
22034         * starttls.el (starttls-set-process-query-on-exit-flag):
22035         Use eval-and-compile.
22037 2005-05-31  Simon Josefsson  <jas@extundo.com>
22039         * smime.el (smime-replace-in-string): Define.
22040         (smime-cert-by-ldap-1): Use it.
22042 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22044         * gnus-art.el (article-display-x-face): Replace
22045         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22047         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22048         set-process-query-on-exit-flag or process-kill-without-query.
22050         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22051         loop instead of replace-regexp.
22053         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22054         instead of process-kill-without-query if it is available.
22056         * lpath.el: Fbind ldap-search-entries.
22058         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22059         instead of find-file-hooks if it is available.
22061         * mml1991.el: Bind pgg-default-user-id when compiling.
22063         * mml2015.el: Bind pgg-default-user-id when compiling.
22065         * nndraft.el (nndraft-request-associate-buffer):
22066         Use write-contents-functions instead of write-contents-hooks if it is
22067         available.
22069         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22070         instead of find-file-hooks if it is available.
22072         * nntp.el (nntp-open-connection): Replace
22073         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22074         (nntp-open-ssl-stream): Ditto.
22075         (nntp-open-tls-stream): Ditto.
22077         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22078         set-process-query-on-exit-flag or process-kill-without-query.
22079         (starttls-open-stream-gnutls): Use it instead of
22080         process-kill-without-query.
22081         (starttls-open-stream): Ditto.
22083 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22085         * smime.el (smime-cert-by-ldap-1): Don't use
22086         replace-regexp-in-string.
22088 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22090         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22092         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22093         in PEM format.  Adjust to the XEmacs compatibility.
22095 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22097         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22098         by `string-to-number'.
22099         * gnus-agent.el (gnus-agent-regenerate-group)
22100         (gnus-agent-fetch-articles): Ditto.
22101         * gnus-art.el (gnus-button-fetch-group): Ditto.
22102         * gnus-cache.el (gnus-cache-generate-active)
22103         (gnus-cache-articles-in-group): Ditto.
22104         * gnus-group.el (gnus-group-set-current-level)
22105         (gnus-group-insert-group-line): Ditto.
22106         * gnus-score.el (gnus-score-set-expunge-below)
22107         (gnus-score-set-mark-below, gnus-summary-score-effect)
22108         (gnus-summary-score-entry): Ditto.
22109         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22110         (gnus-soup-pack): Ditto.
22111         * gnus-spec.el (gnus-xmas-format): Ditto.
22112         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22113         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22114         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22115         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22116         * nndb.el (nndb-get-remote-expire-response): Ditto.
22117         * nndiary.el (nndiary-parse-schedule-value)
22118         (nndiary-string-to-number, nndiary-request-replace-article)
22119         (nndiary-request-article): Ditto.
22120         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22121         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22122         * nneething.el (nneething-make-head): Ditto.
22123         * nnfolder.el (nnfolder-request-article)
22124         (nnfolder-retrieve-headers): Ditto.
22125         * nnheader.el (nnheader-file-to-number): Ditto.
22126         * nnkiboze.el (nnkiboze-request-article): Ditto.
22127         * nnmail.el (nnmail-process-unix-mail-format)
22128         (nnmail-process-babyl-mail-format): Ditto.
22129         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22130         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22131         (nnmh-request-create-group, nnmh-request-list-1)
22132         (nnmh-request-group, nnmh-request-article): Ditto.
22133         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22134         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22135         * nnsoup.el (nnsoup-make-active): Ditto.
22136         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22137         * nntp.el (nntp-find-group-and-number)
22138         (nntp-retrieve-headers-with-xover): Ditto.
22139         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22140         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22141         (pgg-format-key-identifier): Ditto.
22142         * pop3.el (pop3-last, pop3-stat): Ditto.
22143         * qp.el (quoted-printable-decode-region): Ditto.
22145         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22146         of concat.
22148 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22150         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22152         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22154         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22156         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22158         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22160         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22162         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22163         (gnus-carpal-mode): Ditto.
22165         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22166         (gnus-browse-mode): Ditto.
22168         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22170         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22172 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22174         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22176 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22178         * gnus-util.el (gnus-run-mode-hooks): New function.
22180         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22182         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22183         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22185 2005-05-27  Lute Kamstra  <lute@gnu.org>
22187         * dns-mode.el (dns-mode): Specify customization group.
22189 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22191         * gnus-agent.el (gnus-agent-make-mode-line-string):
22192         Use mode-line-highlight as mouse-face.
22194 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22196         * canlock.el (canlock): Change the parent group to news.
22198         * deuglify.el (gnus-outlook-deuglify): Add :group.
22200         * dig.el (dig): Add :group.
22202         * dns-mode.el (dns-mode): Add :group.
22204         * encrypt.el (encrypt): Add :group.
22206         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22207         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22208         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22209         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22210         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22212         * gnus-diary.el (gnus-diary): Add :group.
22214         * gnus.el (gnus-group-news-1-face): Add :group.
22215         (gnus-group-news-1-empty-face): Ditto.
22216         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22217         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22218         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22219         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22220         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22221         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22222         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22223         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22224         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22225         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22226         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22227         (gnus-summary-high-ticked-face): Ditto.
22228         (gnus-summary-low-ticked-face): Ditto.
22229         (gnus-summary-normal-ticked-face): Ditto.
22230         (gnus-summary-high-ancient-face): Ditto.
22231         (gnus-summary-low-ancient-face): Ditto.
22232         (gnus-summary-normal-ancient-face): Ditto.
22233         (gnus-summary-high-undownloaded-face): Ditto.
22234         (gnus-summary-low-undownloaded-face): Ditto.
22235         (gnus-summary-normal-undownloaded-face): Ditto.
22236         (gnus-summary-high-unread-face): Ditto.
22237         (gnus-summary-low-unread-face): Ditto.
22238         (gnus-summary-normal-unread-face): Ditto.
22239         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22240         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22242         * hashcash.el (hashcash): New custom group.
22243         (hashcash-default-payment): Add :group.
22244         (hashcash-payment-alist): Ditto.
22245         (hashcash-default-accept-payment): Ditto.
22246         (hashcash-accept-resources): Ditto.
22247         (hashcash-path): Ditto.
22248         (hashcash-extra-generate-parameters): Ditto.
22249         (hashcash-double-spend-database): Ditto.
22250         (hashcash-in-news): Ditto.
22252         * message.el (message-minibuffer-local-map): Add :group.
22254         * netrc.el (netrc): Add :group.
22256         * sieve-manage.el (sieve-manage-log): Add :group.
22257         (sieve-manage-default-user): Diito.
22258         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22259         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22260         (sieve-manage-authenticators): Ditto.
22261         (sieve-manage-authenticator-alist): Ditto.
22262         (sieve-manage-default-port): Ditto.
22264         * sieve-mode.el (sieve-control-commands-face): Add :group.
22265         (sieve-action-commands-face): Ditto.
22266         (sieve-test-commands-face): Ditto.
22267         (sieve-tagged-arguments-face): Ditto.
22269         * smime.el (smime): Add :group.
22271         * spam-report.el (spam-report): Add :group.
22273         * spam.el (spam, spam-face): Add :group.
22275 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22277         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22278         return \n.\n.\n at the end of articles.  Protect against that.
22279         (nntp-with-open-group): Allow debugging.
22281         * nnheader.el (mail-header-set-extra): Make into a function
22282         because I just could't understand how to quote the list properly.
22284         * dns.el (query-dns-cached): New function.
22286 2005-05-26  Lute Kamstra  <lute@gnu.org>
22288         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22290 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22292         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22294         * gnus-art.el: Don't autoload mail-extract-address-components.
22296         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22297         eval-and-compile to evaluate it.
22299         * hashcash.el: Don't autoload executable-find.
22301         * nndb.el: Don't declare the nndb back end two or more times; don't
22302         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22304         * nntp.el: Autoload format-spec instead of format; use
22305         eval-and-compile to evaluate autoload forms.
22307 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22309         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22311 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22313         * gnus.el (gnus-version-number): Bump version.
22315 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22317         * gnus.el: No Gnus v0.3 is released.
22319 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22321         * lpath.el (featurep): Bind show-nonbreak-escape.
22323 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22325         * gnus-art.el (gnus-article-edit-part): Disable undo.
22327 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22329         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22330         gnus-article-date-lapsed-new-header is t if date timer is active;
22331         skip headers in which the original date value is empty.
22332         (gnus-article-save-original-date): Redefine it as a macro.
22333         (gnus-display-mime): Use it.
22335 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22337         * gnus-art.el (article-date-ut): Support converting date in
22338         forwarded parts as well.
22339         (gnus-article-save-original-date): New function.
22340         (gnus-display-mime): Use it.
22342 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22344         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22345         enclosure element of <item>.
22347 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22349         * message.el (message-kill-buffer-query): Rename from
22350         `message-kill-buffer-query-if-modified'.  Add :version.
22352 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22354         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22355         window layout.
22357 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22359         * mml.el: Autoload dnd when compiling.
22361 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22363         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22364         x-dnd-*.
22366 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22368         * qp.el (quoted-printable-encode-region): Save excursion.
22370 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22372         * message.el (message-kill-buffer-query-if-modified): Add new variable
22373         so the user can kill a modified message buffer quickly.
22374         (message-kill-buffer): Use it.
22376 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22378         * lpath.el: Fbind display-time-event-handler; don't fbind
22379         string-to-multibyte.
22381         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22383 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22385         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22386         contained in text because xml.el decodes entities) with LFs.
22388 2005-04-11  Lute Kamstra  <lute@gnu.org>
22390         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22391         differently.
22393 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22395         * mm-util.el (mm-detect-coding-region): Typo.
22397 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22399         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22401 2005-04-06  Deepak Goel  <deego@gnufans.org>
22403         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22404         user-function allow user modifications of the scores.
22405         (spam-stat-score-buffer-user): New function, to allow
22406         user-computed modifications to the score.
22407         (spam-stat-score-buffer-user-functions): List of additional
22408         scoring functions.
22409         (spam-stat-error-holder): Global temporary error holder.
22410         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22411         variable.
22413 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22415         * gnus-registry.el (gnus-registry-clean-empty-function)
22416         (gnus-registry-trim, gnus-registry-fetch-groups)
22417         (gnus-registry-delete-group): Groups that match
22418         `gnus-registry-ignored-groups' are removed from the registry
22419         entries, not just ignored for splitting.  This helps clean up the
22420         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22421         to get all the groups a message ID is in.
22423         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22424         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22425         (spam-stat-score-buffer-user-functions): Add :number custom type.
22427 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22429         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22430         argument in XEmacs.
22432         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22433         (nnrss-request-group): Decode group name first.
22434         (nnrss-request-article): Make a text/plain article if mml-to-mime
22435         failed.
22436         (nnrss-get-encoding): Return a compatible encoding according to
22437         nnrss-compatible-encoding-alist.
22438         (nnrss-find-el): Use consp instead of listp.
22439         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22441 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22443         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22444         which Emacs 20 doesn't support.
22445         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22447 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22449         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22450         silence the byte compiler inside the defun.
22452         * gnus-demon.el (parse-time-string): Add autoload.
22454         * gnus-delay.el (parse-time-string): Add autoload.
22456         * gnus-art.el (parse-time-string): Add autoload.
22458         * nnultimate.el (parse-time): Require for `parse-time-string'.
22460 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22462         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22464         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22466         * smime.el (smime-ldap-host-list): Add :version.
22468 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22470         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22471         pass it to `gnus-browse-read-group'.
22472         (gnus-browse-read-group): Add NUMBER argument and pass it to
22473         `gnus-group-read-ephemeral-group'.
22475         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22476         argument and pass it to `gnus-group-read-group'.
22478 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22480         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22481         mm-xemacs-find-mime-charset-1 if we have the mule feature
22482         available at runtime.
22484 2005-03-25  Werner Lemberg  <wl@gnu.org>
22486         * nnmaildir.el: Replace `illegal' with `invalid'.
22488 2005-03-23  Lute Kamstra  <lute@gnu.org>
22490         * time-date.el: Add comment on time value formats.
22491         Don't require parse-time.
22492         (with-decoded-time-value): New macro.
22493         (encode-time-value): New function.
22494         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22495         (days-to-time): Return a valid time value when arg is huge.
22496         (time-since): Use time-subtract.
22497         (time-to-number-of-days): Use time-to-seconds.
22499 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22501         * gnus-start.el (gnus-display-time-event-handler):
22502         Check display-time-timer at runtime rather than only at load time
22503         in case display-time-mode is turned off in the mean time.
22505 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22507         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22508         used.
22510         * nneething.el (nneething-map-file-directory): Derive from
22511         `gnus-directory'.
22513         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22514         the To/Cc button.
22516 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22518         * nnmaildir.el (nnmaildir-request-accept-article):
22519         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22521 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22523         * gnus-async.el: Require timer-funcs at compile time when in
22524         XEmacs for `run-with-idle-timer'.
22526 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22528         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22529         autoloaded function.
22531 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22533         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22535 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22537         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22539 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22541         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22542         Add gnus-expert-user to default.
22544 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22546         * nnimap.el (nnimap-open-server): Ditto.
22548         * imap.el (imap-authenticate): Fix typo.
22550 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22552         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22553         buffer (since IMAP server might return FETCH response out of
22554         order, and the nntp buffer must be sorted).
22556 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22558         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22559         comparison on string.
22561         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22562         (gnus-agent-score): Rename category keywords to match gnus-cus.
22563         (gnus-agent-summary-fetch-series): Modify to protect against
22564         gnus-agent-summary-fetch-group clearing processable flags.
22565         (gnus-agent-synchronize-group-flags): Update live group buffer as
22566         synchronization may occur due to the user toggle the plugged
22567         status.
22568         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22569         successfully downloaded.
22570         (gnus-agent-expire-group-1): Avoid using markers when the overview
22571         is in ascending order; greatly improves performance.
22572         (gnus-agent-regenerate-group):
22573         Use gnus-agent-synchronize-group-flags to reset read status in both
22574         gnus and server.
22575         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22577 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22579         * message.el: Don't autoload former message-utils variables.
22580         (message-strip-subject-trailing-was): Change doc string.
22582         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22583         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22584         (nnweb-google-search): Add "hl=en" here.
22585         (nnweb-google-parse-1, nnweb-google-create-mapping):
22586         Don't hardcode URL.
22588 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22590         * message.el (message-get-reply-headers, message-followup):
22591         Mention related variables `message-use-followup-to' and
22592         `message-use-mail-followup-to', in the information buffer.
22594         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22595         of broken groups(-beta).google.com.
22597 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22599         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22600         parameter to invoked gnus-request-move-article; remove the
22601         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22602         all at once instead of once per article.
22603         (gnus-summary-remove-process-mark): Accept a list of articles as
22604         well as a single article for processing.
22606         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22607         parameter.
22609         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22611         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22613         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22614         parameter.
22616         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22617         parameter.
22619         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22620         parameter and remove the gnus-sum-hint-move-is-internal variable.
22622         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22623         parameter.
22625         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22626         parameter.
22628         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22629         parameter.
22631         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22633         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22634         parameter.
22636         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22637         parameter.
22639 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22641         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22642         a more conservative way.
22644 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22646         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22647         buffer, so it moves the window's cursor.
22649 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22651         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22652         `mm-dissect-multipart' and receive the from field as an (optional)
22653         argument from `mm-dissect-multipart'.
22654         (mm-dissect-multipart): Receive the from field as an argument and
22655         pass it on when we call `mm-dissect-buffer' on MIME parts.
22656         Fixes verification/decryption of signed/encrypted MIME parts.
22658 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22660         * gnus-sum.el (gnus-summary-move-article):
22661         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22662         whatever it calls (right now, only nnimap-request-move article
22663         respects it).
22665         * nnimap.el (nnimap-request-move-article):
22666         When gnus-sum-hint-move-is-internal is set, don't do the extra
22667         nnimap-request-article.
22669 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22671         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22673         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22674         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22676         * gnus-sum.el (gnus-summary-caesar-message):
22677         Apply `gnus-treat-article' after rotation.
22679         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22680         doc string.
22682 2005-02-22  Simon Josefsson  <jas@extundo.com>
22684         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22685         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22686         <arne@arnested.dk>.
22687         (encrypt): Add password-cache and password-cache-expiry as group
22688         members.
22690 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22692         * smime.el (smime-ldap-host-list): Doc fix.
22693         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22694         cache) password.
22695         (smime-sign-region): Use it.
22696         (smime-decrypt-region): Use it.
22697         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22698         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22699         fails.
22700         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22701         certificate from DER to PEM format rather than calling openssl.
22703         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22705         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22706         for signing/encryption.
22708         * mml.el (mml-parse-1): Use them.
22710 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22712         * nnrss.el (nnrss-verbose): Remove.
22713         (nnrss-request-group): Use `nnheader-message' instead.
22715 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22717         * nnrss.el (nnrss-verbose): New variable.
22718         (nnrss-request-group): Make it say nnrss is requesting a group.
22720 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22722         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22723         Handle news URL with given port correctly.
22725 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22727         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22728         containing special characters.
22730         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22732         * mml.el (mime-to-mml): Ditto.
22734         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22735         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22736         (rfc2047-decode-region): Quote decoded words containing special
22737         characters when rfc2047-quote-decoded-words-containing-tspecials
22738         is non-nil.
22740 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22742         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22744         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22746 2005-02-15  Simon Josefsson  <jas@extundo.com>
22748         * nnimap.el (nnimap-debug): Doc fix.
22750         * imap.el (imap-debug): Doc fix.
22752 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22754         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22756 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22758         * gnus.el (spam-contents): Improve docs for spam-contents
22759         parameter in its variable incarnation.
22761 2005-02-14  Simon Josefsson  <jas@extundo.com>
22763         * smime-ldap.el: Use require instead of load-library for ldap.
22764         (smime-ldap-search): Indent.
22765         (smime-ldap-search-internal): Shorten line.
22767         * smime.el (smime-cert-by-dns): Add doc-string.
22768         (smime-cert-by-ldap-1): Indent.
22770         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22771         mml-smime-get-dns-ldap.
22772         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22774 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22776         * smime.el: Require smime-ldap.
22777         (smime-ldap-host-list): New variable.
22778         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22780         * mml-smime.el (mml-smime-encrypt-query): New function.
22781         (mml-smime-encrypt-query): Use it.
22783         * smime-ldap.el: New file.
22785 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22787         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22789 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22791         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22792         argument in doc string.  Make query for type more clear.
22794 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22796         * gnus.el (gnus-group-startup-message): Search for gnus images in
22797         etc/images/gnus.
22798         * mm-util.el (mm-image-load-path): Likewise.
22799         * smiley.el (smiley-data-directory): Search for smilies in
22800         etc/images/smilies.
22802 2005-02-09  Kim F. Storm  <storm@cua.dk>
22804         Change Emacs release version from 21.4 to 22.1 throughout.
22805         Change Emacs development version from 21.3.50 to 22.0.50.
22807 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22809         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22811         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22812         non-Mule XEmacs as well.
22813         (mm-decompress-buffer): Signal an error intentionally if it does
22814         not decompress compressed data because auto-compression-mode is
22815         disabled.
22817 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22819         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22820         an ID in the registry even if it has no groups.
22822 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22824         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22825         merge it into mm-decompress-buffer.
22826         (gnus-mime-copy-part): Use the MIME part charset, the value which
22827         a user specified or gnus-newsgroup-charset for decoding, like
22828         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22829         save-buffer what was used.  Suggested by Kevin Ryde
22830         <user42@zip.com.au>.
22831         (gnus-mime-inline-part): Allow the name parameter as well as the
22832         filename parameter; force decompressing of compressed data; always
22833         display contents being not decoded as unibyte.
22835         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22836         as well as the filename parameter.
22838         * mm-util.el (mm-decompress-buffer):
22839         Merge gnus-mime-jka-compr-maybe-uncompress.
22840         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22841         of compressed data.
22843 2005-02-08  Simon Josefsson  <jas@extundo.com>
22845         * imap.el (imap-log): Doc fix.
22847 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22849         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22850         the coding cookies; decompress compressed parts.
22852         * mml.el (mml-generate-mime-1): Add the charset parameter according
22853         to the value which a user specified manually or the coding cookie.
22855         * mm-util.el (mm-string-to-multibyte): New function.
22856         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22857         (mm-coding-system-to-mime-charset): New function.
22858         (mm-decompress-buffer): New function.
22859         (mm-find-buffer-file-coding-system): New function.
22861         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22862         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22863         parts.
22865 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22867         * mm-view.el (mm-display-inline-fontify): Decode a part according
22868         to the charset parameter.
22870 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22872         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22873         prefix arg is neither nil nor a number, as info specifies.
22875 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22877         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22878         timestamps.
22880 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22882         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22883         groups error checking and notify user.
22885 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22887         * message.el (message-send-mail-function): Check existence of
22888         sendmail-program first before using default value
22889         `message-send-mail-with-sendmail'.  Otherwise use more generic
22890         `smtpmail-send-it'.
22892 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22894         * nntp.el (nntp-request-update-info): Always return nil.
22896 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22898         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22900 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22902         * message.el (message-beginning-of-line): Change the behavior when
22903         invoked between BOL and : so that it first moves backward.
22905 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22907         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22908         article buffer when editing of the article is discarded.
22909         (gnus-article-prepare): Revert.
22911 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22913         * gnus-art.el (gnus-article-prepare):
22914         Remove message-strip-forbidden-properties from the local hook.
22916 2005-01-27  Simon Josefsson  <jas@extundo.com>
22918         * password.el (password-cache-add): Only start one timer per key.
22919         Reported by Derek Atkins <warlord@MIT.EDU>.
22921 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22923         * run-at-time.el: Remove.  It is no longer needed as
22924         timer-funcs.el in the xemacs-base package has a working version of
22925         `run-at-time'.
22927         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22929         * password.el: Require timer-funcs instead of run-at-time in
22930         XEmacs.
22931         Remove `password-run-at-time' macro.
22932         (password-cache-add): Use `run-at-time' instead of
22933         `password-run-at-time'.
22935         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22936         Remove `nnheader-cancel-function-timers' alias,
22937         `cancel-function-timers' exists in XEmacs in timer-funcs.
22939         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22940         for `run-with-idle-timer'.
22942         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22943         for `run-at-time'.
22945         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22946         for `with-timeout'.
22948         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22949         the same as for XEmacs 21.4.
22950         No need to ignore `run-with-idle-timer', this function exists in
22951         XEmacs now in timer-funcs.el in the xemacs-base package.
22952         (dgnushack-compile): No need to delete
22953         run-at-time.el from the list of files to compile because it
22954         doesn't exist anymore.
22956 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22958         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22959         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22961 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22963         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22964         sensitively.
22966 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22968         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22970 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22972         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22973         which will be inserted according to the multibyteness of a buffer
22974         rather than the type of contents.  Suggested by ARISAWA Akihiro
22975         <ari@mbf.ocn.ne.jp>.
22977         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22978         of string which old xml.el may return rather than a string.
22980 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22982         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22984 2005-01-16  Simon Josefsson  <jas@extundo.com>
22986         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22987         idn/idna.el isn't available.
22988         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22989         <michael@waxrat.com>.
22991         * hashcash.el: Remove non-FSF copyright header.
22993         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22994         (hashcash-generate-payment): Use it.
22995         (hashcash-generate-payment-async): Use it.
22997 2005-01-15  Simon Josefsson  <jas@extundo.com>
22999         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23000         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23002         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23003         gnus-summary-idna-message.
23004         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23005         (gnus-summary-idna-message): New function.
23007 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23009         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23010         gnus-novice-user.
23012 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23014         * nnrss.el (nnrss-request-delete-group): Delete entries in
23015         nnrss-group-alist as well.
23016         (nnrss-save-server-data): Insert newline.
23018 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23020         * gnus.el (gnus-user-agent): Use list of symbols instead of
23021         symbols.  Display full version number for (S)XEmacs.
23022         Optionally display (S)XEmacs codename.
23024         * gnus-util.el (gnus-emacs-version): Update for new
23025         `gnus-user-agent'.
23027         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23028         Gnus version.
23030 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23032         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23033         which is unreadable in some setups.
23035 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23037         * gnus-spec.el (gnus-update-format-specifications): Flush the
23038         group format spec cache if it doesn't support decoded group names.
23040 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23042         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23043         Allow to apply decay on score files matching a regexp.
23045 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23047         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23048         compatibility in %g and %c.
23050 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23052         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23053         name for only %g and %c.
23054         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23055         of gnus-tmp-group to decoded group name.
23056         (gnus-group-make-rss-group): Exclude `/'s from group names.
23058 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23060         * nnrss.el (nnrss-get-encoding): Fix regexp.
23062 2004-12-27  Simon Josefsson  <jas@extundo.com>
23064         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23065         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23066         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23068 2004-12-17  Kim F. Storm  <storm@cua.dk>
23070         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23072         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23074 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23076         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23078 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23080         * nnrss.el: Require rfc2047 and mml.
23081         (nnrss-file-coding-system): New variable.
23082         (nnrss-format-string): Redefine it as an inline function.
23083         (nnrss-decode-group-name): New function.
23084         (nnrss-string-as-multibyte): Remove.
23085         (nnrss-retrieve-headers): Decode group name; don't use
23086         nnrss-format-string.
23087         (nnrss-request-group): Decode group name.
23088         (nnrss-request-article): Decode group name; allow a Message-ID as
23089         well as an article number; don't use nnrss-format-string; encode a
23090         Message-ID string which may contain non-ASCII characters; use
23091         mml-to-mime to compose a MIME article.
23092         (nnrss-request-expire-articles): Decode group name.
23093         (nnrss-request-delete-group): Decode group name.
23094         (nnrss-fetch): Clarify error message.
23095         (nnrss-read-server-data): Use insert-file-contents instead of load;
23096         bind file-name-coding-system; use multibyte buffer.
23097         (nnrss-save-server-data): Bind coding-system-for-write to the
23098         value of nnrss-file-coding-system; bind file-name-coding-system;
23099         add coding cookie.
23100         (nnrss-read-group-data): Use insert-file-contents instead of load;
23101         bind file-name-coding-system; use multibyte buffer.
23102         (nnrss-save-group-data): Bind coding-system-for-write to the
23103         value of nnrss-file-coding-system; bind file-name-coding-system.
23104         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23105         make it work with non-ASCII text.
23106         (nnrss-find-el): Make it work with old xml.el as well.
23108 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23110         * nnrss.el (nnrss-get-encoding): New function.
23111         (nnrss-fetch): Use unibyte buffer initially; bind
23112         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23113         decode contents according to the encoding attribute.
23114         (nnrss-save-group-data): Add coding cookie.
23115         (nnrss-mime-encode-string): New function.
23116         (nnrss-check-group): Use it to encode subject and author.
23118 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23120         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23121         imaginary variable.
23123 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23125         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23126         correctly even if there are wide characters.
23128 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23130         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23131         downcased symbol names; make a new cache instead of reusing
23132         bbdb-hashtable.
23134 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23136         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23137         concatenating segments rather than before concatenating them.
23138         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23140         * message.el (message-get-reply-headers): Bind `extra'.
23142 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23144         * message.el (message-extra-wide-headers): New variable.
23145         (message-get-reply-headers): Use it.
23147 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23149         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23150         (gnus-agent-group-pathname): Ditto.
23152         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23154         * gnus-group.el (gnus-group-make-group): Decode group name.
23155         (gnus-group-make-rss-group): Register the group data after opening
23156         the nnrss group.
23158 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23160         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23161         by expiry now get marked as read.
23163 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23165         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23167 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23169         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23170         unify Latin characters in XEmacs.
23171         (mm-find-mime-charset-region): Use it.
23173 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23175         * gnus-util.el (gnus-delete-directory): New function.
23177         * gnus-agent.el (gnus-agent-delete-group): Use it.
23179         * gnus-cache.el (gnus-cache-delete-group): Use it.
23181 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23183         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23184         names.
23186 2004-12-16  Simon Josefsson  <jas@extundo.com>
23188         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23190 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23192         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23194         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23195         (gnus-group-set-current-level): Decode group name.
23197 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23199         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23200         failed.
23202 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23204         * gnus-group.el (gnus-group-delete-group): Decode group name.
23205         (gnus-group-make-rss-group): Encode group name.
23206         (gnus-group-catchup-current): Decode group name.
23207         (gnus-group-kill-group): Decode group name.
23209 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23211         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23213 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23215         * gnus-group.el (gnus-group-make-rss-group):
23216         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23218         * gnus-start.el (gnus-setup-news): Honor user's setting to
23219         gnus-message-archive-method.  Suggested by Lute Kamstra
23220         <lute@gnu.org>.
23222 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23224         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23225         global counterparts of the buffer-local variables.
23227 2004-11-16  Romain Francoise  <romain@orebokech.com>
23229         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23230         counterparts of the buffer-local variables.
23232 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23234         * message.el (message-forbidden-properties): Fix typo in doc
23235         string.
23237 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23239         * gnus-util.el (gnus-replace-in-string): Add doc string.
23241         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23242         to avoid problems when splitting mails with many recipients.
23244 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23246         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23247         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23249 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23251         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23252         if there is no hashtable in memory or file modification time is
23253         newer than cached timestamp.
23255 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23257         * gnus-sum.el (gnus-summary-limit-to-recipient):
23258         Implement not-matching option.
23260 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23262         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23263         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23264         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23265         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23266         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23267         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23269 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23271         * message.el (message-forward-make-body-mml): Remove headers
23272         according to message-forward-ignored-headers if a message is decoded.
23274 2004-12-02  Romain Francoise  <romain@orebokech.com>
23276         * message.el (message-forward-make-body-plain): Always remove
23277         headers according to message-forward-ignored-headers.
23279 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23281         * spam.el (spam-summary-prepare-exit): Remove the
23282         gnus-summary-limit pop for now, it has problems with ham marks for
23283         me.
23285 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23287         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23288         correctly.
23290 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23292         * format-spec.el (format-spec): Message the char.
23294 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23296         * gnus-art.el (gnus-split-methods): Reformat comments.
23298         * spam.el (spam-summary-prepare-exit): Remove article limits
23299         before exiting the summary buffer.
23301 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23303         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23304         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23306         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23307         order to silence the byte compiler.
23309         * spam.el: Fix the way to silence the byte compiler, which
23310         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23311         bbdb-search-simple, spam-BBDB-register-routine,
23312         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23313         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23314         spam-stat-buffer-is-spam, spam-stat-load,
23315         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23316         spam-stat-save and spam-stat-split-fancy.
23318 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23320         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23321         which may confuse users.
23322         (canlock-password-for-verify): Ditto.
23324         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23326         * gnus-art.el (gnus-emphasis-alist): Ditto.
23328         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23330         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23332         * gnus-start.el (gnus-save-killed-list): Ditto.
23334         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23335         (gnus-sum-thread-tree-root): Ditto.
23336         (gnus-sum-thread-tree-false-root): Ditto.
23337         (gnus-sum-thread-tree-single-indent): Ditto.
23339         * message.el (message-courtesy-message): Ditto.
23340         (message-archive-note): Ditto.
23341         (message-subscribed-address-file): Ditto.
23342         (message-user-fqdn): Ditto.
23344         * spam-report.el (spam-report-gmane-regex): Ditto.
23346         * spam.el (spam-blackhole-good-server-regex): Ditto.
23348 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23350         * mml.el (mml-preview): Widen the message buffer before copying
23351         the contents to the preview buffer; sort headers before previewing.
23353         * message.el (message-hidden-headers): Fix the way to avoid a bug
23354         in the `repeat' widget in Emacs 21.3 or earlier.
23356 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23358         * message.el (message-hidden-headers): Default to "^References:".
23359         Improve customization type.  Suggested by Reiner Steib
23360         <Reiner.Steib@gmx.de>.
23362 2004-11-25  Romain Francoise  <romain@orebokech.com>
23364         * message.el (message-strip-forbidden-properties): Remove check for
23365         obsolete `message-hidden' text property, hidden headers are not
23366         accessible in the buffer anymore.
23368 2004-11-22  Romain Francoise  <romain@orebokech.com>
23370         * message.el (message-header-format-alist): Add `From' in list
23371         so that it can be sorted.
23372         (message-fix-before-sending): Widen and sort headers before
23373         sending.
23374         (message-hide-headers): Use narrowing to hide headers by moving
23375         them to the top of the buffer and narrowing to the region
23376         underneath.
23378 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23380         * message.el (message-strip-forbidden-properties):
23381         Bind buffer-read-only (etc) to nil.
23383 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23385         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23386         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23388 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23390         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23392 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23394         * dns.el (query-dns): Use sit-for to time instead of
23395         accept-process-output, since that doesn't seem to work on udp
23396         sockets.
23398 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23400         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23402 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23404         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23405         doc string.  Improve doc string.
23407 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23409         * nntp.el (nntp-request-update-info): Return nil if
23410         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23411         may not call gnus-activate-group which uselessly issues the GROUP
23412         commands for all nntp groups and wastes time.  Reported by Romain
23413         Francoise <romain@orebokech.com>.
23415         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23417 2004-11-15  Simon Josefsson  <jas@extundo.com>
23419         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23420         headers separately.
23421         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23422         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23424 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23426         * gnus-start.el (gnus-convert-old-newsrc):
23427         Assign legacy-gnus-agent to 5.10.7.
23429 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23431         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23432         start of the lines.
23434 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23436         * hashcash.el (hashcash-default-payment): Change default to 20.
23437         (hashcash-default-accept-payment): Change default to 20.
23438         (hashcash-process-alist): New variable.
23439         (hashcash-generate-payment-async): Add.
23440         (hashcash-already-paid-p): Add.
23441         (hashcash-insert-payment): Don't generate payments twice.
23442         (hashcash-insert-payment-async): Add.
23443         (hashcash-insert-payment-async-2): Add.
23444         (hashcash-cancel-async): Add.
23445         (hashcash-wait-async): Add.
23446         (hashcash-processes-running-p): Add.
23447         (hashcash-wait-or-cancel): Add.
23448         (mail-add-payment): New optional argument.  Conditionally start
23449         asynchronous calculation.
23450         (mail-add-payment-async): Add.
23452         * message.el (message-send-mail): Wait for asynchronous hashcash
23453         results.  Don't clobber existing X-Hashcash headers.
23454         (message-setup-1): Call mail-add-payment-async when
23455         message-generate-hashcash is non-nil.
23457 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23459         * message.el (message-use-alternative-email-as-from): Examine the
23460         From header as well; use message-make-from in order to include a
23461         user's full name.
23463 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23465         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23466         default; improve customization type.
23467         (gnus-emphasis-custom-with-format): New macro.
23468         (gnus-emphasis-custom-value-to-external): New function.
23469         (gnus-emphasis-custom-value-to-internal): New function.
23471 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23473         * dns.el (query-dns): Resolve reverse addresses.
23475 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23477         * gnus-group.el (gnus-group-get-new-news): Use it.
23479         * gnus-start.el (gnus-check-reasonable-setup): New function.
23481 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23483         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23484         "Args out of range" error.  Reported by Arnaud Giersch
23485         <arnaud.giersch@free.fr>.
23487 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23489         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23491 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23493         * spam.el (spam group): Add :version.
23495         * pgg-def.el (pgg group): Add :version.
23497 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23499         * gnus-art.el (gnus-article-edit-article): Don't associate the
23500         article buffer with a draft file.  This is a temporary measure
23501         against the 2004-08-22 change to gnus-article-edit-mode.
23503 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23505         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23506         (html2text-format-tags): Remove unused variable `attr'.
23508 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23510         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23512         * tls.el (tls-process-connection-type, tls-success)
23513         (tls-certtool-program): Add :version.
23515         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23516         (starttls-extra-arguments, starttls-process-connection-type)
23517         (starttls-connect, starttls-failure, starttls-success): Add :version.
23519         * spam-stat.el (spam-stat): Add :version.
23521         * sieve.el (sieve): Add :version.
23523         * sha1.el (sha1): Add :version.
23524         (sha1-use-external): Remove redundant version.
23526         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23527         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23528         (nnmail-split-fancy-match-partial-words)
23529         (nnmail-split-lowercase-expanded): Add :version.
23531         * nndiary.el (nndiary): Add :version.
23533         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23535         * mml-sec.el (mml-default-sign-method)
23536         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23537         Add :version.
23539         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23541         * mm-url.el (mm-url-use-external, mm-url-program)
23542         (mm-url-arguments): Add :version.
23544         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23545         (mm-attachment-file-modes, mm-decrypt-option)
23546         (mm-w3m-safe-url-regexp): Add :version.
23548         * message.el (message-cite-prefix-regexp)
23549         (message-sendmail-envelope-from, message-minibuffer-local-map)
23550         (message-user-fqdn, message-completion-alist): Add :version.
23552         * gnus-win.el (gnus-configure-windows-hook)
23553         (gnus-use-frames-on-any-display): Add :version.
23555         * gnus-art.el (gnus-article-address-banner-alist)
23556         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23557         (gnus-treat-from-picon, gnus-treat-mail-picon)
23558         (gnus-treat-x-pgp-sig): Add :version.
23560         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23561         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23562         (gnus-summary-article-delete-hook)
23563         (gnus-summary-display-while-building): Add :version.
23565         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23566         (gnus-get-top-new-news-hook): Add :version.
23568         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23569         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23571         * gnus-registry.el (gnus-registry): Add :version.
23573         * gnus-spec.el (gnus-use-correct-string-widths)
23574         (gnus-make-format-preserve-properties): Add :version.
23576         * gnus.el (gnus-group-charter-alist)
23577         (gnus-group-fetch-control-use-browse-url)
23578         (gnus-install-group-spam-parameters): Add :version.
23580         * gnus-diary.el (gnus-diary): Add :version.
23582         * gnus-delay.el (gnus-delay): Add :version.
23584         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23585         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23586         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23587         Add :version.
23589         * gnus-agent.el (gnus-agent-max-fetch-size)
23590         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23591         (gnus-agent-prompt-send-queue): Add :version.
23593         * deuglify.el (gnus-outlook-deuglify): Add :version.
23595         * html2text.el: Beautify code.  Improve doc strings.
23596         Some checkdoc cleanup.
23597         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23599 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23601         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23603 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23605         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23606         when package is loaded.
23608         * spam.el (spam-summary-score-preferred-header): Add global preference
23609         for people who want to override the default SpamAssassin over
23610         Bogofilter preference (when both are set).
23611         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23612         (spam-user-format-function-S):
23613         Check spam-summary-score-preferred-header.
23614         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23615         (spam-user-format-function-S): Format the score correctly.
23617 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23619         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23620         signature file.  Suggested by Manoj Srivastava
23621         <srivasta@golden-gryphon.com>.
23623         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23624         iso-2022-jp even in the Japanese language environment.
23625         Suggested by Jason Rumney <jasonr@gnu.org>.
23627 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23629         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23630         use the same characters as the dummy marks; make it free from
23631         getting affected by the language environment.
23632         (gnus-summary-read-group-1): Update mark positions only when the
23633         format spec is updated.
23635         * gnus-spec.el (gnus-update-format-specifications): Return a list
23636         of updated types.
23638 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23640         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23641         of boundp to check if display-warning is available.
23643 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23645         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23647 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23649         * nnspool.el (nnspool-spool-directory): Use news-path if the
23650         news-directory variable is not bound.
23652         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23653         function instead of display-warning if it is not available.
23655 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23657         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23658         v5-10: Use `point-at-bol'.
23660 2004-10-26  Simon Josefsson  <jas@extundo.com>
23662         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23663         <chenggao@gmail.com>.
23665 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23667         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23668         instead.
23670 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23672         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23673         to remove a server from the nnimap-server-buffer-alist.
23674         (nnimap-open-connection, nnimap-close-server): Use it.
23676         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23678 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23680         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23681         running the major-mode function.
23683 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23685         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23686         dummy marks in the right way.
23688 2004-10-18  David Edmondson  <dme@dme.org>
23690         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23691         excessively.
23693 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23695         * gnus-util.el (gnus-split-references): Accept a nil references
23696         string and go on blissfully.
23698         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23699         cases where the references string is non-nil but has no references.
23701         * encrypt.el: Add autoload tags.
23703         * spam.el (spam-resolve-registrations-routine): Remove article
23704         from unregistration list too.  Reported by David Hanak
23705         <dhanak@isis.vanderbilt.edu>
23707 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23709         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23710         nil.  Change custom type.
23712 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23714         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23716         * gnus-sum.el (gnus-summary-move-article): Use it.
23718 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23720         * encrypt.el: Add autoload cookies.
23722         * spam.el (spam-backend-article-list-property)
23723         (spam-backend-get-article-todo-list)
23724         (spam-backend-put-article-todo-list)
23725         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23726         Resolve registrations separately.
23727         (spam-register-routine): Format comments.
23728         (spam-unregister-routine, spam-register-routine): Always call with
23729         specific-articles, no default list.
23730         (spam-summary-prepare-exit): Use the spam-classifications function.
23732         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23733         gnus-encrypt.el.
23735         * encrypt.el: Copied from gnus-encrypt.el.
23737         * gnus-encrypt.el: Commented that it's obsolete.
23739 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23741         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23742         (gnus-score-save): Use it.
23744         * message.el (message-bury): Use `window-dedicated-p'.
23746 2004-10-15  Simon Josefsson  <jas@extundo.com>
23748         * pop3.el (top-level): Don't require nnheader.
23749         (pop3-read-timeout): Add.
23750         (pop3-accept-process-output): Add.
23751         (pop3-read-response, pop3-retr): Use it.
23753 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23755         * spam.el (spam-register-routine): Move comment.
23756         (spam-verify-bogofilter): Use 'unknown for the initial
23757         spam-bogofilter-valid state, not 'never.
23759         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23760         for netrc-machine.
23762         * nnimap.el (nnimap-open-connection):
23763         Use netrc-machine-user-or-password.
23765 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23767         * gnus-registry.el (gnus-registry-unload-hook):
23768         Set as a variable with add-hook.
23770         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23771         of news-path.
23773         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23775         * spam.el: Delete duplicate `provide'.
23776         (spam-unload-hook): Set as a variable with add-hook.
23778 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23780         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23781         in the doc string.
23783         * message.el (message-ignored-news-headers)
23784         (message-ignored-supersedes-headers)
23785         (message-ignored-resent-headers)
23786         (message-forward-ignored-headers): Improve custom type.
23788 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23790         * message.el (message-tokenize-header): Fix 2004-09-06 change
23791         which used point-min in the wrong place.
23793 2004-10-12  Simon Josefsson  <jas@extundo.com>
23795         * tls.el (tls-certtool-program): New variable.
23796         (tls-certificate-information): New function, based on
23797         ssl-certificate-information.
23799 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23801         * compface.el: Move the version of ELisp-based uncompface program
23802         to the contrib directory because of the copyright problem.
23804 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23806         * message.el (message-kill-buffer): Raise the current frame.
23808 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23810         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23812         * gnus.el (message-y-or-n-p): Autoload.
23814         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23815         (pop3-password-required, pop3-authentication-scheme)
23816         (pop3-leave-mail-on-server): Make customizable.
23817         (pop3): New custom group.
23818         (pop3-retr): Remove `sleep-for' statements.
23819         Suggested by Dave Love <fx@gnu.org>.
23821         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23822         Windows/DOS.
23824         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23825         (imap-parse-body): Fix incorrect use of `assert'.
23826         Suggested by Dave Love <fx@gnu.org>.
23828         * mml.el (mml-minibuffer-read-disposition): Require match.
23829         Suggested by Dave Love <fx@gnu.org>.
23831 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23833         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23834         doc string.
23836 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23838         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23840 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23842         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23843         instead of calling `mm-insert-inline', to decode text/* parts
23844         before displaying them.
23846 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23848         * mm-uu.el (mm-uu-text-plain-type): New variable.
23849         (mm-uu-pgp-signed-extract-1): Use it.
23850         (mm-uu-pgp-encrypted-extract-1): Use it.
23851         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23852         bind mm-uu-text-plain-type with that value.
23853         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23854         mm-uu-dissect.
23856 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23858         * gnus-group.el (gnus-update-group-mark-positions):
23859         * gnus-sum.el (gnus-update-summary-mark-positions):
23860         * message.el (message-check-news-body-syntax):
23861         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23862         of string-as-multibyte.
23864 2004-10-05  Juri Linkov  <juri@jurta.org>
23866         * gnus-group.el (gnus-update-group-mark-positions):
23867         * gnus-sum.el (gnus-update-summary-mark-positions):
23868         * message.el (message-check-news-body-syntax):
23869         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23870         8-bit unibyte values to a multibyte string for search functions.
23872 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23874         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23875         (mm-uu-dissect-text-parts): New function.
23877         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23878         dissect text parts.
23880         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23881         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23883         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23885         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23886         Use gnus-current-topics instead of gnus-current-topic.
23888 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23890         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23892 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23894         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23895         where appropriate.
23897         * nnml.el (nnml-generate-active-info): do.
23899         * nndiary.el (nndiary-generate-active-info): do.
23901         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23902         (gnus-topic-move): do.
23904         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23905         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23907         * gnus-srvr.el (gnus-server-prepare)
23908         (gnus-server-open-all-servers): do.
23910         * gnus-msg.el (gnus-summary-cancel-article)
23911         (gnus-summary-resend-message)
23912         (gnus-summary-mail-crosspost-complaint): do.
23914         * gnus-move.el (gnus-change-server): do.
23916         * gnus-group.el (gnus-group-unmark-all-groups)
23917         (gnus-group-set-current-level): do.
23919 2004-10-04  Simon Josefsson  <jas@extundo.com>
23921         * message.el (message-generate-hashcash): Doc fix.
23923 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23925         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23926         avoid infinite recursion via gnus-get-function.
23928 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23930         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23932         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23934         * nnmail.el (nnmail-split-history): do.
23936         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23937         (nnml-request-delete-group): do.
23939         * nnslashdot.el (nnslashdot-read-groups): do.
23941         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23942         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23944         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23945         (nnspool-sift-nov-with-sed): Use last.
23946         (nnspool-retrieve-headers-with-nov): Use mapc.
23947         (nnspool-request-newgroups): Use dolist.
23948         (nnspool-request-group): Use last.
23950         * nntp.el (nntp-read-server-type): Use dolist.
23952         * nnvirtual.el (nnvirtual-create-mapping)
23953         (nnvirtual-update-read-and-marked): Use dolist.
23954         (nnvirtual-convert-headers): Simplify.
23956 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23958         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23959         Add support for sync'ing tick marks.
23961 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23963         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23964         there's no visible header.
23966 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23968         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23969         When necessary, pass full group name to gnus-request-set-marks.
23971 2004-10-01  Simon Josefsson  <jas@extundo.com>
23973         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23974         acroread.
23976 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23978         * spam-report.el (spam-report-gmane): Fix interactive.
23980         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23982         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23983         when writing file.
23984         (gnus-agent-synchronize-flags): Don't default to being
23985         interactive.
23987 2004-09-30  Simon Josefsson  <jas@extundo.com>
23989         * message.el (message-generate-hashcash): Add.
23990         (message-send-mail): Use it, call mail-add-payment.
23992 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23994         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23996 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23998         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23999         gnus-requst-update-info with explicit code to sync the in-memory
24000         info read flags with the marks being sync'd to the backend.
24002         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24004 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24006         * spam.el (spam-verify-bogofilter): Add new function.
24007         (spam-check-bogofilter)
24008         (spam-bogofilter-register-with-bogofilter): Use it.
24009         (spam-verify-bogofilter): Add small fixes.
24011 2004-09-28  Simon Josefsson  <jas@extundo.com>
24013         * hashcash.el (hashcash-generate-payment): Revert.
24015 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24017         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24018         Use gnus-extract-references instead of gnus-split-references.
24020         * gnus-util.el (gnus-extract-references): Add new function, analogous
24021         to gnus-split-references but extracts only the message-ID without
24022         anything extra.
24024         * hashcash.el (hashcash-generate-payment)
24025         (hashcash-check-payment): Do the right thing if hashcash-path is
24026         nil (because the hashcash program could not be found).
24028         * spam.el (spam-use-hashcash): Remove comment.
24030 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24032         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24033         (gnus-cache-enter-article, gnus-cache-remove-article)
24034         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24036         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24038         * gnus-art.el (article-hide-boring-headers)
24039         (article-translate-strings, article-display-face)
24040         (gnus-article-mime-match-handle-first)
24041         (gnus-article-highlight-headers)
24042         (gnus-article-add-buttons-to-head): do.
24044 2004-09-27  Simon Josefsson  <jas@extundo.com>
24046         * hashcash.el: New version, from
24047         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24048         ../contrib/.
24050 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24052         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24054 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24056         * gnus-dup.el (gnus-dup-open): Use mapc.
24057         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24059         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24060         Reported by Stefan Wiens <s.wi@gmx.net>.
24062         * gnus.el (gnus-shutdown): Use dolist.
24064         * gnus-undo.el (gnus-undo): Use mapc.
24066         * nnrss.el (nnrss-generate-active): do.
24068         * message.el (message-cite-original-without-signature)
24069         (message-cite-original): Use mapc.
24070         (message-do-actions, message-make-forward-subject): Use dolist.
24072 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24074         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24075         deletion to remove entire duplicate line.  Fixes merged article
24076         number bug.
24078 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24080         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24081         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24082         first ask if you want to open a server and then, even when you
24083         responded with no, asking if you want to synchronize the server's
24084         flags.
24085         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24086         multi-line expressions.
24087         (gnus-agent-synchronize-group-flags): New internal function.
24088         Updates marks in memory (in the info structure) AND in the
24089         backend.
24091         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24093         * nnagent.el (nnagent-request-set-mark):
24094         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24095         method, to ensure that synchronization updates marks in the
24096         backend and in the info (in memory) structure.
24098 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24100         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24101         convention fully; don't miss the root article of a thread; make
24102         the X-Draft-From header with correct article numbers.
24104 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24106         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24107         unless plugged.  Disable the agent so that an open failure causes
24108         an error.
24110         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24111         Revert 2004-09-21 change.  The backend must be opened while
24112         synchronizing flags even when the backend stores the flags
24113         locally.
24115 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24117         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24118         in `header' match.  Reported by Svend Tollak Munkejord.
24120         * message.el (message-cite-original): Fix use of
24121         `message-cite-articles-with-x-no-archive'.
24123 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24125         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24126         (gnus-window-to-buffer): Ditto.
24128         * mml.el (mml-preview-buffer): New variable.
24129         (mml-preview): Manage window layout with gnus-buffer-configuration.
24131         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24132         X-Draft-From header even if those articles aren't quoted.
24134 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24136         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24137         (gnus-request-set-mark, gnus-request-update-mark): Use new
24138         g-s-t-u-l-m to decide to use backend even when unplugged.
24140 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24142         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24143         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24145 2004-09-20  Simon Josefsson  <jas@extundo.com>
24147         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24148         "utf-16-le".
24150 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24152         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24154 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24156         * uudecode.el (uudecode-use-external): Add :version.
24158         * smime.el (smime-CA-file, smime-encrypt-cipher)
24159         (smime-dns-server): Add :version.
24161         * smiley.el (gnus-smiley-file-types): Add :version.
24163         * sha1.el (sha1-use-external): Add :version.
24165         * pgg-def.el (pgg-query-keyserver): Add :version.
24167         * nnmail.el (nnmail-fancy-expiry-targets)
24168         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24169         Add :version.
24171         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24172         (nnimap-retrieve-groups-asynchronous): Add :version.
24173         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24175         * mml.el (mml-content-disposition-parameters)
24176         (mml-insert-mime-headers-always): Add :version.
24178         * mm-util.el (mm-coding-system-priorities): Add :version.
24180         * mm-decode.el (mm-inline-text-html-with-images)
24181         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24182         (mm-verify-option): Add :version.
24183         (mm-text-html-renderer): Change :version.
24185         * message.el (message-fcc-externalize-attachments)
24186         (message-required-headers, message-draft-headers)
24187         (message-subject-trailing-was-query)
24188         (message-subject-trailing-was-ask-regexp)
24189         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24190         (message-mark-insert-end, message-archive-header)
24191         (message-archive-note, message-cross-post-default)
24192         (message-cross-post-note, message-followup-to-note)
24193         (message-cross-post-note-function, message-use-mail-followup-to)
24194         (message-subscribed-address-functions)
24195         (message-subscribed-address-file, message-subscribed-addresses)
24196         (message-subscribed-regexps, message-allow-no-recipients)
24197         (message-yank-cited-prefix, message-signature-insert-empty-line)
24198         (message-hidden-headers, message-hierarchical-addresses)
24199         (message-mail-user-agent, message-use-idna)
24200         (message-valid-fqdn-regexp)
24201         (message-strip-special-text-properties, message-header-synonyms)
24202         (message-beginning-of-line, message-tab-body-function): Add :version.
24203         (message-insert-canlock, message-wide-reply-confirm-recipients):
24204         Change :version.
24206         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24207         and :version.
24208         (mail-source-delete-old-incoming-confirm)
24209         (mail-source-movemail-program): Add :version.
24211         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24212         (gnus-agent-cache, gnus-agent): Change :version.
24214         * gnus-util.el (gnus-use-byte-compile): Change :version.
24216         * gnus-sum.el (gnus-summary-make-false-root-always)
24217         (gnus-summary-default-high-score)
24218         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24219         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24220         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24221         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24222         (gnus-sum-thread-tree-single-indent)
24223         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24224         (gnus-sum-thread-tree-leaf-with-other)
24225         (gnus-sum-thread-tree-single-leaf): Add :version.
24226         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24227         (gnus-article-loose-mime): Change :version.
24229         * gnus-start.el (gnus-backup-startup-file)
24230         (gnus-save-startup-file-via-temp-buffer): Add :version.
24232         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24233         (gnus-server-offline-face): Add :version.
24235         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24237         * gnus-msg.el (gnus-gcc-externalize-attachments)
24238         (gnus-debug-files, gnus-debug-exclude-variables)
24239         (gnus-discouraged-post-methods): Change :version.
24240         (gnus-confirm-mail-reply-to-news)
24241         (gnus-confirm-treat-mail-like-news): Add :version.
24243         * gnus-int.el (gnus-server-unopen-status): Add :version.
24245         * gnus-group.el (gnus-group-jump-to-group-prompt)
24246         (gnus-large-ephemeral-newsgroup)
24247         (gnus-fetch-old-ephemeral-headers): Add :version.
24249         * gnus-fun.el (gnus-x-face-directory)
24250         (gnus-convert-pbm-to-x-face-command)
24251         (gnus-convert-image-to-x-face-command)
24252         (gnus-convert-image-to-face-command): Add :version.
24254         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24256         * gnus-cite.el (gnus-cite-blank-line-after-header)
24257         (gnus-article-boring-faces): Add :version.
24259         * gnus-art.el (gnus-buttonized-mime-types)
24260         (gnus-inhibit-mime-unbuttonizing)
24261         (gnus-treat-display-face)
24262         (gnus-treat-body-boundary): Change :version.
24263         (gnus-body-boundary-delimiter, gnus-picon-databases)
24264         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24265         (gnus-treat-date-english, gnus-treat-fold-headers)
24266         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24267         (gnus-treat-mail-picon, gnus-treat-wash-html)
24268         (gnus-article-encrypt-protocol)
24269         (gnus-use-idna, gnus-article-over-scroll)
24270         (gnus-mime-display-multipart-alternative-as-mixed)
24271         (gnus-mime-display-multipart-related-as-mixed)
24272         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24273         (gnus-ctan-url, gnus-button-ctan-handler)
24274         (gnus-button-handle-ctan-bogus-regexp)
24275         (gnus-button-ctan-directory-regexp)
24276         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24277         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24278         (gnus-button-man-level, gnus-button-emacs-level)
24279         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24281         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24282         (gnus-agent-go-online): Change :version.
24283         (gnus-agent-expire-unagentized-dirs)
24284         (gnus-agent-auto-agentize-methods): Add :version.
24286         * flow-fill.el (fill-flowed-display-column)
24287         (fill-flowed-encode-column): Add :version.
24289         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24290         (gnus-outlook-deuglify-unwrap-max)
24291         (gnus-outlook-deuglify-cite-marks)
24292         (gnus-outlook-deuglify-unwrap-stop-chars)
24293         (gnus-outlook-deuglify-no-wrap-chars)
24294         (gnus-outlook-deuglify-attrib-cut-regexp)
24295         (gnus-outlook-deuglify-attrib-verb-regexp)
24296         (gnus-outlook-deuglify-attrib-end-regexp)
24297         (gnus-outlook-display-hook): Add :version.
24299         * binhex.el (binhex-use-external): Add :version.
24301 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24303         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24304         and `invisible'.
24306 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24308         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24309         in gnus-registry-trim.
24311 2004-09-13  Simon Josefsson  <jas@extundo.com>
24313         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24315         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24317         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24318         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24319         <yamaoka@jpl.org>.
24320         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24321         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24322         <yamaoka@jpl.org>.
24324         * sieve.el (sieve-manage-mode): Ditto.
24326 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24328         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24330 2004-09-11  Simon Josefsson  <jas@extundo.com>
24332         * dns-mode.el: Add.
24334         * mm-view.el (mm-display-dns-inline): Add.
24336         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24337         (mm-automatic-display): Ditto.
24339         * mailcap.el (mailcap-mime-data): Add text/dns.
24340         (mailcap-mime-extensions): Map .soa to text/dns.
24342 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24344         * gnus-art.el (article-decode-mime-words, article-babel)
24345         (gnus-article-highlight-signature, gnus-article-add-buttons)
24346         (gnus-signature-toggle): Remove unnecessary bindings of
24347         `inhibit-read-only' inherited from v5.10 merge.
24349 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24351         * nntp.el (nntp): New customization group.
24352         (nntp-authinfo-file): Add customization group.
24354         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24356         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24358         * gnus.el (to-address, to-list, subscribed)
24359         (large-newsgroup-initial): Ditto.
24361         * flow-fill.el (fill-flowed-display-column)
24362         (fill-flowed-encode-column): Ditto.
24364 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24366         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24367         Use point-min rather than 1.
24368         (message-send-mail): Use buffer-size rather than point-max.
24370         * gnus-sum.el (gnus-summary-search-article-forward):
24371         Signal a specific `search-failed' rather than a generic `error'.
24373         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24374         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24375         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24377 2004-09-10  Simon Josefsson  <jas@extundo.com>
24379         * nndb.el (require): Remove tcp and duplicate cl.
24381 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24383         * gnus-agent.el (directory-files-and-attributes): Move forward.
24385 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24387         * gnus-agent.el (directory-files-and-attributes):
24388         Optionally defined to support XEmacs.
24390 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24392         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24393         to avoid run-time CL dependencies.
24394         (gnus-agent-unfetch-articles): New function.
24395         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24396         article numbers even when local .overview file is missing.
24397         (gnus-agent-read-article-number): New function.  Only accepts
24398         27-bit article numbers.
24399         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24400         Use gnus-agent-read-article-number.
24401         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24402         from backend while recognizing that article numbers in .overview
24403         must be valid.
24404         (gnus-agent-update-files-total-fetched-for):
24405         Use directory-files-and-attributes to improve performance.
24406         * gnus-int.el (gnus-request-move-article):
24407         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24408         improve performance.
24410         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24411         some users confused by references to .newsrc when they only have a
24412         .newsrc.eld file.
24413         (gnus-convert-mark-converter-prompt)
24414         (gnus-convert-converter-needs-prompt): Fix use of property list.
24415         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24416         New function.  Used internally to only display 'gnus converting
24417         files' message when actually necessary.
24419         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24420         methods now autoloaded.
24422 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24424         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24425         identifiers.
24427 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24429         * gnus-picon.el: Fix indentation and closing parenthesis.
24431 2004-09-01  Simon Josefsson  <jas@extundo.com>
24433         * message.el (message-canlock-generate): Require sha1, not
24434         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24435         to require within a function.  Sadly, if sha1.el isn't loaded, the
24436         let binding in m-c-g will hide the defcustom definition, which is
24437         bad.)
24439         * canlock.el: Require sha1, not sha1-el.
24441         * message.el: Don't autoload sha1 (there is a autoload cookie in
24442         sha1.el).
24444         * sha1-el.el: Rename to sha1.el.
24446 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24448         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24450 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24452         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24454 2004-08-30  Kim F. Storm  <storm@cua.dk>
24456         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24458         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24459         Add :group 'nnimap.
24461 2004-08-30  Andreas Schwab  <schwab@suse.de>
24463         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24464         ?* and ?\;.
24466         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24467         and ?\' to symbol instead of whitespace.
24469 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24471         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24473         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24474         instead of re-search-forward.
24476         * gnus-uu.el (gnus-uu-save-article): Ditto.
24477         (gnus-uu-post-encode-uuencode): Ditto.
24479         * html2text.el (html2text-clean-list-items): Ditto.
24480         (html2text-clean-dtdd): Ditto.
24481         (html2text-format-tags): Ditto.
24483         * message.el (message-send-mail-with-sendmail): Fix regexp.
24484         (message-fill-field-general): Use search-forward instead of
24485         re-search-forward.
24486         (unbold-region): Ditto.
24488         * nnrss.el (nnrss-request-article): Ditto.
24490         * nnslashdot.el (nnslashdot-request-article): Ditto.
24492         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24494         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24495         "Unrecognized menu descriptor" error in XEmacs.
24497 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24499         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24500         parent article of a sparse article in the thread hashtb.
24502 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24504         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24505         (nnmail-expand-newtext): Lowercase expanded entries if
24506         nnmail-split-lowercase-expanded is non-nil.
24508 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24510         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24512         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24513         of gnus-tmp-news-method into string under XEmacs.  It will be
24514         passed to gnus-correct-length which takes only a string argument.
24516 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24518         * gnus-util.el (gnus-bind-print-variables): New macro.
24519         (gnus-prin1): Use it.
24520         (gnus-prin1-to-string): Use it.
24521         (gnus-pp): New function.
24522         (gnus-pp-to-string): New function.
24524         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24525         Replace pp-to-string with gnus-pp-to-string.
24526         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24527         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24528         * gnus-msg.el (gnus-debug): Ditto.
24529         * gnus-score.el (gnus-score-save): Ditto.
24530         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24531         gnus-pp-to-string.
24532         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24533         with gnus-pp.
24534         * score-mode.el (gnus-score-pretty-print): Ditto.
24535         * webmail.el (webmail-debug): Ditto.
24537 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24539         * gnus-art.el (article-display-face, article-display-x-face):
24540         Use buffer-read-only.
24542 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24544         * gnus-art.el (article-hide-list-identifiers):
24545         Bind inhibit-read-only as t.
24547 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24549         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24551 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24553         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24554         (gnus-narrow-to-page): Don't assume point-min == 1.
24555         (gnus-article-edit-mode): Derive from message-mode.
24557         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24558         point-min == 1.
24560         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24561         Disable incorrect use of `assert'.
24563         * message.el (message-mode): Set comment-start-skip.
24566 2004-08-22  Sam Steingold  <sds@gnu.org>
24568         * pop3.el (pop3-leave-mail-on-server): New user variable.
24569         (pop3-movemail): Delete mail only when it is nil.
24571 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24573         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24575         * mml.el (mml-preview): Use `pop-to-buffer'.
24577         * message.el (message-goto-mail-followup-to): Insert after "To".
24578         (message-carefully-insert-headers): Add comment.
24580         * gnus.el: Remove unused variable `gnus-article-check-size'.
24582         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24584         * gnus-art.el (gnus-button-alist):
24585         Improve `gnus-button-handle-library' entry.
24587 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24589         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24590         Use downcase, since XEmacs capitalizes error messages differently.
24592 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24594         * nntp.el: Add (require 'gnus) due to reference to
24595         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24597 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24599         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24600         Bind `mm-fill-flowed'.
24602         * mm-decode.el (mm-dissect-singlepart): Check it.
24604 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24606         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24607         'imap' for netrc parsing.
24609 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24611         * mailcap.el (mailcap-mime-data): Mark as risky.
24613 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24615         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24616         may be included in the encoded word.
24617         (rfc2047-encode): Don't append a space if the encoded word
24618         includes close parenthesis.
24620 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24622         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24623         of text within parentheses.
24625 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24627         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24628         (gnus-encrypt-write-file-contents): Make the password key the file
24629         name PLUS the cipher, not just the cipher.  Also remove failed
24630         passwords from the cache.
24632 2004-08-06  Simon Josefsson  <jas@extundo.com>
24634         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24635         Doc fix.
24637 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24639         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24640         LWSP.
24642 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24644         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24645         Try to append in-reply-to: data to the references: header.
24647         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24648         (netrc-parse): Use gnus-encrypt.el functions.
24650         * gnus-encrypt.el: Add new file for encryption support; currently
24651         does only a few GPG ciphers and an internal XOR cipher.
24653         * password.el: Add comments on using password-read-and-add.
24654         (password-read-and-add): Add function to read and add the
24655         password to the cache at once.
24657 2004-07-28  Simon Josefsson  <jas@extundo.com>
24659         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24660         parameter (but don't use it, for now).
24662         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24663         instead of hard coding to nil.
24665 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24667         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24668         as mm-inline-image-xemacs does.
24670 2004-07-26  Simon Josefsson  <jas@extundo.com>
24672         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24673         Revert part of 2004-07-17 change below.
24675 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24677         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24678         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24680 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24682         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24683         quotes that actually start with ">" at the beginning of the
24684         lines.
24686 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24688         * rfc2047.el (rfc2047-encode-region): Fix last change.
24689         (rfc2047-encode-parameter): Remove useless concat.
24691 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24693         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24694         encode special characters; fix some kind of misconfigured headers;
24695         signal a real error if debug-on-quit or debug-on-error is non-nil.
24696         (rfc2047-encode-max-chars): New variable.
24697         (rfc2047-encode-1): Use it.
24698         (rfc2047-encode-parameter): New function.
24700         * mml.el (mml-insert-parameter): Remove an excessive space.
24702 2004-07-17  Simon Josefsson  <jas@extundo.com>
24704         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24705         Kai Grossjohann <kai@emptydomain.de>.
24706         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24707         (gnus-group-make-menu-bar): Ditto.
24709         * gnus-util.el (gnus-group-server): Add.
24711 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24713         * message.el (message-clone-locals): Clone sendmail and smtp
24714         variables.
24716 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24718         * rfc2047.el (rfc2047-encode-region): Fix last change.
24720 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24722         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24723         characters as non-special.
24725 2004-07-09  Simon Josefsson  <jas@extundo.com>
24727         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24728         Users will lose all flag changes made while unplugged with
24729         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24730         good default.  See numerous reports on ding mailing list.
24732 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24734         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24735         add generate-head-function and generate-article-function to the
24736         rfc822-forward entry.
24737         (nndoc-rfc822-forward-generate-article): New function.
24738         (nndoc-rfc822-forward-generate-head): New function.
24740         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24742 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24744         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24745         respect display group parameter and gnus-summary-expunge-below.
24746         (gnus-articles-to-read): Remove unused reference to display group
24747         parameter.
24749 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24751         * nnheader.el (nnheader-uniquify-message-id): New experimental
24752         variable.
24753         (nnheader-nov-read-message-id): Use it.
24755         * spam-report.el (spam-report-gmane): Add interactive.
24757 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24759         * mm-encode.el (mm-content-transfer-encoding-defaults):
24760         Use qp-or-base64 for the application/* types.
24762 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24764         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24766 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24768         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24769         trim value.
24771 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24773         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24774         New macro and function.
24775         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24777 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24779         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24780         after-load-alist.
24782 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24784         * gnus-group.el (gnus-group-get-new-news-this-group):
24785         Don't update info that isn't there.
24787 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24789         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24790         entry.
24792 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24794         * mm-view.el (mm-inline-render-with-function): Use multibyte
24795         buffer; decode html source by charset.
24797         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24799         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24800         Mule-UCS is loaded under XEmacs.
24801         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24803 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24805         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24807 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24809         * mm-util.el (mm-coding-system-p): Return a coding-system.
24810         (mm-mime-mule-charset-alist): Use shift_jis instead of
24811         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24812         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24813         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24814         instead of japanese-shift-jis and iso-latin-1 respectively in
24815         order to share the default value with both Emacs and XEmacs-mule.
24816         (mm-mule-charset-to-mime-charset):
24817         Make mm-coding-system-priorities effective.
24818         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24819         while predicating of candidates upon the priorities.
24821 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24823         * gnus-sum.el (gnus-summary-make-menu-bar):
24824         Add gnus-uu-invert-processable.
24826         * gnus.el: Autoload gnus-uu-invert-processable.
24828 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24830         * mm-util.el (mm-with-multibyte-buffer): New macro.
24832         * rfc2047.el (rfc2047-encode-string): Use it.
24833         (rfc2047-encode-region): Move point to the end of the region after
24834         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24836 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24838         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24839         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24841 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24843         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24844         (gnus-cite-parse): Ignore quoted envelope From_.
24845         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24847 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24849         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24850         invalid addresses.
24852 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24854         * spam.el: Change section markers, revise TODO list.
24855         (spam-backends): Make new master list of all installed backends.
24856         (spam-summary-exit-behavior): Add new variable to determine how
24857         messages moves are done at summary exit.
24858         (spam-move-spam-nonspam-groups-only)
24859         (spam-process-ham-in-nonham-groups)
24860         (spam-process-ham-in-spam-groups): Remove variables, the
24861         spam-summary-exit-behavior variable should be used to manage this
24862         behavior.
24863         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24864         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24865         and spam-old-spam-articles.
24866         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24867         Add empty variables, placeholders for the backends they represent.
24868         (spam-set-difference): Move, unchanged.
24869         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24870         unless the user has a processor variable.
24871         (spam-classifications, spam-classification-valid-p)
24872         (spam-backend-properties, spam-backend-property-valid-p)
24873         (spam-backend-function-type-valid-p)
24874         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24875         (spam-report-articles-gmane, spam-report-articles-resend):
24876         Remove functions, they are not needed.
24877         (spam-install-backend-super, spam-backend-list)
24878         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24879         (spam-backend-function, spam-backend-ham-registration-function)
24880         (spam-backend-spam-registration-function)
24881         (spam-backend-ham-unregistration-function)
24882         (spam-backend-spam-unregistration-function)
24883         (spam-backend-statistical-p, spam-backend-mover-p)
24884         (spam-install-backend-alias, spam-install-checkonly-backend)
24885         (spam-install-mover-backend, spam-install-nocheck-backend)
24886         (spam-install-backend, spam-install-statistical-backend)
24887         (spam-install-statistical-checkonly-backend): Add backend installation
24888         support.
24889         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24890         (spam-group-processor-p): Use the new backend code and respect the
24891         summary exit behavior.
24892         (spam-mark-spam-as-expired-and-move-routine): Remove.
24893         (spam-summary-prepare): Change to use the new spam-old-articles
24894         variable.
24895         (spam-copy-or-move-routine, spam-copy-spam-routine)
24896         (spam-move-spam-routine, spam-copy-ham-routine)
24897         (spam-move-ham-routine): Add code to copy/move ham or spam.
24898         (spam-fetch-field-fast): Improve doc and code, plus allow the
24899         'number request.
24900         (spam-list-of-checks, spam-list-of-statistical-checks):
24901         Remove variables.
24902         (spam-split, spam-find-spam): Use the new backend code.
24903         (spam-registration-functions): Remove variable.
24904         (spam-unregister-routine): Add convenience wrapper.
24905         (spam-log-undo-registration, spam-register-routine)
24906         (spam-log-processing-to-registry)
24907         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24908         where possible.
24909         (spam-check-gmane-xref, spam-check-regex-headers)
24910         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24911         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24912         (spam-check-bogofilter-headers, spam-check-spamoracle)
24913         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24914         (spam-check-crm114-headers): Use the spam-split-group that
24915         spam-split prepares, no need to determine it every time.
24917         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24918         to the nnheader-parse-naked-head call.
24920         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24922         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24923         the nnheader-nov-read-message-id call.
24925 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24927         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24928         gnus-activate-group twice.  Suggested by Markus Peter
24929         <warp@spin.de>.
24931 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24933         * gnus-art.el (gnus-article-time-format): Exchange the order of
24934         day and month in the default value; fix customization type.
24935         (article-date-ut): Use add-text-properties.
24936         (article-make-date-line): Use message-make-date instead of
24937         current-time-string.
24939         * message.el (message-fetch-field): Don't use set-text-properties.
24940         (message-make-date): Simplify.
24942         * messagexmas.el (message-xmas-make-date): New function.
24943         (message-xmas-redefine): Defalias message-make-date to it.
24945 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24947         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24948         (rfc2047-encode-region): Treat text within parentheses as special;
24949         show the original text when error has occurred.
24951         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24952         already-computed method to gnus-activate-group.
24954         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24955         same select-methods identical Lisp objects.
24957         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24958         object when modifying the info.
24960 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24962         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24963         gnus-opened-servers since it has never been opened with the new
24964         configuration yet.
24966 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24968         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24969         arg to nnheader-generate-fake-message-id.
24971 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24973         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24974         number and build a fake message ID localized to a group and
24975         article number (so it's repeatable from that point on).
24976         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24977         ID format.
24979         * gnus-sum.el (gnus-get-newsgroup-headers):
24980         Call nnheader-generate-fake-message-id with the article number.
24982 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24984         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24985         end-of-buffer.
24987 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24989         * message.el (message-ignored-supersedes-headers): Add Approved.
24991 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24993         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24994         goto-char.
24995         (rfc2047-encode): Fold the line before encoding.
24997 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24999         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25000         folding -- not all headers can be folded, and this should be done
25001         by the message composition mode.  Probably.  I think.
25003 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25005         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25006         fast.
25008         * gnus-ems.el (gnus-remove-image): Don't use
25009         message-text-with-property; remove only the image found first.
25011         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25012         found first.
25014 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25016         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25018 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25020         * message.el (message-text-with-property): Make it fast and accept
25021         optional arguments.
25022         (message-strip-forbidden-properties): Use it.
25023         (message-fix-before-sending): Follow the m-t-w-p change.
25025         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25027 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25029         * gnus-art.el (article-hide-headers): Don't change the buffer
25030         mistakenly when performing mml-preview even if
25031         gnus-single-article-buffer is nil.
25033 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25035         * message.el (message-expand-name-databases): New user option.
25036         (message-expand-name): Use it.
25038 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25040         * spam.el (spam-report-articles-resend)
25041         (spam-report-resend-register-routine): Allow ham reporting.
25042         (spam-report-resend-register-ham-routine): Add wrapper.
25043         (spam-registration-functions): Add ham resending functions.
25044         (spam-list-of-processors): Add ham resend processor.
25046         * gnus.el (ham-resend-to): Add new group parameter.
25047         (spam-process): Add ham resend option.
25049         * spam-report.el (spam-report-resend): Allow reporting ham.
25050         (spam-report-resend-ham): Add wrapper.
25052 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25054         * message.el (message-cite-articles-with-x-no-archive):
25055         New variable.
25056         (message-cite-original): Use it.
25058 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25060         * message.el (message-cite-original): Respect X-No-Archive.
25062 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25064         * gnus-art.el (article-hide-headers): Refer to the values for
25065         gnus-ignored-headers and gnus-visible-headers in the summary
25066         buffer since a user may have set them as group parameters.
25068 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25070         * assistant.el (assistant-node-name): Add convenience function.
25071         (assistant-render-text, assistant-render-node): Add error handling,
25072         plus handle multiple next nodes.
25073         (assistant-find-next-node): Comment out for now.
25074         (assistant-find-next-nodes): Add function, returns list of next
25075         nodes.
25077 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25079         * mail-source.el (mail-source-directory): Fix doc-string.
25081 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25083         * assistant.el (assistant-render-text, assistant-eval): Add :set
25084         widget type, which is different because it takes and returns a
25085         list.  Much hilarity ensues.
25087 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25089         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25091         * gnus-group.el (gnus-group-get-new-news-this-group):
25092         Add doc-string.
25094         * gnus-start.el (gnus-activate-group): Add doc-string.
25096 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25098         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25100 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25102         * assistant.el (assistant-render-text): Try to add a :set
25103         widget, more to come.
25105         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25106         strings.
25107         (spam-report-articles-resend)
25108         (spam-register-routine): Do registration iff any articles warrant
25109         it.
25110         (spam-summary-prepare-exit): Change log message for nil group
25111         destinations.
25113 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25115         * spam.el (spam-report-resend-register-routine):
25116         Allow spam-report-resend-to to be a group parameter or a global value.
25118 2004-05-26  Simon Josefsson  <jas@extundo.com>
25120         * starttls.el: Merge with my GNUTLS based starttls.el.
25121         (starttls-gnutls-program, starttls-use-gnutls)
25122         (starttls-extra-arguments, starttls-process-connection-type)
25123         (starttls-connect, starttls-failure, starttls-success):
25124         New variables.
25125         (starttls-program, starttls-extra-args): Doc fix.
25126         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25127         New functions.
25128         (starttls-negotiate, starttls-open-stream):
25129         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25130         function if it is set.
25132 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25134         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25135         structured fields.
25137 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25139         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25141 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25143         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25144         Add variable.
25145         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25146         assigning the spam-mark to new messages.
25148 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25150         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25152 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25154         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25156         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25157         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25158         default.
25160 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25162         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25163         correct data.
25165 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25167         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25168         (spam-group-processor-p): Fix function.
25169         (spam-group-processor-multiple-p)
25170         (spam-group-spam-processor-report-gmane-p)
25171         (spam-group-spam-processor-report-resend-p)
25172         (spam-group-spam-processor-bogofilter-p)
25173         (spam-group-spam-processor-blacklist-p)
25174         (spam-group-spam-processor-ifile-p)
25175         (spam-group-ham-processor-ifile-p)
25176         (spam-group-spam-processor-spamoracle-p)
25177         (spam-group-spam-processor-crm114-p)
25178         (spam-group-ham-processor-bogofilter-p)
25179         (spam-group-spam-processor-stat-p)
25180         (spam-group-ham-processor-stat-p)
25181         (spam-group-ham-processor-whitelist-p)
25182         (spam-group-ham-processor-BBDB-p)
25183         (spam-group-ham-processor-spamoracle-p)
25184         (spam-group-ham-processor-copy-p): Remove functions with some
25185         prejudice against unneeded code.
25186         (spam-report-articles-resend)
25187         (spam-report-resend-register-routine): Allow the group/topic
25188         spam-resend-to value to override spam-report-resend-to.
25189         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25190         properly now.
25192         * gnus.el (spam-resend-to): Add group/topic parameter.
25193         (spam-process): Move the OBSOLETE processors to the end of the
25194         choices.
25196 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25198         * spam-report.el (spam-report-resend-to, spam-report-resend):
25199         Start with resend-to set to nil, and then ask the user if necessary.
25200         (spam-report-resend): spam-report-resend takes a list of articles, not
25201         separate article numbers.
25203 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25205         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25206         addition to emacs-w3m.
25208 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25210         * assistant.el (assistant-authinfo-data): New function.
25211         (assistant-eval): Eval for entire assistant.
25213         * netrc.el (netrc-services-file): New variable.
25214         (netrc-parse-services): New function.
25215         (netrc-find-service-name): New function.
25216         (netrc-find-service-number): New function.
25217         (netrc-port-equal): New function.
25218         (netrc-machine): Use it.
25220         * nnimap.el (nnimap-open-connection): Use netrc.
25222         * gnus-util.el (gnus-netrc-get): Remove aliases.
25224         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25226         * assistant.el (wid-edit): Fix compilation.
25228         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25230 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25232         * gnus-util.el (gnus-set-file-modes): New function.  (small
25233         patch).
25235 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25237         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25239         * assistant.el (assistant-render-node): Fix up rendering and
25240         read-only text.
25241         (assistant-render-node): Reset.
25242         (assistant-make-read-only): Not sticky.
25244 2004-05-20  Danny Siu  <dsiu@adobe.com>
25246         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25247         centered even when gnus-auto-center-summary is t.
25249 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25251         * dns.el (dns-get-txt-answer): New function.
25252         (dns-read-txt): Ditto.
25253         (query-dns): Use it.
25255 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25257         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25258         active for foreign groups even if the group level is higher than
25259         the specified value.
25261 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25263         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25264         non-active groups.
25266         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25268 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25270         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25272 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25274         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25275         (spam-crm114-header, spam-crm114-spam-switch)
25276         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25277         (spam-crm114-positive-spam-header)
25278         (spam-crm114-database-directory, spam-list-of-processors)
25279         (spam-group-spam-processor-crm114-p)
25280         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25281         (spam-generic-score, spam-list-of-checks)
25282         (spam-list-of-statistical-checks, spam-registration-functions)
25283         (spam-check-crm114-headers, spam-crm114-score)
25284         (spam-check-crm114, spam-crm114-register-with-crm114)
25285         (spam-crm114-register-spam-routine)
25286         (spam-crm114-unregister-spam-routine)
25287         (spam-crm114-register-ham-routine)
25288         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25290 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25292         * gnus.el: Add spam-use-crm114.
25294         * spam.el (spam-list-of-processors, spam-registration-functions):
25295         Add spam-use-resend.
25296         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25297         (spam-report-articles-gmane): Add doc fix.
25298         (spam-report-articles-resend, spam-report-resend-register-routine):
25299         Add wrappers around spam-report-resend-to.
25301         * spam-report.el (spam-report-resend-to, spam-report-resend):
25302         Add support for resending spam.
25303         (spam-report-gmane): Fix line length >80.
25305         * gnus.el (spam-process): Add spam-use-resend.
25307 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25309         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25310         number of processed spam messages.
25311         (spam-ham-copy-or-move-routine): Return the number of processed
25312         ham messages.
25313         (spam-summary-prepare-exit): Use the above values to decide
25314         whether status messages shouled be displayed.
25316 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25318         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25319         `rfc2047-encoding-function-alist' in order to avoid conflicting
25320         with the old version.
25321         (rfc2047-encode-region): Concatenate words containing non-ASCII
25322         characters in structured fields; don't encode space-delimited
25323         ASCII words even in unstructured fields; don't break words at
25324         char-category boundaries.
25325         (rfc2047-encode-1): New function.
25326         (rfc2047-encode): Use it; encode text so that it occupies the
25327         maximum width within 76-column; work correctly on Q encoding for
25328         iso-2022-* charsets.
25329         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25330         sure not to break a line just after the header name.
25331         (rfc2047-b-encode-region): Remove.
25332         (rfc2047-b-encode-string): New function.
25333         (rfc2047-q-encode-region): Remove.
25334         (rfc2047-q-encode-string): New function.
25336         * mm-util.el (mm-replace-in-string): New function.
25338 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25340         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25341         Really get it right.
25342         (gnus-inews-make-draft): Really.
25344 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25346         * nnmh.el (nnmh-request-list-1): Don't check the link count
25347         before descending.  (small patch)
25349 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25351         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25352         stuff.
25354         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25355         Match on real group name.
25357         * gnus-art.el (gnus-signature-limit): Doc fix.
25359         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25361         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25363 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25365         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25366         isn't a string.
25368 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25370         * gnus-draft.el (gnus-draft-send):
25371         Bind rfc2047-encode-encoded-words.
25373         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25374         (rfc2047-encodable-p): Say that =? needs encoding.
25375         (rfc2047-encode-encoded-words): New variable.
25377         * gnus-group.el (gnus-group-select-group): Doc fix.
25379         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25381         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25382         to nil.
25384         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25386         * nnheader.el (nnheader-get-lines-and-char): New function.
25388 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25390         * gnus-msg.el (gnus-summary-followup-with-original):
25391         Document yanking of region when active.
25393 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25395         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25396         groups if the group level is higher than the specified value.
25398 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25400         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25401         (gnus-group-jump-to-group): Add prefix argument using
25402         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25403         non-active group.
25405         * compface.el (uncompface): Be verbose when changing
25406         `uncompface-use-external'.
25408         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25409         handle manual section.
25411 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25413         * gnus-art.el (gnus-button-alist): Revert previous change.
25415 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25417         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25419 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25421         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25422         whether backend can accept message.
25424         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25426 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25428         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25429         Avoid creating directory when nntp-marks-is-evil is true.
25430         Reported by Reiner Steib.
25432 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25434         * gnus-picon.el (gnus-picon-insert-glyph):
25435         Add optional `nostring' argument.
25437 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25439         * gnus-picon.el (gnus-picon-style): New variable.
25440         (gnus-picon-transform-address): Support `gnus-picon-style'.
25442 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25444         * message.el (message-fill-field): Return point.
25445         (message-generate-headers): Go to end of field.
25447         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25448         stuff for non-living groups.
25450 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25452         * gnus-art.el (gnus-article-followup-with-original)
25453         (gnus-article-reply-with-original): gnus-mark-active-p ->
25454         gnus-region-active-p.
25456 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25458         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25459         only when there is spam or ham to be processed.
25461 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25463         * mail-source.el (mail-source-delete-crash-box): Refactor.
25464         (mail-source-fetch): Use it.
25465         (mail-source-fetch-file): Ditto.
25466         (mail-source-fetch-directory): Run postscript in loop.
25467         (mail-source-fetch-pop): Delete.
25468         (mail-source-fetch-maildir): Ditto.
25469         (mail-source-fetch-imap): Ditto.
25471         * imap.el (imap-authenticators): Comment out sasl.
25473         * message.el (message-skip-to-next-address): New function.
25474         (message-fill-header-address): Refactor.
25475         (message-fill-address): Use it.
25476         (message-delete-address): Use it.
25477         (message-fill-header-general): Refactor.
25478         (message-fill-field-address): Rename.
25479         (message-narrow-to-field): Find the start of the header.
25480         (message-header-format-alist): Don't pre-fill.
25481         (message-fill-header): Remove.
25482         (message-insert-header): New function.
25483         (message-shorten-references): Use it.
25485         * rfc2047.el (rfc2047-field-value): Strip props.
25487         * mail-parse.el (mail-header-make-address): New alias.
25489         * ietf-drums.el (ietf-drums-make-address): New function.
25491         * imap.el: Add compiler directives.
25493         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25495         * gnus-art.el (article-decode-idna-rhs): Don't use
25496         message-idna-inside-rhs-p.
25498 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25500         * message.el (message-idna-inside-rhs-p): Remove.
25501         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25503         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25504         false positives.
25506 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25508         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25510 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25512         * nneething.el (nneething-file-name): Don't create spurious
25513         files.
25515         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25516         (gnus-inews-do-gcc): Remove sleep.
25518         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25519         part under point.
25521         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25522         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25524 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25526         * spam.el (spam-summary-prepare-exit): Fix (length).
25528 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25530         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25531         as expired without moving it" message when there are spam
25532         messages left.
25534 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25536         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25537         header is not nil.
25539 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25541         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25542         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25543         (nntp-marks-changed-p): New arg SERVER.
25544         (nntp-request-update-info): Adjust caller.
25546 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25548         * nntp.el (nntp-save-marks): Pass missing arg.
25550 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25552         * nntp.el: Support marks.
25553         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25554         (nntp-marks-modtime, nntp-marks-directory): New variables.
25555         (nntp-request-set-mark, nntp-request-update-info)
25556         (nntp-possibly-create-directory, nntp-marks-changed-p)
25557         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25558         New functions.
25560 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25562         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25563         (gnus-xmas-redefine): Rename.
25565         * gnus-score.el (gnus-score-insert-help):
25566         Use gnus-select-lowest-window.
25568         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25569         appt-select-lowest-window and rename to gnus-select-lowest-window.
25571         * gnus.el: do.
25573 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25575         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25576         encodings of MIME-encoded words, in order to improve
25577         interoperability with several broken MUAs.
25579 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25581         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25582         tags, only when charsets are not specified in headers.
25583         (mm-inline-text-html-render-with-w3m): Ditto.
25585         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25586         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25588 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25590         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25591         instead of MIME-decoded from fields when checking
25592         `gnus-article-address-banner-alist'.
25594 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25596         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25597         description rather than subject.
25599 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25601         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25603 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25605         * gnus.el (gnus-version-number): Bump.
25607 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25609         * gnus.el: No Gnus v0.2 is released.
25611 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25613         * gnus-agent.el (gnus-agent-read-agentview):
25614         Inline gnus-uncompress-range.
25616 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25618         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25619         `exec-installed-p'.
25621 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25623         * gnus.el (spam-process, spam-autodetect-methods):
25624         Add bsfilter and bsfilter-headers.
25626         * spam.el (spam-bsfilter): New customize group.
25627         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25628         (spam-bsfilter-header, spam-bsfilter-probability-header)
25629         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25630         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25631         (spam-bsfilter-database-directory): New options.
25632         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25633         (spam-list-of-statistical-checks, spam-registration-functions):
25634         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25635         (spam-bsfilter-score): New command.
25636         (spam-check-bsfilter-headers, spam-check-bsfilter)
25637         (spam-bsfilter-register-with-bsfilter)
25638         (spam-bsfilter-register-spam-routine)
25639         (spam-bsfilter-unregister-spam-routine)
25640         (spam-bsfilter-register-ham-routine)
25641         (spam-bsfilter-unregister-ham-routine): New functions.
25642         (spam-generic-score): Support bsfilter; Accept an optional argument
25643         to recalcurate spam score even if scoring header has already been
25644         added.
25645         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25646         optional argument to recalcurate spam score even if scoring header
25647         has already been added.
25649 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25651         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25652         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25653         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25654         link is missing.
25656 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25658         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25659         (html2text-get-attr): Rewrite.
25661         * message.el (message-setup-1): Remove redundant put-text-property
25662         on mail-header-separator.
25664 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25666         * gnus-registry.el (gnus-registry-cache-whitespace)
25667         (gnus-registry-action, gnus-registry-spool-action)
25668         (gnus-registry-split-fancy-with-parent): Change message levels
25669         from 5 to 3 or 7, as needed.
25671         * spam.el (spam-summary-prepare-exit)
25672         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25673         (spam-split, spam-find-spam, spam-log-undo-registration)
25674         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25675         level from 5 to 6.
25677 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25679         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25680         2004-03-04 change).
25682 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25684         * sieve-manage.el (sieve-manage-open):
25685         * nnweb.el (nnweb-insert-html):
25686         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25687         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25688         * nnspool.el (nnspool-request-group):
25689         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25690         * nnml.el (nnml-request-update-info):
25691         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25692         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25693         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25694         (nnimap-request-set-mark):
25695         * nnfolder.el (nnfolder-request-update-info):
25696         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25697         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25698         * gnus-uu.el (gnus-uu-find-articles-matching):
25699         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25700         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25701         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25702         * gnus-nocem.el (gnus-nocem-scan-groups):
25703         * gnus-int.el (gnus-start-news-server):
25704         * gnus-group.el (gnus-group-make-kiboze-group)
25705         (gnus-group-browse-foreign-server):
25706         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25707         Use mapc when appropriate.
25709 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25710             Adam Sjøgren  <asjo@koldfront.dk>
25711             Wes Hardaker  <wes@hardakers.net>
25712             Michael Shields  <shields@msrl.com>
25714         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25715         may need for spam sorting and scoring.
25716         (spam-user-format-function-S): Add user format function suitable for
25717         general use.
25718         (spam-article-sort-by-spam-status): Add sorting function for summary
25719         sorting.
25720         (spam-extra-header-to-number): Add function to get a score from a
25721         header.
25722         (spam-summary-score): Add function to get a numeric score from the
25723         headers.
25724         (spam-generic-score): Fix function doc, was in wrong place.
25725         (spam-initialize): Take symbols when it's run, and install the
25726         extra headers that spam-necessary-extra-headers thinks we need.
25728 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25730         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25731         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25733 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25735         * gnus-sum.el (gnus-set-global-variables)
25736         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25737         (gnus-article-get-xrefs, gnus-summary-best-group)
25738         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25739         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25740         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25741         Use with-current-buffer.
25743 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25745         * spam.el (spam-summary-prepare-exit): Simplify logic.
25746         (spam-fetch-article-header): Read the article header if it's not
25747         available.
25748         (spam-list-articles): Simplify logic.
25749         (spam-filelist-register-routine): Fix bug with unregister-list.
25751         * gnus-registry.el: Fix comments at beginning.
25753 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25755         * message.el (message-cater-to-broken-inn): Remove.
25756         (message-shorten-references): Make sure the total folded length of
25757         References is shorter than 998 characters to cater to a bug in INN
25758         2.3.  Also, don't pretend that references aren't folded -- this
25759         hasn't worked for a while.
25761 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25763         * gnus-agent.el (gnus-agentize):
25764         gnus-agent-send-mail-real-function no longer set to current value
25765         of message-send-mail-function but rather a lambda that calls
25766         message-send-mail-function.  The change makes the agent real-time
25767         responsive to user changes to message-send-mail-function.
25769 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25771         * legacy-gnus-agent.el
25772         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25773         help from Florian Weimer <fw@deneb.enyo.de>
25775 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25777         * nnmail.el (nnmail-cache-insert): Revert last change.
25779 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25781         * nnmail.el (nnmail-cache-insert): Always check whether
25782         nnmail-cache-ignore-groups matches a group name.
25784 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25786         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25787         (spam-find-spam, spam-log-processing-to-registry)
25788         (spam-log-registered-p, spam-log-unregistration-needed-p)
25789         (spam-log-undo-registration): Use gnus-message instead of
25790         gnus-error, none of these errors are fatal.
25792         * gnus-registry.el (gnus-registry-clean-empty-function)
25793         (gnus-registry-clean-empty): Remove only empty entries without
25794         extra data.
25796 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25798         * spam-stat.el (spam-stat-buffer-change-to-spam)
25799         (spam-stat-buffer-change-to-non-spam): Change (error) to
25800         (gnus-message 8) invocation.
25802 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25804         * nntp.el (nntp-via-netcat-command): New variable.
25805         (nntp-via-netcat-switches): New variable.
25806         (nntp-open-via-rlogin-and-netcat): New function.
25807         (nntp-open-connection-function): Doc fix.
25808         (nntp-telnet-command): Doc fix.
25809         (nntp-end-of-line): Doc fix.
25810         (nntp-via-rlogin-command): Doc fix.
25811         (nntp-via-user-name): Doc fix.
25812         (nntp-via-address): Doc fix.
25814 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25816         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25817         error in Emacs 21.1.
25819 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25821         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25823 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25825         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25826         (gnus-agent-with-refreshed-group): New macro.
25827         (gnus-agent-rename-group): New function.
25828         (gnus-agent-delete-group): New function.
25829         (gnus-agent-save-group-info): Use gnus-command-method when
25830         `method' parameter is nil.  Don't write nil entries into the
25831         active file.
25832         (gnus-agent-get-group-info): New function.
25833         (gnus-agent-fetch-articles):
25834         Use gnus-agent-update-files-total-fetched-for to increment disk space
25835         used.
25836         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25837         Use gnus-agent-update-view-total-fetched-for to increment disk space
25838         used.
25839         (gnus-agent-get-local): Add optional parameters to avoid calling
25840         gnus-group-real-name and gnus-find-method-for-group.
25841         (gnus-agent-set-local): Delete stored entry if either min, or max,
25842         are nil.
25843         (gnus-agent-fetch-session): Reworded error/quit messages.
25844         On quit, use gnus-agent-regenerate-group to record existance of any
25845         articles fetched to disk before the quit occurred.
25846         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25847         gnus-agent-update-view-total-fetched-for, and
25848         gnus-agent-update-files-total-fetched-for to decrement disk space
25849         used.
25850         (gnus-agent-retrieve-headers):
25851         Use gnus-agent-update-view-total-fetched-for to increment disk space
25852         used.
25853         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25854         with gnus-agent-update-files-total-fetched-for to decrement disk
25855         space and fresh group buffer.
25856         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25857         (gnus-agent-need-update-total-fetched-for): New variable.
25858         (gnus-agent-update-files-total-fetched-for): New function.
25859         (gnus-agent-update-view-total-fetched-for): New function.
25860         (gnus-agent-total-fetched-for): New function.
25862         * gnus-cache.el (gnus-cache-save-buffers):
25863         Use gnus-cache-update-overview-total-fetched-for to change disk space
25864         used by this group.
25865         (gnus-cache-possibly-enter-article):
25866         Use gnus-cache-update-file-total-fetched-for to increment disk space
25867         used by this group.
25868         (gnus-cache-possibly-remove-article):
25869         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25870         used by this group.
25871         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25872         (gnus-cache-rename-group): New function.
25873         (gnus-cache-delete-group): New function.
25874         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25875         (gnus-cache-need-update-total-fetched-for): New variable.
25876         (gnus-cache-with-refreshed-group): New macro.
25877         (gnus-cache-update-file-total-fetched-for): New function.
25878         (gnus-cache-update-overview-total-fetched-for): New function.
25879         (gnus-cache-rename-group-total-fetched-for): New function.
25880         (gnus-cache-delete-group-total-fetched-for): New function.
25881         (gnus-cache-total-fetched-for): New function.
25883         * gnus-group.el: Require gnus-sum and autoload functions to
25884         resolve warnings when gnus-group.el compiled alone.
25885         (gnus-group-line-format): Documented new %F.
25886         (size of Fetched data) group line format; identifies disk space
25887         used by agent and cache.
25888         (gnus-group-line-format-alist): Defined new F format.
25889         (gnus-total-fetched-for): New function.
25890         (gnus-group-delete-group): No longer update
25891         gnus-cache-active-altered as gnus-request-delete-group now keeps
25892         the cache in sync.
25893         (gnus-group-list-active): Let the agent store a server's active
25894         list if currently plugged.
25896         * gnus-int.el (gnus-request-delete-group):
25897         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25898         local disk in sync with the server.
25899         (gnus-request-rename-group):
25900         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25901         local disk in sync with the server.
25903         * gnus-start.el (gnus-get-unread-articles):
25904         Cosmetic simplification to logic.
25906         * gnus-util.el (gnus-rename-file): New function.
25908 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25910         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25912 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25914         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25915         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25917 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25919         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25920         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25922 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25924         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25926 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25928         * spam.el (spam-set-difference): Add function to replace
25929         gnus-set-difference in spam.el.
25930         (spam-summary-prepare-exit): Use spam-set-difference.
25932 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25934         * gnus-registry.el (gnus-registry-cache-file): Update to use
25935         gnus-dribble-directory OR gnus-home-directory OR ~.
25936         (gnus-registry-split-fancy-with-parent): Fix doc.
25938 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25940         * message.el (message-exchange-point-and-mark):
25941         Use message-mark-active-p.  Suggested by Jesper Harder
25942         <harder@ifa.au.dk>.
25944 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25946         * message.el (message-exchange-point-and-mark): Don't activate
25947         region if it was inactive.  Suggested by Hiroshi Fujishima
25948         <pooh@nature.tsukuba.ac.jp>.
25950 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25952         * gnus-art.el (article-display-face): Display Faces in the same
25953         order as X-Faces.
25955 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25957         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25959 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25961         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25962         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25963         (gnus-article-mime-hierarchy): Remove.
25964         (gnus-article-mime-hierarchy-next): Remove.
25965         (gnus-article-mode): Revert 2004-03-19 change.
25966         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25967         (gnus-insert-mime-button): Revert 2004-03-19 change.
25968         (gnus-mime-accumulate-hierarchy): Remove.
25969         (gnus-mime-enter-multipart): Remove.
25970         (gnus-mime-leave-multipart): Remove.
25971         (gnus-mime-display-part): Revert 2004-03-19 change.
25972         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25974         * mml.el (mml-preview): Revert 2004-03-19 change.
25976 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25978         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25980 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25982         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25983         t while entering a file name using the mm-with-multibyte macro.
25984         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25986         * mm-util.el (mm-with-multibyte): New macro.
25988 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25990         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25991         New user option.
25992         (gnus-mime-multipart-functions): Doc and customization fix.
25993         (gnus-article-mime-hierarchy): New variable.
25994         (gnus-article-mime-hierarchy-next): New variable.
25995         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25996         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25997         gnus-article-mime-hierarchy-next to nil.
25998         (gnus-insert-mime-button): Show hierarchy numbers.
25999         (gnus-mime-accumulate-hierarchy): New function.
26000         (gnus-mime-enter-multipart): New function.
26001         (gnus-mime-leave-multipart): New function.
26002         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26003         (gnus-mime-display-alternative): Show hierarchy numbers.
26005         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26006         gnus-article-mime-hierarchy-next to nil.
26008 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26010         * dns.el: Don't require gnus-xmas.
26012 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26014         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26015         inline PGP.
26016         (mml-menu): Disable mml-quote-region if mark is inactive.
26018 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26020         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26021         when the group's active is not available.
26023 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26025         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26026         error.
26028 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26030         * imap.el (imap-store-password): New variable.
26031         (imap-interactive-login): Use it.
26032         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26034 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26036         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26037         window-start and hscroll to summary window.
26039 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26041         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26042         conversion message to newsrc-dribble when an actual conversion is
26043         performed.
26045 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26047         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26049 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26051         * mm-decode.el (mm-complicated-handles): New function reviving
26052         former definition of mm-multiple-handles.
26054         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26055         (gnus-mime-delete-part): Use it.
26057 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26059         * gnus-agent.el (gnus-agent-read-local):
26060         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26061         avoid the implicit assumption that they will always be equal.
26062         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26063         coding-system-for-write, as the with-temp-file macro first prints
26064         to a buffer then saves the buffer.
26066 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26068         * gnus-art.el (gnus-article-edit-part): New function.
26069         (gnus-mime-save-part-and-strip): Use it; do query instead of
26070         signaling an error; don't use mm-multiple-handles.
26071         (gnus-mime-delete-part): Ditto.
26073 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26075         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26076         old file versions.
26077         (gnus-group-prepare-hook): Remove function that converted list
26078         form of gnus-agent-expire-days to group properties.
26080         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26081         (gnus-request-accept-article): Re-indented.
26083         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26084         converters to handle old agent file formats.  Add logic for a
26085         "backup before upgrading warning".
26086         (gnus-convert-mark-converter-prompt): Developers can mark
26087         functions as needing (default), or not needing,
26088         gnus-convert-old-newsrc's "backup before upgrading warning".
26089         (gnus-convert-converter-needs-prompt): Tests whether the user
26090         should be protected from potentially irreversable changes by the
26091         function.
26093         * legacy-gnus-agent.el: New.  Provides converters that are only
26094         loaded when gnus-convert-old-newsrc needs to call them.
26096 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26098         * mail-source.el (mail-source-touch-pop): Doc fix.
26100         * message.el (message-smtpmail-send-it): Doc fix.
26102 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26104         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26106         * nnmail.el (nnmail-split-fancy): do.
26108         * gnus-kill.el (gnus-kill, gnus-execute): do.
26110 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26112         * gnus-sum.el (gnus-widget-reversible-match)
26113         (gnus-widget-reversible-to-internal)
26114         (gnus-widget-reversible-to-external): New functions.
26115         (gnus-widget-reversible): New widget.
26116         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26118 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26120         * gnus-sum.el (gnus-thread-sort-functions)
26121         (gnus-article-sort-functions): Document `(not F)' items.
26123 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26125         * spam.el (spam-use-gmane-xref): Add new backend.
26126         (spam-gmane-xref-spam-group): Add variable to control the name of the
26127         Gmane spam group.
26128         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26129         (spam-regex-headers-spam, spam-regex-headers-ham)
26130         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26131         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26132         backends and checks.
26133         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26135         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26136         an autodetect method.
26138 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26140         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26141         articles are being added to a group.
26142         (gnus-request-replace-article): Inform the agent that articles
26143         need to be uncached as the cached contents are no longer valid.
26145 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26147         * binhex.el: Don't autoload executable-find.
26149         * canlock.el: Don't autoload mail-fetch-field.
26151         * dgnushack.el: Autoload c-mode for XEmacs.
26153         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26155         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26156         rmail-dont-reply-to and rmail-output.
26158         * gnus-score.el: Don't autoload ffap-string-at-point.
26160         * gnus-setup.el: Don't autoload sc-cite-original.
26162         * imap.el: Don't autoload base64-decode-string,
26163         base64-encode-string and md5.
26165         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26166         and rmail-msg-restore-non-pruned-header.
26168         * mm-decode.el: Don't autoload executable-find.
26170         * mm-url.el: Don't autoload executable-find.
26172         * mm-view.el: Don't autoload diff-mode.
26174         * nndb.el: Don't autoload news-reply-mode, news-setup,
26175         cancel-timer and telnet.
26177         * password.el: Don't autoload run-at-time for Emacs.
26179         * sha1-el.el: Don't autoload executable-find.
26181         * sieve-mode.el: Don't autoload c-mode.
26183         * uudecode.el: Don't autoload executable-find.
26185 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26187         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26188         (gnus-agent-possibly-alter-active): Avoid null in numeric
26189         comparison.
26190         (gnus-agent-set-local): Refuse to save null in local object table.
26191         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26192         list of articles that will be marked as unread.
26194 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26196         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26198 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26200         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26201         language tags.
26203 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26205         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26206         Don't bind "obarray".
26208         * gnus-sum.el (gnus-thread-sort-functions):
26209         Add `gnus-thread-sort-by-most-recent-number' and
26210         `gnus-thread-sort-by-most-recent-date'.
26211         Reported by Kai Grossjohann <kai@emptydomain.de>.
26213 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26215         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26217 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26219         * gnus-cus.el (gnus-agent-customize-category):
26220         Remove ignore-errors macro reference that required cl to be loaded at
26221         run-time.
26223         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26224         single-interval range of the form (min . max).  Previously the
26225         range had to look like ((min . max)).  Likewise, return
26226         (min . max) rather than ((min . max)).
26227         (gnus-range-map): Use gnus-range-normalize to accept
26228         single-interval range.
26230         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26231         the cache, but not the agent, now appear with their usual face.
26233         * dgnushack.el (loaddir): New variable that is bound to the
26234         directory containing the dgnushack.el file.  Use loaddir, rather
26235         than srcdir, to update load-path.  Change lets dgnushack compile
26236         code in directories other than GNUS/lisp.
26238 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26240         * lpath.el: Don't bind w3m-safe-url-regexp.
26242         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26243         w3m-safe-url-regexp variable buffer-local.
26245         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26247 2004-02-27  Simon Josefsson  <jas@extundo.com>
26249         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26250         gnus-group-real-prefix.
26251         (gnus-summary-move-article): Use it, instead of
26252         gnus-group-real-prefix.
26254 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26256         * lpath.el: Bind w3m-safe-url-regexp.
26258         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26259         w3m-safe-url-regexp variable buffer-local and set it as the value
26260         of mm-w3m-safe-url-regexp.
26262         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26264         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26265         parsing gnus-posting-styles when the message is not for replying.
26267         * dgnushack.el: Autoload sgml-mode for XEmacs.
26269         * nnrss.el (nnrss-opml-export):
26270         Use mm-set-buffer-file-coding-system instead of
26271         set-buffer-file-coding-system.
26273 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26275         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26276         of checkdoc.el).
26277         * nnrss.el: do.
26278         * gnus-mlspl.el: do.
26279         * gnus-ml.el: do.
26280         * gnus-srvr.el: do.
26282         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26284 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26286         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26287         Corrections to custom-manual links.
26289         * gnus-art.el (gnus-article): Ditto.
26291         * mm-decode.el (mime-display, mime-security): Ditto.
26293 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26295         * flow-fill.el: Typo.
26297 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26299         * spam-wash.el: New file.
26301 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26303         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26305 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26307         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26308         to be run with new-articles as LIST1, not LIST2.
26309         (spam-registration-functions): Add spam-use-ham-copy as a nil
26310         registration backend.
26312 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26314         * spam-stat.el (spam-stat-washing-hook): New option.
26315         (spam-stat-buffer-words): Use it.
26316         (spam-stat-process-directory, spam-stat-test-directory):
26317         Use insert-file-contents-literally.
26318         (spam-stat-coding-system): New variable.
26319         (spam-stat-load, spam-stat-save): Use it.
26321 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26323         * spam-report.el (spam-report-plug-agent):
26324         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26326 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26328         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26329         Allow / in mailto URLs.
26331 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26333         * spam-report.el (spam-report-process-queue): Fix interactive use.
26334         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26335         (spam-report-unplug-agent): Doc fixes.
26336         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26337         (spam-report-agentize, spam-report-deagentize): Autoload.
26339 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26341         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26343         * message.el (message-setup-fill-variables): Add mml tags to
26344         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26345         <ajk@iu.edu>.
26346         (message-mode): Don't modify paragraph-separate there.
26348 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26350         * compface.el (uncompface-use-external): Default to undecided.
26351         (uncompface-use-external-threshold): New variable.
26352         (uncompface-float-time): New macro.
26353         (uncompface): Determine whether to use the external decoder if
26354         uncompface-use-external is undecided.
26356 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26358         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26359         after images.
26361         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26363 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26365         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26367         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26369         * gnus-sum.el (gnus-summary-limit-to-age)
26370         (gnus-summary-limit-children): do.
26372         * gnus-int.el (gnus-request-scan): do.
26374         * gnus-group.el (gnus-group-suspend): do.
26376         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26378         * gnus-cite.el (gnus-cite-parse-attributions): do.
26380         * gnus-agent.el (gnus-summary-set-agent-mark)
26381         (gnus-agent-regenerate-group): do.
26383         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26385         * binhex.el (binhex-decode-region-internal): do.
26387 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26389         * gnus-fun.el (gnus-face-properties-alist): New user option.
26390         (gnus-display-x-face-in-from): Use it.
26392         * gnus-art.el (article-display-face): Ditto.
26394         * compface.el (uncompface-use-external): Default to nil.
26396 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26398         * nntp.el (nntp-erase-buffer): New function.
26399         (nntp-retrieve-data, nntp-send-command)
26400         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26401         (nntp-possibly-change-group): Use it.
26403         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26404         Use with-current-buffer.
26406 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26408         * compface.el: Merge the ELisp-based uncompface program.
26409         (compface): New customization group.
26410         (uncompface-use-external): New user option.
26411         (uncompface): Call uncompface-internal if uncompface-use-external
26412         is nil.
26413         (uncompface-internal): New function.  Note that there are also
26414         some other functions and variables added for this function.
26416 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26418         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26419         if necessary.
26421 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26423         * spam-report.el (spam-report-unplug-agent)
26424         (spam-report-plug-agent, spam-report-deagentize)
26425         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26426         Add support for the Agent in spam-report: when unplugged, report to a
26427         file; when plugged, submit all the requests.
26429         * spam.el (spam-register-routine): Fix message about
26430         registration.
26432 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26434         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26435         dependencies.
26436         (rfc2047-encode): Use it.
26438         * gnus-art.el (gnus-button-marker-list): Move before first
26439         reference.
26441         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26442         (imap-parse-body): Fix format string mismatch.
26444         * gnus-score.el (gnus-summary-increase-score): do.
26446         * nnrss.el (nnrss-close): New function.
26448 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26450         * nnrss.el (nnrss-make-filename): New function.
26451         (nnrss-request-delete-group, nnrss-read-server-data)
26452         (nnrss-save-server-data, nnrss-read-group-data)
26453         (nnrss-save-group-data): Use it.
26454         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26455         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26456         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26458 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26460         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26462 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26464         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26465         files.
26467         * message.el (message-generate-headers-first): Don't quote nil
26468         and t in docstrings.
26470         * imap.el (imap-id): do.
26472         * gnus-agent.el (gnus-agent-consider-all-articles)
26473         (gnus-agent-queue-mail): do.
26475 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26477         * spam-report.el (spam-report-process-queue): New function.
26478         Process requests from `spam-report-requests-file'.
26479         (spam-report-process-queue): Doc fix.
26481 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26483         * spam.el (spam-register-routine)
26484         (spam-log-processing-to-registry, spam-log-registered-p)
26485         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26486         Change "check" to "spam-check" for semi-clarity.
26488 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26490         * pop3.el: Require nnheader.
26492         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26494         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26496         * gnus-picon.el: Require cl.
26498         * gnus-fun.el: Require gnus-ems and gnus-util.
26500         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26502         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26504         * gnus-art.el (gnus-article-edit-mode): Define before first
26505         reference.
26507 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26509         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26510         (gnus-uu-post-encoded): Use point-at-bol.
26512         * gnus-topic.el (gnus-group-active-topic-p): do.
26514         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26516         * gnus-group.el (gnus-group-kill-region): do.
26518         * gnus-art.el (article-date-ut): do.
26520         * message.el (message-fetch-field): Remove redundant
26521         case-fold-search binding.
26522         (message-narrow-to-field): Simplify.
26524 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26526         * spam.el (spam-directory): Derive from `gnus-directory'.
26528         * spam-report.el (spam-report-url-to-file)
26529         (spam-report-requests-file): New function and variable for offline
26530         reporting.
26531         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26532         and user defined function.
26533         (spam-report-url-ping-mm-url): Remove doubled slash.
26535 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26537         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26539 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26541         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26542         Fix format string mismatch.
26544         * sieve.el (sieve-deactivate-all): do.
26546         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26548         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26550         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26552         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26554 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26556         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26557         the list of checks.
26559 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26561         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26562         padding.
26564 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26566         * mm-view.el (mm-fill-flowed): New variable.
26567         (mm-inline-text): Use it.
26569 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26571         * spam.el (spam-spamassassin-register-ham-routine)
26572         (spam-spamassassin-register-spam-routine): Fix function names.
26574 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26576         * gnus.el (gnus-tmp-grouplens): Remove.
26577         (gnus-summary-line-format): Remove grouplens.
26579         * gnus-group.el (gnus-group-line-format): Ditto.
26581         * gnus-spec.el (gnus-format-specs): Ditto.
26582         (gnus-update-format-specifications): Flush the group format spec
26583         cache if there's the grouplens stuff.
26584         (gnus-parse-simple-format): Replace %l with the empty string.
26586 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26588         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26589         omission.
26591 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26593         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26594         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26596 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26598         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26599         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26600         New macros and functions.
26601         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26602         Handle > NLINK_MAX messages.
26603         * nnmaildir.el (nnmaildir-request-set-mark):
26604         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26606 2004-01-25  Alex Schroeder  <alex@gnu.org>
26608         * spam-stat.el (spam-stat-process-directory-age): New option.
26609         (spam-stat-process-directory): Use it.
26611 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26613         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26614         (spam-stat-save): Accept prefix argument.
26616 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26618         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26619         links" error.
26621 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26623         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26624         the rest of the and/or forms.
26626 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26628         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26629         compatibility with old .newsrc.eld files.
26631         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26633         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26635         * gnus-start.el (gnus-1): do.
26637         * gnus-group.el (gnus-group-line-format-alist): do.
26639         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26641         * gnus-gl.el: Remove.
26643 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26645         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26646         marks consisting of a single range {for example, (3 . 5)} rather
26647         than a list of a single range { ((3 . 5)) }.
26649 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26651         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26652         Use with-current-buffer.
26653         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26654         avoid consing a string.
26656         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26657         Remove obsolete entries for big5 and gb2312.
26659 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26661         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26662         uncompressed list.
26664 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26666         * spam-stat.el (spam-stat-strip-xref): New function.
26667         (spam-stat-process-directory): Use it.
26669         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26670         here -- it's done in message-fetch-field.
26672 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26674         * gnus-agent.el (gnus-agent-queue-mail)
26675         (gnus-agent-prompt-send-queue): New variables.
26676         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26677         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26678         "nndraft:queue" along to gnus-draft-send.
26679         Use gnus-agent-prompt-send-queue.
26680         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26681         is "nndraft:queue".  Suggested by Gaute Strokkenes
26682         <gs234@srcf.ucam.org>
26684         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26685         (agent-enable-undownloaded-faces): Add.
26686         (gnus-agent-cat-groups): Use eval-and-compile, not
26687         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26688         method of gnus-agent-cat-groups even when the buffer has been
26689         evaled.
26690         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26691         delete gnus-agent-save-active-1.
26692         (gnus-agent-save-groups): Delete.  Identical to
26693         gnus-agent-save-active.
26694         (gnus-agent-write-active): No longer adjust agent's copy of active
26695         file as agent's adjustments are now stored in their own
26696         file.  Remove optional parameter.
26697         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26698         servers.  Add use of min/max range limits from server's local
26699         file.
26700         (gnus-agent-save-alist): Remove unused optional argument.
26701         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26702         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26703         (gnus-agent-set-local): A per-server file that keeps min/max range
26704         limits for articles known to the agent.  Provides a fast mechanism
26705         for altering many active ranges.
26706         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26707         active file (local makes it unnecessary).
26708         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26710         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26711         (agent-enable-undownloaded-faces): Add.
26713         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26714         disable it when sending to "nndraft:queue".
26715         (gnus-group-send-queue): Add safety check to avoid sending queue
26716         when unplugged.
26718         * gnus-group.el (gnus-group-catchup): Use new
26719         gnus-sequence-of-unread-articles, not
26720         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26721         numbers of articles.  Use gnus-range-map to avoid having to
26722         uncompress the unread list.
26723         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26724         Fix invalid ange-ftp reference.
26726         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26727         (gnus-sorted-range-intersection): Intersection of two ranges
26728         without requiring that they first be uncompressed.
26730         * gnus-start.el (gnus-activate-group): Unless blocked by the
26731         caller, possibly expand the active range to include both cached
26732         and agentized articles.
26733         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26734         multiple version-dependent converters.
26735         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26736         gnus-agent-save-active.
26737         (gnus-save-newsrc-file): Save dirty agent range limits.
26739         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26740         gnus-agent-possibly-alter-active.
26741         (gnus-adjust-marked-articles): Faster handling of simple lists.
26743 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26745         * spam-stat.el (spam-stat-test-directory): New optional argument
26746         displays a list of files detected.  Suggested by Andrew Cohen
26747         <cohen@andy.bu.edu>.
26748         (spam-stat-buffer-words-with-scores): Don't narrow and change
26749         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26751 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26753         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26754         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26755         (spam-spamassassin-arguments)
26756         (spam-spamassassin-spam-flag-header)
26757         (spam-spamassassin-positive-spam-flag-header)
26758         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26759         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26760         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26761         (spam-list-of-processors, spam-list-of-checks)
26762         (spam-list-of-statistical-checks, spam-registration-functions)
26763         (spam-check-spamassassin-headers, spam-check-spamassassin)
26764         (spam-spamassassin-score)
26765         (spam-spamassassin-register-with-sa-learn)
26766         (spam-spamassassin-register-spam-routine)
26767         (spam-spamassassin-register-ham-routine)
26768         (spam-assassin-register-spam-routine)
26769         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26770         (spam-bogofilter-score): Fix to show article before scoring.
26772 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26774         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26775         default scoring function.
26776         (spam-generic-score): Call spam-spamassassin-score if
26777         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26778         spam-bogofilter-score otherwise.
26780         * gnus.el (spam-process, spam-autodetect-methods):
26781         Add spamassassin and spamassassin-headers.
26783 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26785         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26786         Suppress unnecessary messages.
26788 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26790         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26791         make-hash-table.
26793 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26795         * canlock.el (base64-encode-string): Don't autoload it.
26797 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26799         * run-at-time.el: Remove useless (require 'itimer),
26800         eval-and-compile and (featurep 'xemacs).
26802 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26804         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26805         GROUP is a virtual group.
26807 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26809         * gnus.el: Autoload `message-y-or-n-p'.
26811 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26813         * pgg-parse.el: Remove unnecessary (require 'custom).
26815         * pgg-def.el: do.
26817         * nnmail.el: do.
26819         * gnus-undo.el: do.
26821         * gnus-picon.el: do.
26823         * gnus-util.el: do.
26825 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26827         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26829 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26831         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26832         handle, as well as a list.
26834         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26835         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26836         (mm-w3m-cid-retrieve): Simplify.
26838 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26840         * message.el (message-kill-to-signature): Allow prefix arg to
26841         specify number of lines to keep before signature.
26843 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26845         * message.el (message-kill-to-signature): Change docstring.
26847 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26849         * canlock.el: Always require sha1-el.
26850         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26852         * message.el: Autoload sha1 only when compiling.
26854         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26855         eudc-expand-inline for XEmacs.
26857 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26859         * message.el (message-canlock-generate): Require sha1-el.
26861 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26863         * message.el (message-expand-name): Silence the byte compiler.
26865         * lpath.el: Add detect-coding-system.
26867         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26868         cus-edit.
26870 2004-01-13  Simon Josefsson  <jas@extundo.com>
26872         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26873         Invoke gnus-score-mode.
26874         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26876         * gnus-range.el (gnus-compress-sequence): Doc fix.
26877         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26879 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26881         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26883 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26885         * spam.el (spam-get-article-as-string): Update to use
26886         gnus-request-article-this-buffer, much simpler.
26887         (spam-get-article-as-buffer): Remove.
26889 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26891         * message.el (message-expand-name): Use EUDC if the user uses that.
26893 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26895         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26896         character for the encoding to avoid consing a string.
26898         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26899         unnecessarily.
26901         * mm-util.el (mm-replace-chars-in-string): Remove.
26903         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26904         of mm-replace-chars-in-string.
26906 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26908         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26910         * mm-util.el (mm-subst-char-in-string): Support inplace.
26912         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26913         a new string in every iteration.  Use shy groups.
26915 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26917         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26918         * gnus-soup.el (gnus-soup-group-brew):
26919         * gnus-msg.el (gnus-put-message):
26920         * gnus-move.el (gnus-group-move-group-to-server):
26921         * gnus-kill.el (gnus-batch-score):
26922         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26923         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26924         (gnus-group-update-group, gnus-group-read-group)
26925         (gnus-group-make-group, gnus-group-make-help-group)
26926         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26927         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26928         (gnus-group-sort-by-unread, gnus-group-catchup)
26929         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26930         (gnus-group-yank-group, gnus-group-set-info)
26931         (gnus-group-list-groups):
26932         * gnus.el (gnus-generate-new-group-name):
26933         * gnus-delay.el (gnus-delay-send-queue):
26934         * nnvirtual.el (nnvirtual-catchup-group):
26935         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26936         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26937         (gnus-group-prepare-topics, gnus-topic-check-topology):
26938         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26939         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26940         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26941         (gnus-group-make-articles-read):
26942         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26943         (gnus-group-change-level, gnus-kill-newsgroup)
26944         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26945         (gnus-get-unread-articles, gnus-make-articles-unread)
26946         (gnus-make-ascending-articles-unread): Use accessor
26947         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26948         to get group information for improved readability.
26951 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26953         * gnus-art.el (article-decode-mime-words, article-babel)
26954         (gnus-article-highlight-signature, gnus-article-add-buttons)
26955         (gnus-signature-toggle): Use gnus-with-article-buffer.
26957         * gnus-art.el (gnus-article-highlight-headers)
26958         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26960         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26961         (gnus-article-set-globals, gnus-request-article-this-buffer)
26962         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26963         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26964         (gnus-mime-display-alternative): Use with-current-buffer.
26966 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26968         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26969         also under 80 char limit, and call gnus-error if needed.
26970         (spam-fetch-article-header): Fix - it was a
26971         buffer-local variable (gnus-newsgroup-data).
26972         (spam-find-spam): Use spam-generate-fake-headers, forget about
26973         spam-insert-fake-headers.
26974         (spam-insert-fake-headers): Remove.
26976 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26978         * deuglify.el (gnus-article-outlook-unwrap-lines)
26979         (gnus-outlook-rearrange-article)
26980         (gnus-outlook-repair-attribution-outlook)
26981         (gnus-outlook-repair-attribution-block)
26982         (gnus-outlook-repair-attribution-other): Remove redundant
26983         save-excursion.
26985 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26987         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26988         (spam-fetch-field-subject-fast)
26989         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26990         (spam-fetch-article-header): Add functions to deal with Gnus
26991         internals for fast retrieval of article header data.
26992         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26994 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26996         * pop3.el (pop3-md5): Remove.
26997         (pop3-apop): Replace pop3-md5 with md5.
26999         * mm-bodies.el: base64 is always built-in.
27001         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27002         Use with-current-buffer.
27004 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27006         * canlock.el (canlock-insert-header): Remove excessive grouping in
27007         regexp.
27009         * gnus-sum.el (gnus-summary-read-document): Ditto.
27011         * gnus-uu.el (gnus-uu-part-number): Ditto.
27013         * html2text.el (html2text-remove-tags): Ditto.
27014         (html2text-format-tags): Ditto.
27015         (html2text-format-single-elements): Ditto.
27017         * mml.el (mml-parse-1): Ditto.
27019 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27021         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27023         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27025         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27027         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27029 2003-11-15  Simon Josefsson  <jas@extundo.com>
27031         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27032         (pgg-gpg-lookup-key): Use regexp match instead of
27033         split-string (split-string is different between emacs 21.2 and
27034         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27036 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27038         * gnus-art.el (gnus-mime-view-all-parts)
27039         (gnus-article-part-wrapper, gnus-article-view-part):
27040         Use with-current-buffer.
27042 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27044         * spam.el (spam-disable-spam-split-during-ham-respool)
27045         (spam-spamoracle-database, spam-cache-lookups)
27046         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27047         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27048         (spam-group-ham-marks, spam-group-spam-marks)
27049         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27050         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27051         also add spam-use-blackholes to the statistical checks.
27052         (spam-fetch-field-fast): Add interface to fetching fields, may
27053         become a macro.
27054         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27055         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27056         (spam-insert-fake-headers): Fake an article when needed.
27057         (spam-find-spam): Fake article when possible.
27058         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27059         (spam-check-bogofilter-headers): Use message-fetch-field instead
27060         of nnmail-fetch-field.
27062 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27064         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27066 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27068         * spam.el (spam-split): Do not require spam-use-CHECK to be
27069         enabled if that check is passed to spam-split explicitly; also
27070         fix so 'spam doesn't get converted to spam-split-group when
27071         spam-split-symbolic-return is t.
27072         (spam-find-spam): Find registrations of the article and use those
27073         instead of re-running spam-split to find the spam/ham
27074         classification of the article.
27075         (spam-log-processing-to-registry, spam-log-registered-p)
27076         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27077         Use gnus-error instead of gnus-message.
27078         (spam-log-registration-type): Add function to determine the
27079         classification of a message based on registry entries; will
27080         return nil if both 'spam and 'ham are found.
27081         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27082         a reasonably fast local cache without the loading errors.
27083         (spam-cache-lookups): Set to t by default.
27084         (spam-find-spam): Don't try to guess spam-cache-lookups.
27085         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27086         spam-caches entry.
27087         (spam-filelist-build-cache, spam-filelist-check-cache):
27088         Fix caching of whitelist/blacklist entries.
27089         (spam-check-whitelist, spam-check-blacklist):
27090         Invoke spam-from-listed-p with a type, not a cache variable.
27091         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27093 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27095         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27097         * nnmail.el (nnmail-split-fancy): do.
27099         * mml.el (mml-parse): do.
27101         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27102         (gnus-score-adaptive): do.
27104 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27106         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27107         (gnus-mime-button-map): Don't set keymap parent.
27108         (gnus-button-ctan-directory-regexp): Use shy grouping.
27109         (gnus-prev-page-map): Don't set keymap parent.
27110         (gnus-prev-page-map): Remove duplicated one.
27111         (gnus-next-page-map): Don't set keymap parent.
27112         (gnus-mime-security-button-map): Ditto.
27114         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27115         version number.
27117         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27119 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27121         * canlock.el (canlock-sha1-function): Remove.
27122         (canlock-sha1-function-for-verify): Remove.
27123         (canlock-openssl-program): Remove.
27124         (canlock-openssl-args): Remove.
27125         (canlock-ignore-errors): Remove.
27126         (canlock-sha1-with-openssl): Remove.
27127         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27128         (canlock-verify): Don't use canlock-ignore-errors.
27130         * sha1-el.el (sha1-string-external): Make it can return a string
27131         in binary form.
27132         (sha1-region-external): Ditto.
27133         (sha1-string-internal): Ditto.
27134         (sha1-region-internal): Ditto.
27135         (sha1-region): Ditto.
27136         (sha1-string): Ditto.
27137         (sha1): Ditto.
27139 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27141         * spam.el (spam-report-articles-gmane): New command.
27143 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27145         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27147         * run-at-time.el (run-at-time-saved): Remove.
27148         (run-at-time): Doc fix.
27150 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27152         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27153         (gnus-summary-limit-map): Add it.
27154         (gnus-summary-make-menu-bar): do.
27156 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27158         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27159         Make attempt at some caching support (done for BBDB only now).
27160         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27161         addresses to be checked.
27162         (spam-clear-cache-BBDB): Add function, to be invoked by
27163         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27164         (spam-check-BBDB): Check and use the caches, if
27165         spam-cache-lookups is on, remove superfluous (provide).
27167 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27169         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27171 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27173         * run-at-time.el (run-at-time-saved): Move to after the definition
27174         of `run-at-time'.
27176         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27178 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27180         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27181         mm-w3m-local-map-property.
27183         * mm-view.el (mm-w3m-mode-map): Remove.
27184         (mm-w3m-local-map-property): Remove.
27185         (mm-inline-text-html-render-with-w3m): Don't use
27186         mm-w3m-local-map-property.
27188 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27190         * run-at-time.el: New file.
27192         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27193         under Emacs.
27195         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27196         of gnus-set-text-properties.
27198         * gnus-uu.el (gnus-uu-save-article): Ditto.
27200         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27202         * gnus-cite.el (gnus-cite-parse): Ditto.
27204         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27205         of gnus-.
27207         * gnus-xmas.el (run-at-time): Require run-at-time.
27209         * gnus.el: Change calls to nnheader-run-at-time and
27210         password-run-at-time throughout to use run-at-time directly.
27212         * password.el: Remove definition of run-at-time.
27214         * nnheaderxm.el: Remove definition of run-at-time.
27216 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27218         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27219         in prompt.
27221 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27223         * messagexmas.el (message-xmas-redefine): Alias
27224         `message-make-caesar-translation-table' to
27225         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27226         version.
27228         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27229         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27230         `gnus-xmas-set-text-properties'.
27231         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27232         `gnus-xmas-completing-read'.
27233         (gnus-xmas-completing-read): Removed.
27234         (gnus-xmas-open-network-stream): Removed.
27236         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27237         XEmacs version.
27239         * dns.el (dns-make-network-process): Use `open-network-stream'
27240         instead of `gnus-xmas-open-network-stream'.
27242         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27244         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27246 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27248         * gnus-art.el (gnus-mime-display-alternative)
27249         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27250         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27251         Don't use gnus-local-map-property.
27253         * gnus-util.el (gnus-local-map-property): Remove.
27255         * mm-view.el (mm-view-pkcs7-decrypt):
27256         Replace gnus-completing-read-maybe-default with completing-read.
27258         * gnus-util.el (gnus-completing-read): do.
27259         (gnus-completing-read-maybe-default): Remove.
27261 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27263         * password.el: Only autoload `run-at-time' if not XEmacs.
27264         Only autoload the itimer functions if XEmacs.
27266 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27268         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27269         XEmacsen.
27271         * dgnushack.el: Autoload executable-find for XEmacs.
27273 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27275         * gnus-art.el (gnus-read-string): Remove.
27276         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27277         read-string.
27279 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27281         * netrc.el: Autoload password-read.
27282         (netrc): Add configuration group.
27283         (netrc-encoding-method, netrc-openssl-path):
27284         Add variables for encoding and decoding of files with symmetric
27285         ciphers.
27286         (netrc-encode): Add assistant function to encode a file with
27287         netrc-encoding-method.
27288         (netrc-parse): Add interactive parameter, added optional
27289         decoding if netrc-encoding-method is non-nil but otherwise
27290         behavior is standard.
27291         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27292         Do s/encode/encrypt/ everywhere.
27294         * spam.el: Remove executable-find autoload.
27296 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27298         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27300         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27302 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27304         * gnus-art.el (gnus-treat-ansi-sequences)
27305         (article-treat-ansi-sequences): New variable and function.
27306         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27308         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27309         Use it.
27311 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27313         * mm-util.el (mm-quote-arg): Remove.
27315         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27316         shell-quote-argument.
27318         * gnus-uu.el (gnus-uu-command): do.
27320         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27322         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27323         with make-char.
27325         * mm-util.el (mm-make-char): Remove.
27327         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27328         add-minor-mode.
27330         * gnus-undo.el (gnus-undo-mode): do.
27332         * gnus-topic.el (gnus-topic-mode): do.
27334         * gnus-sum.el (gnus-dead-summary-mode): do.
27336         * gnus-start.el (gnus-slave-mode): do.
27338         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27340         * gnus-ml.el (gnus-mailing-list-mode): do.
27342         * gnus-gl.el (gnus-grouplens-mode): do.
27344         * gnus-draft.el (gnus-draft-mode): do.
27346         * gnus-dired.el (gnus-dired-mode): do.
27348         * gnus-ems.el (gnus-add-minor-mode): Remove.
27350         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27351         Replace gnus-char-width with char-width.
27353         * gnus-ems.el (gnus-char-width): Remove.
27355         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27356         Replace gnus-char-width with char-width.
27358         * gnus-ems.el (gnus-char-width): Remove.
27360         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27361         definition.
27362         Remove Emacs 20 hash table compatibility code.
27364         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27365         20 compatibility code.
27367         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27369         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27371         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27372         Replace with point-at-{eol,bol}.
27374         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27376         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27378         * flow-fill.el (fill-flowed-point-at-bol)
27379         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27381         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27382         Replace with point-at-{eol,bol} throughout all files.
27384 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27386         * ntlm.el (ntlm-string-as-unibyte): New macro.
27387         (ntlm-build-auth-response): Use it.
27389         Remove Emacs 20 stuff:
27390         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27391         (butlast, mapc, remove): Remove the compiler macros.
27392         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27393         of delq and copy-sequence.
27394         * gnus-art.el (popup-menu): Remove the compiler macro.
27395         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27396         Emacs 20.
27398 2004-01-05  Simon Josefsson  <jas@extundo.com>
27400         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27401         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27402         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27403         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27404         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27405         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27406         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27407         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27408         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27409         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27410         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27411         string-xor into ntlm-string-xor.
27412         Suggested by Jesper Harder <harder@myrealbox.com>.
27414         * ntlm.el: Don't include poem.
27416         * md4.el (print-int32, print-string-hexa): Remove.
27417         Suggested by Jesper Harder <harder@myrealbox.com>.
27419         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27421         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27422         probably breaks emacs with DL patch, but do we care? Is anyone
27423         still using the DL stuff?)
27425         * sieve-manage.el: Use the password package.
27426         (sieve-manage-read-passwd): Remove.
27427         (sieve-manage-interactive-login): Use password.  Re-add
27428         condition-case around loop.
27430         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27431         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27432         Use the password package.
27434 2003-02-19  Simon Josefsson  <jas@extundo.com>
27436         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27437         token.
27439 2002-08-07  Simon Josefsson  <jas@extundo.com>
27441         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27442         (sieve-manage-authenticators)
27443         (sieve-manage-authenticator-alist): Add some SASL mechs.
27444         (sieve-sasl-auth): New function.
27445         (sieve-manage-cram-md5-auth)
27446         (sieve-manage-plain-auth): Rewrite using SASL library.
27447         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27448         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27449         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27450         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27452 2004-01-05  Simon Josefsson  <jas@extundo.com>
27454         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27455         New files.
27457 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27459         * gnus-group.el (gnus-no-groups-message): Update.
27461         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27463 2003-11-09  Simon Josefsson  <jas@extundo.com>
27465         * imap.el: Support for ID IMAP extension (RFC 2971).
27466         (imap-local-variables): Add imap-id.
27467         (imap-id): New variable.
27468         (imap-id): New function.
27469         (imap-parse-response): Parse untagged ID response.
27470         * nnimap.el (nnimap-id): New variable.
27471         (nnimap-open-connection): Use it.
27473 2003-12-28  Simon Josefsson  <jas@extundo.com>
27475         * gnus-score.el (gnus-score-edit-all-score): New.
27476         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27478 2004-01-04  Simon Josefsson  <jas@extundo.com>
27480         * password.el: Add.
27482 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27484         * dns.el (dns-query-types): Fix typo.
27485         (dns-query-types): New function.
27486         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27487         PTR and SOA replies, see RFC 1035.
27489 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27491         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27493         * Move to Changelog.2.
27495 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27497         * gnus.el (gnus-version-number): Bump version.
27499 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27501         * gnus.el: No Gnus v0.1 is released.
27503 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27505         * gnus.el: No Gnus v0.0 is released.
27507 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27509         * gnus.el (gnus-version-number): Bump.
27510         (gnus-version): No.
27512 See ChangeLog.2 for earlier changes.
27514   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27516   This file is part of GNU Emacs.
27518   GNU Emacs is free software: you can redistribute it and/or modify
27519   it under the terms of the GNU General Public License as published by
27520   the Free Software Foundation, either version 3 of the License, or
27521   (at your option) any later version.
27523   GNU Emacs is distributed in the hope that it will be useful,
27524   but WITHOUT ANY WARRANTY; without even the implied warranty of
27525   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27526   GNU General Public License for more details.
27528   You should have received a copy of the GNU General Public License
27529   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27531 ;; Local Variables:
27532 ;; coding: utf-8
27533 ;; fill-column: 79
27534 ;; add-log-time-zone-rule: t
27535 ;; End: