system-name's returned value can vary
[gnus.git] / lisp / ChangeLog
blobf7464fb2852f9ede90c9f3ef8ad2e48740e39c76
1 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3         system-name's returned value can vary
4         Also, the system-name variable is now obsolete.
5         Fixes Bug#19438.
6         * message.el (message-make-fqdn):
7         * nnvirtual.el (nnvirtual-retrieve-headers)
8         (nnvirtual-update-xref-header):
9         Prefer (system-name) to system-name, and avoid naming
10         locals 'system-name'.
12 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
14         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
15         lines don't get overlong when responding.
17 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19         * registry.el (cl-remf, cl-loop, cl-subseq):
20         Alias to remf, loop, and subseq respectively for old Emacsen.
22 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24         * registry.el (registry-db): Set default slot later.
25         This is because its value is not a literal integer.
27 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
29         * registry.el (registry-db): Fix default registry-db max-size.
31 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
34         add warning.
36         * gnus-art.el: Fix up compiler warnings.
37         (article-display-face, article-display-x-face): Remove unused `face'.
38         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
39         (article-date-ut): Remove unused var `first'.
40         (gnus-article-prepare): Remove unused var `gnus-article'.
41         (gnus-mime-save-part-and-strip): Remove unused var `param'.
42         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
43         `coding-system' along with corresponding dead code.
44         (gnus-mime-view-part-externally): Remove unused var
45         `mm-user-display-methods'.
46         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
47         (gnus-display-mime): Remove unused var `handle'.
48         (gnus-mime-display-alternative): Remove unused var `props'.
49         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
50         (gnus-article-edit-done): Remove unused var `p'.
51         (gnus-url-mailto): Remove unused var `to'.
52         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
53         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
55 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
57         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
58         slots into a :max-size slot.
59         (registry-db-version): Add new variable for database version number.
60         (registry-prune): Use :max-size slot. Accept and use a sort-function
61         argument.
62         (registry-collect-prune-candidates): Add new function for finding
63         non-precious pruning candidates.
64         (registry-prune-hard-candidates, registry-prune-soft-candidates):
65         Remove obsolete functions.
66         (initialize-instance): Upgrade registry version when starting.
68         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
69         (gnus-registry-max-pruned-entries): Remove obsolete variable.
70         (gnus-registry-cache-file): Change default
71         filename extension to "eieio".
72         (gnus-registry-read): Add new function, split out from
73         `gnus-registry-load', that does the actual object reading.
74         (gnus-registry-load): Use it. Add condition case handler to check for
75         old filename extension and rename to the new one.
76         (gnus-registry-default-sort-function): New variable to specify a sort
77         function to use when pruning.
78         (gnus-registry-save, gnus-registry-insert): Use it.
79         (gnus-registry-sort-by-creation-time): Define a default sort function.
81         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
82         Adjust test for new object signature.
83         (gnustest-registry-pruning-test): Add new pruning test.
84         (gnustest-registry-sort-function): Default sort function for testing.
85         (gnustest-registry-pruning-sort-test): New test for sorting.
87 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89         * gnus-art.el (gnus-article-mime-handles): Refactored out into own
90         function for reuse.
91         (gnus-mime-buttonize-attachments-in-header): Adjusted.
93 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95         * message.el (message-change-subject): Really check whether the subject
96         changed.
98 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
101         PDFs.
102         (mailcap-view-mime): New function.
104 2014-12-01  Glenn Morris  <rgm@gnu.org>
106         * gnus-cloud.el (gnus-cloud): Add :version tag.
108 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
110         * gnus-art.el (gnus-use-idna):
111         * gnus-sum.el (gnus-summary-idna-message):
112         * message.el (message-use-idna):
113         Protect against nil value for idna-program.
115         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
117 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
119         * auth-source.el (auth-source-macos-keychain-search-items): Return
120         result of `auth-source-macos-keychain-result-append' (bug#19074).
122 2014-11-25  Glenn Morris  <rgm@gnu.org>
124         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
125         Add :version tag.
127 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129         * pop3.el (pop3-open-server): Warn unless encrypted.
131         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
133 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
135         Port new time stamp handling to Emacs 23.2.
136         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
137         * time-date.el (time-add, time-subtract, time-less-p):
138         Use eval-and-compile, not eval-when-compile.
140 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
142         * message.el (message-valid-fqdn-regexp): Add non-internaional new
143         TLDs.
145 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
147         Port new time stamp handling to old Emacs and to XEmacs.
148         This is needed for Gnus, which copies time-date.el and which
149         runs on older Emacs implementations.
150         * time-date.el (with-decoded-time-value):
151         Handle 'nil' and floating-point arg more compatibly with new Emacs.
152         (encode-time-value, with-decoded-time-value):
153         Obsolete only if new Emacs.
154         (time-add, time-subtract, time-less-p): Define if not new Emacs.
156         Improve time stamp handling, and be more consistent about it.
157         This implements a suggestion made in:
158         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
159         Among other things, this means timer.el no longer needs to
160         autoload the time-date module.
161         * time-date.el (seconds-to-time, days-to-time, time-since)
162         (with-decoded-time-value):
163         Treat 'nil' as current time.  This is mostly for XEmacs.
164         (encode-time-value, with-decoded-time-value): Obsolete.
165         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
166         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
168 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
171         discarding changes in ephemeral groups.
173         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
174         things the user isn't interested in.
176 2014-11-13  Julien Danjou  <jd@abydos>
178         * gnus-notifications.el (gnus-notifications-notify): Provide both
179         app-icon and image-path.
181 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
183         * mm-url.el (mm-url-encode-multipart-form-data):
184         Restore to handle "multipart/form-data" by eww.
186 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
188         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
189         Landscheidt.
191 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
193         Simplify use of current-time and friends.
194         * gnus-delay.el (gnus-delay-article):
195         * gnus-sum.el (gnus-summary-read-document):
196         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
197         * message.el (message-make-expires-date):
198         Omit unnecessary call to current-time.
199         * gnus-util.el (gnus-float-time): Simplify to an alias because
200         time-to-seconds now behaves like float-time with respect to nil arg.
201         (gnus-seconds-year): Don't call current-time twice to get the current
202         time stamp, as this can lead to inconsistent results.
203         * time-date.el (time-to-seconds) [!float-time]:
204         Use current time if arg is nil, to be compatible with float-time.
205         (time-date--day-in-year): New function, with most of the guts of
206         the old time-to-day-in-year.
207         (time-to-day-in-year): Use it.
208         (time-to-days): Use it, to avoid decoding the same time stamp twice.
210 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
212         * gnus.el (gnus-mode-line-buffer-identification):
213         Don't add image data for a non-graphic display (bug#18813).
215 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
217         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
218         load-path, it blocks autoloading of find-image (bug#18813).
220 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
222         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
223         to keep connection open (bug#18728).
225 2014-10-20  Glenn Morris  <rgm@gnu.org>
227         * Merge in all changes up to 24.4 release.
229 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
231         * message.el (message-insert-signature): Use `newline' instead of
232         inserting explicit "\n".
234 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
236         * gnus-icalendar.el: Support vcal format timezones.
237         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
238         compute dates with associated timezone.
239         (gnus-icalendar-event-from-ical): Compute all timezones.
241 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
243         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
244         check the newsrc.eld file's timestamp before saving it.
245         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
246         timestamp has changed to be newer.
248 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
250         * gnus-icalendar.el (gnus-icalendar-identities):
251         Include message-alternative-emails.
253 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
255         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
256         New compatibility functions.
257         (ntlm-build-auth-response): Use them.
259 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
261         * ntlm.el (ntlm-build-auth-request):
262         Add NTLM2 Session support.  (Bug#15603)
264 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
266         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
267         expired messages only when it was built in reverse order.
269 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
271         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
272         last so it can be used in `message-send-hook'.
274 2014-09-29  Daiki Ueno  <ueno@gnu.org>
276         * mml.el (mml-parse-1): Error out if unknown mode is specified in
277         <#secure> tag (bug#18513).
279 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
281         * parse-time.el: Require cl when compiling.
283 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
285         Use cl-lib as much as possible following the 2014-09-26 change
286         in the Emacs trunk.
287         * parse-time.el: Try requiring cl-lib.
288         (parse-time-incf): Alias to cl-incf or incf.
289         (digit-char-p): Remove.
290         (parse-time-integer): Alias to cl-parse-integer or the one defined.
291         (parse-integer): Rename to parse-time-integer.
292         (parse-time-tokenize, parse-time-rules, parse-time-string)
293         Use parse-time-incf and parse-time-integer.
295 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
297         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
298         of ":delete".
300 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
302         * gnus-art.el (gnus-article-browse-html-save-cid-content)
303         (gnus-article-browse-html-parts):
304         Revert last change that breaks links other than cid contents.
306 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
308         * gnus-art.el (gnus-article-browse-html-save-cid-content)
309         (gnus-article-browse-html-parts): Make cid file names relative.
311 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
313         * mm-view.el (mm-display-inline-fontify): Make the working buffer
314         temporarily displayed when running a mode function (at least org-mode
315         requires it).
317 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
319         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
320         the gnus-summary-article-expire-hook should be told where the function
321         is going. In particular, the Gnus registry might want to know.
323 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
327 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
329         * gnus-sum.el (gnus-summary-expire-articles): Revert.
331 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
333         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
334         the gnus-summary-article-expire-hook should be told where the function
335         is going. In particular, the Gnus registry might want to know.
337 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
339         Don't mishandle year-9999 dates (Bug#18176).
340         * parse-time.el (parse-time-rules):
341         Allow years up to most-positive-fixnum.
342         * time-date.el (date-to-time):
343         Pass "Specified time is not representable" errors through.
345 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
347         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
348         groups and t.
350 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
352         * gnus-utils.el (gnus-recursive-directory-files):
353         Unify hard or symbolic links (bug#18063).
355 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
357         * gnus-msg.el (gnus-configure-posting-style):
358         Allow string replacements in values when matching against a header.
360 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
362         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
363         the dribble buffer even when it is shrunk a lot.
364         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
366 2014-06-26  Glenn Morris  <rgm@gnu.org>
368         * mm-util.el (help-function-arglist): Remove outdated declaration.
370 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
372         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
373         attribute values.  (Bug#17834)
375 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
377         * gnus-sum.el (gnus-summary-edit-article-done):
378         Prefer point-marker to copy-marker of point.
380 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
382         * Makefile.in (install-el, install-el-elc): Compress .el files.
383         (uninstall): Remove compressed .el files.
385 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
387         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
388         (gnus-article-read-summary-keys):
389         Don't bug out when there is no article in the summary buffer.
390         (gnus-mime-buttonize-attachments-in-header):
391         Improve criterion that finds parts to display.
393         * gnus-art.el (gnus-mm-display-part):
394         * mm-decode.el (mm-shr):
395         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
396         (mm-insert-inline): Revert last changes.
398 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
400         * gnus-art.el (gnus-mm-display-part):
401         * mm-decode.el (mm-shr):
402         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
403         (mm-insert-inline): Set insertion type of end-marker, not only
404         start-marker, of undisplayer so as to stay after inserted text.
406 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
408         * html2text.el (html2text-get-attr): Fix typo when splitting value from
409         attribute. (Bug#17613)
411 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
413         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
414         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
416 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
418         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
419         delete next part button; keep spacing between buttons.
421 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
423         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
424         Work for the last MIME part in an article.
425         (gnus-mime-display-single): Suppress excessive newlines between parts.
427         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
428         by leading or trailing newline.
430 2014-05-12  Sam Steingold  <sds@gnu.org>
432         * time-date.el (seconds-to-string): New function to pretty print time
433         delay in seconds.
435 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
437         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
438         while prompting a user for a file name, etc.
439         (gnus-mime-display-single): Display part with a common appearance no
440         matter whether MIME button is omitted or not; don't add duplicate entry
441         to gnus-article-mime-handle-alist.
442         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
444 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
446         * mml2015.el (mml2015-display-key-image): New variable.
448 2014-05-08  Glenn Morris  <rgm@gnu.org>
450         * gnus-fun.el (gnus-grab-cam-face):
451         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
452         This is CVE-2014-3421.
454 2014-05-04  Glenn Morris  <rgm@gnu.org>
456         * gnus-registry.el (gnus-registry-install-p): Doc fix.
458 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
460         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
461         the displaying state of a part.
462         (gnus-mm-display-part): Don't insert a newline in the beginning of
463         a part like gnus-mime-inline-part doesn't; work for XEmacs.
465         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
466         (mm-shr): Make undisplayer unbreakable.
468         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
469         insert excessive newline.
470         (mm-inline-text-html-render-with-w3m, mm-inline-text)
471         (mm-insert-inline): Make undisplayer unbreakable.
473 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
475         * gnus.el: Ma Gnus v0.11 is released.
477 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
479         * gnus-art.el (gnus-mm-display-part):
480         Highlight header attachment buttons.
482 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
484         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
485         a part; redisplay a button (enbugged in 2014-02-05).
487 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
489         * auth-source.el (auth-source-search, auth-source-search-backends):
490         Treat :max 0 as an indicator that a boolean return is wanted, as
491         documented. Reported by Joe Bloggs.
493 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
495         * gnus-icalendar.el: Require gnus-art.
497 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
499         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
500         (gnus-icalendar--update-org-event): put event timestamp in
501         the org entry body instead of the drawer.
502         (gnus-icalendar-event--get-attendee-names): list of participants should
503         contain even attendees without common name attribute.
504         (gnus-icalendar--update-org-event): don't generate duplicates of empty
505         property tags in org drawers.
507 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
509         * gmm-utils.el (gmm-format-time-string): New function.
511         * message.el (message-insert-formatted-citation-line): Use the original
512         author's time zone to express a date string.
514 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
517         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
518         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
519         Silence compiler warnings.
520         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
522 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
524         * mml.el: Require url when compiling.
526         * gnus-cloud.el (gnus-cloud-parse-version-1):
527         Use plist-get rather than CL's getf.
528         (gnus-activate-group, gnus-subscribe-group): Declare.
530         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
532 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
534         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
535         buttons when toggling the header off.
537 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
539         * tls.el (tls-program): Reflow docstring.
541 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
543         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
544         groups work again.
546 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
548         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
549         999 correctly (i.e. "1,342").
551 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
553         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
554         out if the directory doesn't exist.
556 2014-03-07  Daiki Ueno  <ueno@gnu.org>
558         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
559         commands here; instead, only check if epg-config.el is available.
561 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
563         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
564         messages with embedded images.
565         (mml-generate-mime): Don't bug out if you don't have libxml.
567 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
569         * message.el (message-make-html-message-with-image-files): New command.
571 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
573         * gnus-group.el (gnus-group-make-group): Clarify prompt.
575         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
577 2014-02-23  David Engster  <deng@randomsample.de>
579         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
580         to stay compatible with older Emacsen, so replace `cl-loop' with
581         `loop'.
583 2014-02-22  Daniel Colascione  <dancol@dancol.org>
585         * auth-source.el (auth-source-secrets-listify-pattern): New function.
586         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
587         instead, build list of patterns.
589 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
591         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
592         Display header attachment buttons by gnus-article-prepare-display
593         rather than gnus-article-prepare so as to view in mml-preview as well.
595 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
597         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
598         in `auth-sources' means and link to EPA docs.
600 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
602         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
603         (bug#12375).
605 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
607         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
608         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
610 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
612         * message.el (message-tab): Mention what happens on normal tabs
613         (bug#11297).
615 2014-02-08  Glenn Morris  <rgm@gnu.org>
617         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
619 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
621         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
622         buttons that are hidden in unselected alternative part as well.
623         (gnus-mime-display-alternative): Redraw attachment buttons in header.
625         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
627 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
629         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
630         keystroke.
631         (gnus-server-toggle-cloud-server): Only allow clouding applicable
632         types.
634         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
635         with an empty string.
637 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
639         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
640         buffer-local in some buffers, so bind it explicitly in the buffer we're
641         trying to cancel the article in (bug#10808).
643 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
645         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
646         New functions.
648         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
649         New user option.
650         (gnus-mime-buttonize-attachments-in-header): New function.
651         (gnus-article-prepare): Use it.
652         (gnus-mime-inline-part): Suppress extra newline.
653         (gnus-mm-display-part): Save excursion;
654         remove useless deleting and adding of buttons.
655         (gnus-insert-mime-button): Allow insertion in the middle of a line.
657         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
658         Add gnus-mime-buttonize-attachments-in-header.
660 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
662         * nnimap.el (nnimap-request-articles): New command to download several
663         articles at once.
665         * gnus.el (gnus-variable-list): Save Cloud variables.
667         * gnus-int.el (gnus-request-accept-article): Doc fix.
669 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
671         * parse-time.el (parse-time-iso8601-regexp)
672         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
673         it more generally.
675 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
677         * gnus-cloud.el: New file to provide the Emacs Cloud.
679         * dgnushack.el: Silence XEmacs w3 warning.
681         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
682         `url-retrieve-synchronously', apparently.
684         * dgnushack.el: Silence XEmacs dns.el warning.
686         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
687         instead of in all files.
689         * dns.el (network-interface-list): Define for XEmacs.
691         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
692         XEmacs.
694         * nnrss.el (libxml-parse-html-region): Silence compilation error.
696 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
698         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
699         `gnus-group-split-fancy'.
701 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
703         * message.el (message-remove-header): Doc fix.
704         (message-forward-included-headers): New variable.
705         (message-remove-ignored-headers): Use it.
707 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
709         * nnir.el (nnir-request-update-mark): Don't try to update the source
710         group if we can't find it (bug#16611).
712 2014-01-31  Dave Abrahams  <dave@boostpro.com>
714         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
716 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
718         * dns.el (dns-servers-up-to-date-p): New function to see whether the
719         network interfaces changed.
720         (dns-query): Use it to flush the data.
722 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
724         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
725         from random face commands.
726         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
727         Face.
728         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
729         (gnus--random-face-with-type): Generic function returning a face-type
730         as a string.
731         (gnus--insert-random-face-with-type): Generic function inserting a face
732         in a message buffer header.
733         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
734         (gnus-insert-random-x-face-header): Rewritten to use
735         `gnus--insert-random-face-with-type`.
736         (gnus-random-face): Return random (png) Face as string.
737         (nus-insert-random-face-header): Insert random (png) Face in a message
738         buffer.
740 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
742         * mm-url.el: Remove all usage of w3.
744         * nnrss.el: Ditto.
746         * mm-decode.el: Ditto.
748         * mm-view.el: Ditto.
750         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
751         outdated and all Emacsen have url.el built-in.
753         * gnus-setup.el: Remove outdated file.
755 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
757         * gnus.el: Ma Gnus v0.9 is released.
759 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
761         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
763 2014-01-31  Dave Abrahams  <dave@boostpro.com>
765         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
766         in the summary buffer (bug#13769).
768 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
770         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
771         name if we're using a single article buffer.  Otherwise, it may point
772         to a killed buffer (bug#13756).
774 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
776         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
777         the match data, just save and restore it explictly (bug#12375).
779         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
780         that's needed.
782         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
783         the code once (bug#9069).
785 2014-01-18  Steinar Bang  <sb@dod.no>
787         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
788         reading.
790 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
792         * message.el (message-bury): Call bury-buffer with no argument
793         in the message-return-action case too.
795 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
797         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
798         (nnimap-split-fancy, nnimap-split-methods): Declare.
800         * mm-util.el (help-function-arglist): Declare.
802 2013-12-28  Glenn Morris  <rgm@gnu.org>
804         * gnus-sieve.el (gnus-sieve-select-method):
805         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
806         (gravatar-rating, gravatar-size):
807         * message.el (message-minibuffer-local-map):
808         * sieve-manage.el (sieve-manage-authenticators)
809         (sieve-manage-authenticator-alist): Specify custom types.
811         * hashcash.el (hashcash-program): Rename from hashcash-path.
812         Update callers.
814         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
815         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
816         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
818         * auth-source.el (auth-sources):
819         * nnmairix.el (nnmairix-propagate-marks-upon-close):
820         Fix custom types.
822         * tls.el (tls-certtool-program): Fix default value.
824 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
826         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
827         we get proper traces there, too.
829 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
831         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
832         value of the parameters if the current article has a Reply-To or From
833         field.
835 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
837         * gnus.el (gnus-group-buffer): Remove duplicate definition.
839 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
841         * gnus-sum.el (gnus-summary-exit): Stop animations.
843 2013-12-19  Juri Linkov  <juri@jurta.org>
845         * gnus.el (gnus-suppress-keymap):
846         * gnus-art.el (gnus-article-mode-map):
847         * gnus-group.el (gnus-group-mode-map):
848         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
849         Remove [backspace] key binding because it shadows DEL (bug#16035).
851         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
853 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
855         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
856         Make sure work directory exists.
857         (gnus-uu-digest-mail-forward): Store temporary files in work directory
858         rather than tmp directory.
859         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
860         not necessarily always run, with it.
862 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
864         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
865         value of gnus-icalendar-additional-identities work without restart.
867 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
869         * mm-util.el (mm-make-temp-file):
870         Alias to make-temp-file for modern Emacsen.
872 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
874         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
875         nnir-article-number and nnir-article-group.
877 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
879         * message.el (message-send-mail-with-sendmail):
880         Don't kill error buffer if sending fails.
882 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
884         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
885         (gnus-icalendar-event->org-entry)
886         (gnus-icalendar--update-org-event)
887         (gnus-icalendar-event->gnus-calendar): Distinguish between
888         required/optional/non-participant attendee status.  Fix bug causing
889         the first required event participant to be omitted.
891 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
893         * gnus-art.el (article-de-quoted-unreadable)
894         (article-de-base64-unreadable, gnus-mime-copy-part)
895         * gnus-html.el (gnus-article-html)
896         * mm-view.el (mm-inline-text-html-render-with-w3)
897         (mm-inline-text-html-render-with-w3m-standalone)
898         * rfc2231.el (rfc2231-decode-encoded-string):
899         Allow overriding charset by mm-charset-override-alist.
901         * gnus-art.el (gnus-article-browse-html-parts):
902         Replace LWSPs with `&nbsp;'s in header.
904         Work for broken Chinese articles.
906         * gnus-art.el (gnus-article-browse-html-save-cid-content):
907         Exclude broken handles that gnus-summary-enter-digest-group may create.
908         (gnus-article-browse-html-parts):
909         Allow overriding charset by mm-charset-override-alist.
911 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
913         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
914         (gnus-icalendar-identities): Support additional-identities.
916 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
918         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
919         org-timestamp for events ending at midnight.
921 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
923         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
924         .log files.
926 2013-11-20  David Engster  <deng@randomsample.de>
928         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
930 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
932         * message.el (message-beginning-of-line):
933         Use beginning-of-visual-line when visual-line-mode is turned on.
935 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
937         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
938         (gnus-icalendar-event-from-ical)
939         (gnus-icalendar-event->org-entry)
940         (gnus-icalendar--update-org-event): Required/optional participation,
941         list of attendees synced to org.
943 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
945         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
946         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
947         cancellations to be synced to org if the original appt has an org
948         outline.
950 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
952         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
953         (gnus-icalendar-event->org-entry)
954         (gnus-icalendar--update-org-event)
955         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
957 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
959         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
960         Fix timezone handling in gnus-icalendar export to org.
962 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
964         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
966 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
968         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
970 2013-10-30  Glenn Morris  <rgm@gnu.org>
972         * gnus-group.el (gnus-group-browse-foreign-server):
973         * gnus-int.el (gnus-start-news-server):
974         Silence compiler obsolescence warning.
976 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
978         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
979         `nnoo-current-server' first, then for the actual `nnimap-address' to
980         allow netrc entries for the nnoo server to coexist with netrc entries
981         for the `nnimap-address'.
983 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
985         * mm-decode.el (mm-dissect-buffer): Revert last change.
986         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
987         The problem that motivated those changes was attributed to a broken
988         mail sender, and has been fixed.
990 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
992         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
993         token is missing in the Content-Type header.
995         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
997 2013-09-18  Glenn Morris  <rgm@gnu.org>
999         * gnus-util.el (image-size): Declare.
1001 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1003         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1004         (gnus-icalendar-event-from-ical)
1005         (gnus-icalendar-event--build-reply-event-body)
1006         (gnus-icalendar-event-reply-from-buffer)
1007         (gnus-icalendar-find-org-event-file)
1008         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1009         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1011         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1013 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1016         Use save-current-buffer.
1017         (gnus-tree-mode-map): Initialize in the declaration.
1018         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1019         (scroll-in-place): Defvar it.
1020         (gnus-tmp-*): Defvar them.
1021         (gnus-get-tree-buffer): Use derived-mode-p.
1022         (gnus--let-eval): New macro.
1023         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1024         non-prefixed variables.
1025         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1027         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1028         vars since it doesn't seem to be available.
1029         (gnus-set-global-variables, gnus-summary-read-group-1)
1030         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1031         (gnus-summary-display-article, gnus-summary-select-article)
1032         (gnus-summary-next-article, gnus-offer-save-summaries)
1033         (gnus-summary-generic-mark): Use derived-mode-p.
1034         (gnus-summary-read-group-1, gnus-summary-exit)
1035         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1036         Adjust calls to gnus-tree-close and gnus-tree-open.
1038         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1040         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1041         (gnus-agent-mode): Use derived-mode-p.
1042         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1043         gnus-command-method and *-command-method to nil, but bind
1044         gnus-command-method to *-command-method instead!
1045         (gnus-agent-fetch-articles): Remove unused var `id'.
1046         (gnus-agent-fetch-headers): Remove unused arg `force'.
1047         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1048         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1049         (gnus-agent-short-article, gnus-agent-long-article)
1050         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1051         first use.
1052         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1053         `score-param'.
1054         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1055         (gnus-get-predicate): Push in front of the cache, rather than end.
1056         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1057         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1058         (gnus-agent-expire-unagentized-dirs): Don't rebind
1059         gnus-agent-expire-current-dirs since the defvar silences the warning.
1060         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1061         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1062         (gnus-agent-regenerate): Simplify interactive spec and doc.
1064 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1066         * gnus-int.el (gnus-open-server): Silence compiler.
1068         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1070         * message.el (message-display-completion-list): Abolish.
1071         (message-completion-in-region): Use display-completion-list.
1073 2013-09-17  Glenn Morris  <rgm@gnu.org>
1075         * gnus-util.el (gnus-message-with-timestamp-1):
1076         Use `messages-buffer' function if available.  Ignore read-only.
1078 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1080         * message.el (message-expand-group, message-completion-in-region):
1081         Correct the order of start and end of a region.
1083 2013-09-13  Glenn Morris  <rgm@gnu.org>
1085         * mml2015.el (gnus-create-image): Autoload it.
1087         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1089         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1090         (image-size): Declare.
1092 2013-09-12  Glenn Morris  <rgm@gnu.org>
1094         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1095         Avoid using `find', which i) might not be defined at runtime;
1096         ii) does not work, since its default test is eql, not equal.
1097         (gnus-mime-action-alist): Declare.
1099 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * score-mode.el (gnus-score-mode-map): Move initialization
1102         into declaration.
1103         (gnus-score-mode): Use define-derived-mode.
1104         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1105         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1106         into declaration.
1107         (gnus-kill-file-mode): Use define-derived-mode.
1108         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1109         Use derived-mode-p.
1110         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1111         (gnus-group-setup-buffer, gnus-group-name-at-point)
1112         (gnus-group-make-web-group, gnus-group-enter-directory)
1113         (gnus-group-suspend): Use derived-mode-p.
1114         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1115         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1116         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1117         (gnus-article-setup-buffer, gnus-article-prepare)
1118         (gnus-article-prepare-display, gnus-sticky-article)
1119         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1120         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1121         (gnus-article-read-summary-keys): Use derived-mode-p.
1123 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1125         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1127 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1129         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1130         shift_jis from the default value set for Japanese users.
1132 2013-08-13  Glenn Morris  <rgm@gnu.org>
1134         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1136         * gnus.el (gnus-valid-select-methods): Fix type.
1138         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1140 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1142         * mm-decode.el (mm-display-external): Run a timer for the temp files
1143         deletion after a viewer exits; add a deletion timer for the needsterm
1144         case, too.
1146         * mm-decode.el (mm-display-external): Try to delete temporary files by
1147         using a 1-min. timer.
1149 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1151         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1152         New internal variables.
1153         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1154         (mm-display-external): Use it to delete temporary files instead of
1155         using timers.
1157 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1161 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1163         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1164         with cond for backwards compatability.
1166 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1168         * mm-decode.el (mm-display-external): Bind process-connection-type to
1169         nil; don't delete a temp file immediately even if a viewer finishes,
1170         since it may be a shell script, like xdg-open, that launches a real
1171         viewer program belatedly.
1173 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1175         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1176         that we can create nndoc groups that excerpt other groups.
1178 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180         * gnus-delay.el (gnus-delay-article): Fix typo.
1182         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1183         articles.
1185         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1186         we can get spell-checking etc.
1188 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1190         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1191         a single one used for encoding the whole text in a header.
1193 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1196         doesn't work properly on XEmacs.
1198 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1201         before sending.
1203         * dgnushack.el (dgnushack-compile): Add a temporary check for
1204         gnus-icalendar.
1206         * mm-decode.el (mm-command-output): New face.
1207         (mm-display-external): Use it.
1209 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1211         * nnmbox.el (nnmbox-request-article): Don't change point.
1213 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1216         Include `handle' parameter.
1218 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1220         * gnus-icalendar.el: New file.
1222 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1226         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1227         dummy roots, too.
1229 2013-08-01  David Edmondson  <dme@dme.org>
1231         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1232         out on ttys.
1234 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1237         not empty.
1239         * nnrss.el (nnrss-discover-feed): Indent.
1241 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1243         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1245 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1248         dirty to ensure nnimap data being saved.
1250 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1252         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1253         menu entry.
1255         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1256         the current thread's total score instead of the current article's
1257         score.
1259         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1260         (gnus-sort-threads-recursively): Delete defcustom.
1261         (gnus-sort-threads-recursive): Adapt accordingly.
1263 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1265         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1266         (gnus-sort-threads-recursive): Use it.
1267         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1268         again.  Now that determines how to sort subthreads.
1270 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1272         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1273         (gnus-sort-threads): Use it.
1275 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1277         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1278         punctuation characters follow parentheses (bug#14950).
1280 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1282         * gnus.el (gnus-continuum-version):
1283         * gnus-msg.el (gnus-extended-version): Simplify.
1285         * gnus.el (gnus-continuum-version-1): Remove.
1286         * gnus-msg.el (gnus-bug): Revert.
1288         Calculate gnus-version correctly on Cygwin.
1290         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1291         (gnus-continuum-version-1): New function, return a string.
1293         * gnus-msg.el (gnus-extended-version, gnus-bug):
1294         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1296 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1298         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1299         (bug#13384).
1301 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1304         that were only relevant in a development version a long time ago.
1306 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1308         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1309         that the old Emacs 24s bundle.
1311 2013-07-10  David Engster  <deng@randomsample.de>
1313         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1314         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1315         fixes a bug in Emacs trunk where the 'unexist' marks were always
1316         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1317         Gnus v0.03".
1319 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1321         * gnus.el (gnus-summary-line-format): Reference
1322         `gnus-user-date-format-alist' for the &user-date; format, not
1323         `gnus-summary-user-date-format-alist'.
1325 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1328         delete files (bug#13481).
1330 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1332         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1334 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1336         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1337         display images.
1339         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1341         * message.el (message-cancel-news): According to
1342         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1343         preferred over "cmsg cancel" in the Subject.
1345         * nnir.el (nnir-engines): Note that the group specs are regexps
1346         (bug#13238).
1348         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1349         gotten read-only text properties, ensure that those aren't heeded when
1350         copying stuff over (bug#13434).
1352         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1353         (bug#13762).
1355 2013-07-05  David Kastrup  <dak@gnu.org>
1357         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1358         authinfo file again (important for blank passwords).  This had been
1359         broken with 2013-06-15 change.
1361 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1363         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1364         Revert 2013-01-14 change.
1366 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1368         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1369         of 'create-image' for XEmacs compatibility; check errors when decoding
1370         image.  Reported by Uwe Brauer.
1372 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1374         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1375         gnus-button-push revised at 2011-01-19.
1377 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1380         now live in the lisp/net Emacs 24 repository.
1382 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384         * eww.el (eww-update-header-line-format): Quote % characters.
1386 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388         * eww.el (eww-process-text-input): Display passwords as asterisks.
1390         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1392 2013-06-19  Tom Tromey  <tromey@redhat.com>
1394         * eww.el (eww-top-url): Remove.
1395         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1396         (eww-render): Set new variables.  Don't set eww-top-url.
1397         (eww-handle-link): Handle "prev", "home", and "contents".
1398         Downcase the rel text.
1399         (eww-top-url): Choose best top URL.
1401 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403         * eww.el: Rewrite to implement form elements "by hand" instead of
1404         relying in widget.el.  Using widget.el leads to too many
1405         user interface inconsistencies.
1406         (eww-self-insert): Implement entering commands in text fields.
1407         (eww-process-text-input): New function to make text input field editing
1408         work.
1409         (eww-submit): Rewrite to use the new-style form methods.
1410         (eww-select-display): Display the correct selected item.
1411         (eww-change-select): Implement changing the select value.
1412         (eww-toggle-checkbox): Implement radio/checkboxes.
1413         (eww-update-field): Fix compilation error.
1414         (eww-tag-textarea): Implement <textarea>.
1416         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1417         don't shadow mode-specific bindings.
1419         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1420         nothing to push.
1422         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1424 2013-06-19  Glenn Morris  <rgm@gnu.org>
1426         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1428 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1430         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1432 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434         * shr.el (shr-make-table-1): Implement <td rowspan>.
1435         (shr-table-horizontal-line): Allow nil as a value, and change the
1436         default.
1437         (shr-insert-table-ruler): Respect the nil value.
1439 2013-06-18  Tom Tromey  <tromey@barimba>
1441         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1442         New defvars.
1443         (eww-open-file): New defun.
1444         (eww-render): Initialize new variables.
1445         (eww-display-html): Handle "link" and "a".
1446         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1447         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1448         (eww-back-url): Rename from eww-previous-url.
1449         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1450         defuns.
1452 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454         * shr.el (shr-tag-table): Insert the images after the table, so that
1455         they're not covered by the table colourisation, which often looked
1456         awkward.
1457         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1458         <dd>.
1459         (shr-make-table-1): Implement <td colspan=> support.
1460         (shr-insert-document): Use one less than window width if `shr-width' is
1461         nil, since otherwise things may get one character too wide.
1463 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1465         * eww.el (eww-detect-charset): Improve regexp; move backward.
1467 2013-06-18  Glenn Morris  <rgm@gnu.org>
1469         * mm-decode.el (widget-convert-button): Autoload.
1471         * sieve-manage.el (mm-enable-multibyte): Autoload.
1473         * shr.el (libxml-parse-html-region): Declare.
1474         (shr-render-buffer): Explicit error if no libxml2 support.
1476 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1478         * auth-source.el (auth-source-current-line): New function.
1479         (auth-source-netrc-parse-entries): When a data token is "machine",
1480         assume we're in the wrong place and abort parsing the current line.
1482 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1485         (eww-convert-widgets): Don't bug out if the first widget starts at the
1486         beginning of the buffer.
1487         (eww-convert-widgets): Fix last patch.
1488         (eww-tag-input): Support <input type=image>.
1490         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1491         (shr-tag-base): Protect against base specs that are degenerate.
1492         (shr-ensure-paragraph): Don't delete empty lines that have text
1493         properties, because these may be input fields.
1495         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1496         we can navigate to them.
1498         * shr.el (shr-colorize-region): Put the colours over the entire region.
1499         (shr-inhibit-decoration): New variable.
1500         (shr-add-font): Use it to inhibit text property decorations while doing
1501         preliminary table renderings.  This speeds up typical Wikipedia page
1502         renderings by 15%.
1503         (shr-tag-span): Don't respect the <title>, because that overwrites the
1504         help-echo from links inside the spans.
1505         (shr-next-link): Use `help-echo' for navigation, so that we can
1506         navigate to form elements, too.
1508         * eww.el (eww-button): New face.
1509         (eww-convert-widgets): Use it to make submit buttons more button-like.
1511         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1512         that Gnus commands work.
1514         * shr.el (shr-render-td): Support horizontal alignment.
1516         * eww.el (eww-put-color): Removed.
1517         (eww-colorize-region): Use `add-face-text-property'.
1519         * shr.el (shr-add-font): Append face data, so that we get the correct
1520         precedence: The innermost value (which is applied first) wins.
1521         (shr-make-overlay): Obsolete function.
1523         * mm-decode.el (mm-convert-shr-links): New function to convert
1524         new-style shr URL links into widgets.
1525         (mm-shr): Use it.
1527         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1528         widget commands, since we're no longer using widgets for links.
1530         * shr.el (shr-next-link): New command.
1531         (shr-previous-link): New command.
1532         (shr-urlify): Don't use `widget-convert', because that's slow.
1533         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1534         because collecting the overlays and reapplying them when generating
1535         tables is slow.
1536         (shr-insert-table): Ditto.
1538 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1540         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1541         * shr.el (browse-url): Require `url'.
1542         * eww.el (url): Require format-spec.
1544 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546         * eww.el (eww-display-html): Default to using the entire window width.
1547         (eww-browse-url): Don't add a User-Agent header (twice), because that
1548         makes Bing refuse connection.
1550         * shr.el (shr-make-table): Cache the table rendering at the table
1551         level, and not the <td> level.  This is a bit faster.
1553         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1554         #id.
1556         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1557         browsers don't.
1558         (shr-expand-url): Respect #anchor links.
1559         (shr-parse-base): Chop off the anchor before using.
1560         (shr-descend): Respect display: none.
1561         (shr-descend): Allow marking elements that have certain IDs.
1563         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1565         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1567         * eww.el (eww-tag-textarea): Support <textarea>.
1569 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1571         * shr.el (shr-dom-to-xml): Fixed function call.
1573         * eww.el (eww): New group.
1574         (eww-header-line-format): New custom variable.
1575         (eww-current-title): New variable.
1576         (eww-display-html): Update header and handle title tag.
1577         (eww-update-header-line-format): New function.
1578         (eww-tag-title): New function.
1580         * shr.el (shr-dom-to-xml): New function.
1581         (shr-tag-svg): Add support for the SVG tag.
1582         (shr-bullet): New custom variable.
1583         (shr-tag-li): Support custom bullet in unordered lists.
1585 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587         * shr.el (shr-expand-url): Respect // URLs.
1589         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1590         put a background colour onto the entire buffer.
1591         (eww-render): When being redirected, use the redirect URL as the new
1592         base URL.
1594         * shr.el (shr-parse-base): Fix parsing error.
1596         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1598         * shr.el (shr-parse-base): New function.
1599         (shr-expand-url): Use it to expand relative URLs reliably.
1601 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1603         * auth-source.el (auth-source-search-collection): Fix docstring.
1604         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1605         single-quoted strings and multiline entries.
1606         (auth-source-netrc-parse-next-interesting)
1607         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1608         functions to support parser.
1610 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612         * eww.el (eww-submit): Get submit button logic right when hitting RET
1613         on non-submit buttons.
1615         * shr.el: Remove shr-preliminary-table-render, since that can't really
1616         be used for anything in practice.
1618 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1620         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1621         (sieve-manage-quit).
1623 2013-06-14  Glenn Morris  <rgm@gnu.org>
1625         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1627 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1629         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1630         control the maximum size of photo ID image.
1631         (mml2015-epg-key-image-to-string): Respect it.
1633 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1636         instead of the final one so that we can more easily distinguish them.
1638         * eww.el (eww-submit): Compute the submission URL correctly.
1640 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1642         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1643         Use plist-get rather than CL's getf.
1644         (sieve-manage-parse-capability): Avoid CL's remove-if.
1646 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1648         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1649         (sieve-manage-quit).
1651 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1654         last slash.
1656         * eww.el (eww-tag-select): Use the first value as the default value.
1658 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1660         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1661         (eww-mode): Use `define-derived-mode'.
1662         (eww-parse-headers): Parse headers from beginning of buffer so that
1663         file:// links work.
1665 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1667         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1669 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1672         to handle them at all.
1674 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1677         work, too.
1678         (eww-tag-select): Implement <select>.
1680 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1682         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1683         stream managing functions by using open-protocol-stream to do most of
1684         the work.  Has the nice benefit of enabling STARTTLS.
1685         Wait for capabilities after STARTTLS: following RFC5804, the server
1686         sends new capabilities after successfully establishing a TLS connection
1687         with the client.  The client should update the cached list of
1688         capabilities, but we just ignore the answer for now.
1689         (sieve-manage-network-p, sieve-manage-network-open)
1690         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1691         (sieve-manage-forward, sieve-manage-streams)
1692         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1693         API, nor called by any other function.
1694         Enable Multibyte for SieveManage buffers: The parser won't properly
1695         handle umlauts and line endings unless multibyte is turned on in the
1696         process buffer.
1698 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700         * eww.el (eww-tag-input): Support password fields.
1701         (eww-submit): Support POST.
1703 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705         * eww.el (eww-tag-form): Protect against degenerate forms.
1707         * shr.el (shr-expand-url): Expand URLs that start with a slash
1708         correctly.
1710         * eww.el (eww-submit): Get submit button logic right.
1712         * shr.el (shr-final-table-render): New variable to signal when we're
1713         doing the final table rendering so that we can collect more data at
1714         that point.
1716         * eww.el (eww-submit): Make form submission work.
1717         (eww-tag-input): Implement submit buttons.
1718         (eww-click-radio): Implement radio and checkboxes.
1719         (eww-submit): Handle hidden elements.
1721         * shr.el (shr-descend): Allow other packages to override (or provide)
1722         rendering of elements.
1723         (shr-expand-url): Strip query strings from URLs before expanding them.
1725         * eww.el: Don't require cl-lib.
1726         (eww-tag-form): Start form support.
1728         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1730         * eww.el: Start writing a new, tiny web browser.
1731         (eww-previous-url): New command.
1732         (eww-quit): New command.
1734 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1736         * sieve.el: Put point at beginning of buffer when viewing a script.
1737         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1738         number in sieve-buffer's header.  Fixed code to also work with a string
1739         as port specifier.  Properly close the connection on pressing 'q'.  Make
1740         sieve-manage-quit close the connection and process buffer.  Also, remove
1741         duplicate keybinding for 'q'.
1743 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1745         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1746         make it easier to read.
1747         (mm-pkcs7-enveloped-magic): Ditto.
1749 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1751         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1752         before `image-type-available-p' to avoid loading the image libraries
1753         needlessly.
1755 2013-06-05  David Engster  <deng@randomsample.de>
1757         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1758         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1759         to see whether the group was synced before.
1761 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1763         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1764         when opening the connection.
1765         Suggested by João Távora <joaotavora@gmail.com> in
1766         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1768 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1770         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1771         assume Date header begins with "Date", that may be customized into
1772         something like "X-Sent" using gnus-article-time-format.
1773         (article-transform-date): Allow multi-line Date header.
1775 2013-06-02  David Engster  <deng@randomsample.de>
1777         * registry.el (initialize-instance, registry-lookup)
1778         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1779         (registry-lookup-secondary-value, registry-search, registry-delete)
1780         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1781         not wrap methods in `eval-and-compile'.  This breaks due to latest
1782         changes in EIEIO (introduction of eieio-core.el).
1784 2013-05-30  Glenn Morris  <rgm@gnu.org>
1786         * nnmail.el (nnmail-fancy-expiry-target):
1787         Also bind mail-dont-reply-to-names.
1789         * spam-stat.el (spam-stat-save):
1790         No need to tweak font-lock in temp buffers.
1792         * shr.el (shr-put-image): Silence compiler.
1794 2013-05-29  Glenn Morris  <rgm@gnu.org>
1796         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1798         * gnus-group.el (gnus-sequence-of-unread-articles)
1799         (gnus-summary-add-mark, gnus-mark-article-as-read)
1800         (gnus-group-make-articles-read): Declare.
1802         * gnus-sum.el (gnus-parameter-list-identifier)
1803         (gnus-article-stop-animations, gnus-stop-downloads)
1804         (gnus-article-only-boring-p, article-goto-body)
1805         (gnus-flush-original-article-buffer, article-narrow-to-head)
1806         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1807         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1809         * gnus.el: No need to eval-and-compile autoloads.
1811         * gravatar.el (help-function-arglist): Autoload.
1813         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1815         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1817         * spam.el: No need to load spam-report when compiling.
1818         No need to eval-and-compile autoloads.
1819         (spam-report-resend-to): Declare.
1820         (spam-report-resend-register-routine): Require 'spam-report.
1822 2013-05-24  Julien Danjou  <julien@danjou.info>
1824         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1825         setup.
1827 2013-05-23  Glenn Morris  <rgm@gnu.org>
1829         * gnus-util.el (rmail-swap-buffers-maybe)
1830         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1831         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1832         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1834         * mm-decode.el: No need to load term when compiling.
1835         (term-mode, term-char-mode): Declare.
1837         * mm-util.el: No need to load jka-compr when compiling.
1838         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1840         * nnmaildir.el: Require is automatically eval-and-compile.
1841         (nnmail): Require at run-time too.
1843         * registry.el (registry-size): Move definition before use.
1845 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1847         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1848         signed data to conform the standard.  (Bug#14232)
1850 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1852         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1853         double angle quotation mark.
1855 2013-05-20  Glenn Morris  <rgm@gnu.org>
1857         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1859 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1861         * message.el (message-insert-formatted-citation-line): handle finding
1862         first/lastname when more than 2 names appear.
1864 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1866         * shr.el (shr-tag-span): New function.
1868 2013-05-18  Glenn Morris  <rgm@gnu.org>
1870         * message.el (message-mode): Use message-mode-abbrev-table,
1871         with text-mode-abbrev-table as parent.  (Bug#14413)
1873 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1875         * message.el (message-expand-group): Decode group names.
1877 2013-05-16  Julien Danjou  <julien@danjou.info>
1879         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1880         app-icon.
1882 2013-05-15  Glenn Morris  <rgm@gnu.org>
1884         * shr-color.el (shr-color-visible-luminance-min)
1885         (shr-color-visible-distance-min): Use shr-color group.
1887 2013-05-11  Glenn Morris  <rgm@gnu.org>
1889         * gnus-vm.el: Make it loadable without VM.
1890         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1891         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1893 2013-05-09  Glenn Morris  <rgm@gnu.org>
1895         * mml1991.el: Make it loadable.  (Bug#13456)
1897         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1898         * gnus-async.el (gnus-async-post-fetch-function):
1899         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1900         * gnus-html.el (gnus-html-image-cache-ttl):
1901         * gnus-notifications.el (gnus-notifications-timeout):
1902         * gnus-picon.el (gnus-picon-properties):
1903         * gnus-util.el (gnus-completion-styles):
1904         * gnus.el (gnus-other-frame-resume-function):
1905         * message.el (message-user-organization-file)
1906         (message-cite-reply-position):
1907         * nnir.el (nnir-summary-line-format)
1908         (nnir-retrieve-headers-override-function):
1909         * shr-color.el (shr-color-visible-luminance-min):
1910         * shr.el (shr-blocked-images):
1911         * spam-report.el (spam-report-resend-to):
1912         * spam.el (spam-summary-exit-behavior): Fix custom types.
1914         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1916 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1918         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1919         because of let-binding help-xref-following.  (Bug#14356)
1921 2013-05-06  Glenn Morris  <rgm@gnu.org>
1923         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1925 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1927         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1928         entering into the registry.
1930 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1932         * gnus.el: Ma Gnus v0.7 is released.
1934 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1936         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1937         (Bug#14304)
1939 2013-04-27  Glenn Morris  <rgm@gnu.org>
1941         * gnus.el (gnus-list-debbugs):
1942         Use require rather than autoload.  (Bug#14262)
1944 2013-04-27  Julien Danjou  <julien@danjou.info>
1946         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1947         port to "sieve" now that it has an official IANA port assigned.
1949 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1951         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1952         Don't set the MAILHOST environment variable permanently (Bug#14271).
1954 2013-04-26  Glenn Morris  <rgm@gnu.org>
1956         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1958 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1960         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1961         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1963 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1965         * nnir.el (nnir-close-group): Make sure we are in the right group.
1967         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1968         dependency table from all newly retrieved headers.
1970 2013-04-16  David Edmondson  <dme@dme.org>
1972         Support <img src="data:...">.
1974         * shr.el (shr-image-from-data): New function.
1975         (shr-tag-img): Use it.
1977 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1979         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1980         group.
1982 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1984         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1985         corresponding to any existing group (Bug#14166).
1987 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1989         * nnir.el (number-sequence): No longer used.
1990         (nnir-request-set-mark): New function.
1991         (nnir-request-update-info): Improve marks updating.
1992         (nnir-request-scan): Don't duplicate marks updating.
1993         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1994         Use 'assq rather than 'assoc.  Quote anonymous function.
1995         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1996         Use 'gnus-group-prefixed-p.
1997         (gnus-summary-create-nnir-group): Make sure server for method is open.
1999 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2001         * nnir.el (gnus-nnir-group-p): New function.
2002         (nnir-possibly-change-group): Use it.
2004         * gnus-msg.el (gnus-setup-message): Use it.
2006 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2008         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2009         `initial-input' for the argument name.
2010         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2012 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2014         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2015         (used by MH-E).
2017 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2019         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2020         group.
2022         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2023         fix compilation.
2025 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2027         * nnir.el (nnir-method-default-engines): And another typo.
2029 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2031         * nnir.el (nnir-method-default-engines): Fix typo.
2033 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2035         * nnir.el: Define 'number-sequence for xemacs.
2036         (gnus-summary-create-nnir-group): New function to create an nnir group
2037         from an nnir summary buffer based on the current query.
2038         (nnir-request-create-group): Update to allow nnir group creation based
2039         on the current query.
2041 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2043         * nndraft.el (nndraft-request-expire-articles):
2044         Make expiry target always `delete'.
2046 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2048         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2049         buffer use the posting-style and gcc of the original article group.
2050         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2052         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2053         after other deffoos.
2055 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2057         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2058         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2059         support for real (i.e. not ephemeral) nnir groups.
2060         (gnus-summary-make-nnir-group): New function for initiating searches
2061         from a summary buffer.
2063 2013-03-18  Sam Steingold  <sds@gnu.org>
2065         * message.el (message-bury): Minor cleanup.
2067 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2069         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2071 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2073         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2074         nnml-request-list.  (Bug#13873)
2075         (nndir-request-newsgroups): Remove, unused.
2077         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2079 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2081         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2082         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2083         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2085 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2087         * shr.el: Make all the overlays set the `evaporate' property so that
2088         they're removed properly.
2090 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2092         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2093         shell-quote-argument.
2095 2013-02-22  David Engster  <deng@randomsample.de>
2097         * gnus-registry.el (gnus-registry-save): Provide class name when
2098         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2099         `condition-case' to stay compatible with older EIEIO versions which
2100         only accept one argument.
2102 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2104         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2105         (epg-user-id-validity): Autoload.
2106         (mml2015-epg-check-user-id): New function.
2107         (mml2015-epg-check-sub-key): New function split from
2108         mml2015-epg-find-usable-key.
2109         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2110         optional name-is-key-id, to handle the case when user-id is unusable.
2111         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2113 2013-02-17  Glenn Morris  <rgm@gnu.org>
2115         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2117 2013-02-16  Glenn Morris  <rgm@gnu.org>
2119         * shr.el (shr-put-image): Only animate images that specify a delay.
2120         This is consistent with the old image-animated-p behavior.
2122 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2124         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2125         for XEmacs.
2127 2013-02-13  Juri Linkov  <juri@jurta.org>
2129         * gnus-art.el (gnus-article-mode-map):
2130         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2131         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2133 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2135         * auth-source.el (auth-source-format-prompt): Don't get confused by
2136         any "\" in replacement text.  (Bug#13637)
2138 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2140         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2141         (gnus-backend-trace): Honour gnus-backend-trace.
2143         * mml.el (mml-insert-part): Insert closing tag.
2145         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2147 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2150         able to find the article, which can happen in debbugs groups,
2151         apparently.
2153 2013-01-16  Glenn Morris  <rgm@gnu.org>
2155         * smiley.el (smiley-style): Make the file loadable in batch mode.
2157 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2159         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2160         imap process running.
2162 2013-01-14  Julien Danjou  <julien@danjou.info>
2164         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2165         Compare addresses against addresses, not against the full From field.
2167 2013-01-13  Richard Stallman  <rms@gnu.org>
2169         * message.el (message-forward-make-body-mime): New args BEG, END
2170         specify what part of FORWARD-BUFFER to use.  Do the work directly
2171         instead of calling `mml-insert-buffer'.
2173 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2175         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2176         cross-reference(s).
2178         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2179         cross-reference(s).
2181 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2183         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2184         and point-max-marker.
2185         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2187 2013-01-11  Julien Danjou  <julien@danjou.info>
2189         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2190         max are almost equal.  Also return the correct value for V which is
2191         already between 0 and 1.
2193 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2195         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2196         to mml2015-encrypt-to-self.
2197         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2199 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2201         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2202         mml-smime-epg-find-usable-secret-key.
2204 2013-01-08  Glenn Morris  <rgm@gnu.org>
2206         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2208 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2210         * mml-smime.el: Support signing by sender.
2211         Requested by Uwe Brauer.
2212         (mml-smime-sign-with-sender): New user option analogous
2213         to mml2015-sign-with-sender.
2214         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2215         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2216         mml2015.el.
2218 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2221         isn't running, because Gnus will probably not know how to handle the
2222         Gcc header (bug#11941).
2224         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2225         articles.
2227 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2230         (nnfolder-generate-active-file): Make this function work with recursive
2231         folder names.
2233 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2235         * nntp.el (nntp-open-connection): Use HELP as the capability command
2236         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2237         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2239 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2241         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2242         place holder since this gives `Invalid face reference: nil' messages.
2243         Use the `default' face instead.  It has the same effect here, even
2244         though it is not no-op.
2246         * gnus-util.el
2247         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2249 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2251         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2252         non-string posting styles (bug#13285).
2254 2012-12-27  Glenn Morris  <rgm@gnu.org>
2256         * plstore.el (plstore-passphrase-callback-function):
2257         Use plstore-get-file.
2259 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2261         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2262         stderr.
2264 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2266         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2268         * gnus-compat.el (set-buffer-multibyte): Remove.
2270 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2272         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2273         temporary file to get PGP key image.  Pass no-show-photos when
2274         extracting image to avoid having it pop up twice.
2276 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2278         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2279         eligible for treatment.
2281         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2282         lines.  This makes summary commands with hidden threads work more
2283         reliably.
2285         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2286         button to mark the hidden citations (bug#9395).
2288 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2290         * mml2015.el (mml2015-epg-signature-to-string): New function.
2291         (mml2015-epg-verify-result-to-string): New function.
2292         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2293         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2294         instead of epg-verify-result-to-string.
2295         (epg-signature-key-id, epg-signature-to-string): Autoload.
2296         (epg-verify-result-to-string): Remove autoload.
2298 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2300         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2301         ID image from GPG public key.
2302         (mml2015-epg-key-image-to-string): New function.
2304 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2306         * plstore.el (plstore-passphrase-callback-function): Fix error when
2307         error when plstore-cache-passphrase-for-symmetric-encryption is set
2308         (bug#13264).
2310 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2312         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2313         buffer to the article buffer here, because that clobbers multiple
2314         article buffers.
2316         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2317         buffer always points to the right summary buffer.
2319 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2321         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2322         the password (bug#12097).
2324 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2326         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2327         (bug#13263).
2329         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2330         buffer exists before using it (bug#12475).
2332         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2333         offline groups (bug#11937).
2335         * message.el (message-yank-original): When using customize to set the
2336         value of `message-cite-style', the variable it set to a symbol that's
2337         the name of the variable, which must then be dereferenced (bug#12616).
2339 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2341         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2342         the `face' property with a list whose car is the face specified in the
2343         format string and whose cdr is (nil).
2344         * lisp/gnus-util.el
2345         (gnus-put-text-property-excluding-characters-with-faces):
2346         Change accordingly.
2347         (gnus-get-text-property-excluding-characters-with-faces): New function.
2348         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2349         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2350         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2352 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2354         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2355         login methods.
2356         (nnimap-login): Respect the `nnimap-authenticator' variable.
2358         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2359         mark state when moving articles.  Otherwise unticked articles will get
2360         their ticks back after moving.
2362 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2364         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2366         * message.el (message-ignored-news-headers): Always remove
2367         X-Message-SMTP-Method to avoid information leakage if the user
2368         mistakenly inserts the header into news messages.
2370         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2372         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2373         right than four characters, this command would move point to
2374         `point-max'.  Don't do that.
2376         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2377         to nil to allow re-selecting groups that gain articles.
2378         (gnus-bug-group-download-format-alist): Update the URL.
2380 2012-12-23  Andreas Schwab  <schwab@suse.de>
2382         * shr.el (shr-tag-em): Render em as italic, not bold.
2384 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2386         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2387         for reuse.
2388         (gnus-open-server): Use it to add more tracing.
2389         (gnus-finish-retrieve-group-infos): Add backend tracing.
2390         (gnus-backend-trace): Also note the elapsed seconds.
2392 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2394         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2395         Set epa-file-encrypt-to from variable to avoid querying.
2397 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2399         * sieve-mode.el (sieve-font-lock-keywords):
2400         Keywords should be word delimited.  (Bug#13173)
2402 2012-12-13  Andreas Schwab  <schwab@suse.de>
2404         * tls.el (tls-program): Update customize type.
2406 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2408         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2409         instead of <pre> to align message header.
2411 2012-12-12  Sam Steingold  <sds@gnu.org>
2413         * gnus.el (gnus-other-frame-resume-function): Add user option.
2414         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2416 2012-12-06  Sam Steingold  <sds@gnu.org>
2418         * gnus-start.el (gnus-before-resume-hook): Add.
2419         (gnus-1): Run it when Gnus is alive.
2421 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2423         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2424         * gnus-art.el (article-unsplit-urls)
2425         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2426         * gnus-registry.el (gnus-registry-get-article-marks)
2427         * message.el (message-goto-body): Use it.
2428         (message-called-interactively-p): Remove.
2430         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2431         (spam-stat-score-buffer): Use it.
2433         * spam.el: Silence the warnings against BBDB functions when compiling.
2435         * gnus-score.el (gnus-score-decode-text-parts):
2436         Use append+mapcar instead of the cl function mapcan.
2438 2012-12-05  Sam Steingold  <sds@gnu.org>
2440         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2441         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2442         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2444 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2446         * gmm-utils.el (gmm-called-interactively-p): Revert.
2447         This seems to cause Emacs to get stuck!
2448         * gnus-art.el (article-unsplit-urls)
2449         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2450         * gnus-registry.el (gnus-registry-get-article-marks)
2451         * message.el (message-goto-body)
2452         (message-called-interactively-p): Revert.
2454         * gmm-utils.el (gmm-called-interactively-p): New function.
2455         * gnus-art.el (article-unsplit-urls)
2456         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2457         * gnus-registry.el (gnus-registry-get-article-marks)
2458         * message.el (message-goto-body): Use it.
2459         (message-called-interactively-p): Remove.
2461         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2462         * gnus-sync.el (gnus-sync-lesync-call)
2463         * message.el (message-read-from-minibuffer): Use it.
2465 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2467         * gmm-utils.el (gmm-flet): Remove.
2468         * gnus-sync.el (gnus-sync-lesync-call)
2469         * message.el (message-read-from-minibuffer): Don't use it.
2471 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2473         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2475 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2477         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2479         * gnus-sync.el (gnus-sync-lesync-call)
2480         * message.el (message-read-from-minibuffer): Use gmm-flet.
2482         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2484         * gnus-util.el (gnus-macroexpand-all): Remove.
2486 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2488         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2489         to TAB, not [tab].
2490         (gnus-summary-article-map): Likewise.
2492         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2493         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2495 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2497         * time-date.el: Commentary fix.
2499 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2501         * color.el: Don't require cl.
2502         (color-complement): `caddr' -> `nth 2'.
2504         * time-date.el (time-to-seconds): De-obsolete.
2506 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2508         * message.el (message-get-reply-headers):
2509         Make sure the reply goes to the author if it is a wide reply.
2511 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2513         * gnus-score.el (gnus-score-body):
2514         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2515         scoring by body.
2517 2012-11-16  Glenn Morris  <rgm@gnu.org>
2519         * gnus-diary.el (nndiary-request-create-group-functions)
2520         (nndiary-request-update-info-functions)
2521         (gnus-subscribe-newsgroup-functions)
2522         (nndiary-request-accept-article-functions):
2523         Use new names for hooks rather than obsolete aliases.
2525 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2527         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2529 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2532         in meta tag with the one the part specifies in its header.
2534 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2536         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2537         by default.
2539 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2541         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2542         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2544 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2546         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2547         and a runtime function for it, of which the XEmacs version takes only
2548         two arguments.
2550 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2552         * nndiary.el (nndiary-request-create-group-functions)
2553         (nndiary-request-update-info-functions)
2554         (nndiary-request-accept-article-functions):
2555         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2556         "-hooks" suffix.
2558 2012-10-19  Julien Danjou  <julien@danjou.info>
2560         * gnus-art.el: Require gnus-util because it uses
2561         `gnus-timer--function'.
2563 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2565         * starttls.el (starttls-extra-arguments): Doc fix.
2567 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2570         it.
2572 2012-10-06  Glenn Morris  <rgm@gnu.org>
2574         * gnus-notifications.el (gnus-notifications):
2575         Add missing group :version tag.
2576         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2577         (gnus-gcc-post-body-encode-hook):
2578         * gnus-sync.el (gnus-sync-lesync-name)
2579         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2581 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2583         * color.el (color-hsl-to-rgb): Fix incorrect results for
2584         small and large hue values.  (Bug#12559)
2586 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2588         New UIDL implementation.
2590         * mail-source.el (mail-sources, mail-source-keyword-map):
2591         Add :leave as a pop3 keyword.
2592         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2594         * pop3.el (pop3-leave-mail-on-server): Allow number.
2595         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2596         (pop3-movemail): Add UIDL support.
2597         (pop3-send-streaming-command): Take a list of mail numbers instead of
2598         the number of mails.
2599         (pop3-write-to-file): Add X-UIDL header.
2600         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2601         (pop3-uidl-add-xheader): New functions.
2603         * message.el (message-ignored-resent-headers):
2604         Add X-Content-Length and X-UIDL headers.
2606 2012-10-05  Glenn Morris  <rgm@gnu.org>
2608         * color.el (color-name-to-rgb, color-rgb-to-hex)
2609         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2610         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2611         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2612         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2614 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2616         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2617         a user about whether to delete temp files if once a user answered as n.
2619 2012-09-25  Chong Yidong  <cyd@gnu.org>
2621         * password-cache.el (password-read-and-add): Use a declare form to mark
2622         this function obsolete.
2624 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2626         * lpath.el: Bind mail-encode-mml for old Emacsen.
2628 2012-09-17  Richard Stallman  <rms@gnu.org>
2630         * message.el (message-in-body-p): Don't set mark or modify buffer.
2632         * mml.el (mml-attach-file): Doc fix.
2633         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2634         Set mail-encode-mml when in Mail mode.
2635         Simplify code to set HEAD and move back to HEAD.
2636         (mml-insert-multipart, mml-insert-part):
2637         Set mail-encode-mml when in Mail mode.
2639 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2641         * gnus-util.el (gnus-timer--function): New function.
2643         * gnus-art.el (gnus-article-stop-animations): Use it.
2645 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2647         Fix glitches caused by addition of psec to timers.
2648         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2649         rather than raw access to timer vector.
2651 2012-09-11  Julien Danjou  <julien@danjou.info>
2653         * gnus-notifications.el (gnus-notifications): Check for nil values in
2654         ignored addresses check.
2656 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2660 2012-09-07  Chong Yidong  <cyd@gnu.org>
2662         * gnus-util.el
2663         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2665         * gnus-salt.el (gnus-tree-highlight-node):
2666         * gnus-sum.el (gnus-summary-highlight-line):
2667         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2669 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2671         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2673 2012-09-06  Juri Linkov  <juri@jurta.org>
2675         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2676         scheme for buffer names to be more consistent with other group and
2677         article buffer names in Gnus.
2679 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2681         * gnus-util.el
2682         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2684         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2685         Jenkner.
2687         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2689         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2691         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2693 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2695         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2696         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2698         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2699         string-prefix-p in Emacs >=23.2.
2701         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2702         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2703         instead of string-match-p.
2704         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2706 2012-09-06  Kenichi Handa  <handa@gnu.org>
2708         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2709         lowercase a..f.
2711 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2713         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2715 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2717         * nnimap.el (nnimap-request-move-article): Decode the group name when
2718         doing internal moves to avoid charset issues.
2720         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2721         TIME is set.
2723 2012-09-05  Juri Linkov  <juri@jurta.org>
2725         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2726         than one group at a time (bug#11961).
2728 2012-09-05  Julien Danjou  <julien@danjou.info>
2730         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2731         this hide the real reason with a message giving absolutely no hint.
2733 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2735         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2736         to the backend (bug#11804).
2738         * message.el (message-insert-newsgroups): Don't insert newsgroup
2739         duplicates (bug#12275).
2741 2012-09-05  John Wiegley  <johnw@newartisans.com>
2743         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2744         sieve rules.
2746 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2748         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2749         function.
2751         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2753         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2755 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2757         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2758         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2759         This should make nnmaildir more usable with offlineimap.
2761 2012-09-05  Julien Danjou  <julien@danjou.info>
2763         * nnimap.el (nnimap-request-list): Revert change that made listing
2764         synchronous.
2765         (nnimap-get-responses): Restore.
2767 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2769         * dgnushack.el: XEmacs 21.5 compilation fix.
2771         * gnus-notifications.el (gnus-notifications-notify): Use it.
2773         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2774         warnings on XEmacs.
2776 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2778         Better seeds for (random).
2779         * gnus-sync.el (gnus-sync-lesync-setup):
2780         * message.el (message-canlock-generate, message-unique-id):
2781         Change (random t) to (random), now that the latter is more random.
2783 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2785         * nnimap.el (nnimap-change-group): Document result value
2787         * auth-source.el (auth-sources): Fix macos keychain access.
2789         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2790         allow the backend `request-head' function to determine the group
2791         name on its own.
2792         (gnus-request-expire-articles): Filter out negative article numbers
2793         during expiry (Bug#11980).
2795         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2796         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2798         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2799         you've found the article when you haven't.
2801         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2802         that nnimap-change-group can return t.
2804 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2808 2012-08-30  Julien Danjou  <julien@danjou.info>
2810         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2811         `gnus-notifications-timeout'.
2812         (gnus-notifications-timeout): Add.
2813         (gnus-notifications-action): New function.
2814         (gnus-notifications-notify): Add :action using
2815         `gnus-notifications-action'.
2816         (gnus-notifications-id-to-msg): New variable.
2817         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2818         notifications id to messages.
2820 2012-08-30  Kenichi Handa  <handa@gnu.org>
2822         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2823         once.
2825 2012-08-29  Julien Danjou  <julien@danjou.info>
2827         * gnus-notifications.el: New file.
2828         (gnus-notifications-notify): New function.
2829         (gnus-notifications): Use `gnus-notifications-notify'.
2831 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2833         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2834         transfer encoding first; bind gnus-newsgroup-charset to the charset
2835         that the article specifies (Bug#12209).
2837 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2839         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2840         (gnus-group-customize-done): Encode values posting-style holds.
2842         * gnus-msg.el (gnus-summary-resend-message)
2843         (gnus-configure-posting-styles): Decode values posting-style group
2844         parameter holds.
2846 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2848         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2849         `name' and `address' in Resent-From header.
2851 2012-08-14  Chong Yidong  <cyd@gnu.org>
2853         * gnus-art.el (article-display-face): Handle failure in
2854         gnus-create-image (Bug#11802).
2856 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2859         Use defsetf.
2861 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2863         * auth-source.el (auth-source-plstore-search)
2864         (auth-source-secrets-search): Ignore :require and :type in search spec.
2866 2012-08-06  Julien Danjou  <julien@danjou.info>
2868         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2869         `nnimap-request-move-article'.
2871         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2872         Remove autoload, already handled by gnus.el.
2874         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2876         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2877         supported by nnimap actually.  Reverts previous change.
2879         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2880         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2881         to-buffer argument that is already supported.
2883 2012-08-05  Julien Danjou  <julien@danjou.info>
2885         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2886         Add autoload.
2888 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2890         * gnus.el (gnus-valid-select-methods): Fix custom type.
2892 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2894         * auth-source.el (auth-sources, auth-source-backend-parse)
2895         (auth-source-macos-keychain-search)
2896         (auth-source-macos-keychain-search-items)
2897         (auth-source-macos-keychain-result-append)
2898         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2899         auth-source.el through the /usr/bin/security utility.
2900         (auth-sources): Fix syntax error.
2901         (auth-source-macos-keychain-result-append): Fix variable name.
2902         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2904 2012-07-27  Julien Danjou  <julien@danjou.info>
2906         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2907         Emacs < 24.1
2909 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2911         * message.el (message-kill-address): Don't kill last newline.
2912         (message-skip-to-next-address): Don't move to the next header.
2913         (message-fill-field-address): Work properly.
2915 2012-07-25  Julien Danjou  <julien@danjou.info>
2917         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2919 2012-07-24  Julien Danjou  <julien@danjou.info>
2921         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2923         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2924         (nntp-async-timer-handler): Remove, unused.
2926         * nnimap.el (nnimap-get-responses): Remove, unused.
2928         * nnheader.el (mail-header-set-extra): Remove, unused.
2930         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2931         unused.
2933         * mm-view.el (mm-view-sound-file): Remove, unused.
2935         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2936         (mm-url-encode-multipart-form-data): Remove, unused.
2938         * message.el (message-remove-signature, message-make-host-name)
2939         (message-fill-address): Remove, unused.
2941         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2942         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2943         unused.
2945         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2946         (gnus-xmas-call-region): Remove, unused.
2948         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2950         * gnus-util.el (gnus-extract-address-component-name)
2951         (gnus-extract-address-component-email, gnus-sortable-date)
2952         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2953         (gnus-process-live-p): Remove, unused.
2955         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2957         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2958         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2959         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2960         function.
2962         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2964         * gnus-score.el (gnus-summary-score-crossposting)
2965         (gnus-score-regexp-bad-p): Remove, unused.
2967         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2969         * gnus-range.el (gnus-sublist-p): Remove, unused.
2971         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2972         unused.
2974         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2976         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2977         (gnus-request-associate-buffer): Remove, unused.
2979         * gnus-group.el (gnus-group-set-method-info)
2980         (gnus-group-set-params-info): Remove, unused.
2982         * gnus-fun.el (gnus-shell-command-to-string)
2983         (gnus-shell-command-on-region): Remove, unused.
2985         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2987         * gnus-art.el (gnus-article-text-type-exists-p)
2988         (article-translate-characters, gnus-article-hide-text-of-type)
2989         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2990         Remove, unused.
2992 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2994         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2996 2012-07-21  Julien Danjou  <julien@danjou.info>
2998         * message.el (message-dont-reply-to-names): Replace deprecated
2999         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3000         (message-get-reply-headers): Ditto.
3002 2012-07-18  Julien Danjou  <julien@danjou.info>
3004         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3005         `sieve-upload-and-kill'.
3007         * sieve.el (sieve-bury-buffer): Remove function.
3008         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3009         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3011 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3013         * shr.el (shr-expand-url): Handle URL starting with `//'.
3015 2012-07-13  Chong Yidong  <cyd@gnu.org>
3017         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3018         instead of calling toggle-read-only with a (bogus) argument.
3020 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3022         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3023         of initial input when reading the author to restrict the summary to.
3025 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3027         * mm-decode.el (mm-shr):
3028         Allow overriding charset by mm-charset-override-alist.
3030 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3032         * gnus-art.el (gnus-article-view-part):
3033         Toggle subparts of multipart/alternative part.
3035 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * shr.el (shr-render-buffer): New command.
3038         (shr-visit-file): Use it.
3040 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3042         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3043         Set no-byte-compile and no-update-autoloads.
3045 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3047         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3049 2012-06-25  Julien Danjou  <julien@danjou.info>
3051         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3052         `nnimap-request-move-articles-find-limit' since we do not use it only
3053         for move operations.
3054         (nnimap-request-accept-article): Use
3055         `nnimap-request-articles-find-limit' to limit search by message-id.
3057 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3059         Support higher-resolution time stamps (Bug#9000).
3061         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3062         VARLIST.  It's optional, for backward compatibility.
3063         (encode-time-value): New optional arg PICO.  New type 3.
3064         (time-to-seconds) [!float-time]: Support the new picoseconds
3065         component if it's used.
3066         (seconds-to-time, time-subtract, time-add):
3067         Support ps-resolution time stamps as well.
3069 2012-06-19  Julien Danjou  <julien@danjou.info>
3071         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3073         * nnimap.el (nnimap-log-buffer): Check that
3074         `window-point-insertion-type' is boundp, since it's not available in
3075         XEmacs.
3077 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3079         * nnimap.el (nnimap-log-buffer): Add this, setting
3080         `window-point-insertion-type' in the buffer to t.
3081         (nnimap-log-command): Use nnimap-log-buffer.
3083 2012-06-19  Julien Danjou  <julien@danjou.info>
3085         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3086         argument to be able to limit the search.
3087         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3088         (nnimap-request-move-articles-find-limit): Add this to limit the search
3089         by Message-Id after a message move.
3090         (nnimap): Add defgroup.
3092 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3094         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3096 2012-06-15  Julien Danjou  <julien@danjou.info>
3098         * nnimap.el (nnimap-find-article-by-message-id): Use
3099         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3100         (nnimap-possibly-change-group): Add read-only argument.
3101         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3102         issuing EXAMINE manually.
3103         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3104         with read-only argument.
3105         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3106         cannot possibly change because we need to be sure that it's either
3107         read-write or read-only.
3109 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3112         being bound to a lambda form.
3114 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3116         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3117         articles when fetch-old is non-nil (bug#11370).
3119 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3121         * gnus-picon.el (gnus-picon-properties): New defcustom.
3122         (gnus-picon-create-glyph): Use it.
3124 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126         * gnus-group.el (gnus-group-get-new-news): Respect
3127         `gnus-group-use-permanent-levels', as documented (bug#11638).
3129 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3131         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3132         groups (bug#11641).
3134 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3136         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3137         is an integer to avoid later problems.
3139 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3142         locales.
3144         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3145         on a handle.
3147         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3148         address as the default.
3149         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3151         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3152         makes no sense to query the user about internal files.
3154         * gnus-spec.el: Remove all the byte-compilation stuff, since
3155         benchmarking shows that it doesn't help when entering large summary
3156         buffers.
3158         * gnus-xmas.el (gnus-xmas-define): Remove.
3160         * gnus-util.el (gnus-byte-code): Remove.
3162         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3163         grouplens stuff.
3165 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3168         (bug#11514).
3170 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3172         * message.el (message-buffers): Return all buffers derived from Message
3173         to make `gnus-dired-attach' work with mu4e.
3175 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3177         * nntp.el: Stop the `letf' madness.
3178         (nntp--report-1): New var.
3179         (nntp-report): Merge nntp-report-1 into it.
3180         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3181         the nntp-report function.
3183         * auth-source.el: Fix comment-style to follow the convention.
3185 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3187         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3188         (mm-dissect-singlepart): Don't guess the MIME type of
3189         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3190         set.
3191         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3192         toplevel MIME type is multipart/encrypted.
3194 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3196         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3197         a string so that Gcc works (bug#11514).
3199 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3201         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3202         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3204 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3206         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3207         jumping to *Server* from a dedicated *Group* window.
3208         (gnus-configure-frame): CSE.
3210         * gnus-registry.el: Minor style cleanup.
3211         (gnus-registry--set/remove-mark): New function, extracted from
3212         gnus-registry-install-shortcuts.
3213         (gnus-registry-install-shortcuts): Use it.
3215 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3217         * nnspool.el (news-path): Use eval-and-compile.
3219 2012-05-24  Glenn Morris  <rgm@gnu.org>
3221         * nnspool.el (news-directory, news-path, news-inews-program):
3222         Move here from paths.el.  Don't see a need for these to be autoloaded.
3224         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3225         Merge in doc from paths.el version.  Don't see any need for this to be
3226         autoloaded, or for the warning about users not setting it.
3228 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3230         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3231         format.  In particular, add an optional argument and a docstring.
3233         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3235         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3236         current before calling `gnus-groups-to-gnus-format'.
3237         Note that this was already the case for `gnus-active-to-gnus-format'.
3239 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3241         Fix minor Y10k bug.
3242         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3244 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3246         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3247         message once it's actually open.
3249 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3251         * gnus.el: Ma Gnus v0.5 is released.
3253 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * auth-source.el (auth-source--aput-1, auth-source--aput)
3256         (auth-source--aget): New functions and macros.
3257         Use them instead of aput/aget.
3259 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3261         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3263 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3265         * plstore.el (plstore-called-interactively-p): New compat macro copied
3266         from message.el.
3267         (plstore-mode): Use it.
3269 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3271         * plstore.el: Revive the editing feature.
3272         (plstore-mode): New mode to edit plstore file.
3273         (plstore-mode-toggle-display, plstore-mode-original)
3274         (plstore-mode-decoded): New command.
3275         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3276         (plstore--insert-buffer, plstore--make): New function.
3277         (plstore-open, plstore-save): Simplify by using them.
3279 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3281         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3283 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3285         * tls.el (open-tls-stream): Remove unused binding.
3287 2012-04-16  Glenn Morris  <rgm@gnu.org>
3289         * nndraft.el (nndraft-request-list): Fix declaration.
3291 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293         * mm-decode.el (mm-dissect-buffer): Doc fix.
3295         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3296         don't have a current group.
3298         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3299         buffer if it doesn't exist.
3301         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3302         given, mark the group as ephemeral with the current window conf.
3304         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3305         buffer exists, which it doesn't if we haven't started Gnus.
3306         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3308 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3311         type is.
3313         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3314         `unexists' entries.
3315         (gnus-clean-old-newsrc): Fix last checkin.
3317         * nnimap.el (nnimap-update-info): None of the articles below the active
3318         low-water mark exist.
3320         * dgnushack.el: Get rid of XEmacs compilation warning.
3322         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3323         would have gotten if we posted to the group, and use that to compare
3324         against the message we want to cancel (bug#10808).
3326         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3327         on XEmacs.
3329 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3331         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3332         `scroll-margin'.
3334 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3336         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3337         citation prefix within a block of cited text should be considered part
3338         of that block *only* if it is a blank line.
3340 2012-04-09  Chong Yidong  <cyd@gnu.org>
3342         * binhex.el, hashcash.el, uudecode.el:
3343         Remove * characters from the front of variable docstrings.
3345 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3347         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3348         before kinsoku-bol characters nor within kinsoku-eol characters.
3350 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3352         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3353         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3354         (gnus-sync-read): Use mapc instead of mapcar.
3356         * mm-archive.el: Require mm-decode for some macros.
3357         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3358         the byte compiler.
3359         (mm-archive-decoders): New function that returns the value of
3360         the mm-archive-decoders variable.
3362         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3363         instead.
3364         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3366         * nnimap.el (gnus-refer-thread-use-nnir):
3367         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3369 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3373 2012-03-12  Peter Münster  <pmrb@free.fr>
3375         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3376         (gnus-demon-cancel): Ditto.
3377         (gnus-demon-run-callback): When function cannot be called due to low
3378         idleness, call it when idleness reaches the expected value, instead of
3379         waiting another timer period.
3380         (gnus-demon-init): Add `time' to arguments of call-back.
3382 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3386         * gnus.el: Register gnus-registry functions.
3388         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3389         indent.
3391         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3392         enabled before warping.
3394 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3396         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3397         registry about each article retrieved.
3399         * gnus-int.el (gnus-select-group-with-message-id): New function.
3400         (gnus-try-warping-via-registry): Ditto.
3401         (gnus-warp-to-article): Fall back on the registry.
3403 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3405         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3406         inboxes.
3408 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3412 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3414         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3415         gnus-gcc-self-resent-messages may be a group parameter.
3416         (gnus-summary-resend-message): Don't encode encoded words in header
3417         when Gcc'ing resent message.
3419 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421         * shr.el (shr-insert): Treat non-breaking space just like normal
3422         space.  This seems to produce more pleasing results.
3423         (shr-insert): Only insert a blank line if we're starting from an image.
3424         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3425         (shr-ensure-paragraph): Consider lines with white space to be blank.
3427 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3429         * Makefile.in: Respect DESTDIR.
3431 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3433         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3434         and gnus-gcc-post-body-encode-hook.
3436 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3439         messages that don't exist.
3441         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3443 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3445         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3446         Remove.
3448         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3450         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3452 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3455         have a group name.
3457         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3458         a multibyte buffer (bug#7410).
3459         (article-wash-html): Parse the original article buffer to get the
3460         unencoded data (bug#7410).
3462         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3463         .newsrc.el files.
3465 2012-04-05  Bastien Guerry  <bzg@altern.org>
3467         * color.el (color-lighten-name): Fix typo.
3469 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3472         "#" to avoid having them interpreted as comments.
3474 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476         * shr.el (shr-insert): Update the text state properly to avoid
3477         inserting spurious paragraph starts.
3479 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481         * shr.el (shr-table-widths): Divide the extra width more fairly over
3482         the TDs (bug#10973).
3483         (shr-render-td): Don't delete too much padding.
3484         (shr-natural-width): Compute the natural width more correctly.
3485         (shr-insert): Allow the natural width to be computed for tables again.
3486         (shr-tag-table-1): Rework how the natural widths are computed by
3487         rendering the table a third time.
3488         (shr-natural-width): Removed.
3489         (shr-buffer-width): New function.
3490         (shr-expand-newlines): Use it.
3492         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3493         using a `gnus-use-full-window' setup (bug#11013).
3495 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3498         24.1 release.
3500 2012-03-10  David Edmondson  <dme@dme.org>
3502         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3503         'Forwarded Message' header and the start of the message.
3505 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3507         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3508         isn't running (bug#10897).
3510 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3513         This is inconsistent with all the other stream functions, which leave
3514         the setting up to the higher levels (if so wanted) (bug#10931).
3516 2012-02-28  Glenn Morris  <rgm@gnu.org>
3518         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3519         mm-decode.el: Standardize possessive apostrophe usage.
3521 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3525 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3527         * parse-time.el (parse-time-string): Allow extractor to return nil.
3529 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3531         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3533 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3535         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3537 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3539         * mm-decode.el (mm-shr): Remove "soft hyphens".
3541         * nnimap.el (nnimap-request-list): Return the group names encoded as
3542         utf8.  Otherwise non-European group names don't work.
3543         (nnimap-request-newgroups): Ditto.
3545         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3546         the default in `read-string' (bug#10757).
3548         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3549         topics (bug#10843).
3551         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3552         buffer.  Suggested by Herbert Valerio Riedel.
3553         (nnimap-request-move-article): Delete the message from the correct IMAP
3554         server.
3556 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3558         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3559         Reported by Peter Münster.
3561 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3563         * shr.el (shr-image-fetched): Make sure we really kill the right
3564         buffer.
3566 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3568         * gnus-start.el (gnus-1): Avoid duplicate entries.
3570 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3572         * imap.el: Remove.
3574         * nntp.el (nntp-coding-system-for-read): Remove.
3575         (nntp-coding-system-for-write): Ditto.
3576         (nntp-open-connection): Just use `binary' directly.
3578         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3579         Gnus 0.3.
3581 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3583         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3584         application/octet-stream parts really is.
3586         * gnus-sum.el (gnus-propagate-marks): Remove.
3588 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3590         * shr.el (shr-rescale-image): Undo previous change; see
3591         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3593 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3595         * gnus.el: Ma Gnus v0.3 is released.
3597 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3599         * gnus-sum.el (gnus-summary-local-variables): Make
3600         `gnus-newsgroup-unexist' into a local variable.
3602 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3604         * registry.el (registry-usage-test, registry-persistence-test): Move to
3605         tests/gnustest-registry.el.
3606         (registry-make-testable-db, registry-match-test)
3607         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3609         * gnus-registry.el (gnus-registry-misc-test)
3610         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3612         * tests/gnustest-registry.el: New file with the registry and
3613         gnus-registry ERT tests.
3615 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3617         * gnus-msg.el (gnus-summary-resend-message): Make
3618         gnus-summary-resend-message-insert-gcc be last item in
3619         message-header-setup-hook.
3621 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3623         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3624         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3625         Remove.
3626         (nnfolder-open-server): Don't use marks.
3627         (nnfolder-request-delete-group): Ditto.
3628         (nnfolder-request-rename-group): Ditto.
3629         (nnfolder-request-set-mark, nnfolder-request-marks)
3630         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3631         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3633         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3634         (nnml-marks-modtime): Remove.
3635         (nnml-request-delete-group): Don't use marks.
3636         (nnml-request-rename-group): Ditto.
3637         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3638         (nnml-save-marks, nnml-open-marks): Remove.
3640         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3641         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3642         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3643         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3644         (nntp-server-to-method-cache): Remove.
3646         * shr.el (shr-rescale-image): Fix wrong merge.
3648 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3650         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3651         too-wide lines.
3653 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3655         * nnimap.el (nnimap-record-commands): New variable.
3656         (nnimap-log-command): Use it.
3657         (nnimap-make-process-buffer): Add a space to the process buffer.
3658         (nnimap-transform-headers): Don't bug out on header lines containing
3659         stuff that look like IMAP length encodings.
3661         * shr.el (shr-rescale-image): Allow viewing large images.
3663 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3665         * nnml.el (nnml-request-compact-group): Delete the marks file after
3666         compaction (bug#10800).
3668         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3669         group exit.
3671         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3672         QRESYNC/FETCH output.
3674 2012-02-11  Glenn Morris  <rgm@gnu.org>
3676         * sieve-manage.el (sieve-manage-default-stream):
3677         * shr.el (shr):
3678         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3679         (nnir-retrieve-headers-override-function)
3680         (nnir-imap-default-search-key, nnir-notmuch-program)
3681         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3682         (nnir-method-default-engines):
3683         * message.el (message-cite-reply-position):
3684         * gssapi.el (gssapi-program):
3685         * gravatar.el (gravatar):
3686         * gnus-sum.el (gnus-refer-thread-use-nnir):
3687         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3688         (gnus-registry-max-pruned-entries):
3689         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3690         * gnus-int.el (gnus-after-set-mark-hook)
3691         (gnus-before-update-mark-hook):
3692         * gnus-async.el (gnus-async-post-fetch-function):
3693         * auth-source.el (auth-source-cache-expiry):
3694         Add missing :version tags to new defcustoms and defgroups.
3696 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3698         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3699         `gnus-newsgroup-unexist'.
3701         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3702         marks.
3703         (gnus-article-special-mark-lists): Put the `unexist' in the special
3704         marks list instead.
3706         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3707         articles in the list of articles to be selected.
3709         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3710         articles.
3711         (nnimap-update-info): Keep track of unexisting articles.
3712         (nnimap-update-qresync-info): Ditto.
3714 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3716         * message.el (message-default-send-mail-function): Made into own
3717         function for reuse by emacsbug.el.
3719 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3721         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3722         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3724 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3726         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3727         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3729         * gnus-compat.el: Define `timer-set-function'.
3731         * mm-decode.el (mm-display-external): Output the text from the command
3732         in the buffer after the command finished.  This makes text-based
3733         commands behave better.
3735 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3737         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3739 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3741         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3742         23.1.
3744 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3746         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3748 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3750         * message.el (smtpmail-smtp-user): Silence compiler warning.
3752 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3754         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3755         SMTP user name.
3757 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3759         * gnus-sum.el (gnus-summary-show-thread):
3760         next-single-char-property-change may return nil in XEmacs.
3761         (gnus-summary-article-map): Fix typo.
3763 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3765         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3766         running.
3768         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3770         * gnus.el (gnus-server-extend-method): Don't add an -address component
3771         if the method already has one (bug#9676).
3773 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3775         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3776         of an initial-input for consistency (bug#10757).
3778         * dgnushack.el: Fix XEmacs compilation warning.
3780         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3782         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3784 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3786         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3787         lines that are narrower than the window width.  Otherwise background
3788         "blocks" will look less readable.
3790 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3792         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3793         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3794         have newlines within the strings, and where the UID comes after the
3795         BODYSTRUCTURE element (bug#10537).
3797         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3798         (bug#10732).
3800         * shr.el (shr-insert-document): Add doc string.
3801         (shr-visit-file): Ditto.
3802         (shr-remove-trailing-whitespace): New function.
3803         (shr-insert-document): Use it to clean up trailing whitespace as the
3804         final step (bug#10714).
3806 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3808         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3809         buffer if `gnus-kill-summary-on-exit' is nil.
3811 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3813         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3814         when just reading a single group from "without" Gnus.
3816 2012-02-06  Chong Yidong  <cyd@gnu.org>
3818         * gnus-sum.el (gnus-summary-show-thread):
3819         next-single-char-property-change never returns nil (Bug#8657).
3821 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3823         * message.el (message-multi-smtp-send-mail): New function.
3824         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3825         header to implement multi-SMTP functionality.
3827         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3828         (gnus-agentize): Don't set it.
3829         (gnus-agent-send-mail): Don't use it.
3831         * gnus-sum.el (gnus-summary-widget-backward): New function and
3832         keystroke.
3834         * gnus-compat.el: More the compat functions more compatible.
3836         * shr.el (shr-put-image): Remove underlines from sliced images.
3837         (shr-zoom-image): Compute the region to be replaced more correctly.
3839 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3841         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3842         (gnus-summary-resend-message-insert-gcc): New function.
3843         (gnus-summary-resend-message): Modify message-header-setup-hook and
3844         message-sent-hook to make it work for Gcc.
3845         (gnus-inews-do-gcc): Update the number of unread articles of groups
3846         that messages are Gcc'd to.
3848         * message.el (message-resend): Run message-sent-hook to do Gcc.
3850 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3852         * lpath.el: Fix an XEmacs compilation warning.
3854         * gnus-compat.el: Require `help-fns' to fix compilation error.
3856         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3857         a higher level to silence compilation.
3859         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3860         parameter to allow controlling the scaling.
3862         * shr.el (shr-zoom-image): New command and keystroke.
3863         (shr-put-image): Take a `size' flag to say how to scale the image.
3865         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3866         deletion unless already defined.
3868         * gnus.el (gnus-compat): Require it.
3870         * gnus-compat.el: New file.
3872         * gnus-start.el (gnus-clean-old-newsrc): New function.
3873         (gnus-read-newsrc-file): Use it.
3875         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3876         Use recursive deletion.
3877         (mm-dissect-archive): Add support for zip files.
3879         * gnus-util.el (gnus-recursive-directory-files): New function.
3881         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3882         (mm-archive-decoders): Add tgz support.
3884         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3885         Otherwise inserting text into the Gnus buffer can look odd.
3887         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3889         * mm-archive.el (mm-archive-decoders): Add support for tar.
3891         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3893         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3895 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3897         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3899         * mm-archive.el: New file.
3901         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3903         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3905         * message.el (message-goto-*): Make all the `message-goto-*' commands
3906         push the mark before moving point.  This makes it easier to go back to
3907         where you came from after editing whatever you jumped to.
3909 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3911         * gnus.el: Ma Gnus v0.1 is released.
3913 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3915         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3916         without reconnecting.
3917         (nnimap-possibly-change-group): Ditto.
3918         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3919         connection has died before being called.
3921 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3923         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3924         an initial sync unless we're really doing one.
3926         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3927         address parameter if one already exists (bug#9676).
3929         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3930         not the prefix, as documented (bug#10689).
3932 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3934         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3935         the "server".
3937         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3938         the real error message with the useless "previously known to be down".
3939         Which isn't even correct.
3941         * nntp.el (nntp-open-connection): Report the error message if the nntp
3942         server can't be reached.
3944         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3945         groups we do a total scan for.
3946         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3947         doing that.
3949 2012-01-31  Jim Meyering  <jim@meyering.net>
3951         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3952         Correct a comment (insert "not") and hide nominally-doubled "to".
3954 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3956         * gnus.el (gnus-version): Change name to "Ma Gnus".
3958 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3960         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3961         section in the manual.
3963 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3965         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3966         words.
3967         (rfc2047-encode-string): Ditto.
3968         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3969         understand folded filename="..." parameters, for instance.
3971         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3972         the message for greater debuggability.
3974 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3976         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3977         instead of setting it locally, since the latter doesn't seem to have
3978         any effect (most of the time).
3980 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3982         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3983         function call.
3985 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3987         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3988         seconds, and make the repeat clause with HH:MM specs work as
3989         documented.
3991 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3993         * proto-stream.el (proto-stream-capability-open): Fall back on
3994         :end-of-command if :end-of-capability doesn't exist.
3996 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3998         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3999         bound globally in old Emacsen and XEmacsen.
4001 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4003         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4004         so that previous errors don't prohibit getting new news.
4006         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4008         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4010 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4012         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4013         buffer, not of the string which is its name.
4015 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4017         * proto-stream.el (proto-stream-capability-open): Wait for
4018         :end-of-capability, not :end-of-command.
4020         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4021         non-server-marks groups.
4022         (gnus-group-make-articles-read): Ditto.
4024         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4025         methods (bug#9676).
4027         * gnus.el (gnus-method-ephemeral-p): New function.
4029 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4031         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4032         left-to-right.
4034 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4036         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4037         warning.
4039 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4041         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4042         macroexpand the nnir things, since they haven't been defined yet, and
4043         nnir requires gnus-sum.
4045 2012-01-24  Julien Danjou  <julien@danjou.info>
4047         * color.el (color-rgb-to-hsl): Fix value computing.
4048         (color-hue-to-rgb): New function.
4049         (color-hsl-to-rgb): New function.
4050         (color-clamp, color-saturate-hsl, color-saturate-name)
4051         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4052         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4054 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4058 2012-01-19  Julien Danjou  <julien@danjou.info>
4060         * color.el (color-name-to-rgb): Use the white color to find the max
4061         color component value and return correctly computed values.
4062         (color-name-to-rgb): Add missing float conversion for max value.
4064 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4066         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4067         logical server name in addition to the actual machine address.
4069         * auth-source.el (auth-source-user-and-password): Add convenience
4070         wrapper to search by just host and optionally user.
4072 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4075         after rendering.
4077 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4079         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4080         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4081         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4083 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4086         (bug#9693).
4087         (gnus-summary-setup-buffer): Document return value (bug#9697).
4089         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4090         since ido doesn't work on symbols (bug#9632).
4092         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4093         when getting a single value as when getting all the values.  This means
4094         that atoms like `gcc-self' work cumulatively, like variable settings,
4095         instead of getting the value from the last matching clause.
4096         (gnus-group-find-parameter): Protect against the group buffer not
4097         existing (bug#9585).
4099 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101         * gnus-start.el (gnus-activate-group): Document more parameters
4102         (bug#9694).
4104         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4105         (bug#9692).
4107         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4108         article was fetched, so that it can be expired later (bug#9958).
4109         (gnus-agent-summary-fetch-series): Add doc string.
4110         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4111         (bug#9517).
4113         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4114         retrieval is happening.
4116         * gnus.el (gnus-parameters): Doc fix.
4118 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4120         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4121         show the thread after expansion.
4123 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125         * gnus-art.el (article-narrow-to-head): If the head is completely
4126         empty, narrow to the empty region (bug#9764).
4128         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4129         read, and then mark them as unread only when the unread mark is used.
4130         This makes `C-- T k' actually work, even though it's confusing.
4132         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4133         alive before we try to find its window.
4135 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4137         * mm-decode.el (mm-display-external): Use a longer timeout for the
4138         deletion to allow slow programs to display the file.
4140 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4143         prompt to be less confusing.
4145         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4146         argument to `message-reply'.  This broke `special-display-*' frame
4147         pop-uping (bug#10238).
4149 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4152         systems, since these allegedly don't work there.
4154 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4156         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4157         live buffer.
4159 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161         * nnir.el (nnir-retrieve-headers): Protect against the article not
4162         existing on the server (bug#10335).
4164 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4166         * gnus-agent.el (gnus-agent-load-local): Recompute
4167         gnus-agent-article-local on changing method.
4169 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4171         * gnus.el (gnus-parameters): Note precedence.
4173 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4175         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4176         in the group buffer.
4178 2012-01-04  Julien Danjou  <julien@danjou.info>
4180         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4181         change.
4183 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4186         too.
4188         * nntp.el (nntp-retrieve-group-data-early): Use it.
4190 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192         * nntp.el (nntp-retrieval-in-progress): New variable.
4193         (nntp-make-process-buffer): Make it buffer-local.
4195         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4196         2010.
4197         (gnus-demon-init): Use it to compute the time if time is on the form
4198         "04:23".
4200         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4202         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4203         status in the correct buffer.
4205 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4207         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4208         when opening topics (bug#10407).
4210 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4212         * gnus-cus.el (gnus-score-customize):
4213         * gnus-sum.el (gnus-sort-gathered-threads):
4214         * message.el (message-shorten-references):
4215         * nnmairix.el (nnmairix-request-group):
4216         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4218 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4220         * gnus-agent.el (gnus-agent-regenerate-group):
4221         * gnus-int.el (gnus-retrieve-group-data-early):
4222         * mm-util.el (mm-codepage-ibm-list):
4223         * nndiary.el (Commentary, nndiary-get-new-mail):
4224         * nnir.el (nnir):
4225         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4227 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4229         * mm-view.el (mm-display-inline-fontify): Add comment.
4231 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4233         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4234         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4236 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4238         * gnus-art.el (gnus-split-methods):
4239         * gnus-msg.el (gnus-configure-posting-styles):
4240         * gnus-spec.el (gnus-parse-simple-format):
4241         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4242         * message.el (message-do-actions): Spelling fix.
4244 2011-12-15  Juri Linkov  <juri@jurta.org>
4246         * mm-decode.el (mm-inline-media-tests): Add missing
4247         `mm-handle-media-subtype'.
4249 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4251         * gnus-group.el (gnus-group-tool-bar):
4252         * gnus-sum.el (gnus-summary-tool-bar):
4253         * message.el (message-tool-bar):
4254         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4256 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4258         * plstore.el (plstore--insert-buffer): Spelling fix.
4260 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4262         * message.el (message-valid-fqdn-regexp): Update with newly approved
4263         top-level domain names ".tel" and ".asia".
4265 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4267         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4268         unconditionally.
4270 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4272         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4273         pop-to-buffer-same-window for old Emacsen.
4275 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4277         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4279 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4281         * netrc.el (netrc-credentials): Spelling fix.
4283 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4285         * gnus-fun.el (gnus-fun-ppm-change-string):
4286         * gnus-msg.el (gnus-inews-do-gcc):
4287         * gnus-sum.el (gnus-summary-find-for-reselect):
4288         * gnus.el (gnus-summary-cancelled):
4289         * message.el (message-cancel-hook, message-send-news):
4290         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4291         * nnir.el (nnir-run-hyrex):
4292         * nntp.el (nntp-with-open-group-function):
4293         * pgg.el (pgg-pending-timers): Spelling fix.
4295 2011-12-04  Chong Yidong  <cyd@gnu.org>
4297         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4298         change (Bug#10200).
4300 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4302         * compface.el (uncompface):
4303         * gnus-art.el (gnus-article-x-face-command): Update the header format
4304         of icon data for the most recent icontopbm program.
4306 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4308         * gnus-msg.el (gnus-inews-do-gcc):
4309         * message.el (message-send-mail):
4310         * mml.el (mml-generate-mime): Share the value of the buffer-local
4311         `message-options' variable between a draft buffer and temprary working
4312         buffers.
4314 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4316         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4318 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4320         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4321         for Cygwin.
4323 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4325         * gnus-group.el (gnus-group-prepare-flat):
4326         * mm-bodies.el (mm-encode-body):
4327         * mml.el (mml-preview):
4328         * nnml.el (nnml-request-compact-group):
4329         * pop3.el (pop3-stream-type): Spelling fix.
4331 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4333         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4335 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4337         * color.el (color-rgb-to-hsl):
4338         * gmm-utils.el (gmm-tool-bar-style):
4339         * gnus-group.el (gnus-group-prepare-flat):
4340         * gnus-topic.el (gnus-topic-prepare-topic):
4341         * mm-decode.el (mm-discouraged-alternatives):
4342         * rfc2047.el (rfc2047-encode-1):
4343         * starttls.el: Spelling fix.
4345 2011-11-24  Glenn Morris  <rgm@gnu.org>
4347         * binhex.el (binhex-begin-line): Give it basic doc-string.
4349         * starttls.el, tls.el: Fix case of "GnuTLS".
4351 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4353         * gnus-group.el (gnus-group-highlight): Fix typo.
4355 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4357         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4358         value of `delete-file', that returns nil for a local file but returns t
4359         for a remote file using ssh.
4361 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4363         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4365 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4368         avoid later breakage.
4370 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4372         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4373         article buffers' name.
4375 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4378         by Paul Eggert's spellfixes two days ago.
4380 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4383         doesn't have it.
4385         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4386         buffer-local instead of binding them to avoid warnings.  Also demote
4387         errors (bug#10063).
4388         (font-lock-mode-hook): Shut up byte compiler.
4390 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4392         * mm-util.el (mm-charset-after):
4393         * nnir.el (nnir-run-hyrex):
4394         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4395         (ntlm-get-password-hashes, ntlm-md4hash):
4396         * smime.el: Fix typo.
4398 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4400         * gnus-agent.el (gnus-agent-expire-group-1):
4401         * nndiary.el (nndiary-last-occurence):
4402         * nnimap.el (nnimap-request-set-mark):
4403         * nnmairix.el (nnmairix-only-use-registry):
4404         * gnus-group.el (gnus-group-prepare-flat):
4405         * gnus-sum.el (gnus-decode-encoded-word-methods):
4406         * message.el (message-wash-subject):
4407         * nntp.el (nntp-retrieve-headers-with-xover):
4408         * smime.el (smime-certificate-directory): Spelling fix.
4410 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4412         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4414         * color.el:
4415         * gnus-agent.el (gnus-agent-possibly-alter-active):
4416         * gnus-dired.el (gnus-dired-print):
4417         * mail-parse.el:
4418         * nnmairix.el (nnmairix-request-group):
4419         * shr.el (shr-image-displayer):
4420         * sieve-manage.el:
4421         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4423 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4425         * gnus-sum.el (gnus-auto-select-subject):
4426         * spam-report.el (spam-report-resend): Spelling fix.
4428 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4430         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4431         * gnus-art.el (gnus-default-article-saver):
4432         * gnus-srvr.el (gnus-server-copy-server):
4433         * gnus.el (gnus-sloppily-equal-method-parameters):
4434         * html2text.el (html2text-format-tag-list):
4435         * message.el (message-narrow-to-head):
4436         * nndiary.el:
4437         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4438         * sieve.el: Spelling fix.
4440 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4442         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4443         * gnus-sum.el (gnus-summary-make-menu-bar):
4444         * gnus-uu.el (gnus-uu-decode-postscript)
4445         (gnus-uu-decode-postscript-and-save):
4446         * mailcap.el (mailcap-print-command):
4447         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4448         Fix typos.
4450 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4452         * gnus-art.el (gnus-article-part-wrapper):
4453         * html2text.el (html2text-fix-paragraphs):
4454         * mm-decode.el (mm-image-fit-p):
4455         * rfc2047.el (rfc2047-encode-message-header):
4456         * shr-color.el (shr-color-visible-distance-min)
4457         (shr-color-relative-to-absolute, set-minimum-interval)
4458         (shr-color-visible): Fix typos.
4460 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4462         * gmm-utils.el (gmm-tool-bar-item):
4463         * gnus-art.el (gnus-treat-body-boundary):
4464         * gnus-diary.el (gnus-user-format-function-d):
4465         * gnus-start.el (gnus-get-unread-articles):
4466         * pgg-gpg.el (pgg-gpg-update-agent):
4467         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4469 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4471         * gnus-topic.el (gnus-group-prepare-topics):
4472         * gnus-uu.el (gnus-extract-view):
4473         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4475 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4477         * spam.el: Move BBDB autoloads.
4478         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4479         BBDB 2 and 3.
4480         (spam-check-BBDB): Use it.
4481         (spam-enter-ham-BBDB): Use it.
4483 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4485         * smime.el (smime-draw-buffer): Spelling fix.
4487 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4489         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4490         for scanning exactly one level.
4491         * gnus-start.el (gnus-get-unread-articles): Ditto.
4493 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4496         slightly clearer.
4498 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4500         * gnus-sync.el: More commentary about setup.
4502 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504         * message.el (message-send-and-exit): Document `arg'.
4506 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4508         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4510 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4512         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4514         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4515         we don't use `bound-and-true-p'.
4517 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4519         * gnus-util.el (gnus-bound-and-true-p): Remove.
4520         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4521         * nnir.el: Use it.
4522         * nnmairix.el: Use it.
4524 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4526         * gnus-sync.el: Improve docs about CouchDB admins.
4528         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4529         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4530         for reasons unknown.
4531         * nnir.el: Use it.
4532         * nnmairix.el: Use it.
4534         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4535         * nnir.el: Ditto.
4536         * nnmairix.el: Ditto.
4538         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4540 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4542         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4543         not needed.  Provide xmlplistread list function to produce XML plist
4544         output for non-Gnus LeSync clients.
4546 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4548         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4550         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4551         and save against it.  Group subscriptions, read marks, other marks,
4552         subscription levels, topic names, and topic offsets (the group's
4553         position within the topic) are saved.  This is an experimental backend
4554         and may change significantly.  Load json.el from the gnus-fallback-lib
4555         if it's not available otherwise.
4556         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4558 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4560         * message.el (message-completion-function): Make sure
4561         message-tab-body-function is not attempted if one of
4562         message-completion-alist fails to find a completion (bug#9158).
4564 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4566         * mml.el (mml-quote-region): Quote <#secure> tag.
4567         (mml-generate-mime-1): Unquote <#secure> tag.
4569 2011-10-20  Chong Yidong  <cyd@gnu.org>
4571         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4572         calling a minor mode from Lisp with nil arg enables it, so we have to
4573         make the wording a bit ambiguous here).
4575 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4577         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4578         * nnir.el (nnir-mode): Use it.
4579         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4580         Use it.
4582         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4583         * nnmairix.el (gnus-registry-enabled): Ditto.
4585 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4587         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4588         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4589         only while we need to find out if it should be t or nil.
4590         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4591         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4592         the registry is installed.  Set it to nil when it's unloaded.
4593         (gnus-registry-install-p): Provide user guidance for the initial value
4594         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4595         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4596         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4597         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4598         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4599         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4600         `gnus-registry-install'.
4602 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4604         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4605         previous change.
4606         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4607         primary key is marked as disabled.
4609 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4611         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4612         primary key is marked as disabled.
4614 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4616         * html2text.el (html2text-clean-anchor): Check for quotes around
4617         `href' value.
4619 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4621         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4622         searching.  Drop `bbdb-cache'.
4624 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4626         * message.el (message-signed-or-encrypted-p): Exclude header when
4627         checking if there is signed or encrypted body in text/plain message.
4629 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4631         * html2text.el (html2text-get-attr): Correctly handle attribute values
4632         containing "=".
4634 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4636         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4637         handle bindings.
4639 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4641         * gnus-win.el (gnus-configure-windows): Protect against reading
4642         ephemeral groups outside of Gnus.
4644 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4646         * shr.el (shr-tag-img): Don't get images displayed in tables.
4648 2011-10-03  Glenn Morris  <rgm@gnu.org>
4650         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4651         the "maintainer" version of debbugs.gnu.org reports.
4653 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4656         make asynchronous adjacent image insertion work better.
4658 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4660         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4661         documentation.
4663 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4666         `gnus-asynchronous' isn't shadowed.
4668 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4672         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4673         (nnimap-insert-partial-structure): The charset parameter isn't
4674         case-sensitive.
4676         * nnheader.el (nnheader-message-maybe): New function.
4678         * shr.el (shr-tag-table): Render totally broken tables better.
4680         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4681         computing the boundary.
4683 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685         * pop3.el (pop3-number-of-responses): Remove.
4686         (pop3-wait-for-messages): Rewrite to take linear time instead of
4687         exponential time.
4689 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4692         re-fetch images.
4694         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4695         re-fetch images when hitting `g' in Gnus.
4697 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4699         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4700         (mml-compute-boundary): Don't check collision if it is non-nil.
4701         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4702         before checking collision.
4704 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706         * message.el (message-indent-citation): Really make sure there's a
4707         newline at the end.
4709         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4710         Fix suggested by John Wiegley.
4712         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4714         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4716         * message.el (message-default-send-rename-function): Break out into its
4717         own function.
4719         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4720         doesn't work under XEmacs.
4722         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4723         of "imaps" to word around Windows problems.
4724         (nnimap-open-connection-1): Use it.
4726         * message.el (message-indent-citation): Revert last change which made
4727         `F' not work.
4729 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4731         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4732         terminal as well.
4734 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4736         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4737         because it displays images using overlays that aren't easy to copy to
4738         the article buffer.
4740 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4742         * message.el (message-indent-citation): Fix empty line removal at the
4743         end of the citation.
4745 2011-09-20  Julien Danjou  <julien@danjou.info>
4747         * auth-source.el (auth-source-netrc-create): Use default value for
4748         password if specified.  Evaluate default.
4749         (auth-source-plstore-create): Ditto.
4750         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4751         value evaluation.
4752         (auth-source-netrc-create): Typo fix.
4753         (auth-source-plstore-create): Ditto.
4755         * password-cache.el (password-cache-remove): Remove entries even if the
4756         value is nil, so that password with a nil value (negative caching) is
4757         possible to invalidate.
4759         * auth-source.el (auth-source-format-cache-entry): New function.
4761 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4763         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4765 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4769 2011-09-19  Julien Danjou  <julien@danjou.info>
4771         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4772         which work with things that are not ASCII.
4774 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4776         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4778 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4781         message level.
4783 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4785         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4787 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4791 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4793         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4794         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4796 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4798         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4799         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4800         articles.
4802 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4804         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4805         (message-mail-other-window, message-mail-other-frame)
4806         (message-news-other-window, message-news-other-frame):
4807         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4808         instead of setting buffer display varibles.
4810 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4814         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4816 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4819         duplicates" to a higher level.
4821         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4822         most egregious messages.
4824 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4828 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4830         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4831         up the file (bug#9351).
4833 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4836         it does with all other backends, but decode the names immediately after
4837         getting them.
4839         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4840         decoding nnimap groups.
4842         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4843         newsrc file.  It doesn't seem like an important optimization any more.
4845 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4847         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4848         overflows.
4850 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4853         (gnus-interactive-exit): Extend to `quiet'.
4855         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4857         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4858         string.
4860         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4861         renaming function arguments from `this'.
4863         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4865         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4866         has been renamed.
4867         (gnus-lrm-string-p): Include RLM and PDF, too.
4869         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4870         (bug#9225).
4872 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4874         Add autoload cookies for functions used by sendmail.el.
4875         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4877         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4879 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4881         * gnus-art.el (article-date-ut): Work properly even when there are
4882         things like Date header in the body; work for forwarded parts.
4884 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4886         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4887         original-article-buffer.
4889 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4891         * nnir.el (nnir-compose-result): Fix matching of server type.
4892         (nnir-run-swish++): Ditto.
4893         (nnir-run-namazu): Ditto.
4894         (nnir-run-notmuch): Ditto.
4896 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4899         (bug#9405).
4901         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4902         (bug#9421).
4904         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4905         (bug#9425).
4907         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4908         thing (bug#9426).
4910 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4913         the error message.
4915 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4917         * message.el (message-setup-1): Return t (Bug#9392).
4919 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4921         * gnus-sum.el: When adding article headers to a summary buffer also
4922         update gnus-newsgroup-articles (bug#9386).
4924 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4926         * auth-source.el: Autoload help-mode.
4928 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4931         names.
4933 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4935         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4936         mm-replace-in-string for compatibility issues.
4937         * mml2015.el (mml2015-epg-verify): Ditto.
4939 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4941         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4943         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4945 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4948         continue on and do the clean-up phase (bug#9188).
4950         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4951         just ignore groups that can't be opened instead of erroring out
4952         (bug#9225).
4954         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4955         nil since some many people are fuddy-duddies.
4957         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4958         images.
4960         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4961         instead.
4963         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4965         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4967         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4968         processing.
4970         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4971         buffer to avoid warnings.
4973 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4975         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4976         specified to reduce precision.
4978 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4981         bodystructures (bug#9314).
4983 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4985         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4986         Make button keymap non-sticky after buttons.
4988 2011-08-18  David Engster  <dengste@eml.cc>
4990         * nnmairix.el (nnmairix-request-set-mark)
4991         (nnmairix-goto-original-article): Remove adding of article to registry,
4992         since `gnus-registry-add-group' isn't available anymore.
4993         (nnmairix-determine-original-group-from-registry):
4994         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4995         available anymore.
4997 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4999         * starttls.el (starttls-any-program-available): Define as obsolete
5000         function.
5002 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5005         versions which Gnus use when appropriate.
5007         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5008         a pretty destructive command.
5010         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5012 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014         * message.el (message-fix-before-sending): Make a different warning
5015         about NUL characters (bug#9270).
5017         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5018         from custom (bug#9260).
5020         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5021         things work in Emacs 22 and XEmacs, too.
5023         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5024         default From.
5026         * gnus-spec.el (gnus-lrm-string-p): New macro.
5027         (gnus-lrm-string): New constant.
5028         (gnus-summary-line-format-spec): LRM-ify the from.
5029         (gnus-tilde-max-form): LRM-ify string chopping.
5031         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5033         * message.el (message-is-yours-p): Allow disabling canlock checking
5034         (bug#9295).
5035         (message-shoot-gnksa-feet): Add `canlock-verify'.
5036         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5037         message directory isn't writable (bug#9304).
5039         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5040         non-world-readable.
5042 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5044         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5045         articles.
5047 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5049         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5050         copy-list.
5052 2011-08-12  Sam Steingold  <sds@gnu.org>
5054         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5055         in the reverse order to avoid modifying the cache with `nreverse'.
5056         (gnus-all-score-files): Do not modify the value returned by
5057         `gnus-score-find-alist' because it lives in a cache variable.
5058         (gnus-current-home-score-file): No need to `nreverse' the return value
5059         of `gnus-score-find-alist', it is already in the correct order.
5061 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5063         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5064         type MESSAGE and subtype RFC822 is slightly different from those of
5065         type TEXT.
5067 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5069         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5070         This allows article-referral to work from an nnir group.
5072 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5074         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5076 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5078         * mml1991.el (mml1991-epg-find-usable-key)
5079         (mml1991-epg-find-usable-secret-key): New function.
5080         (mml1991-epg-sign): Check if signing key is usable.
5081         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5083 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5085         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5086         server-variables only.  This should fix a bug introduced with commit
5087         e1889675b7f4adf057833c5513c9374134c4e053.
5088         (nnir-run-query): 'nnir-search-engine should not be set from the global
5089         environment.
5091 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5093         * nnir.el (nnir-search-thread): Position point on referring article
5094         line.
5095         (nnir-warp-to-article): Clean up summary buffers.
5097         * nnimap.el (nnimap-request-thread): Whitespace fix.
5099 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5101         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5103 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105         * starttls.el (starttls-available-p): Rename from
5106         `starttls-any-program-available' and changed return convention.
5108 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5110         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5111         `unix-sync' unless it's defined.
5113 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5115         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5116         `aref' for XEmacs compatibiltiy.
5118 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5122 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5124         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5125         closures, quote the form properly (bug#9194).
5127 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5130         (gnus-summary-insert-new-articles): Protect against servers that are
5131         down.
5133 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5135         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5136         in mm handle if none is specified.
5138 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5140         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5142 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5144         * nnir.el (nnir-search-thread): New function to make an nnir group
5145         based on a thread query.
5147         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5148         of nnir in thread referral.
5149         (gnus-summary-refer-thread): Use it.
5151         * nnimap.el (nnimap-request-thread): Use it.
5153 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155         * shr.el (shr-tag-comment): Ignore HTML comments.
5157 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5159         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5160         argument.
5161         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5162         Use `nnir-address' to handle server info rather than passing an arg.
5164         * nnimap.el (nnimap-make-thread-query): New utility function to format
5165         an imap thread search query.
5166         (nnimap-request-thread): Use it.
5168         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5169         right select-method if we are not going back to the group buffer.
5171 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5174         enter invalid buffer configurations into the quit form (bug#9107).
5175         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5176         unplugged/plugged.
5178         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5179         keep track of which ones are unread (bug#9061).
5181         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5182         (bug#9055).
5184         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5185         (bug#9041).
5187         * gnus-html.el (mm-util): Require (bug#9073).
5189         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5190         (gnus-summary-refer-thread): Use it to remove duplicates in the
5191         un-threaded view (bug#9053).
5192         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5194 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5196         * nnir.el (nnir-read-server-parm): Use default value from global
5197         variable.  Without this the default search engine parameters aren't
5198         used at all.
5200 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202         * message.el (message-unique-id): Don't use the undocumented return
5203         value from (random t) (bug#9118).
5205 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207         * message.el (message-auto-save-directory): If the ~/Mail directory
5208         doesn't exist, use ~ as the auto-save directory (bug#4432).
5210         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5211         hasn't already been started.
5213 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5217         * message.el (message-reply): Work around mysterious bug where
5218         `message-mode' seems to overwrite the locally bound `subject' variable.
5220 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5222         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5223         correct group.
5225         * gnus-int.el (gnus-request-thread): Add group argument.
5227         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5229 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5233         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5234         renamed to `debbugs-gnu-*'.
5236 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5238         * plstore.el: Revert the editing feature since it is not urgent.
5239         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5240         (plstore-mode-decoded): Remove.
5242 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5245         isn't very interesting any more, and it leaks potentially secret data.
5246         (gnus-debug): Remove.
5248         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5249         use of :custom-show.
5251 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5253         * plstore.el: Add documentation.
5254         (plstore-mode): New mode to edit plstore file.
5255         (plstore-mode-toggle-display, plstore-mode-original)
5256         (plstore-mode-decoded): New command.
5257         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5258         (plstore--insert-buffer, plstore--make): New function.
5259         (plstore-open, plstore-save): Simplify by using them.
5261 2011-07-06  Glenn Morris  <rgm@gnu.org>
5263         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5265 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5268         no longer is much used.
5269         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5270         Articles".
5272 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5274         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5275         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5276         `notmuch' backend.
5278 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280         * mm-decode.el (mm-text-html-renderer): Doc fix.
5282         * gnus-msg.el (gnus-bug): Fix the MML tag.
5284         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5286 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5288         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5289         secondary methods if started with `gnus-no-server'.
5291 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5293         * message.el (message-return-action): Fix typo in docstring.
5295 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5298         bug reports at once.
5300         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5302 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5304         * nndraft.el: Require gnus-group.
5305         (nndraft-request-list): Declare.
5307         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5308         no unread article unless it matches gnus-permanently-visible-groups.
5310         * nndraft.el (nndraft-update-unread-articles): New function.
5311         (nndraft-request-associate-buffer): Use it to update the number of
5312         unread articles for the nndraft groups in the group buffer when saving
5313         or killing a draft message.
5315 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5318         systems to binary before writing and reading the mbox files.
5320         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5321         instead of trying to list them all (bug#8978).
5323 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5325         * pop3.el (pop3-open-server): Use :end-of-capability.
5327 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5330         the id is always a number.
5332         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5334         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5335         debbugs mode, if possible.
5337 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5339         * auth-source.el (auth-source-token-passphrase-callback-function):
5340         Reindent.
5341         (epg-context-operation): Remove unnecessary autoload.
5343 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345         * gnus.el (gnus-list-debbugs): New command.
5347         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5348         mboxstat instead of the maintbox, since the stat seems to be fuller.
5350         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5351         summary buffers.
5353         * message.el (message-get-reply-headers): Delete all duplicates,
5354         instead of the first.
5355         (message-get-reply-headers): Ensure that we have progress while
5356         deleting duplicates.
5358         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5359         gnus-posting-style value from the summary buffer to make it easier to
5360         make that a per-buffer conf.
5362 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5364         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5365         found by setting `shortcut' in 'query.
5366         (nnir-request-article): Use `shortcut' setting when requesting article
5367         by Message-ID.
5369 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5371         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5372         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5373         Bring the pseudo-headers back too.
5375 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5377         * auth-source.el (auth-source-token-passphrase-callback-function):
5378         Simplify and remove EPA dependency.
5380 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5382         * nnir.el (nnir-request-article): Fix error message text.
5384 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5386         * auth-source.el (plstore-delete): Autoload.
5387         (auth-source-plstore-search): Support delete operation.
5388         * plstore.el (plstore-delete): New function.
5390 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5392         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5393         mark actually existing articles as unread rather than the ones that
5394         active asserts.
5396 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5398         * nntp.el (nntp-record-command):
5399         * gnus-util.el (gnus-message-with-timestamp-1):
5400         Use format-time-string rather than decoding time stamps by hand.
5401         This is simpler and insulates the code from potential changes to
5402         current-time format.
5404 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5406         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5408 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5410         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5411         (plstore-save): Support public key encryption.
5412         (plstore--init-from-buffer): New function.
5413         (plstore-open): Use it; fix error when opening a non-existent file.
5414         (plstore-revert): Use plstore--init-from-buffer.
5416 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5418         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5420 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5422         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5423         for old Emacsen.
5425 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5427         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5428         is not fully working.
5430 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432         * dgnushack.el: Autoload sha1 on XEmacs.
5434         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5435         quit window configuration.
5437         * auth-source.el (epg-context-set-passphrase-callback):
5438         Remove duplicate autoload.
5440 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5442         * nnir.el (nnir-request-article): Allow requesting articles by
5443         Message-ID with nnimap.
5445         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5446         current server.
5448 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5450         * auth-source.el: Autoload EPA/EPG functions.
5451         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5452         changed when EPA/EPG is not available.
5453         (auth-source-backend): Rename "arg" member to "data".
5454         (auth-source-backend-parse, auth-source-plstore-search)
5455         (auth-source-plstore-create): Use it.
5457 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5459         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5460         `gnus-refer-article-methods'.
5462 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5464         * auth-source.el: Require EPA and EPG.
5465         (auth-source-passphrase-alist): New variable.
5466         (auth-source-passphrase-callback-function)
5467         (auth-source-token-passphrase-callback-function): Callbacks for the
5468         netrc field encryption (GPG tokens).
5469         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5470         Symmetric encryption and decryption of the netrc GPG tokens.
5471         (auth-source-netrc-normalize): Use them, simplifying the closure.
5473 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5475         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5476         is available.
5478 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5481         non-nil, and `nnimap-split-methods' is nil, use the former.
5483 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5485         * plstore.el (plstore-revert): New function.
5486         (plstore-open): Use it; hide the buffer from user.
5488 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5490         * auth-source.el (auth-source-backend): New member "arg".
5491         (auth-source-backend-parse): Handle new backend 'plstore.
5492         * plstore.el: New file.
5494 2011-06-30  Glenn Morris  <rgm@gnu.org>
5496         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5498 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5501         expiring articles to.
5503         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5504         variations as ASCII (bug#5458).
5506 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5508         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5510 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512         * message.el (message-point-in-header-p): Tweak the function to default
5513         to saying that we're not in the headers if there is no separator at
5514         all.  This makes it possible to use the Message version of `M-q' in
5515         buffers with no headers (bug#7987).
5516         (message-point-in-header-p): Fix last checkin to work with an empty
5517         mail-header-separator, too.
5519         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5520         again, save the choice via customize.
5522 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5526         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5527         ended the connection, bail out before waiting infinitely on a new
5528         connection.
5530 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5532         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5533         reports.
5535         * gnus.el (gnus-bug-package): Use "gnus."
5536         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5538 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5540         * dgnushack.el: Make the timer warning go away on XEmacs.
5542         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5543         animations going on at article exit time.
5545         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5546         since removing it breaks people upgrading.
5548         * shr.el (shr-put-image): Use the new interface for animating images.
5549         (shr-put-image): Animate for 60 seconds.
5551         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5552         avoid compiler warnings.
5554         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5555         error with `find-file-hooks' on Emacs 22.
5556         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5557         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5558         on all architectures.
5560         * spam.el (spam-stat): Require in a normal fashion without binding
5561         `spam-stat-install-hooks' to avoid compilation warnings.
5563         * spam-stat.el (spam-stat-install-hooks): Remove.
5564         (spam-stat-install-hooks): Don't run automatically.
5566 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5568         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5569         and keystroke.
5571 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5573         * auth-source.el (auth-source-netrc-cache): Move forward.
5575 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577         * proto-stream.el (proto-stream-open-starttls): Use
5578         `gnutls-available-p' to see whether we have built-in support.
5580         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5581         we already know.
5582         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5583         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5585 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5588         %S format, since that looks odd.
5589         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5590         file, especially when saving.
5592 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5594         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5595         article found.
5597 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5599         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5600         `auth-source-save-secrets' with a more sensitive alist that can be
5601         configured per file.  Experimental, so defaults to 'never.
5602         (auth-source-netrc-create): Use it.  Still experimental code.
5603         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5604         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5606 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5608         * auth-source.el (auth-source-save-secrets): New variable to control if
5609         secret tokens should be saved encrypted.
5610         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5611         to `auth-source-netrc-normalize'.
5612         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5613         on the EPA variables being defined.
5614         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5615         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5616         the lexical-let closure.
5617         (auth-source-netrc-create): Create "gpg:" tokens according to
5618         `auth-source-save-secrets'.
5620 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5622         * gnus-group.el (gnus-group-update-group): Add new argument
5623         `info-unchanged' that stops updating dribble buffer.
5625         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5626         deletes lines matching to it in dribble buffer.
5628         * gnus-agent.el (gnus-agent-fetch-group-1):
5629         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5630         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5631         * gnus-start.el (gnus-group-change-level):
5632         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5634         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5635         if newsgroup info is not changed.
5637         * gnus-group.el (gnus-group-get-new-news-this-group):
5638         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5639         Don't update dribble buffer.
5641 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5643         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5644         remove entries with groups we ignore.
5646 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5649         the underline comes at the bottom.
5651 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5653         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5654         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5655         (gnus-registry-article-marks-to-names): Rename from
5656         `gnus-registry-user-format-function-M2'.
5658 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5660         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5661         ephemeral group.
5663 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665         * shr.el (shr-browse-image): Copy the URL if called interactively.
5667 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5670         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5671         done, then unselected articles may be marked as read.
5673         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5674         since not doing this seems to lead to a race condition in pop3-logon.
5676         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5677         so that the call chain it correct when we call "upwards".
5679         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5680         in read-only groups.
5682         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5684         * message.el (message-cite-reply-position): Doc string fix.
5686         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5687         avoid regexp overflow.
5688         (nnimap-transform-split-mail): Ditto.
5690         * pop3.el (pop3-retr): Error out if the server closes the connection.
5692 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5695         mm-with-unibyte-current-buffer.  The buffer should not contain any
5696         multibyte chars anyway at this stage.
5698 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5701         at the end of lines.
5703 2011-05-29  Julien Danjou  <julien@danjou.info>
5705         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5707 2011-05-27  Glenn Morris  <rgm@gnu.org>
5709         * gnus-group.el (gnus-bug-group-download-format-alist):
5710         Use the "maintainer" version of debian reports as well.
5712 2011-05-26  Glenn Morris  <rgm@gnu.org>
5714         * gnus-group.el (gnus-bug-group-download-format-alist):
5715         Use the "maintainer" version of debbugs.gnu.org reports.
5717 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5719         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5721 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5723         * gnus-cus.el (gnus-agent-customize-category):
5724         * gnus-delay.el (gnus-delay-send-queue):
5725         * gnus.el (gnus-other-frame):
5726         Don't quote lambda expressions with `quote'.
5728 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5730         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5731         the thread moves us backwards and so we loop forever.
5733 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5735         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5736         whitespace in base64 data lines.
5738 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5740         * gnus-registry.el (gnus-registry-user-format-function-M):
5741         Use `mapconcat'.
5742         (gnus-registry-user-format-function-M2): Use to see the full text of
5743         the marks.  Make "," the mark text separator.
5745         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5746         authentication with auth-source.
5748 2011-05-17  Glenn Morris  <rgm@gnu.org>
5750         * gnus-group.el (gnus-import-other-newsrc-file):
5751         Use insert-file-contents.
5753 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5755         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5756         1000 iterations.
5758 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5760         * nntp.el (nntp-open-connection): Check if process-type is available.
5762 2011-05-16  Julien Danjou  <julien@danjou.info>
5764         * shr.el (shr-tag-del): Add support for del tag.
5766 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5768         * gnus-html.el (gnus-html-put-image): Register a displayer.
5770         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5772 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5774         * registry.el (prune-factor): New initialization parameter defaulting
5775         to 0.1.
5776         (registry-prune-hard): Use it.
5778         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5779         0.1 expicitly.
5781 2011-05-13  Glenn Morris  <rgm@gnu.org>
5783         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5784         is bound, since this function requires sendmail.
5786 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5788         * registry.el (registry-usage-test): Disable pruning test.
5790 2011-05-11  David Engster  <dengste@eml.cc>
5792         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5793         Bind set-network-process-option for XEmacs.
5795 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5797         * registry.el (registry-prune-hard-candidates)
5798         (registry-prune-soft-candidates): Helper methods for registry pruning.
5799         (registry-prune): Use them.  Make the sort function optional.
5801 2011-05-10  Jim Meyering  <meyering@redhat.com>
5803         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5805 2011-05-10  Julien Danjou  <julien@danjou.info>
5807         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5808         symbol and not a list.
5810 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5812         * gnus-art.el (gnus-article-mode): Move binding of
5813         shr-put-image-function here from gnus-article-prepare-display.
5815         * shr.el (shr-put-image-function): New variable.
5816         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5817         (shr-put-image): Return scaled image.
5819         * gnus-art.el (gnus-shr-put-image): New function.
5820         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5822         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5823         original ones, as deletable.
5825 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5827         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5829 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5831         * registry.el (registry-full): Add convenience method.  Fix logic.
5832         (registry-insert): Use it.  Fix logic here too.
5834         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5835         `registry-prune' if `registry-full' returns t.
5836         (gnus-registry-handle-action)
5837         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5838         (gnus-registry-usage-test): Use it.
5840 2011-05-07  Julien Danjou  <julien@danjou.info>
5842         * shr.el (shr-link): Make shr-link inherit from link by default.
5844 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5846         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5848 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5850         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5851         error out because the face is not a list.
5853 2011-05-05  Glenn Morris  <rgm@gnu.org>
5855         * proto-stream.el (gnutls-negotiate): Fix declarations.
5857         * gnus-start.el (gnus-propagate-marks): Declare.
5859 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5861         * registry.el (registry-reindex): Fix percentage message.
5863         * proto-stream.el (network-stream-open-starttls): Adjust to call
5864         `gnutls-negotiate' with :process and :hostname arguments.
5866 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5868         * shr.el: Add shr-link face for links.
5869         (shr-urlify): Use it.
5871         * registry.el (registry-insert): Make error message more helpful.
5873 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875         * gnus-html.el (gnus-html-schedule-image-fetching):
5876         Use url-queue-retrieve, if it exists.
5878         * shr.el (shr-tag-img): Ditto.
5880         * gnus.el: Autoload more gnus-agent functions.
5882         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5883         agent if we haven't already (bug#8502).
5885         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5886         into the Agent, too.
5888         * gnus-agent.el (gnus-agent-store-article): New function.
5890         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5891         and moved from that file for reuse.
5893         * pop3.el (pop3-open-server): Error messages are "-ERR".
5895 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5898         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5900 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5902         * gnus.el: No Gnus v0.17 is released.
5904 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5907         buffer has moved to a different frame.
5909 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5912         to get the conversion from unibyte to multibyte buffers to work on
5913         Emacs 22.
5915         * nntp.el (nntp-request-article): Slight clean-up.
5917 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919         * shr.el (shr-strike-through): New face.
5920         (shr-tag-s): Use it to provide <s> support.
5921         (shr-tag-s): Remove duplicate definition.
5923 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5925         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5926         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5928 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5930         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5931         `gnutls-negotiate'.
5932         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5934 2011-04-23  Glenn Morris  <rgm@gnu.org>
5936         * gnus-sum.el (gnus-extra-headers): Bump :version.
5938 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940         * shr.el (shr-tag-sup): New function.
5941         (shr-tag-sub): Ditto.
5943 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5945         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5946         for the case where `gnus-registry-ignored-groups' is a list of lists,
5947         and don't call `gnus-parameter-registry-ignore' otherwise.
5949 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5951         * nnimap.el (nnimap-user): New backend variable.
5952         (nnimap-open-connection-1): Use it.
5953         (nnimap-credentials): Accept user parameter so it's explicit what user
5954         name is desired.
5956         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5957         default.
5959         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5960         not gnus-registry.el.
5962         * gnus-registry.el: Mention in comments how to modify
5963         `gnus-extra-headers' for proper recipient tracking and that it may
5964         already have To and Cc recently, which it does as of this commit.
5965         (gnus-registry-ignored-groups): Remove defcustom.
5966         Explain why in comments.
5967         (gnus-registry-action): Fix data-header reference to use the extra
5968         headers.  Explain in package commentary how to add To and Cc headers to
5969         the gnus-extra-headers.
5970         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5971         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5972         parameter list or a string list in `gnus-registry-ignored-groups'.
5973         Fix logic error.
5975 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977         * shr.el (shr-expand-url): Protect against null urls.
5979 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981         * shr.el (shr-base): New binding.
5982         (shr-tag-base): Keep track of <base>.
5983         (shr-expand-url): New function used throughout.
5985 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5987         * gnus-registry.el
5988         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5989         (gnus-registry-ignored-groups): New variable.
5990         (gnus-registry-ignore-group-p): Use it.
5991         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5992         set the destination group to nil (same as delete) if it's ignored.
5994 2011-04-20  David Engster  <dengste@eml.cc>
5996         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5998         * Makefile.in (test-nntp): New rule.
5999         (check): Add it.
6000         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6002 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6004         * gnus-registry.el (gnus-registry-action)
6005         (gnus-registry-fetch-header-fast):
6006         Don't use mail-header that looks an internal function of mailheader.el.
6008 2011-04-19  Glenn Morris  <rgm@gnu.org>
6010         * time-date.el (time-to-days): Remove unused local variables.
6012 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6014         * gnus-registry.el: Eliminate cl functions.
6015         (gnus-registry-sort-addresses): New function that replaces mapcan.
6016         (gnus-registry-action, gnus-registry-spool-action)
6017         (gnus-registry-split-fancy-with-parent)
6018         (gnus-registry-fetch-recipients-fast): Use it.
6019         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6021         * registry.el (initialize-instance, registry-lookup)
6022         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6023         (registry-lookup-secondary-value, registry-search, registry-delete)
6024         (registry-insert, registry-reindex, registry-size, registry-prune):
6025         Use eval-and-compile.
6027 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6029         * registry.el (registry-reindex): New method to recreate the secondary
6030         registry indices.
6032         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6033         tracked field changes.
6034         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6035         (gnus-registry-action, gnus-registry-spool-action)
6036         (gnus-registry-handle-action)
6037         (gnus-registry--split-fancy-with-parent-internal)
6038         (gnus-registry-split-fancy-with-parent)
6039         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6040         move, and delete actions, and for fancy splitting with parent.
6041         (gnus-registry-extract-addresses)
6042         (gnus-registry-fetch-recipients-fast)
6043         (gnus-registry-fetch-header-fast): Convenience functions.
6044         (gnus-registry-misc-test): ERT test of
6045         `gnus-registry-extract-addresses'.
6047 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6049         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6050         Track by subject first, then sender.
6052 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6056         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6057         Lisp.
6059         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6060         (gnus-draft-send): Use it to avoid popping
6061         up frames from gnus-group-send-queue.
6063 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6065         * gnus-registry.el: Updated gnus-registry docs.
6067 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6069         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6070         Fix logic bug.
6071         (gnus-registry-post-process-groups): Fix logging of no results and
6072         quote sender and subject.
6074 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6077         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6078         gnutls-cli are too slow to be done opportunistically.
6080         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6081         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6082         we had no early-data returned.
6083         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6084         two async commands to the same server at the same time.
6086 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6088         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6090 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6093         "warning" level.
6095         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6096         (mm-url-insert-file-contents): Don't set the package names.
6098 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6100         * gnus-registry.el (gnus-registry-action): Remove properties and
6101         simplify subject in `gnus-registry-handle-action'.
6102         (gnus-registry-spool-action): Get subject and sender from message if
6103         they are not passed in.
6104         (gnus-registry-handle-action): Remove properties and simplify subject
6105         consistently.
6107 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         * registry.el: Require CL before using defmacro*.
6111 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6113         * gnus-art.el (article-treat-date): Assume that
6114         gnus-article-date-headers may be a group parameter.
6116 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6118         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6120         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6121         interactively so the newsrc file can contain foreign groups too.
6122         Useful for debugging but not much for users.
6124 2011-04-07  David Engster  <dengste@eml.cc>
6126         * registry.el (registry-usage-test): Only do
6127         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6128         lexical binding.
6130 2011-04-07  David Engster  <dengste@eml.cc>
6132         * Makefile.in (check, test-registry): New rules for test-suite.
6134 2011-04-06  David Engster  <dengste@eml.cc>
6136         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6137         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6139 2011-04-06  David Engster  <dengste@eml.cc>
6141         * registry.el (initialize-instance): Change :after to :AFTER to be
6142         compatible with old EIEIO version in XEmacs.
6144 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6146         * gnus-registry.el (gnus-registry-post-process-groups)
6147         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6148         and provide better messaging.
6150 2011-04-06  David Engster  <dengste@eml.cc>
6152         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6153         errors.
6155         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6156         dgnushack-compile with error-on-warn enabled, and to signal an error if
6157         clean compilation failed.
6158         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6159         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6161 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6163         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6164         unconditionally anyway, discarding errors.
6165         (gnus-registry-delete-entries): New convenience function.
6166         (gnus-registry-import-eld): Import from old .eld registry.
6168         * registry.el: Don't use ERT if it's not available.  Load it
6169         unconditionally anyway, discarding errors.
6171         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6172         version from the Claudio Bley GnuTLS patch (extra optional parameters
6173         and host name).
6175 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6177         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6178         fixup the parameters that can be customized by the user between
6179         save/read cycles.
6180         (gnus-registry-read): Use it.
6181         (gnus-registry-make-db): Use it.
6182         (gnus-registry-spool-action, gnus-registry-handle-action):
6183         Fix messaging.
6184         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6185         Map references to actual group names with sender and subject tracking.
6186         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6187         (gnus-registry-usage-test): Add subject lookup test.
6189         * registry.el (registry-db, initialize-instance): Set up constructor
6190         instead of :initform arguments for the sake of older Emacsen.
6191         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6192         pre-lexbind merge bug.
6193         (registry-usage-test): Use it.
6194         (initialize-instance, registry-db): Move the non-function initforms
6195         back to the class definition.
6197 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6199         * registry.el: New library to manage gnus-registry-style data.
6201         * gnus-registry.el: Use it (major rewrite).
6203         * nnregistry.el: Use it.
6205         * spam.el: Use it.
6207 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6210         marks on non-selected articles.
6212 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6214         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6215         parameter to open-protocol-stream.
6217 2011-04-01  Julien Danjou  <julien@danjou.info>
6219         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6220         fundamental-mode.
6222 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6225         servers.
6227 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6230         made marks not propagate, again.
6232 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6234         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6235         Make this the default type.
6236         (proto-stream-open-plain): Rename from proto-stream-open-default.
6237         (open-protocol-stream, proto-stream-open-starttls)
6238         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6239         with `plain'.
6241         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6242         value.
6244         * nntp.el (nntp-open-connection-function): Document the fact that some
6245         values are not functions but are instead handled specially.
6246         Recognize nntp-open-plain-stream value.
6247         (nntp-open-connection): Recognize that value.
6249 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6252         where it seems to be needed.
6254 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6257         stuff.
6259         * gnus-score.el (gnus-score-string): Fix calling convention of
6260         `gnus-simplify-buffer-fuzzy' after last patches.
6262         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6263         server for articles we didn't get any headers for.  This is a sanity
6264         check.
6266 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6268         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6269         new CAPABILITY, use it.
6271 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6274         downloading anything.
6276         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6278 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6280         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6281         colors.
6282         (gnus-splash-svg-color-symbols): New function.
6284 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6287         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6288         (gnus-simplify-subject-fuzzy): Use the local
6289         gnus-simplify-subject-fuzzy-regex instead of the global one.
6290         This makes using this variable in group parameters work.
6292 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6294         * gnus-registry.el (gnus-registry-unfollowed-groups):
6295         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6296         archive:sent-YYYY-MM-DD groups).
6297         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6298         tracking if there are more than `gnus-registry-max-track-groups'
6299         matches.
6301 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6303         * message.el (message--yank-original-internal): New function to do the
6304         insertion cleanly inside eval in `message-yank-original'.
6305         (message-yank-original): Use it.
6307 2011-03-29  Julien Danjou  <julien@danjou.info>
6309         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6310         local variables disabled rather than `normal-mode'.
6312 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6314         * imap.el (imap-shell-open, imap-process-connection-type):
6315         Use imap-process-connection-type for 'shell' streams as well as
6316         Kerberos, SSL, other subprocesses.
6318 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6320         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6321         with open-network-stream.
6322         (proto-stream-always-use-starttls): Option removed.
6323         (open-protocol-stream): Return a process object by default.  Provide a
6324         new parameter :return-list specifying a list-type return value, which
6325         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6326         :type `network' to `try-starttls', and `network-only' to `default'.
6327         Make `default' the default, for compatibility with open-network-stream.
6328         Handle the no-parameter case exactly as open-network-stream, with no
6329         additional stream processing.  Search plists using plist-get.
6330         Explicitly add :end-of-commend parameter if it is missing.
6331         (proto-stream-open-default): Rename from
6332         proto-stream-open-network-only.  Return 'default as the type.
6333         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6334         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6335         failed.  Always return a list with a (possibly dead) process as the
6336         first element, for compatibility with open-network-stream.
6337         (proto-stream-open-tls): Use plist-get.  Always return a list.
6338         (proto-stream-open-shell): Return `default' as connection type.
6339         (proto-stream-capability-open): Use plist-get.
6340         (proto-stream-eoc): Function deleted.
6342         * nnimap.el (nnimap-stream, nnimap-open-connection)
6343         (nnimap-open-connection-1): Handle renaming of :type parameter for
6344         open-protocol-stream.
6345         (nnimap-open-connection-1): Pass a :return-list parameter
6346         open-protocol-stream to obtain a list return value.  Parse this list
6347         using plist-get.
6349         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6350         for open-protocol-stream.  Accept open-protocol-stream return value
6351         that is a subprocess object instead of a list.  Handle the case of a
6352         dead returned process.
6354 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6356         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6358         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6360 2011-03-21  Julien Danjou  <julien@danjou.info>
6362         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6363         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6364         query.
6365         (mm-inline-text): Render normal text with fontification whenever
6366         possible.
6368         * gnus-sum.el (gnus-summary-save-parts-1):
6369         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6370         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6371         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6372         Use `mm-handle-filename'.
6374         * mm-util.el (mm-handle-filename): New function, return the filename of
6375         an handle.
6377 2011-03-18  Julien Danjou  <julien@danjou.info>
6379         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6380         (gnus-buffer-live-p): Check that buffer is not nil.
6382 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6384         * gnus.el: No Gnus v0.15 is released.
6386 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6388         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6389         avoid warning on XEmacs.
6391         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6392         on XEmacs.
6394         * gnus-art.el: Require mouse, which the build bot seems to say is
6395         needed.
6397         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6399         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6400         XEmacs, since it doesn't have url-retrieve-synchronously.
6402         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6403         since assoc-string doesn't exist in XEmacs.
6405 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6407         * gnus-group.el (gnus-group-list-ticked): New function.
6408         (gnus-group-make-menu-bar): Provide a menu entry for it.
6409         (gnus-group-list-map): Provide a binding for it.
6411 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6413         * shr.el (shr-visit-file): New command.
6415         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6417 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6419         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6420         servers.
6422 2011-03-16  Julien Danjou  <julien@danjou.info>
6424         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6425         inline.
6427         * gnus-art.el (article-hide-list-identifiers):
6428         Use gnus-group-get-list-identifiers.
6430         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6431         (gnus-summary-remove-list-identifiers):
6432         Use gnus-group-get-list-identifiers to get regexp.
6433         (gnus-select-newsgroup, gnus-summary-insert-subject)
6434         (gnus-summary-insert-articles):
6435         Call gnus-summary-remove-list-identifiers unconditionally.
6437 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6440         we're selecting a group with unread articles.
6442         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6444         * gssapi.el: New file separated out from imap.el to provide a general
6445         Kerberos 5 connection facility for Emacs.
6447         * message.el (message-elide-ellipsis): Document the format spec
6448         ellipsis.
6450 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6452         * message.el (message-elide-region): Allow the ellipsis to say how many
6453         lines were removed.
6455 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6458         window configurations containing buffers that are now dead.
6460         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6461         parsing to avoid integer overflows.
6462         (nnimap-parse-flags): Simplify the last change.
6463         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6464         too large for 32-bit Emacsen.
6466 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6468         * auth-source.el (auth-source-netrc-create):
6469         * message.el (message-yank-original): Fix use of `case'.
6471 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6473         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6474         XEmacs, which was one character too wide.
6476 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6478         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6479         default number of articles to display.
6480         (gnus-articles-to-read): Use pretty names for prompt.
6482 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484         * gnus-int.el (gnus-open-server): Ditto.
6486         * gnus-start.el (gnus-activate-group): Give a backtrace if
6487         debug-on-quit is set and the user hits `C-g'.
6488         (gnus-read-active-file): Ditto.
6490         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6492 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6494         * message.el (message-yank-original): Use cond instead of CL case.
6496 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6498         * auth-source.el (auth-source-netrc-create): Use usual format for the
6499         default in prompts.
6501 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6503         * lpath.el: Fbind read-char-choice for XEmacs.
6505 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6507         * auth-source.el (auth-source-netrc-create): Show the default in the
6508         prompt when prompting for token creation.
6510 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6512         * auth-source.el (auth-source-format-prompt): Always convert the value
6513         to a string to avoid evaluating non-string arguments.
6514         (auth-source-netrc-create): Offer default properly, not as initial
6515         content in `read-string'.
6516         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6517         of line to determine if we've been run before.  If so, don't run again,
6518         but print a trivial message to indicate the cache was hit instead.
6520 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6522         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6523         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6524         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6525         Gnus.
6527 2011-03-11  Julien Danjou  <julien@danjou.info>
6529         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6530         modified file".
6532 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6534         * auth-source.el (auth-source-read-char-choice): New function to read a
6535         character choice using `dropdown-list', `read-char-choice', or
6536         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6537         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6538         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6539         (auth-source-netrc-saver): Use it.
6540         (auth-source-pick-first-password): New convenience function.
6542 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6544         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6545         parameter in the credentials.
6546         (nnimap-open-connection-1): Use it after a successful login.
6547         (nnimap-credentials): Add IMAP-specific user and password prompt.
6549         * auth-source.el (auth-source-search): Add :require parameter, taking a
6550         list.  Document it and the :save-function return token.  Pass :require
6551         down.  Change the CREATED message from a warning to a debug statement.
6552         (auth-source-search-backends): Pass :require down.
6553         (auth-source-netrc-search): Pass :require down.
6554         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6555         Change save prompt to indicate all modifications saved here are
6556         deletions.
6557         (auth-source-netrc-create): Take user login name as default in user
6558         prompt.  Move all the save functionality to a lexically bound function
6559         under the :save-function token in the returned list.  Set up clearer
6560         default prompts for user, host, port, and secret.
6561         (auth-source-netrc-saver): New function, intended to be wrapped for
6562         :save-function.
6564 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6567         lines to be spaces instead.
6569 2011-03-07  Julien Danjou  <julien@danjou.info>
6571         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6572         (sieve-sasl-auth): Check that auth-source-search did return something,
6573         or just return an empty string.
6575 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6577         * gnus.el (gnus-interactive): Use read-directory-name.
6579         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6580         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6581         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6582         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6583         Likewise.
6585         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6587 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6589         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6590         onto the list of killed groups, too.  This makes killed nnimap groups,
6591         for instance, more reliably not reappear.
6593         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6594         the parent.
6596         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6598         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6599         really have server-side marks.
6601         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6602         since most backends do not usefully have server-side marks.
6603         (gnus-update-read-articles): Propagate marks to all backends that
6604         really have server-side marks.
6606 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6608         * message.el (message-cite-reply-position, message-cite-style):
6609         New variables.
6610         (message-yank-original): Use the new citation styles.
6612 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6614         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6615         buffer-local issue); don't mark it buffer-local when running under
6616         XEmacs.
6618 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6620         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6621         numbers too big to be `read'.
6623 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6625         * password-cache.el (password-in-cache-p): Add autoload.
6627         * message.el (message-options): Make buffer-local two ways to attempt
6628         to fix a XEmacs bug.
6630 2011-03-02  Julien Danjou  <julien@danjou.info>
6632         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6634 2011-03-01  Julien Danjou  <julien@danjou.info>
6636         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6637         group.
6638         (article-hide-list-identifiers): Use list-identifier group parameter.
6640 2011-02-28  Julien Danjou  <julien@danjou.info>
6642         * sieve.el (sieve-buffer-script-name): New local variable to store
6643         sieve script name.
6644         (sieve-edit-script): Store sieve script name.
6645         (sieve-upload): Use sieve script name when uploading.
6646         (sieve-upload): Use substitute-command-keys.
6647         (sieve-edit-script): Use substitute-command-keys.
6648         (sieve-refresh-scriptlist): Use substitute-command-keys.
6649         (sieve-manage-mode-map): Define keymap properly.
6650         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6651         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6652         Remove commented code about cvs.
6653         (sieve-manage-quit): New function.
6654         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6656 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6658         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6660 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6662         * auth-source.el (auth-source-search): Cache empty result sets.
6664         * password-cache.el (password-in-cache-p): Convenience function to
6665         check if a key is in the cache, even if the value is nil.
6667         * auth-source.el (auth-source-save-behavior): New variable to replace
6668         `auth-source-never-create'.
6669         (auth-source-netrc-create): Use it.
6670         (auth-source-never-save): Remove.
6672 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6674         * nnimap.el (nnimap-stream): Doc fix.
6675         (nnimap-open-connection-1): Reverse the order of the ports to that the
6676         prompted-for port is first.
6678         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6679         retrieval by the no-group selection.
6681         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6682         numerical parameters.
6684 2011-02-25  Julien Danjou  <julien@danjou.info>
6686         * gnus-gravatar.el: Use gnus-with-article-buffer.
6688         * gnus-art.el (gnus-with-article-buffer): Check that the
6689         gnus-article-buffer is alive.
6691 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6693         * auth-source.el (auth-source-creation-prompts): New variable to manage
6694         creation-time prompts.
6695         (auth-source-search): Document it.
6696         (auth-source-format-prompt): Add utility function.
6697         (auth-source-netrc-create): Don't default the user name to
6698         user-login-name.  Use `auth-source-creation-prompts' and some default
6699         prompts for user, host, port, and password (the default generic prompt
6700         remains ugly).
6701         (auth-source-never-save): Add customizable option to never save info.
6702         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6703         mode excursion.
6705 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6707         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6708         argument that XEmacs doesn't support.
6710         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6711         compiled for Emacsen having no `libxml-parse-html-region' support.
6713         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6715         * lpath.el: Bind buffer-save-without-query for XEmacs.
6717 2011-02-23  Julien Danjou  <julien@danjou.info>
6719         * gnus-art.el (article-make-date-line): Ignore errors if time is
6720         invalid and not convertible.
6721         (article-make-date-line): Only add lapsed time if time is not nil.
6723 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6725         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6726         `read-char-choice' for backwards compatibility.
6727         (auth-source-netrc-element-or-first): New function to DTRT for
6728         parameter extraction.
6729         (auth-source-netrc-create): Use it and fix multiple parameter print
6730         bug.  Use the default passed from above (given-default) or the
6731         built-in (user-login-name for :user).
6733 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6735         * gnus-start.el (gnus-dribble-read-file):
6736         Set buffer-save-without-query, since we always want to save the dribble
6737         file, probably.
6739         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6740         nnimap.
6742         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6743         -summary- since it's a user-visible variable.
6745         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6746         first time you use the new Gnus.
6748 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6750         * auth-source.el: Don't load netrc.el.
6751         (auth-sources): Search ~/.netrc as well by default.
6752         (auth-source-debug): Add 'trivia option for extra output.
6753         (auth-source-do-trivia): Use it.
6754         (auth-source-search): Simplify logic to use
6755         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6756         appropriate.  Don't keep a running count at this level.  Layer :create
6757         and :delete options appropriately on the first and second passes.
6758         Don't track the backend with the search results.
6759         (auth-source-search-backends): New function to search a list of
6760         backends for a processed spec.
6761         (auth-source-netrc-parse): Cache all netrc files, making
6762         auth-source-netrc-cache an alist keyed by the file name and using the
6763         file mtime as the caching criterion.  Keep the obfuscated data secret
6764         with a lexical bind.
6765         (auth-source-netrc-search): Don't calculate the length of the results
6766         unnecessarily.
6767         (auth-source-search-backends): Fix bug.
6768         (auth-source-netrc-create): Rework prompts.
6770 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6772         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6773         Lower case names of search constraints.
6774         (nnir-run-query): Cache and reuse search constraints for all imap
6775         servers.
6777 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6779         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6780         after exit.
6781         (gnus-setup-message): Define missing variable from last checkin.
6783         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6784         value, show the raw article.
6786 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6788         * gnus.el: No Gnus v0.13 is released.
6790 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6792         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6793         auth-source now accepts numbers.
6795         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6796         spec, too.
6797         (auth-source-ensure-strings): New function.
6799         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6800         (gnus-article-setup-buffer): Always restart the date timer so that user
6801         changes to the frequency is respected.
6803         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6804         port numbers, so make sure it gets that if nnimap-server-port is
6805         explicit.
6807 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6809         * nnimap.el (nnimap-inbox): Doc fix.
6811 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6813         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6814         Autoload.  Add optional arg FRAME, and pass it to color-values.
6815         (color-complement): Caller changed.  Doc fix.
6816         (color-gradient): Rewrite for better clarity and efficiency.
6818 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6820         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6821         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6822         color-lab-to-srgb.
6824 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6826         * color.el: First part of merge from hexrgb.el.
6827         (color-rgb-to-hex): Rename from color-rgb->hex.
6828         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6829         saturation to zero if the value is too small.
6830         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6831         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6832         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6833         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6834         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6835         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6836         (color-cie-de2000): Doc fix.
6838 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6840         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6841         given method as in the group name if we're using an extended method.
6842         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6843         command, if we're using that, instead of waiting for the beginning.
6845         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6846         we're sure to get unique server names, and we don't output two async
6847         commands in the same buffer.  This fixes an NNTP hang for some users.
6849 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6851         * gnus.el: No Gnus v0.11 is released.
6853 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6855         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6856         summary buffer before reading going to the next buffer.  This avoids
6857         putting the point in the group buffer if you `C-g' the command.
6859         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6860         cache (for now) to make ~/.authinfo.gpg files usable.
6862         * nnfolder.el (copyright-update): Define for the compiler.
6864         * auth-source.el (auth-source-search): Fix unbound variable.
6866 2011-02-19  Glenn Morris  <rgm@gnu.org>
6868         * gnus.el (gnus-meta): Doc fix.
6870 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6872         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6873         in case it's not yet loaded.
6875 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6877         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6878         line we're waiting for.
6880 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6882         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6883         face with line-width greater than zero will cause RET in gnus summary
6884         buffer to scroll down article page-wise because auto vscroll happens,
6885         it should be temporally disabled when doing a scroll-up.
6887 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6889         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6890         outputs from the server.
6892 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6894         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6895         later so that bbdb can hook in easier.
6897 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6899         * auth-source.el (auth-source-search): Don't try to create credentials
6900         if the caller doesn't want that.
6901         (auth-source-search): If we don't find a match, don't bug out on
6902         non-bound variables.
6903         (auth-source-search): Only ask a single backend to create the
6904         credentials.
6906         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6907         logging.
6908         (nnimap-credentials): Protect against auth-source-search returning nil.
6909         (nnimap-request-list): Protect against not being able to open the
6910         server.
6912 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6914         * auth-source.el (auth-source-search): Do a two-phase search, one with
6915         no :create to get the responses from all backends.
6917         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6918         when getting credentials.
6920         * gnus-util.el (gnus-delete-duplicates): New function.
6922 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6924         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6925         a creation default, pass the whole port list down.  It will be
6926         completed.
6928         * auth-source.el (auth-source-search): Updated docs to talk about
6929         multiple creation choices.
6930         (auth-source-netrc-create): Accept a list as a value (from the search
6931         parameters) and do completion on that list.  Keep a separate netrc line
6932         with the password obscured for showing the user.
6934         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6935         first choice to `auth-source-search' so it will be used for entry
6936         creation instead of the server's Gnus-specific name.
6937         (nnimap-credentials): Rely on the auth-source library to select which
6938         port is actually wanted in the new netrc entry, so don't override
6939         `auth-source-creation-defaults'.
6941         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6942         :protocol and accept a missing user, host, or port as a wildcard match.
6943         (auth-source-debug): Default to off.
6945         (auth-source-netrc-search, auth-source-netrc-create)
6946         (auth-source-secrets-search, auth-source-secrets-create)
6947         (auth-source-user-or-password, auth-source-backend, auth-sources)
6948         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6949         instead of :protocol.
6951         * nnimap.el (nnimap-credentials): Pass a port default to
6952         `auth-source-search' in case an entry needs to be created.
6953         (nnimap-open-connection-1): Use :port instead of :protocol.
6955 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6957         * auth-source.el: Bind load-path when loading EIEIO from
6958         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6959         21.4 doesn't support, to `require'.
6960         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6961         delete-dups that is not available in XEmacs 21.4.
6963 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6965         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6966         as EIEIO must also be loaded when auth-source.el is being
6967         byte-compiled.
6969 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6971         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6973         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6975         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6977         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6979         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6981         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6983         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6985         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6986         necessary.
6988 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6990         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6991         nil means that nnimap doesn't get updated.
6993 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6995         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6996         result when the user doesn't want to write to the file.
6997         (auth-source-netrc-search): Expect a synthetic result and proceed
6998         accordingly.
6999         (auth-source-cache-expiry): New variable to override
7000         `password-cache-expiry'.
7001         (auth-source-remember): Use it.
7003         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7004         parameter.  Create entry if necessary by using :create t.
7005         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7007 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7009         * auth-source.el (auth-source-debug): Enable by default and don't
7010         mention the obsolete `auth-source-hide-passwords'.
7011         (auth-source-do-warn): New function to debug unconditionally.
7012         (auth-source-do-debug): Use it.
7013         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7014         and for Secrets API entries when the secrets.el library is not
7015         available.
7017 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7019         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7020         (gnus-summary-exit): Kill the correct article buffer on exit from a
7021         `C-d' group.
7023         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7024         gnus-propagate-marks.
7026         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7027         before killing the buffers so that a non-full window conf gets handled
7028         correctly.
7029         (gnus-summary-exit): Ditto.
7030         (gnus-summary-read-group-1): Ditto.
7032         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7033         async code again so that we can debug it properly.
7035         * message.el (message-reply): Take an optional switch-buffer parameter
7036         so that Gnus window confs are respected better.
7038 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7040         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7041         `plist-get' to accept non-list parameters (XEmacs issue).
7042         Fix docstring.
7043         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7044         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7045         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7046         Login collection is "Login" and not "login".
7048 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7050         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7051         multiple headers.
7053         * nnimap.el (nnimap-inhibit-logging): New variable.
7054         (nnimap-log-command): Don't log login commands.
7056         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7057         to have more parameters.
7059         * nnimap.el (nnimap-send-command): Mark the command time for each
7060         command, so that we don't get NOOPs stepping on our toes.
7062         * gnus-art.el (article-date-ut): Get the date from the Date header on
7063         `t'.
7065 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7067         * auth-source.el (auth-source-search): Use copy-sequence instead of
7068         the cl.el copy-list.
7070 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7072         * imap.el: Bring it back (revert
7073         84d800cd31de3064f0ed39617d725709a2f8f42f).
7075 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7077         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7078         Improve prompt.
7080 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7082         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7083         washing status from the default format.  It isn't very informative.
7085 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7087         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7088         Fix Gcc processing on imap.
7090 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7092         * imap.el: Remove file.  All the functionality is in nnimap.el.
7094 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7096         * message.el (message-bury): Don't pop up a new window when selected
7097         window is dedicated.
7099 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7101         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7103 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7105         * sieve-manage.el: Autoload `auth-source-search'.
7106         (sieve-sasl-auth): Use it.
7108 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7110         * nnimap.el: Autoload `auth-source-forget+'.
7111         (nnimap-open-connection-1): Use it if the connection fails.
7113         * auth-source.el: Require `password-cache'.
7114         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7115         obsolete.
7116         (auth-source-magic): Marker for `password-cache' keys.
7117         (auth-source-do-cache): Update docstring.
7118         (auth-source-search): Use and check cache.
7119         (auth-source-forget-all-cached, auth-source-remember)
7120         (auth-source-recall, auth-source-forget, auth-source-forget+)
7121         (auth-source-specmatchp): Caching support functions.
7122         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7123         Remove and obsolete.
7124         (auth-source-user-or-password): Remove caching to further discourage
7125         using it.  Always hide passwords.
7127         * password-cache.el (password-cache-remove): Accept secrets that are
7128         not strings.
7130 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7132         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7133         code for now, since it doesn't work for all users.
7135 2011-02-09  Julien Danjou  <julien@danjou.info>
7137         * message.el (message-options): Make message-options really buffer
7138         local.
7140 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7142         * mail-source.el: Autoload `auth-source-search'.
7143         (mail-source-keyword-map): Note order matters.
7144         (mail-source-set-1): Get all the mail-source source values and
7145         defaults and search auth-source on those if needed.  This can all
7146         probably be simplified.
7148         * nnimap.el: Autoload `auth-source-search'.
7149         (nnimap-credentials): Use it.
7150         (nnimap-open-connection-1): Ask for the virtual server and physical
7151         address in one shot.
7153         * nntp.el: Autoload `auth-source-search'.
7154         (nntp-send-authinfo): Use it.  Note TODO.
7156 2011-02-08  Julien Danjou  <julien@danjou.info>
7158         * shr.el (shr-tag-body): Add support for text attribute in body
7159         markups.
7161         * message.el (message-options): Make message-options a local variable.
7163 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7165         * auth-source.el (auth-source-secrets-search)
7166         (auth-source-user-or-password): Use `append' instead of `nconc'.
7167         (auth-source-user-or-password): Build return list better and protect
7168         against nil :secret.
7170 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7172         * nnimap.el (nnimap-update-info): Refactor slightly.
7173         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7174         (nnimap-update-info): Clean up slightly.
7175         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7176         characters.
7177         (nnimap-process-quirk): Rename function to avoid collision.
7178         (nnimap-update-info): Fix macrology bug-out.
7179         (nnimap-update-info): Simplify split history test.
7181 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7183         * auth-source.el (top): Require 'eieio unconditionally.
7184         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7185         (auth-source-secrets-search): Limit search when `max' is greater than
7186         number of results.
7188 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7190         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7191         part not returning any data.
7193         * proto-stream.el (open-protocol-stream): Document the return value.
7195 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7197         * auth-source.el (auth-source-secrets-search): Add examples.
7199 2011-02-06  Julien Danjou  <julien@danjou.info>
7201         * message.el (message-setup-1): Handle message-generate-headers-first
7202         set to t.
7204 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7206         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7207         API with a string "secrets:collection-name" and with 'default.
7208         (auth-source-backend-parse): Parse "secrets:collection-name" and
7209         'default.  Recurse on parses instead of repeating code.  Use the
7210         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7211         message when ignoring a source.
7212         (auth-source-search): List ignored search keys at the top level.
7213         (auth-source-netrc-create): Use `case' instead of `cond'.
7214         (auth-source-secrets-search): Created with TODOs.
7215         (auth-source-secrets-create): Created with TODOs.
7216         (auth-source-retrieve, auth-source-create, auth-source-delete)
7217         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7218         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7219         (auth-source-user-or-password-sftp)
7220         (auth-source-user-or-password-smtp): Remove.
7221         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7222         around `auth-source-search'.  Not tested thoroughly.
7224 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7226         * auth-source.el: Bring in assoc and eioeio libraries.
7227         (secrets-enabled): New variable to track the status of the Secrets API.
7228         (auth-source-backend): New EIOEIO class to represent a backend.
7229         (auth-source-creation-defaults): New variable to set prompt defaults
7230         during token creation (see the `auth-source-search' docstring for
7231         details).
7232         (auth-sources): Simplify to allow a simple string as a netrc backend
7233         spec.
7234         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7235         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7236         (auth-source-search): Main auth-source API entry point.
7237         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7238         (auth-source-search-collection): Helper function for searching.
7239         (auth-source-netrc-parse, auth-source-netrc-normalize)
7240         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7241         Supports search, create, and delete.
7242         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7243         backend stubs.
7244         (auth-source-user-or-password): Call `auth-source-search' but it's not
7245         ready yet.
7247 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7249         * message.el (message-setup-1): Remove the read-only stuff, since it
7250         doesn't work under XEmacs, for some reason.
7252         * gnus-sum.el (gnus-user-date): Rename back from
7253         gnus-summary-user-date since user code refers to it.
7255         * shr.el (shr-render-td): Store the actual background color used.
7257         * message.el (message-setup-1): Don't bind the constant
7258         -forbidden-properties.
7259         (message-setup-1): Revert previous change, since it needs to bind the
7260         props to insert them.
7261         (message-resend): Allow removing the read-only separator line.
7263 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7265         * nnimap.el (nnimap-request-accept-article): Give an error message if
7266         the APPEND wasn't successful.
7268 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7270         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7271         that have no groups.
7273 2011-02-03  Julien Danjou  <julien@danjou.info>
7275         * gnus-draft.el: Remove progn around gnus-draft-setup.
7277 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7279         * gnus-start.el (gnus-read-active-for-groups): This function is never
7280         called with a nil `infos', so clean that up.
7281         (gnus-get-unread-articles): Request active files from primary/secondary
7282         methods that have no groups (yet).
7284 2011-02-03  Julien Danjou  <julien@danjou.info>
7286         * message.el (message-setup-1): Always generate References first.
7287         (message-mail): Return the return value of message-setup, not always t.
7288         (message-setup-1): Insert mail-header-separator with read-only and
7289         intangible properties set.
7291         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7292         user-date in docstring.
7294         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7296         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7297         docstring.
7299         * gnus.el (gnus-user-date-format-alist): Change default value.
7300         Use defcustom, with type and group.  Move from gnus-util.el.
7301         Rename to gnus-summary-user-date-format-alist.
7303 2011-02-03  Glenn Morris  <rgm@gnu.org>
7305         * nnimap.el (gnus-fetch-headers): Declare.
7307         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7309 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7311         * message.el (message-forward-make-body-digest-plain)
7312         (message-followup, message-reply): Clean up things noted by Stefan.
7314         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7315         gnus-article-update-date-headers is nil.
7316         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7317         it didn't really work with defcustom.
7318         (article-update-date-lapsed): Make sure the window start doesn't move,
7319         either.
7321 2011-02-01  Julien Danjou  <julien@danjou.info>
7323         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7324         format.
7326         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7327         standard in Emacs nowadays.
7329         * color.el (color-gradient): Add a color-gradient function.
7331 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * message.el (message-expand-name): Don't trust the return value of
7334         bbdb-complete-name.
7335         (message-check-news-header-syntax): Remove unused var `start'.
7336         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7337         (message-inhibit-body-encoding): Move to before first use.
7338         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7339         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7340         (Organization, Message-ID, Date, mh-previous-window-config):
7341         Defvar the vars using dynamic scoping.
7343 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7345         * shr.el (shr-render-td): Only do colors at the final rendering.
7346         Should be slightly faster.
7347         (shr-insert-table): Fix up TD background colors when doing the
7348         vertical padding.
7350         * gnus-art.el (article-date-ut): Protect against articles with no Date
7351         header.
7352         (article-update-date-lapsed): Don't use current-column to find the
7353         horizontal position.  It's fragile in the presence of \003 characters.
7355         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7357 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7359         * gnus-art.el (article-transform-date): Rewrite to still work when
7360         there are several rfc2822 parts.
7361         (article-transform-date): Fix infinite recursion.
7362         (article-date-ut): Replace infinitely many Date headers with a single
7363         one when called interactively.
7365         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7366         secure manner.
7368         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7369         move around by not using save-window-excursion.  It seems to work...
7371 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7373         * gnus-art.el (article-make-date-line): Work for user-defined format.
7375 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7377         * nntp.el (nntp-retrieve-group-data-early)
7378         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7379         fetching functions.
7381         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7382         thoroughly for all backends that have no known groups.  This should
7383         allow new nnml methods to retrieve mail.
7385         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7386         that Gnus doesn't know exists again.
7388         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7389         (gnus-treat-date-ut): Ditto.
7390         (gnus-article-update-date-header): Rename.
7391         (gnus-treat-date-local): Remove.
7392         (gnus-treat-date-english): Remove.
7393         (gnus-treat-date-lapsed): Remove.
7394         (gnus-treat-date-combined-lapsed): Remove.
7395         (gnus-treat-date-original): Remove.
7396         (gnus-treat-date-iso8601): Remove.
7397         (gnus-treat-date-user-defined): Remove.
7398         (gnus-article-date-headers): New variable to control all the date
7399         header options.
7400         (article-date-ut): Rewrite to allow using the new way to format date
7401         headers(s).
7403 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7405         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7406         method.
7407         (nnmail-article-group): A better test for fanciness.
7409         * nnimap.el (nnimap-request-head): Protect against not finding the
7410         article by Message-ID.
7412 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7414         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7415         keep point at the "same place".
7417 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7419         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7420         data if the group is inactive.
7422 2011-01-28  Julien Danjou  <julien@danjou.info>
7424         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7425         (gnus-all-windows-visible-p): Remove old compatibility code.
7426         (gnus-window-top-edge): Add docstring.
7428         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7430 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7432         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7433         older request-update-info.
7435         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7437 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7439         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7440         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7442 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7444         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7445         groups.  This makes the nndraft:queue group pop up if it's not already
7446         there.
7448         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7449         messages" logic, which was reversed.
7451         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7452         the "same place" even if point is on the line being replaced.
7453         (article-update-date-lapsed): Allow updating both the combined lapsed
7454         and the lapsed headers.
7455         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7456         (article-make-date-line): Limit the number of segments dynamically to
7457         avoid too-long lines.
7459 2011-01-27  Julien Danjou  <julien@danjou.info>
7461         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7462         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7464 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7466         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7467         Use plist-get instead of the cl function getf.
7469 2011-01-27  Glenn Morris  <rgm@gnu.org>
7471         * gnus-util.el (float-time): Get rid of compiler warning, again.
7473 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7475         * shr.el (shr-put-color): Special-case background colors: Do put them
7476         at the blank parts at the front of the lines.
7478         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7479         exit hook to nix out all data on readedness on group exit.
7481         * gnus-util.el (float-time): If float-time is bound, always use it on
7482         all Emacsen.  It's unclear why the subrp check was there.
7483         (time-date): Require to make some autoload issues on XEmacs go away.
7485         * shr.el (shr-put-color): Don't do the box padding in tables, since
7486         they're already padded.
7488 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7490         * gnus-art.el (gnus-article-next-page): When the last line of the
7491         article is displayed, scroll down once more instead of going to the
7492         next article at once.
7493         (article-lapsed-string): Refactor out and allow specifying how many
7494         segments you want.
7495         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7496         (gnus-article-update-lapsed-header): New variable.
7498         * shr.el: Revert change that made headings use different-sized faces.
7499         The Emacs display engine isn't advanced enough that, for instance,
7500         tables can comfortably use differently-sized faces.
7502 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7504         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7505         used.
7506         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7507         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7508         we're using an encrypted connection.
7510         * proto-stream.el: Alter the interface functions to also return the
7511         actual stream type used: network or tls.
7513 2011-01-25  Julien Danjou  <julien@danjou.info>
7515         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7516         (mm-display-javascript-inline): New function.
7518         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7519         viewing function.
7521 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7523         * shr.el (shr-expand-newlines): Fix variable name.
7525 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7527         * shr.el (shr-expand-newlines): Make nested boxes work.
7529 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7531         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7532         backgrounds.
7533         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7534         in a more sensible manner.
7536 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7538         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7539         if EPG is loaded.
7541 2011-01-24  Julien Danjou  <julien@danjou.info>
7543         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7544         tags.
7546 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7548         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7549         commands.
7551         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7552         in the article buffer.
7553         (gnus-gravatar-insert): Use blank space from the current buffer to
7554         avoid breaking text properties.  This makes X-Sent updating work again.
7556         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7558 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7560         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7561         fix the bug in url-http.el instead.
7563         * shr.el (shr-image-fetched): Ditto.
7565         * shr.el (shr-image-fetched): Avoid having point move in the article
7566         buffer.
7568         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7569         buffer after being called.  It's apparently being killed by url.el, and
7570         killing it made point move to end-of-buffer in a random buffer.
7572         * shr.el (shr-image-fetched): Ditto.
7574 2011-01-23  Julien Danjou  <julien@danjou.info>
7576         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7578         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7579         text/x-org.
7581 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7583         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7584         (i.e., nnimap) returning nil as the article number.
7586 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7588         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7589         "DelSp" parameter in RFC3676.
7591 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7593         * message.el (message-check-recipients): Display the encoded version of
7594         the bogus address if they differ.
7596         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7597         after sending.
7599         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7601         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7603         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7604         group buffer after sending the queue.
7606         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7608 2011-01-22  Julien Danjou  <julien@danjou.info>
7610         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7612 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7614         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7615         nested related parts.
7617         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7618         unexpired articles.  This fixes the regression that led expiry marks to
7619         disappear from nnfolder groups.
7621 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7623         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7624         Don't confuse the "ret" of "retrograde" with RET.
7626 2011-01-21  Julien Danjou  <julien@danjou.info>
7628         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7629         than mm-insert-inline.
7631 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7633         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7634         Widen article buffer.
7636 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7638         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7639         the temp buffer.
7640         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7642 2011-01-20  Julien Danjou  <julien@danjou.info>
7644         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7646         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7647         than mm-insert-inline to insert inline part: this respect
7648         mm-inline-media-tests displayers.
7650         * mm-view.el (mm-display-shell-script-inline): New function.
7652         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7654         * mm-uu.el (mm-uu-type-alist): Add org block.
7655         (mm-uu-org-src-code-block-extract): New function.
7657         * mm-view.el (mm-display-org-inline): New function.
7659         * mm-decode.el (mm-automatic-display): Add text/org.
7661         * mailcap.el (mailcap-mime-extensions): Add .org.
7663 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7665         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7666         gnus-article-add-buttons.
7668 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7670         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7671         From header with a date and "nobody" as the sender.
7673 2011-01-19  Julien Danjou  <julien@danjou.info>
7675         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7676         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7677         if you have the same regexp several times.
7678         (gnus-button-push): Fix matching when regexp is symbol.
7680 2011-01-15  Glenn Morris  <rgm@gnu.org>
7682         * message.el (message-mail): A compose-mail function should
7683         accept headers as strings.
7685 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7687         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7688         Add :vert-only tags.
7689         (message-mail): New arg RETURN-ACTION.
7690         (message-return-action): New var.
7691         (message-bury): Use it.
7692         (message-mode): Make it buffer-local.
7693         (message-send-and-exit): Always call message-bury.
7695         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7696         message-mail.
7698 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700         * nnimap.el (nnimap-convert-partial-article): Protect against
7701         zero-length body parts.
7703         * mm-decode.el (mm-preferred-alternative-precedence):
7704         Discourage showing empty parts.
7706         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7707         and stuff if the backend didn't return the article number.  This fixes
7708         an Exchange-related nnimap bug.
7710         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7711         group window, because it does the wrong thing when a separate frame
7712         displays the group buffer.
7714         * proto-stream.el (open-protocol-stream): Protect against the low-level
7715         transport functions returning nil.
7717 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7719         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7720         (mml2015-epg-find-usable-secret-key): New function.
7721         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7722         mml2015-epg-find-usable-key (Bug#7797).
7723         (mml2015-epg-encrypt): Ditto.
7725 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7727         * dgnushack.el (rot13-string): Fix the way to get the argument.
7729 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7733 2011-01-03  Glenn Morris  <rgm@gnu.org>
7735         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7737         * sieve.el (sieve-open-server): Give a more explicit error if
7738         sieve-manage-open returns nil.  (Bug#7720)
7740 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7742         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7744 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7747         This avoids sending passwords in plain text over non-encrypted
7748         channels.
7750         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7752         * nnimap.el (nnimap-login): Refactored out into own function, and
7753         implement CRAM-MD5.
7754         (nnimap-wait-for-line): Refactored out.
7756         * mm-view.el (mml-smime): Require.
7758 2010-12-20  David Engster  <deng@eml.cc>
7760         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7761         use EPG to decrypt S/MIME messages instead of openssl.
7763 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7767         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7768         status is the group clearly is unreachable.
7770         * auth-source.el (auth-source-create): Add the optional second
7771         parameter to `local-variable-p' to be compatible with XEmacs.
7773 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7775         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7776         work when using a compressed nnml folder.
7778 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7781         backends after sanitising on entry, because this never makes sense:
7782         If the articles have gone missing, then the data no longer exists on
7783         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7784         overwrite anything anyway.
7786         * shr.el (shr-insert-document): Bind shr-width dynamically to
7787         window-width if it's nil.
7789 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7791         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7792         with the meaning of using the full emacs window width for rendering.
7794 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7796         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7797         case when sender is not given.
7799 2010-12-23  Julien Danjou  <julien@danjou.info>
7801         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7802         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7803         the addresses, otherwise we might misplaced the gravatar.
7805 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7807         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7808         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7809         obsolete in Emacs.
7811 2010-12-20  Julien Danjou  <julien@danjou.info>
7813         * gnus-util.el (gnus-rescale-image): Revert last change.
7815 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7817         * binhex.el: Improve commentary (Bug#7482).
7819 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821         * gnus-group.el (gnus-group-delete-articles): New command.
7823 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7825         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7827 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7830         here, since it's up to the backends to do CRLF removal if their
7831         protocol has it.
7833         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7835 2010-12-17  Julien Danjou  <julien@danjou.info>
7837         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7838         they are from file.  Can also scale up.
7840 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7842         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7843         Restore gnus-use-agent.
7844         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7846         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7848 2010-12-17  Julien Danjou  <julien@danjou.info>
7850         * gravatar.el (gravatar-retrieve-synchronously): New function.
7851         (gravatar-get-data): Make more robust.
7853 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7855         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7857 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7860         to really consider the last line.
7862 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7864         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7865         list of recipient keys, or use symmetric encryption if not a list.
7866         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7867         EPA override, replacing the call to `netrc-store-data'.
7869 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7871         * gnus-srvr.el: Avoid passing nil regexp argument to
7872         delete-matching-lines.
7874 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7877         fetching stops when Gnus exits.
7879         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7880         function.
7881         (nnfolder-request-expire-articles): Save all the buffers after doing
7882         expiry.
7884         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7885         the last article", since that led to serious performance regressions
7886         when expiring nnml groups.
7888 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7890         * nnir.el: Improve customizations.
7892 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7896         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7897         group has been killed.
7898         (gnus-group-yank-group): Ditto.
7900         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7902         * nnimap.el (nnimap-request-update-group-status): New function.
7904         * gnus-int.el (gnus-request-update-group-status): New interface
7905         function.
7907         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7908         copying read-ness to the backends.
7910         * nnimap.el (nnimap-quirk): New function.
7911         (nnimap-retrieve-group-data-early): Use it.
7912         (nnimap-quirks): New alist.
7914 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7916         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7917         don't delete it within indentation.
7919 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7922         previous line.
7924 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7927         QRESYNC command by deleting a superfluous space which broke Cyrus
7928         servers.  This change will break other servers that are buggy the other
7929         way around.
7931 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7933         * spam.el: Reindent and fix long lines.
7934         (spam-copy-or-move-routine): Exclude invalid move destinations.
7936 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7938         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7939         installed the registry.
7941 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7943         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7945 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7947         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7948         groupname doesn't contain "gmane".
7950 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7953         and netrc-bound-and-true-p bindings.
7954         (netrc-parse): Cache the netrc contents.
7956         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7957         (gnus-1): Don't create the nndrafts group twice.
7958         (gnus-setup-news): There's no need to read the active file here, since
7959         that's done again later on a per-backend basis.
7960         (gnus-start-draft-setup): Make sure that the new group is started out
7961         empty.
7963         * gnus-agent.el (gnus-agentize): Don't create the queue group
7964         automatically on startup.  It'll be created later, if needed.
7966         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7967         of automatically subscribed groups.
7968         (gnus-auto-subscribed-categories): New variable.
7969         (gnus-matches-options-n): Use it.
7970         (gnus-default-subscribed-newsgroups): Remove unused variable.
7971         (gnus-start-draft-setup): Message a bit less.
7973 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7975         * nnir.el (nnir-run-imap): Return article list in order of increasing
7976         UID.
7978 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7980         * gnus-sum.el (gnus-summary-enter-digest-group):
7981         Mention gnus-auto-select-on-ephemeral-exit.
7983         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7984         convention of the network-only option.
7986 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988         * proto-stream.el (proto-stream-open-network-only): New function to
7989         have a way to specify non-STARTTLS upgrade connections.
7991 2010-12-10  Julien Danjou  <julien@danjou.info>
7993         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7994         email address is nil.
7996         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7998 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8000         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8001         deletion.
8002         (nnir-run-imap): Only need to parse list once.
8004 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006         * shr.el (shr-tag-script): Ignore <script>.
8007         (shr-tag-label): Add <label> support.
8009 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8011         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8013         * shr.el (shr-image-displayer): Work for images lined side by side.
8015 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8017         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8018         parameter, since XEmacs doesn't accept t as a parameter.
8020 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8022         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8023         ids.
8024         (nnir-run-gmane): Simplify groupspec formatting.
8025         (nnir-request-expire-articles): New function.
8027 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8030         overflow, possibly.
8032         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8033         (shr-render-td): Handle td style="" better.
8034         (shr-tag-table): Use the color from the style sheet.
8035         (shr-render-td): Make sure we copy over all the overlays, too.
8037 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8039         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8040         (nnir-request-article): Improve article retrieval.
8042 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8044         * mm-util.el (mm-extra-numeric-entities): New variable.
8046         * mm-url.el (mm-url-decode-entities):
8047         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8049         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8051 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8053         * message.el: Use completion-at-point.
8054         (message-completion-function): New fun, extracted from message-tab.
8055         (message-mode): Use it for completion-at-point-functions.
8056         (message-tab): Use it and completion-at-point.
8058 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8060         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8061         character if a non-breakable character follows.
8063 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8065         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8066         any stream.
8068         * shr.el (shr-tag-font): Colorize the region.
8069         (shr-tag-body): Ditto.
8070         (shr-tag-font): Actually let the styles be inherited instead of
8071         overwriting them.
8072         (shr-tag-font): Get the background color right.
8073         (shr-tag-style): Ignore all <style> tags for the moment.
8075         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8076         a Message-ID to avoid having nnimap depend on gnus-sum.
8078         * shr.el (shr-descend): Only colorize something if we have a node that
8079         sets colors.
8081 2010-12-06  Julien Danjou  <julien@danjou.info>
8083         * shr.el (shr-render-td): Render td content with shr-descend, so style
8084         will be applied to <td> too.
8085         (shr-colorize-region): Colorize region even if we only have a background.
8086         (shr-tag-body): Fix color and background color inheritance.
8087         Do not recolorize after shr-generic.
8088         (shr-tag-font): Let shr-generic colorize via inheritance.
8090 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8092         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8094 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8096         * nnir.el (nnir-request-move-article): Remove obsolete code.
8098 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8100         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8102 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104         * gnus-sum.el (gnus-summary-respool-article): The completion function
8105         expects a list instead of an alist.
8107         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8108         string as the parameter.
8110         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8112         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8113         styles.
8114         (shr-colorize-region): New function.
8115         (shr-insert-background-overlay): Remove.
8116         (shr-render-td): Background setting should be taken care of on a higher
8117         level.
8118         (shr-tag-body): Use post-hoc colorizations.
8119         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8120         (shr-put-color-1): Don't overwrite old colors.
8121         (shr-colorize-region): When the background color isn't explicit, use
8122         a fixed background.
8124         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8125         nnmail variables.
8127 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8129         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8130         unless necessary.
8132 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8134         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8135         server.
8137 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8140         so that TAB works.
8142         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8143         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8145         * shr.el (shr-urlify): Show the URL before the title to avoid
8146         misleading URLs.
8148 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8150         * shr.el (shr-urlify): Display the title in <a> tags.
8152 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8154         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8156 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8158         * nnir.el: Rearrange code to allow macros to be autoloaded by
8159         gnus-sum.el.
8160         (nnir-retrieve-headers-override-function): Make this variable
8161         customizable.
8162         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8164         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8165         from nnir.el.
8167 2010-12-03  Julien Danjou  <julien@danjou.info>
8169         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8171 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8173         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8174         allow optional argument `environment'.
8176 2010-12-03  Glenn Morris  <rgm@gnu.org>
8178         * mm-extern.el (message-goto-body): Update declaration.
8180 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8182         * gnus-util.el (gnus-macroexpand-all): New function.
8184         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8185         instead of macroexpand-all that is unavailable in XEmacs.
8187 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8189         * nnir.el (nnir-summary-line-format): New variable.
8190         (nnir-mode): Use it.
8191         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8192         (nnir-article-ids): Reimplement as defsubst.
8193         (nnir-retrieve-headers): Don't mangle the subject header.
8194         (nnir-run-imap): Use 100 as RSV score.
8195         (nnir-run-find-grep): Fix for full server searching.
8196         (nnir-run-gmane): Better restriction to gmane groups.
8198         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8199         summary buffers.
8201 2010-12-02  Julien Danjou  <julien@danjou.info>
8203         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8205         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8207         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8208         support.
8210 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8212         * nnir.el: Update to handle the registry better.
8213         (autoload): Silence byte-compiler.
8214         (nnir-open-server): Add a hook for nnir groups.
8215         (nnir-request-move-article): Don't mangle the header.  Better to use
8216         formatting variables (which will be added in the future).
8217         (nnir-registry-action): Update the registry using the original article
8218         group name.
8219         (nnir-mode): Install nnir-specific hooks for updating the registry.
8221         * gnus-sum.el
8222         (gnus-article-original-subject, gnus-newsgroup-original-name):
8223         Remove obsolete variables.
8224         (gnus-summary-move-article): Remove use of obsolete variables.
8225         (gnus-summary-local-variables): Make move and delete hooks local to
8226         summary buffers.
8228 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8230         * rtree.el: New file.
8232 2010-12-01  Julien Danjou  <julien@danjou.info>
8234         * message.el (message-user-organization): Do not use
8235         gnus-local-organization.
8237         * gnus.el: Remove gnus-local-organization.
8239         * gnus-msg.el: Remove nastygram thing.
8241 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8243         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8244         funcall.
8246 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8248         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8249         names.
8251         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8252         characters.
8254         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8255         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8256         Suggested by Štěpán Němec <stepnem@gmail.com>.
8257         (gnus-gravatar-transform-address): Use mail-extract-address-components
8258         that supports non-ASCII names rather than mail-header-parse-addresses.
8260 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262         * proto-stream.el (open-protocol-stream): All starttls connections are
8263         handled by the network handler.
8265 2010-11-30  Julien Danjou  <julien@danjou.info>
8267         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8268         (nnimap-open-connection-1): Fix PREAUTH.
8270         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8272 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8274         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8275         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8276         (shr-insert): Use them.
8277         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8279 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8281         * nnir.el (nnir-request-move-article): Bail out if original group
8282         doesn't support article moves.
8283         (nnir-get-active): Improve active list retrieval.
8285 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8289 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8291         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8292         seem to accept strings-with-numbers as port numbers.
8294 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8296         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8297         change the registry.
8299 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8301         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8302         delete-dups that is not available in XEmacs 21.4.
8304         * mm-util.el (mm-delete-duplicates): Add comment.
8306 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8308         * nnir.el (nnir-ignored-newsgroups): New variable.
8309         (nnir-get-active): Use it.
8311 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313         * proto-stream.el (proto-stream-open-network): Add some comments.
8315         * nntp.el (nntp-open-connection): Provide a :success condition.
8317         * nnimap.el (nnimap-open-connection-1): Ditto.
8319         * proto-stream.el (proto-stream-open-network): See what the response to
8320         the STARTTLS command is.
8322         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8323         backwards compatibility).
8324         (nnimap-open-connection-1): Really respect nnimap-server-port.
8326         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8327         TLS upgrades we don't really care about the identity of the peer.
8328         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8329         that what we've checked for.
8330         (proto-stream-always-use-starttls): Only default to t if
8331         open-gnutls-stream exists.
8332         (proto-stream-open-network): If STARTTLS failed, then just open a
8333         normal connection.
8334         (proto-stream-open-network): Wait until the greeting before doing
8335         STARTTLS.
8337         * nntp.el (nntp-open-connection): Report what the connection error is.
8339         * proto-stream.el (open-protocol-stream): Rename from
8340         open-proto-stream.
8342 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8344         * nnimap.el (nnimap-stream): Change default to `undecided'.
8345         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8346         first, and then network.
8347         (nnimap-open-connection-1): Respect nnimap-server-port.
8348         (nnimap-open-connection): Be more backwards-compatible.
8350         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8351         (proto-stream-open-starttls): De-duplicate the starttls code.
8352         (proto-stream-open-starttls): Folded back into the main function.
8353         (proto-stream-open-network): Fix typo in the gnutls path.
8354         (proto-stream-command): Refactor out.
8356         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8358         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8359         starttls.el STARTTLS.
8361         * color.el (color-lab->srgb): Fix function call name.
8363         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8364         if we're using tls.el.
8365         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8366         built in, then don't try to establish a STARTTLS connection.
8368         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8369         servers.
8371         * proto-stream.el (open-proto-stream): Use network, not stream.
8372         (open-proto-stream): Add a way to specify what the end of a command is.
8374         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8375         connections types.
8376         (nntp-open-network-stream): Remove.
8377         (nntp-open-ssl-stream): Remove.
8378         (nntp-open-tls-stream): Remove.
8379         (nntp-ssl-program): Remove.
8381         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8383 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8385         * nnir.el: Fix typos.
8386         (nnir-retrieve-headers-override-function): Rename variable to reflect
8387         new semantics.
8388         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8389         macros.
8390         (nnir-request-article, nnir-request-move-article): Use them.
8391         (nnir-categorize): New function.
8392         (nnir-run-query): Use it.
8393         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8394         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8395         sorted.
8396         (nnir-group-full-name): Use gnus-group-full-name instead.
8397         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8398         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8400 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8404         * proto-stream.el: New library to provide protocol-specific
8405         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8406         protocols.
8407         (open-proto-stream): Complete the documentation.
8408         (proto-stream-open-network): Fix some typos.
8410         * nnimap.el (nnimap-open-connection): Use it.
8412 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8414         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8415         negotiation.
8417 2010-11-26  Julien Danjou  <julien@danjou.info>
8419         * color.el: Rename various rgb functions to srgb.
8421 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8424         names.
8426 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8428         * shr.el (shr-insert): Revert last change.
8429         (shr-find-fill-point): Never leave point being at bol;
8430         relax the kinsoku limitation when rendering tables.
8432 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8435         results from -accept-article.
8437         * shr-color.el: Require cl when compiling.
8439         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8440         checkin.
8442         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8444         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8446         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8447         'add and 'delete to set backend marks.
8449         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8451         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8453         * nntp.el (nntp-request-set-mark): Use it.
8455         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8457         * nnml.el (nnml-request-set-mark): Ditto.
8459         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8460         introduces regressions in article selection.
8461         (nnimap-find-uid-response): New function.
8462         (nnimap-request-accept-article): Use the UID returned, if any.
8463         (nnimap-request-move-article): Use the UID returned, if any.
8464         (nnimap-get-groups): Reimplement to work with folded lines.
8465         (nnimap-find-uid-response): The UID is the last element in the list.
8466         (nnimap-request-set-mark): Extend syntax with 'set.
8468         * nnml.el (nnml-request-set-mark): Ditto.
8470         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8472         * nntp.el (nntp-request-set-mark): Ditto.
8474 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8476         * message.el (message-called-interactively-p): A temporary macro.
8477         (message-goto-body): Use it temporarily.
8479 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8482         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8483         (nnimap-last-response-string): Fix last unfolding fix.
8485 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8487         * shr.el (shr-insert): Fix the way to fold lines.
8489 2010-11-25  Julien Danjou  <julien@danjou.info>
8491         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8493         * color.el: Rename from color-lab.el
8494         (color-rgb->hex): Add.
8495         (color-complement): Add.
8496         (color-complement-hex): Add.
8498         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8500 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502         * shr-color.el (shr-color-visible): Don't bug out if the color names
8503         don't exist.
8505 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8507         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8508         assuming that article displaying or another mml-preview may be
8509         interrupted for an error or for the like.
8511         * shr.el (shr-get-background): Fix argument name.
8513 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8517         * gnus-sum.el (gnus-summary-include-articles): New function.
8519         * message.el (message-goto-body): called-interactively-p needs a
8520         parameter, so use `any'.
8522         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8523         clear marks before moving, since they're synced from the Gnus side
8524         first.
8526         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8527         (gnus-summary-move-article): Copy over all marks before moving, so that
8528         IMAP doesn't think a new article has arrived.
8530 2010-11-24  Julien Danjou  <julien@danjou.info>
8532         * shr.el (shr-insert-background-overlay): Fix typo.
8533         (shr-render-td): Copy the background before rendering.
8535         * shr-color.el (shr-color-visible): Fix docstring.
8537         * shr.el (shr-tag-table): Add bgcolor support.
8538         (shr-render-td): Add bgcolor support.
8539         (shr-get-background): Add.
8540         (shr-insert-foreground-overlay): Use shr-get-background.
8542         * message.el (message-goto-body): Use called-interactively-p.
8543         (message-in-body-p): message-goto-body returns point.
8545 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8547         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8548         Fixes something or other in Emacs 23, and is backwards compatible.
8550         * message.el (message-goto-body): Remove the <#secure special-casing,
8551         which is too special.
8553         * shr.el (shr-parse-style): Drop !important from styles.
8555 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8557         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8558         this function to return incorrect results when calling it with an
8559         explicit article argument different from
8560         (gnus-summary-article-number).
8562 2010-11-24  Julien Danjou  <julien@danjou.info>
8564         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8565         (shr-tag-body): Add background support.
8566         (shr-descend): Add background support.
8567         (shr-tag-title): Add.
8569         * shr-color.el (shr-color-visible): Really return original background
8570         if fixed.
8572 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574         * shr.el (shr-color-check): Protect against non-existent color names.
8576 2010-11-24  Julien Danjou  <julien@danjou.info>
8578         * color-lab.el: Require 'cl when compiling.
8580         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8582         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8583         matched part.
8585         * color-lab.el: Fix all expt calls to use float type.
8587 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8589         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8590         expression to shr-color-check as is.
8592         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8594         * color-lab.el: Add coding cookie.
8595         (float-pi): Use eval-and-compile.
8597         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8598         compiled for Emacsen having no `libxml-parse-html-region' support.
8600 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602         * shr.el (shr-insert-color-overlay): Split stuff like
8603         "#444444 !important" to find the real color.
8604         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8605         parse <font color="red"> entries.
8607 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8609         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8610         point when parsing headers.
8612         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8613         is positioned properly when parsing headers.
8615 2010-11-23  Julien Danjou  <julien@danjou.info>
8617         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8619         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8621         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8623         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8624         Use shr-color-hue-to-rgb.
8625         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8627 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629         * shr.el (shr-color->hexadecimal): Autoload.
8630         (shr-descend): Add color to all tags.
8632 2010-11-22  Julien Danjou  <julien@danjou.info>
8634         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8635         shr-color->hexadecimal.
8637         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8638         RGB() or HSL() color representation.
8640         * shr.el (shr-tag-font): Add.
8641         (shr-tag-color-check): New function to get better colors.
8642         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8643         tag-span.
8645         * shr-color.el: New file.
8647         * color-lab.el: New file.
8649         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8651 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8653         * nnir.el: Fix typo in comments.
8654         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8655         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8657 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8661         * nnimap.el (nnimap-get-capabilities): Refactor out.
8662         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8664 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8666         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8667         appearing when `mm-uu-hide-markers' is nil.
8669 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671         * nnimap.el (nnimap-unselect-group): Make into its own function.
8672         (nnimap-request-rename-group): Unselect group before renaming.
8673         This had gotten lost somewhere.
8674         (nnimap-request-accept-article): Keep track of examined groups, and
8675         unselect the group before APPENDing to read-only groups.
8676         (nnimap-request-move-article): Clear flags before moving so that they
8677         can be re-set later.
8679 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8681         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8682         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8684 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8686         * gnus-art.el (gnus-mime-display-single):
8687         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8688         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8689         parameter.
8691 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8694         (shr-table-vertical-line): New variable.
8695         (shr-insert-table): Use it.
8697 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8699         * gnus-html.el (gnus-html-wash-images): Don't display images if
8700         gnus-inhibit-images is non-nil; register displayer for cid images.
8701         (gnus-html-display-image): Work for cid image.
8702         (gnus-html-insert-image): Allow arguments.
8703         (gnus-html-put-image): Inhibit read-only.
8704         (gnus-html-prefetch-images): Don't prefetch images if
8705         gnus-inhibit-images is non-nil.
8707 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8709         * shr.el (shr-put-image): Break lines when inserting big pictures.
8711 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8713         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8714         sender, thanks Katsumi Yamaoka.
8716 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8718         * nnir.el (nnir-run-imap): Reverse the article list for each group
8719         rather than the whole list.
8721 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8723         * shr.el (shr-image-displayer): Protect function against non-existent
8724         image source.
8726         * gnus-art.el (gnus-inhibit-images): New user option.
8727         (gnus-mime-display-single): Don't display image if it is non-nil.
8729         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8730         gnus-inhibit-images.
8732         * shr.el (shr-image-displayer): New function.
8733         (shr-tag-img): Use it.
8735 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8737         * mml2015.el (mml2015-epg-sign): Use From header.
8739 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8743         * gnus-util.el (gnus-find-text-property-region): Return markers.
8745         * shr.el (shr-tag-img): Put a displayer in the text property.
8747         * gnus-util.el (gnus-find-text-property-region): New utility function.
8749         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8750         (gnus-html-show-images): Remove.
8752         * gnus-art.el (gnus-article-show-images): New, more general function.
8754         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8755         image url text properties.
8757         * shr.el: Ditto.
8759         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8760         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8762 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8764         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8765         work for two or more articles.
8767 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8769         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8770         divide an image that's in an html article to two or more when washing
8771         non-ASCII characters in alt text of it.
8773 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8775         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8776         smime-decrypt-region using function argument.
8777         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8779         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8781         * smime.el (smime-decrypt-region): Catch it.
8783 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8785         * smime.el (smime-mode-map): Move initialization into declaration.
8786         (gnus-run-mode-hooks): Don't autoload.
8787         (smime-mode): Use define-derived-mode.
8789 2010-11-11  Glenn Morris  <rgm@gnu.org>
8791         * smime.el (from): Restrict declaration to XEmacs.
8793         * nnir.el (gnus-group-topic-name): Autoload.
8795 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8797         * shr.el (shr-insert): Don't break long line if it is because of
8798         kinsoku-bol characters in the line end.
8800 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8802         * nnir.el (nnir-request-move-article): Fix to provide original group
8803         and subject.
8804         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8805         been retrieved.
8807         * gnus-sum.el (gnus-summary-move-article): Use original group and
8808         subject for virtual articles such as those in an nnir summary buffer.
8810 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8812         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8813         least 21.5).
8815         * smime.el (from): Declare it again for XEmacs.
8817 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819         * message.el (message-resend): Don't disable encoding unless it's
8820         already encoded.
8822         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8823         low-numbered articles.
8825 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8827         * rfc2047.el (rfc2047-syntax-table): Simplify.
8829         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8831         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8832         set-char-table-range for XEmacs.
8834 2010-11-10  Glenn Morris  <rgm@gnu.org>
8836         * time-date.el (time-to-seconds): Always an alias on Emacs,
8837         never a real function.
8838         (with-no-warnings): Remove compat stub, now unused.
8839         (time-less-p): Doc fix.
8840         (time-to-number-of-days): Simplify.
8842         * smime.el (from): Remove unused declaration.
8844         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8845         (gnus-float-time): On Emacs, always an alias.
8847         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8848         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8850 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8852         * dgnushack.el: Don't use ignore-errors in the top level form since it
8853         is unavailable in XEmacs even if cl is loaded.
8855         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8857 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859         * shr.el (browse-url-mailto): Autoload.
8861         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8863         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8864         regexp doesn't need quoting.
8866 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8868         * message.el (message-subject-trailing-was-ask-regexp)
8869         (message-subject-trailing-was-regexp): Match was: in addition to was.
8871 2010-11-09  Glenn Morris  <rgm@gnu.org>
8873         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8874         (nnbabyl-check-mbox): Use point-at-bol.
8876 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8880         * message.el (message-mailto): New function.
8881         (message-mailto): Should accept other parameters.
8882         (message-mailto): Remove since it duplicates browse-url-mailto
8883         functionality.
8885 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8888         methods.
8889         (gnus-read-active-file): Ditto.
8891         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8892         ": " from the prompt.
8893         (gnus-group-make-group): Ditto.
8895 2010-11-07  Glenn Morris  <rgm@gnu.org>
8897         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8898         (gnus-bookmark-kill-line): Use point-at-eol.
8900 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8902         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8903         asterisks in From header.
8905 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8908         string to avoid making the From headers syntactically invalid.
8910         * message.el (message-send-mail): Don't insert courtesy messages if the
8911         message already has List-Post and List-ID messages.
8913 2010-11-06  Glenn Morris  <rgm@gnu.org>
8915         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8916         `condition', `type', `length' a prefix.
8917         (gnus-treat-predicate): Update for above name changes.
8919 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8921         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8922         binding.  Handled by `gnus-summary-refer-thread' instead.
8923         (nnir-warp-to-article): New backend function.
8925         * nnimap.el (nnimap-request-thread): Force dependency updating.
8927         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8928         (gnus-summary-refer-thread): Rework to improve thread-referral.
8930         * gnus-int.el (gnus-warp-to-article): New function.
8932         * gnus-sum.el (gnus-summary-article-map): Bind it.
8934 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8936         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8937         gnus-summary-refer-thread.
8939         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8940         headers.
8941         (gnus-summary-limit-include-thread): Prevent articles in thread from
8942         being cut in gnus-cut-threads.
8943         (gnus-summary-refer-thread): Limit retrieved headers to those in
8944         thread.
8946 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948         * message.el (message-send-mail): Use the value of
8949         message-courtesy-message from the message buffer.
8951         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8953         * shr.el (shr-browse-url): Implement mailto: URLs.
8955         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8956         "raw".
8958         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8959         if it's already selected.
8961         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8963 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8965         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8966         to measure the length and truncate alt text.
8968 2010-11-03  Glenn Morris  <rgm@gnu.org>
8970         * nndiary.el (nndiary-generate-nov-databases-1)
8971         (nndiary-generate-active-info): Rename dynamic variable `files' to
8972         something less generic.
8974 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8976         * nnir.el (nnir-request-move-article): Call the underlying backend to
8977         move articles from nnir.
8979 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8983 2010-11-02  Julien Danjou  <julien@danjou.info>
8985         * nnir.el: Remove wais support.
8987 2010-11-02  Glenn Morris  <rgm@gnu.org>
8989         * gnus-html.el: Reorder requirements to quieten compiler.
8991 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8993         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8994         properly for XEmacs as well.
8995         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8996         (gnus-article-natural-long-line-p): Use window-width rather than
8997         frame-width.
8999 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9001         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9002         (nnir-read-parms): Don't modify query.
9003         (nnir-run-query): Add ability to search topic on current line.
9004         (nnir-get-active): Clean up.
9006 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9009         degenerate articles.
9011         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9012         (gnus-print-buffer): Just print the buffer as is, without any copying
9013         to a buffer and then re-highlighting.
9015         * nnimap.el (nnimap-request-group): Store the new updated info.
9016         (nnimap-request-group): Select the group when we don't know whether it
9017         exists or not.
9019         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9020         groups.
9022         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9023         groups.
9025         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9026         groups.
9028         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9029         long-lines case by only filling the long lines.
9031         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9032         (bug#7311).
9034 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9036         * shr.el: No need to declare `declare-function' since shr.el is for
9037         only Emacsen that provide `libxml-parse-html-region'.
9039         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9040         effective only in a file it is referred to.
9042 2010-11-01  Glenn Morris  <rgm@gnu.org>
9044         * mm-util.el (gnus-completing-read): Autoload.
9045         (mm-read-coding-system): Simplify Emacs definition.
9047         * nnmail.el (gnus-activate-group):
9048         * nnimap.el (gnutls-negotiate):
9049         * nntp.el (netrc-parse): Fix declarations.
9051 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9053         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9054         string-match-p in Emacs >=23.
9056         * gnus-msg.el (gnus-configure-posting-styles):
9057         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9059 2010-11-01  Glenn Morris  <rgm@gnu.org>
9061         * nnir.el (declare-function): Add compat stub.
9062         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9063         (nnir-run-gmane): Require 'mm-url.
9065         * mm-util.el (mm-string-to-multibyte): Simplify.
9067         * shr.el (declare-function): Add compat stub.
9068         (url-cache-create-filename): Declare.
9069         (mm-disable-multibyte, widget-convert-button): Autoload.
9071         * smime.el (ldap-search): Declare.
9072         (smime-cert-by-ldap-1): Require ldap on Emacs.
9074         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9075         (nnimap-keepalive): Use gnus-float-time.
9077         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9078         (mail-source-delete-crash-box): Use gnus-float-time.
9080         * gnus-dired.el (gnus-completing-read): Autoload.
9082         * mm-view.el (gnus-rescale-image): Autoload.
9084         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9086         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9088         * sieve-manage.el: Require 'cl when compiling.
9090         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9091         (gnus-iswitchb-completing-read): Require iswitchb.
9092         (gnus-select-frame-set-input-focus): Silence compiler.
9094 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096         * message.el (message-subject-trailing-was-query): Change default to t,
9097         since I think that's what most people want.
9099         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9100         appending for easier debugging.
9101         (nnimap-wait-for-connection): Take a regexp.
9102         (nnimap-request-accept-article): Wait for the continuation line before
9103         sending anything unless we're streaming.
9105         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9106         leave the header washing to take place.
9108 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9110         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9111         regular expression match and replace in posting styles.
9113 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9115         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9116         an entire server.
9117         (nnir-get-active): New function.
9118         (nnir-run-imap): Use it.
9119         (nnir-run-gmane): Who knew, gmane search returns an article score!
9121         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9122         server on the current line with nnir.
9124 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9127         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9128         left edge.
9129         (gnus-article-foldable-buffer): Skip past the prefix when determining
9130         raggedness.
9132         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9133         the raw article, and change `C-u g' to show the article without doing
9134         treatments.
9136         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9137         on to `gnus-treat-article'.
9138         (gnus-inhibit-article-treatments): New variable.
9140         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9142         * gnus-art.el (gnus-treatment-function-alist): Have
9143         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9144         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9145         sections.
9147         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9148         parameter.
9149         (gnus-article-fill-cited-long-lines): New function.
9150         (gnus-article-fill-cited-article): Allow filling only long sections.
9152         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9153         and non-punctuation (like after the apostrophe in "'We").
9155         * gnus-sum.el (gnus-summary-select-article): Make sure
9156         gnus-original-article-buffer is alive.
9158         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9159         reflect the order they're in in the digest.
9161         * gnus.el (gnus-group-startup-message): Move point to the start of the
9162         buffer.
9164         * nnimap.el (nnimap-capability): New function.
9165         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9166         is set.
9168 2010-10-31  David Engster  <dengste@eml.cc>
9170         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9171         conform with changes to gnus-completing-read.
9173 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9177 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9179         * nnir.el: Move defvar, defcustom around to keep file organized
9180         and keep byte-compiler quiet.
9181         (nnir-read-parms): Accept search-engine as arg.
9182         (nnir-run-query): Pass search-engine as arg.
9183         (nnir-search-engine): Remove.
9185 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9187         * shr.el (shr-generic): The text nodes should be text, not :text.
9189         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9190         later in the file.
9192 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9194         * nnir.el: General clean up.  Allow searching with multiple engines.
9195         Allow separate extra-parameters for each engine.
9196         Batch queries when possible.
9197         (nnir-imap-default-search-key, nnir-method-default-engines):
9198         Add customize interface.
9199         (nnir-run-gmane): New engine.
9200         (nnir-engines): Use it.  Qualify all prompts with engine name.
9201         (nnir-search-engine): Remove global variable.
9202         (nnir-run-hyrex): Restore for now.
9203         (nnir-extra-parms, nnir-search-history): New variables.
9204         (gnus-group-make-nnir-group): Use them.
9205         (nnir-group-server): Remove in favor of gnus-group-server.
9206         (nnir-request-group): Avoid searching twice.
9207         (nnir-sort-groups-by-server): New function.
9209 2010-10-30  Julien Danjou  <julien@danjou.info>
9211         * gnus-group.el: Remove gnus-group-fetch-control.
9213         * gnus-start.el (gnus-find-new-newsgroups):
9214         Remove gnus-check-first-time-used.
9216         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9218 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9220         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9221         set on groups that don't have \* permanentflags.
9223 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9226         control the background color.
9227         (shr-tag-img): Ignore very small web bug type images.
9228         (shr-put-image): Add help-echo alt texts to the images.
9229         (shr-tag-video): Show the video poster image.
9231 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233         * shr.el (shr-table-depth): New variable.
9234         (shr-tag-table-1): Only insert the images after the top-level table.
9236         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9238         * gnus-util.el (gnus-list-memq-of-list): New function.
9240         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9241         selected.
9242         (nnimap-unsplittable-articles): New slot.
9243         (nnimap-new-articles): Use it.
9245 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9247         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9248         move to the previous line on `M-g'.
9250 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9253         *-request-group, which seems unnecessary.
9255         * nnimap.el (nnimap-quote-specials): Function copied over from
9256         imap.el.
9257         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9258         they support that.  Suggested by Tom Regner.
9260 2010-10-29  Julien Danjou  <julien@danjou.info>
9262         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9263         defalias.
9264         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9266         * gnus.el: Remove `gnus-nntp-service' variable.
9267         (gnus-secondary-servers): Make obsolete.
9268         (gnus-nntp-server): Make obsolete.
9270         * gnus-start.el (gnus-1): Remove x-splash calls.
9272         * gnus-ems.el (gnus-x-splash): Remove.
9274         * gnus.el (gnus-group-startup-message): Simplify/update code.
9276         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9277         definition.
9279         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9280         capability before doing anything.
9281         (gnus-group-insert-group-line): Remove useless
9282         gnus-group-remove-excess-properties.
9284 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9286         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9288 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9291         config after reselecting.
9293 2010-10-28  Julien Danjou  <julien@danjou.info>
9295         * shr.el (shr-put-image): Use point even if only inserting text.
9296         (shr-put-image): Save excursion when inserting alt text on non-graphic
9297         display, so the behavior is the same when we are on a graphic display.
9299         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9301 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9303         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9304         (gnus-mime-copy-part): Check coding system, not charset.
9305         (gnus-mime-view-part-externally): Never remove part.
9306         (gnus-mime-view-part-internally): Don't remove part here.
9307         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9308         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9309         multipart/alternative.
9311         * mm-decode.el (mm-display-part): Take optional arg `force'.
9313 2010-10-26  Julien Danjou  <julien@danjou.info>
9315         * gnus-group.el (gnus-group-default-list-level): Add this function to
9316         compute the default list level.
9317         (gnus-group-default-list-level): Add possibility to use a function.
9319 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9321         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9323         * gnus-group.el (gnus-group-completing-read)
9324         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9325         gnus-replace-in-string.
9327 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9329         * shr.el (shr-tag-div): Add.
9331         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9333 2010-10-25  Julien Danjou  <julien@danjou.info>
9335         * gnus-util.el: Remove `gnus-with-local-quit'.
9337         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9339 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9342         the original article buffer.
9344 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346         * nnimap.el (nnimap-request-head): New function.
9347         (nnimap-request-move-article): Try to be slightly faster by not
9348         requesting the entire message when moving.
9349         (nnimap-transform-headers): Don't bug out on bodiless articles.
9350         (nnimap-send-command): Have no outstanding messages if the IMAP server
9351         doesn't support streaming.
9352         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9354 2010-10-24  Julien Danjou  <julien@danjou.info>
9356         * message.el (message-default-headers): Fix type.
9358 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9361         prefetching images.
9363         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9364         backend for unknown groups.  This is mainly useful for nnimap groups.
9366         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9367         group isn't covered by the agent.
9369 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9371         * nnir.el (nnir-method-default-engines): New variable.
9372         (nnir-run-query): Use it.
9373         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9374         (gnus-summary-nnir-goto-thread): Change group if needed.
9376         * gnus-group.el (gnus-group-group-map): Add key binding for
9377         gnus-group-make-nnir-group.
9379 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9381         * shr.el (shr-tag-object): Add.
9383         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9384         original article buffer live.
9385         (gnus-summary-select-article-buffer):
9386         Mention gnus-widen-article-buffer.
9388 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390         * shr.el (shr-tag-strong): Add.
9392 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9395         group names.  They mess up the group buffer badly.
9397         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9399         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9400         instead of the summary one.
9402 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9404         * mml.el (mml-preview): Work properly when editing article.
9406         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9407         gnus-have-read-active-file if it's already been in.
9409 2010-10-22  Tom Tromey  <tromey@redhat.com>
9411         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9412         gnus-group-completing-read.
9414 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416         * message.el (message-mode-map): Don't bind M-; to comment region, to
9417         allow the global comment-dwim to work.
9419 2010-10-21  Julien Danjou  <julien@danjou.info>
9421         * message.el (message-setup-1): Allow message-default-headers to be a
9422         function.
9424 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9426         * shr.el (shr-tag-table): Simplify.
9428 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9431         to avoid trying to snarf invalid stuff.
9433         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9435         * gnus.el (gnus-message-archive-group): Quote value.
9436         (gnus-message-archive-group): Mark as changed.
9438         * shr.el (shr-add-font): Don't put the font properties on the newline
9439         or the indentation.
9441         * message.el (message-fix-before-sending): Change options when sending
9442         non-printable characters.
9444         * gnus.el (gnus-message-archive-method): Change the default to
9445         monthly outgoing groups.
9447         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9448         that have gotten new numbers.
9450         * nnimap.el (nnimap-request-replace-article): New function.
9452 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9454         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9455         (nnrss-request-article): Don't use special html washing code.
9457 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9459         * shr.el (shr-tag-table): Remove useless nconc.
9461 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463         * gnus-art.el (article-wash-html): Simplify and remove the charset
9464         stuff.  Use the normal html rendering code instead of the special html
9465         washing code.
9467         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9468         `gnus-w3m' symbols.
9469         (mm-text-html-washer-alist): Remove.
9471         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9472         (mm-inline-media-tests): Remove use.
9473         (mm-text-html-renderer): Change default to the `shr' symbol.
9475         * mm-view.el (mm-inline-text-html): Remove use.
9477         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9478         `gnus-blocked-images' to be a function.
9479         (gnus-article-wash-function): Remove.
9481 2010-10-20  Julien Danjou  <julien@danjou.info>
9483         * spam.el (spam-list-of-processors): Mark as obsolete.
9485         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9486         (nnimap-insert-partial-structure): Fix boundary detection.
9488 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9490         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9491         run file-truename on remote files.  This can be expensive and even
9492         prevent one from editing drafts if some unrelated buffer has a stale
9493         connection.
9495 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9497         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9498         kinsoku-eol regardless of shr-kinsoku-shorten.
9499         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9500         (shr-tag-table): Support caption, thead, and tfoot.
9502 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9505         lines.
9506         (shr-save-contents): New command and keystroke.
9508         * nndoc.el (nndoc-type-alist): Add git support.
9509         (nndoc-git-type-p): New function.
9510         (nndoc-transform-git-article): Ditto.
9511         (nndoc-transform-git-headers): Ditto.
9512         (nndoc-transform-git-headers): Generate Subject headers.
9514         * shr.el (shr-parse-style): New function.
9515         (shr-tag-span): Ditto.
9517         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9518         to `G G' to avoid collisions.
9520 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9522         * shr.el: Load kinsoku if necessary.
9523         (shr-kinsoku-shorten): New internal variable.
9524         (shr-find-fill-point): Make kinsoku shorten text line if
9525         shr-kinsoku-shorten is bound to non-nil.
9526         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9527         shr-indentation too when testing if table is wider than frame width.
9528         (shr-insert-table): Use `string-width' instead of `length' to measure
9529         text width.
9530         (shr-insert-table-ruler): Make sure indentation is done at bol.
9532 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9534         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9535         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9536         undecoded network data.
9538 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9541         name in the mode line spec so that the mode line menu works
9542         (bug#2431).
9544         * message.el (message-get-reply-headers): If we're fed `to-address',
9545         then always use that.
9547         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9548         aren't so wide as to need to switch off the edit menu.
9550         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9551         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9553         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9554         `M-g'.
9555         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9556         the permanent marks.
9558 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9560         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9561         Splitting according to references/in-reply-to obeys the ignore-groups
9562         variable, while splitting by sender and subject do not.
9564 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9567         alist, so that we can look for non-Unicode chars.
9568         (article-translate-strings): Allow both character and string maps.
9570 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9572         * shr.el (shr-insert): Don't insert space behind a wide character
9573         categorized as kinsoku-bol, or between characters both categorized as
9574         nospace.
9576 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9578         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9579         headers to gnus-newsgroup-headers.
9581 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9583         * shr.el (shr-tag-img): Don't align images -- since we're not
9584         rescaling, this often leads to ugly displays.
9586 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9588         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9589         duplicates.
9591 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9593         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9594         call.
9596 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598         * gnus.el: Autoload gnus-html-show-images.
9600         * nnimap.el: Use nnheader-message throughout.
9602         * shr.el (shr-tag-img): Ignore images with no data.
9604 2010-10-15  Julien Danjou  <julien@danjou.info>
9606         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9607         a possibility to disable format=flow encoding when using hard newlines.
9609 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9611         * shr.el (shr-insert): Remove space inserted before or after a
9612         breakable character or at the beginning or the end of a line.
9613         (shr-find-fill-point): Do kinsoku; find the second best point or give
9614         it up if there's no breakable point.
9616 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618         * nnimap.el (nnimap-open-connection): Message when opening connection
9619         for debugging purposes.
9621         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9622         on every setup buffer call to allow this to change from article to
9623         article.
9625         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9626         buffers where we have a wide table.
9628 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9630         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9631         uses *-request-thread.
9633 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9636         incantation, which is no longer valid.
9638 2010-10-14  Julien Danjou  <julien@danjou.info>
9640         * shr.el: Fix defcustom type (char -> character).
9642 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9645         programs.
9647 2010-10-14  Julien Danjou  <julien@danjou.info>
9649         * shr.el (shr-tag-a): Use url-link as widget type.
9651         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9652         `gnus-group-get-icon'.
9654 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9657         This should make server editing work better.
9659         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9661         * tls.el (tls-program): Remove spurious %s from openssl.
9663         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9664         (nnimap-parse-flags): Fix regexp.
9666         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9667         probably work for CJVK text, too.
9669         * nnimap.el (nnimap-extend-tls-programs): Remove.
9670         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9672         * tls.el (tls-starttls-switches): Remove starttls hack.
9673         (open-tls-stream): Ditto.
9674         (tls-find-starttls-argument): Ditto.
9676 2010-10-13  Julien Danjou  <julien@danjou.info>
9678         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9679         responses.
9681 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9685         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9686         anything in Emacs.
9688         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9690 2010-10-13  Julien Danjou  <julien@danjou.info>
9692         * shr.el (shr-width): Make shr-width a defcustom with default to
9693         fill-column.
9694         (shr-tag-img): Use shr-width rather than fill-column.
9696 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9698         * dgnushack.el (byte-optimize-apply):
9699         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9701         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9702         position when (X-)Faces exist.
9703         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9704         avatars when called interactively.
9706 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9708         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9709         gnus-article-x-face-too-ugly is bound.
9711 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9715         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9716         mailbox that doesn't exist.
9718 2010-10-12  Julien Danjou  <julien@danjou.info>
9720         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9721         (shr-get-image-data): Encode URL properly when fetching from cache.
9722         (shr-tag-img): Use aligned-to spaces to align correctly images.
9724         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9725         before inserting the Gravatar.
9727         * shr.el (shr-tag-img): Add align attribute support for <img>.
9729 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731         * gnus-gravatar.el (gnus-art): Require.
9733         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9734         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9735         Remove long obsoleted functions.
9737 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9739         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9741         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9743         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9744         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9745         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9746         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9747         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9748         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9749         * sieve-manage.el, smime.el, spam.el:
9750         Fix comment for declare-function.
9752 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754         * nnimap.el (nnimap-request-rename-group): Select group read-only
9755         before renaming it.
9757         * shr.el (shr-insert): Fix up the white space only regexp.
9759         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9760         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9762         * shr.el (shr-current-column): New function.
9763         (shr-find-fill-point): New function.
9765 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9767         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9768         numbers.
9770 2010-10-11  Julien Danjou  <julien@danjou.info>
9772         * shr.el (shr-hr-line): Add.
9773         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9774         display hr lines.
9775         (shr-max-columns): Do not change state to nil if we just inserting
9776         spaces.
9778 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9781         select the last group.
9783 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9785         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9787 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9789         * dig.el (dig-mode-map): Declare and define in one step.
9791 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9793         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9794         for Gnus.
9795         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9796         (nnimap-update-qresync-info): Mark \Seen articles as read.
9798         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9799         non-variable, too.
9801         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9802         available.
9803         (nnimap-update-info): Rely more on the current active than the param
9804         active to avoid marking articles as read too much.
9806         * auth-source.el (auth-source-create): Use (user-login-name) for the
9807         user name default.
9809         * nnimap.el (nnimap-update-info): If the server doesn't return any
9810         useful info, just use the previous info.
9811         (nnimap-update-info): Prefer old info over start-article.
9812         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9814 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9816         * nnir.el (autoload): Clean up autoloads.
9817         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9818         Use key rather than value.
9819         (nnir-imap-search-other): New variable.
9820         (nnir-read-parm): Use it.
9821         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9822         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9824 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9827         the process, too.
9829 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831         * spam.el (gnus-summary-mode-map): Bind to "$".
9832         Suggested by Russ Allbery.
9834         * shr.el: Rework the way things are indented by <li> slightly.
9836         * gnus.el (gnus-group-set-parameter): Fix typo.
9838         * nnimap.el: Start implementing QRESYNC support.
9840 2010-10-09  Julien Danjou  <julien@danjou.info>
9842         * nnir.el (nnir-engines): Fix too many arguments.
9844 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9847         group is the "last", so that the backends like nnfolder actually save
9848         their folders.
9850         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9851         try to use that for the tls stream.
9852         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9853         UIDVALIDITY and find out which groups are read-only and not.
9854         (nnimap-get-flags): Use the same marks parsing code as the rest of
9855         nnimap.
9857 2010-10-09  Julien Danjou  <julien@danjou.info>
9859         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9861         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9862         retrieving gravatars.
9864         * shr.el (shr-table-corner): Add.
9865         (shr-table-line): Add.
9866         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9868 2010-10-08  Julien Danjou  <julien@danjou.info>
9870         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9872 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9874         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9876         * gnus-sum.el (gnus-mark-article-as-unread)
9877         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9878         (gnus-summary-set-bookmark): Use it.
9880         * gnus-msg.el (gnus-setup-message): Use it.
9882         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9884         * gnus.el (gnus-group-remove-parameter): Use it.
9886         * gnus-group.el (gnus-group-make-web-group): Use it.
9888         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9890         * nnregistry.el: Update docs to mention manual.
9892         * gnus-registry.el: Update docs to mention nnregistry.el.
9893         (gnus-registry-initialize): Don't install nnregistry refer method
9894         automatically.
9895         (gnus-registry-install-nnregistry): Remove it.
9897 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899         * shr.el (shr-insert): Don't insert double spaces.
9901 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9903         * gnus-gravatar.el (gnus-treat-from-gravatar)
9904         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9905         called interactively.
9907         * gnus-art.el (gnus-mime-view-part-externally)
9908         (gnus-mime-view-part-internally): Make predicate function passed to
9909         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9910         of a mime type.
9912         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9914 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9916         * shr.el (require): Require cl when compiling.
9917         (shr-tag-hr): New function.
9919         * nnimap.el (nnimap-update-info): Remove double setting of high.
9920         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9921         This makes nnimap work properly on Courier again.
9923         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9924         the variable for backwards compatibility.
9926         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9927         the file name before using to avoid setting mm-default-directory to
9928         nil.
9930         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9931         bidning gnus-agent variables.
9933         * shr.el (shr-render-td): Use a cache for the table rendering function
9934         to avoid getting an exponential rendering behavior in nested tables.
9935         (shr-insert): Rework the line-breaking algorithm.
9936         (shr-insert): Don't leave trailing spaces.
9937         (shr-insert-table): Also insert empty TDs.
9938         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9940 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9942         * gnus-sum.el (gnus-number): Rename from `number'.
9943         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9944         (gnus-summary-limit-children): Update uses correspondingly.
9946 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9948         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9949         (gnus-gravatar-transform-address): Don't show avatars of people of
9950         which mail addresses match gnus-gravatar-too-ugly.
9952 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954         * shr.el (shr-table-widths): Expand TD elements to fill available
9955         space.
9957 2010-10-07  Julien Danjou  <julien@danjou.info>
9959         * nnimap.el (nnimap-request-rename-group): Add this method.
9961 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9963         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9964         name from XEmacs' function-arglist.
9966         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9967         gravatar under XEmacs.
9969 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9971         * auth-source.el: Update docs with TODO items.
9973         * gnus-sync.el: Update docs to explain state and plans.
9975         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9976         Hooks for mark updates.
9977         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9979         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9980         hooks with arguments, which is needed for mark update hooks.
9982 2010-10-06  Julien Danjou  <julien@danjou.info>
9984         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9985         was matched.
9987         * sieve-manage.el: Update example in `Commentary'.
9989         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9991         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9992         not 2000.
9993         (sieve-manage-authenticate): Re-add function.
9995 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9997         * shr.el (shr-insert): Get 'space transition right.
9998         (shr-render-td): Only delete space at the end of the TD.
10000         * nnimap.el (nnimap-open-connection): Prepare to support
10001         open-gnutls-stream.
10003         * shr.el: Rearrange function order to be more logical.
10005 2010-10-06  Julien Danjou  <julien@danjou.info>
10007         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10008         (nnrss-discover-feed): Remove 404 URL in docstring.
10010         * nnir.el: Fix Swish-E URL.
10011         Fix Namazu URL.
10013         * message.el (message-change-subject): Remove 404 URL in a comment.
10015 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10017         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10018         called interactively.
10020         * gnus-util.el (gnus-remove-if): Allow hash table.
10021         (gnus-remove-if-not): New function.
10023         * gnus-art.el (gnus-mime-view-part-as-type):
10024         * gnus-score.el (gnus-summary-score-effect):
10025         * gnus-sum.el (gnus-read-move-group-name):
10026         Replace remove-if-not with gnus-remove-if-not.
10028         * gnus-group.el (gnus-group-completing-read):
10029         Regard collection as a hash table if it is not a list.
10031 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10035         * shr.el: Document the table-rendering algorithm.
10037 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10039         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10040         for Emacsen having no `libxml-parse-html-region' support.
10042 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10044         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10045         invalid URLs.
10047         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10048         line-broken.
10049         (shr-tag-img): Ignore image fetching errors.
10050         (shr-overlays-in-region): Compute overlay positions correctly.
10052         * mm-decode.el (mm-shr): Require shr.
10054         * gnus-art.el (gnus-blocked-images): Move variable here.
10056         * shr.el (shr-insert-table): Bind free variable.
10058         * mm-decode.el (mm-shr): Bind shr-content-function.
10060         * shr.el (shr-content-function): New variable.
10062         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10063         added for symmetry.
10065         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10067         * gnus-group.el (gnus-group-make-group): Doc fix.
10069         * nnimap.el (nnimap-request-newgroups): Return success.
10071         * shr.el (shr-find-elements): New function.
10072         (shr-tag-table): Put all the images after the table.
10073         (shr-tag-table): Really inhibit images inside the table.
10074         (shr-collect-overlays): Copy over overlays from the TD elements to the
10075         main document.
10077         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10078         gnus-blocked-images.
10080 2010-10-05  Julien Danjou  <julien@danjou.info>
10082         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10084         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10085         (gnus-html-maximum-image-size): Add this function.
10086         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10088         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10089         server-value of the capability is nil.
10091 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093         * shr.el (shr-tag-em): Add <EM> tag.
10095 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10097         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10098         customizable.
10100         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10101         handing broken links to browse-url.
10103 2010-10-05  Julien Danjou  <julien@danjou.info>
10105         * gnus-util.el (gnus-emacs-completing-read)
10106         (gnus-iswitchb-completing-read): Use autoload rather than require.
10108 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10110         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10111         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10112         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10113         iswitchb-temp-buflist for XEmacs.
10115         * gnus-util.el (gnus-completing-read-function): Exclude
10116         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10117         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10118         XEmacs.
10120         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10121         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10123         * gnus-html.el: Don't require help-fns under XEmacs.
10124         (gnus-html-schedule-image-fetching): Work for XEmacs.
10126         * mm-decode.el (mm-shr): Decode contents by charset.
10128 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10131         unknown.
10133         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10134         (shr-get-image-data): Ensure against the cache file missing.
10136         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10137         for data.
10139         * spam-report.el (spam-report-url-ping-plain): Don't query about
10140         killing the process.
10142         * shr.el (shr-render-td): Protect against too-wide text.
10144 2010-10-04  Julien Danjou  <julien@danjou.info>
10146         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10147         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10149         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10150         retrieved.
10152 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154         * shr.el (browse-url): Require.
10155         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10156         lines.
10157         (shr-show-alt-text, shr-browse-image): New commands.
10158         (shr-browse-url, shr-copy-url): New commands.
10160         * gnus-sum.el (gnus-widen-article-window): New variable.
10161         (gnus-summary-select-article-buffer): Use it.
10163         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10164         without @ signs.
10166 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10168         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10170 2010-10-04  Julien Danjou  <julien@danjou.info>
10172         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10173         for XEmacs.
10175 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10179         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10180         (nnimap-close-server): Implement.
10182         * dgnushack.el (iswitchb): Require to shut up the compiler.
10184         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10185         (shr-insert): Tweak line breaking.
10186         (shr-insert): Handle <pre> better.
10187         (shr-tag-li): Get <li> indentation right.
10188         (shr-tag-li): Get <li> indentation even righter.
10189         (shr-tag-blockquote): Ensure paragraph start.
10190         (shr-make-table): Tweak table generation.
10191         (shr-make-table): Fix typo.
10193         * shr.el: Implement table rendering.
10195 2010-10-04  Julien Danjou  <julien@danjou.info>
10197         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10199 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201         * shr.el (shr-insert): Use string anchors instead of line anchors.
10203 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10205         * shr.el: Add headings.
10206         (shr-ensure-paragraph): Actually work.
10207         (shr-tag-li): Make <ul> prettier.
10208         (shr-insert): Get white space at the beginning/end of elements right.
10209         (shr-tag-p): Collapse subsequent <p>s.
10210         (shr-ensure-paragraph): Don't insert double line feeds after blank
10211         lines.
10212         (shr-insert): \t is also space.
10213         (shr-tag-s): Fix "s" tag name function.
10214         (shr-tag-s): Fix face prop name.
10216 2010-10-03  Julien Danjou  <julien@danjou.info>
10218         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10220         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10221         gnus-window-inside-pixel-edges.
10223         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10224         gnus-ems.
10226         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10228         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10229         function.
10231         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10232         resize choice.
10234 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10237         beginning of the buffer.
10239         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10240         article buffer again.
10242         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10244         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10245         when it's at the start of the buffer.
10247         * shr.el (shr-tag-blockquote): Convert name.
10248         (shr-rescale-image): Use the right image-size variant.
10250         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10251         buffer isn't shown, then select the current article first instead of
10252         bugging out.
10253         (gnus-summary-select-article-buffer): Show both the article and summary
10254         buffers again.
10256         * shr.el (shr-fontize-cont): Protect against regions with no text.
10257         Rename tag functions to shr-tag-* for enhanced security.
10258         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10260 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10262         * shr.el (shr-insert):
10263         * pop3.el (pop3-movemail):
10264         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10265         loaded.
10267 2010-10-03  Glenn Morris  <rgm@gnu.org>
10269         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10271         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10273         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10275         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10277         * gnus-util.el (gnus-make-local-hook): Simplify.
10279 2010-10-02  Julien Danjou  <julien@danjou.info>
10281         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10282         (gnus-ido-completing-read): New function.
10283         (gnus-emacs-completing-read): New function.
10284         (gnus-completing-read): Use gnus-completing-read-function.
10285         Add gnus-completing-read-function.
10287 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289         * shr.el (shr-insert-document): Autoload.
10290         (shr-img): Be silent.
10291         (shr-insert): Add a newline after every picture before text.
10292         (shr-add-font): Use overlays for combining faces.
10293         (shr-insert): Pass upwards the text start point.
10295         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10296         possible.
10297         (mm-shr): New function.
10299 2010-10-02  Julien Danjou  <julien@danjou.info>
10301         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10302         should go backward.
10304 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10306         * shr.el (shr): Fix typo in provide call.
10308 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310         * shr.el: New file.
10312         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10314         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10315         completing read.
10317 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10320         we're being queried about.  Suggested by Dan Jacobson.
10322         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10323         Suggested by Jason Eisner.
10325         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10326         table, too.  Suggested by Stefan Wiens.
10327         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10328         the table unnecessary.  Suggested by Stefan Wiens.
10330         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10331         longer needed, and probably doesn't work either, as pointed out by
10332         Stefan Wiens.
10333         (gnus-summary-exit): Remove call to the clearing function.
10334         (gnus-summary-exit-no-update): Ditto.
10336         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10337         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10338         Reported by Stefan Monnier.
10339         (gnus-summary-save-in-rmail): Ditto.
10341         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10342         article buffer, instead of both the article buffer and the summary
10343         buffer.  Sort of suggested by Dan Jacobson.
10345         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10347         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10348         Suggested by Dan Jacobson.
10350         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10351         documentation clearer.
10353         * message.el (message-shorten-references): Comment on the number "21".
10354         Suggested by Stefan Monnier.
10356         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10357         Suggested by Dan Jacobson.
10359         * gnus.el (gnus-large-newsgroup):
10360         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10362         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10363         externalize attachments.  Bug reported by Steve Wen.
10365         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10366         really message anything to the user.
10368         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10369         directly.
10371         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10372         messages in empty groups.
10374 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10376         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10377         non-UIDNEXT group.
10379 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10381         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10382         not the value from the collection.
10384         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10385         values.  This sometimes happens on some groups that have no info.
10386         (nnimap-request-newgroups): New function.
10388 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10390         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10391         check into `gnus-registry-initialize'.
10392         (gnus-registry-initialize): Ditto.
10393         Fix and extend header docs.
10395 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10398         regexp backtrace overflows.
10400         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10401         for starttls that tls.el implements; i.e. openssl.
10403         * tls.el (tls-starttls-switches): Give up on using starttls with
10404         gnutls-cli.
10405         (tls-program): Add --insecure to be consistent with the defaults from
10406         openssl s_client.  Now all three commands are insecure.
10408 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10410         * lpath.el: Bind completion-styles-alist for XEmacs.
10412         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10413         (gravatar-create-image): New function that's an alias to
10414         gnus-xmas-create-image, gnus-create-image, or create-image.
10415         (gravatar-data->image): Use it.
10417 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10419         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10420         install the nnregistry refer method.
10421         (gnus-registry-install-hooks): Use it.
10422         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10423         unfollowed groups.
10425 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10427         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10428         expanding threads.
10430 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432         * nnir.el: Use the server names without suffixes (bug#7009).
10434         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10435         unencrypted to STARTTLS, if possible.
10437 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10439         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10440         headers before superseding.
10442 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10444         * nnrss.el (nnrss-use-local): Add documentation.
10446         * nnimap.el (nnimap-extend-tls-programs): New function.
10447         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10448         (nnimap-wait-for-connection): Accept the greeting from the stupid
10449         output from openssl s_client -starttls, too.
10451         * tls.el (tls-starttls-switches): New variable.
10452         (tls-find-starttls-argument): Use it.
10453         (open-tls-stream): Ditto.
10455         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10456         (netrc-machine): Ditto.
10458         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10459         article number.
10460         (nnimap-split-fancy): New variable.
10461         (nnimap-split-incoming-mail): Use it.
10463         * nntp.el (nntp-server-list-active-group): Document.
10465         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10466         SELECT to get the message-id.
10468         * mail-source.el (mail-sources): Remove webmail support.
10469         (defvar): Ditto.
10470         (mail-source-fetcher-alist): Ditto.
10471         (mail-source-fetch-webmail): Remove.
10473         * webmail.el: Remove -- doesn't seem relevant any more.
10475         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10477         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10478         the \r.
10480 2010-09-30  Julien Danjou  <julien@danjou.info>
10482         * gnus-agent.el (gnus-agent-add-group): Fix call to
10483         gnus-completing-read.
10485 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487         * nndoc.el (nndoc-retrieve-groups): New function.
10489         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10490         `default', use nnmail-split-methods.
10491         (nnimap-request-article): Downcase the NILs so that they are nil.
10493         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10494         symbol.
10496         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10497         code, since if the user has requested network, that's what they ought
10498         to get.
10499         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10500         (nnimap-split-rule): Mark as obsolete.
10502         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10503         New variable.
10505         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10506         correct slot, too.
10508 2010-09-29  Julien Danjou  <julien@danjou.info>
10510         * gnus.el (gnus-local-domain): Declare variable obsolete.
10512         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10513         Fix history computing.
10514         (gnus-ido-completing-read): Require ido.
10516 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10519         build Gnus.
10521         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10522         when interpreting the structures.
10523         (nnimap-request-accept-article): Add \r\n to the lines to make this
10524         work with Cyrus.
10526         * nndraft.el (nndraft-request-expire-articles): Use the group name
10527         instead if "nndraft".  Fix found by Nils Ackermann.
10529 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10531         * nnregistry.el: Add.
10533 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10535         * nnmail.el (group, group-art-list, group-art):
10536         Remove unneeded directives.
10538 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10540         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10541         (mm-mime-charset):
10542         * rfc2047.el (rfc2047-syntax-table):
10543         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10545         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10546         rather than `insert-file-contents' and `eval-region'.
10548         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10549         construction.
10551         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10553         * time-date.el: No need to require cl for Emacs 21.
10555 2010-09-29  Julien Danjou  <julien@danjou.info>
10557         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10558         replacement of `gnus-gravatar-relief' to mimic
10559         `gnus-faces-properties-alist'.
10560         Add :version property.
10562 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10564         * mail-source.el (mail-source-report-new-mail):
10565         * message.el (message-default-mail-headers):
10566         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10568         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10570 2010-09-28  Julien Danjou  <julien@danjou.info>
10572         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10573         mail-address contains the same string as real-name.
10575         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10576         non-blank in header, otherwise it'll get stripped.
10578         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10579         real-name, and then for mail address rather than doing : or , search.
10581 2010-09-27  Julien Danjou  <julien@danjou.info>
10583         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10584         right completing-read function.
10585         (gnus-use-ido): New variable
10586         (gnus-completing-read-with-default): Remove.
10587         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10588         (gnus-agent-add-group):
10589         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10590         * mm-view.el (mm-view-pkcs7-decrypt):
10591         * mm-util.el (mm-codepage-setup):
10592         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10593         * mml-smime.el (mml-smime-openssl-sign-query):
10594         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10595         (mml-insert-multipart):
10596         * gnus-msg.el (gnus-summary-yank-message):
10597         * gnus-int.el (gnus-start-news-server):
10598         * mm-decode.el (mm-interactively-view-part):
10599         * gnus-dired.el (gnus-dired-attach):
10600         * gnus.el (gnus-read-method):
10601         * gnus-bookmark.el (gnus-bookmark-jump):
10602         * gnus-art.el (gnus-mime-view-part-as-type)
10603         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10604         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10605         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10606         * nnmairix.el (nnmairix-create-server-and-default-group)
10607         (nnmairix-update-groups, nnmairix-get-server)
10608         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10609         (nnmairix-get-group-from-file-path):
10610         * nnrss.el (nnrss-find-rss-via-syndic8):
10611         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10612         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10613         (gnus-group-browse-foreign-server):
10614         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10615         (gnus-summary-execute-command, gnus-summary-respool-article)
10616         (gnus-read-move-group-name):
10617         * gnus-score.el (gnus-summary-increase-score)
10618         (gnus-summary-score-effect):
10619         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10621 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10623         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10624         x-focus-frame.
10626         * nnimap.el (auth-source-forget-user-or-password)
10627         (auth-source-user-or-password): Autoload.
10629         * message.el (message-from-style, message-interactive)
10630         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10631         (message-yank-prefix, message-indentation-spaces, message-signature)
10632         (message-signature-file): Add comment.
10634 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10637         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10638         new articles.
10640         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10641         parts.
10642         (nnimap-request-article): Work with the t setting, too.
10644         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10645         that you don't get flashes of other buffers.
10646         (gnus-summary-show-complete-article): Intern before setting.
10648 2010-09-27  David Engster  <dengste@eml.cc>
10650         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10651         well as HEADERS.
10652         (nnmairix-retrieve-headers): Provide new argument for the above.
10654 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656         * gnus-sum.el (gnus-summary-move-article): Don't alter
10657         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10658         group.
10660         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10662         * message.el (message-cite-prefix-regexp): Revert my last edit.
10664         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10665         variable instead of the Gnus variable.
10667         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10669         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10671         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10672         since some servers don't like it.
10673         (nnimap-open-connection): Forget credentials if the server says the
10674         password was wrong.
10675         (nnimap-parse-line): Protect against invalid data.
10677         * gnus-sum.el (gnus-summary-move-article): Add comment.
10678         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10679         nothing alters it while scanning for new messages.
10681         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10682         which may or may not help.
10683         (nnimap-open-connection): If we're doing a stream connection, and then
10684         discover we're on a STARTTLS-capable server, then open a STARTTLS
10685         connection instead.
10687 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689         * nnimap.el (utf7): Require.
10691         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10692         prefix.
10694 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10696         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10698 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700         * nnimap.el (nnimap-request-accept-article): Message the error on
10701         error.
10703 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10705         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10707 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709         * nndoc.el (nndoc-request-list): Return success always.
10711         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10712         `fetch-old' -- we only want to fetch the articles we've requested.
10713         The rest are in the agent, probably.
10714         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10715         disappeared server" to something low.  It's not important.
10717         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10718         arrived before the FETCH data.
10720         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10721         target here, because we don't know the Gnus name of the group.
10723         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10724         for the correct group.
10726         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10728         * gnus.el (gnus): Give a final warning after startup.
10730         * gnus-util.el (gnus-action-message-log): New variable.
10731         (gnus-message): Use it.
10732         (gnus-final-warning): New function.
10734         * nnimap.el (nnimap-open-connection): Record the greeting.
10735         (nnimap): Add greeting.
10737 2010-09-26  Julien Danjou  <julien@danjou.info>
10739         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10740         arguments.
10741         (gnus-html-wash-images): Fix spec computing to include start/end.
10743         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10745 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10747         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10748         deletion.
10749         (nnimap-retrieve-headers): Don't select the group, because that's
10750         already done by nnimap-possibly-change-group.
10752         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10753         (gnus-picon-transform-address): Use it.
10755         * mail-source.el (mail-source-value): Revert previous patch.
10757         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10758         on failure.
10759         (nnimap-open-connection): Look up both virtual and physical server name
10760         credentials.
10762         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10764 2009-02-07  Dave Love  <fx@gnu.org>
10766         * tls.el (open-tls-stream): Don't query killing process.
10768 2009-02-08  Dave Love  <fx@gnu.org>
10770         * gnus-win.el (gnus-window-to-buffer-helper)
10771         (gnus-all-windows-visible-p): Function needn't be a symbol.
10773         * mail-source.el (mail-source-value): Function needn't be a symbol.
10775 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777         * message.el (message-cite-prefix-regexp): Remove } from the cite
10778         prefix.
10780         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10781         highlight again, so that the highlight is correct.
10783         * gnus-picon.el (gnus-picon): Remove again.
10784         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10786         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10787         doing the header highlightling, so that the background color of the
10788         picon is correct.
10790         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10791         (gnus-picon): Ditto.
10792         (gnus-picon): Reinstate.  The background color for picons is white.
10793         (gnus-picon-insert-glyph): Make the background white.
10795         * nnml.el (nnml-open-nov): Don't return dead buffers.
10797         * auth-source.el (auth-source-create): Query the user for whether to
10798         store the credentials.
10800         * netrc.el (netrc-store-data): New function.
10802         * auth-source.el (auth-source-user-or-password): Use the existing auth
10803         sources, if any, for creation.
10805         * gnus.el (gnus-group-fast-parameter): Return the last matching
10806         parameter instead of the first matching parameter.
10808 2010-09-26  Julien Danjou  <julien@danjou.info>
10810         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10812 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10814         * mml2015.el (mml2015-use): Remove gpg support.
10816         * mml1991.el (mml1991-function-alist): Remove gpg function.
10817         (mml1991-gpg-sign): Remove.
10819 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10821         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10822         (gnus-browse-unsubscribe-current-group): Document it.
10823         (gnus-browse-unsubscribe-group): Use it.
10825 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10828         address to the To list for easier response.
10830         * gnus.el (gnus-play-startup-jingle): Remove.
10831         (gnus-splash): Don't play jingle.
10832         (gnus): Silence gnus-load message.
10834         * gnus-art.el (gnus-treat-play-sounds): Remove.
10836         * gnus.el (gnus-play-jingle): Remove audio support.
10838         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10840         * earcon.el: Remove -- no users.
10842         * gnus-audio.el: Remove -- no users of this package.
10844         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10846         * gnus-start.el (gnus-setup-news): Remove nocem support.
10848         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10850         * gnus.el (gnus-use-nocem): Remove.
10852         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10853         Remove.
10855         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10856         uses NoCeM any more.
10858         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10859         (gnus-button-ctan-handler): Ditto.
10860         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10861         (gnus-button-ctan-directory-regexp): Ditto.
10862         (gnus-button-handle-ctan): Ditto.
10863         (gnus-button-tex-level): Ditto.
10864         (gnus-button-alist): Remove CTAN stuff.
10866 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10869         nnimap-streaming test.
10871         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10872         servers twice.
10874         * nnimap.el (nnimap-open-connection): Add more error reporting when
10875         nnimap fails early.
10877         * nnheader.el (nnheader-get-report-string): New function.
10878         (nnheader-get-report): Use it.
10880         * gnus-int.el (gnus-check-server): Say what the error was when opening
10881         failed.
10883         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10884         using streaming.
10886 2010-09-25  Julien Danjou  <julien@danjou.info>
10888         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10889         gnus-window-inside-pixel-edges.
10891 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10895         * mm-decode.el (mm-save-part): Allow saving to other directories the
10896         normal Emacs way.
10898         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10899         Suggested by Jay Berkenbilt.
10901         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10902         there isn't a single byte.
10904         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10905         just do it.  It doesn't really seem to matter what the user responds
10906         here, I think, so it's just a confusing question.
10908         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10909         non-streaming case.
10911         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10912         (gnus-article-encrypt-body): Use it.
10914         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10915         keystroke.
10917         * nnimap.el (nnimap-find-wanted-parts-1):
10918         Use gnus-fetch-partial-articles.
10920         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10922         * nnimap.el (nnimap-insert-partial-structure): New function.
10923         (nnimap-get-partial-article): New function.
10924         (nnimap-request-article): Use it.
10925         (nnimap-wait-for-response): Return whether the wait was successful.
10926         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10927         retrieval wasn't successful.
10928         (nnimap-retrieve-group-data-early): Allow throttling servers.
10929         (nnimap-streaming): New variable.
10930         (nnimap-fetch-partial-articles): Remove.
10932         * mm-decode.el (mm-with-part): Protect against killed buffers.
10934         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10935         for prettier summary display.
10937 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10939         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10941 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10944         apparently third-party libraries depend on it.
10946         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10947         before starting negotiation.
10949         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10950         privacy reasons.
10951         (gnus-treat-mail-gravatar): Ditto.
10953         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10954         buffer when inserting images.  Inserting text into the headers, for
10955         instance, can make them invalid.
10957 2010-09-25  Julien Danjou  <julien@danjou.info>
10959         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10960         variables.
10962         * nnheader.el: Remove useless variables news-reply-yank-from and
10963         news-reply-yank-message-id.
10965         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10966         variables.
10968         * mml1991.el: Remove useless mml1991-verbose.
10970         * gnus.el: Remove useless variable gnus-use-generic-from.
10971         Remove obsolete variable gnus-topic-indentation.
10973         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10975         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10977         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10979         * gnus-group.el: Remove useless gnus-group-icon-cache.
10980         Remove useless gnus-ephemeral-group-server.
10982         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10984         * mml2015.el: Remove useless mml2015-verbose.
10986         * mml-smime.el: Remove useless mml-smime-verbose.
10988         * gnus.el: Remove useless gnus-local-domain.
10990         * gnus-gravatar.el (gnus-gravatar-transform-address):
10991         Use gnus-gravatar-size.
10993         * gnus-art.el: Remove useless gnus-treat-translate.
10995 2010-09-24  Julien Danjou  <julien@danjou.info>
10997         * gnus-sum.el: Add support for Gravatars.
10999         * gnus-art.el: Add support for Gravatars.
11001         * gnus-gravatar.el: Add this file.
11003         * gravatar.el: Add this file.
11005 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11007         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11009         * gnus-group.el (gnus-group-fetch-faq): Remove.
11011         * gnus.el (gnus-group-faq-directory): Remove.
11013         * gnus-group.el (gnus-group-fetch-charter): Remove.
11015         * gnus.el (gnus-group-charter-alist): Remove.
11017         * gnus-group.el (gnus-group-archive-directory): Remove.
11018         (gnus-group-recent-archive-directory): Ditto.
11019         (gnus-group-make-archive-group): Remove.
11021         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11023         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11024         use the same article number for all the cached articles.
11026         * nnimap.el (nnimap-command): Register the last command time so
11027         that we can use it for idling NOOPs.
11028         (nnimap-open-connection): Start the keeplive timer.
11029         (nnimap-make-process-buffer): Store all the process buffers.
11030         (nnimap-keepalive): New function.
11032         * starttls.el (starttls-open-stream): Add autoload cookie.
11034 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11036         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11037         handling.
11039 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11042         its data structures.
11044         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11045         instead of the cl.el copy-list.
11046         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11047         equalp.
11049 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11051         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11052         and tool-bar-local-item-from-menu.
11054         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11055         mode-line-highlight face for Emacs.
11057         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11058         loading gnus-sum.elc; fix comment for canlock-verify.
11059         (gnus-article-jump-to-part): Use read-number.
11060         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11061         Remove Emacs pre-21 compatible code for help-echo.
11062         (gnus-article-next-page-1): No need to adjust the number of lines.
11063         (gnus-article-describe-bindings): Always use help-buffer.
11065         * gnus-audio.el (gnus-audio-inline-sound):
11066         * gnus-cus.el (gnus-custom-mode):
11067         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11069         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11071         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11072         compatible code.
11074 2010-09-24  Glenn Morris  <rgm@gnu.org>
11076         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11077         visiting the fcc file in rmail-mode.
11079         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11081 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11083         * nnir.el: Silence the byte compiler.
11085         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11086         alias to browse-url-url-encode-chars if any.
11087         (gnus-html-encode-url): Use it.
11089 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091         * gnus-start.el (gnus-use-backend-marks): New variable.
11092         (gnus-get-unread-articles-in-group): Use it.
11094         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11095         makeover.
11097 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11099         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11101 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11104         Remove.
11105         (gnus-setup-news-hook):
11106         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11108         * gnus-int.el (gnus-request-update-info): Protect against backends not
11109         having the function.
11111         * nnimap.el (nnimap-stream): Mention starttls.
11112         (nnimap-open-connection): Add starttls support.
11114 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11116         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11118 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11121         BODYSTRUCTUREs.
11122         (nnimap-transform-headers): Unfold quoted {42} headers.
11124         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11125         the info.
11126         (gnus-get-unread-articles): Only call updatep on backends that support
11127         it.
11129         * nnweb.el (nnweb-request-update-info): NOOP.
11131         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11133         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11134         since it only deals with marks.
11136         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11137         gnus-request-marks, and make a new gnus-request-update-info.
11139         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11140         the active instead of the high number, which is usually too low.
11142 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11144         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11145         * encrypt.el: Remove.
11147 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11149         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11150         server in symbolic form.
11152         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11154 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11156         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11157         (nnimap-update-info): Fix up code slightly.
11159         * gnus-int.el (gnus-open-server): Add tracing for performance
11160         debugging.
11162         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11163         (gnus-group-insert-group-line): Pass the real group name so that it
11164         gets the right data.
11166         * gnus-start.el (gnus-get-unread-articles): Don't have
11167         `gnus-get-unread-articles-in-group' update info, since that can be
11168         really slow and doesn't seem to be needed?
11170 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11172         * time-date.el (date-to-time): Try using parse-time-string first before
11173         using the slower timezone-make-date-arpa-standard.
11175 2010-09-22  Julien Danjou  <julien@danjou.info>
11177         * gnus-group.el (gnus-group-insert-group-line):
11178         Call gnus-group-highlight-line.
11179         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11180         default hook list.
11181         (gnus-group-update-eval-form): Add new function.
11182         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11183         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11185 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11188         immediate, then expire all articles.
11189         (nnimap-update-info): Fix off-by-one errors.
11190         (nnimap-flags-to-marks): Would return no marks lists for group with no
11191         flags.  Instead return the other data.
11193 2010-09-22  Julien Danjou  <julien@danjou.info>
11195         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11196         Only return an icon.
11197         (gnus-group-insert-group-line): Compute icon to return.
11199         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11200         (gnus-html-image-fetched): Only cache if
11201         gnus-html-image-automatic-caching is set.
11202         (gnus-html-image-fetched): Check for errors.
11204 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11207         once per method on `g'.  This ensures that backends like nnfolder don't
11208         open all their folders.
11210         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11211         (nnimap-request-list): Nix out group in the correct buffer.
11212         (nnimap-parse-flags): Implement by using `read' instead of
11213         hand-parsing.
11214         (nnimap-flags-to-marks): Pass on permanent-flags.
11215         (nnimap-make-process-buffer): Record the server name.
11216         (nnimap-parse-flags): Fix typo.
11217         (nnimap-request-scan): Run split on the server in general, not just a
11218         single group.
11220         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11221         parameter, and propagate this downwards.
11223         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11224         since EXAMINE changes it on the server.
11226         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11227         this command might take a while.
11229 2010-09-22  Julien Danjou  <julien@danjou.info>
11231         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11232         harmful if you have 2 images side-by-side, they can't be properly
11233         update on text deletion.  Using text-property is safer here.
11234         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11235         data.
11237 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239         * nnimap.el (nnimap-expunge-inbox): Remove.
11240         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11241         (nnimap-expunge): Flip default to t.
11243         * gnus.el (gnus-method-to-server): Don't push things to the cache
11244         unless it's unique.
11245         (gnus-server-to-method): Ditto.
11247 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11249         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11251 2010-09-22  Julien Danjou  <julien@danjou.info>
11253         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11254         get the start of data.
11255         (gnus-html-encode-url): Add this function to encode special chars in
11256         URL.
11257         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11258         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11260         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11261         default.
11262         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11264         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11265         images alt-text.
11266         (gnus-html-put-image): Put alt-text as help-echo.
11268 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11270         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11271         * mm-util.el (mm-decompress-buffer):
11272         * nnir.el (nnir-run-find-grep):
11273         * pop3.el (pop3-list): Use 3rd arg of split-string.
11275         * time-date.el (format-seconds): Comment fix.
11277         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11278         and byte-optimize-form-code-walker.
11279         (dgnushack-make-auto-load): Don't advise make-autoload.
11281         * lpath.el: Remove Emacs 21 stuff.
11283 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11285         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11286         outside the active range.  Suggested by Dan Christensen.
11288         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11289         slightly later to avoid double-getting it.
11291         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11292         previous patch.
11294         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11296 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11298         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11300 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302         * gnus-int.el (gnus-open-server): Give a better error message in the
11303         "go offline" case.
11305         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11306         marks for nnimap, which is seldom the right thing to do.
11308         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11309         (gnus-same-method-different-name): New function.
11311         * nnimap.el (parse-time): Require.
11313         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11314         method in the presence of many similar methods.
11316         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11318         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11319         nnml-inhibit-expiry.
11321         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11322         find out whether methods are equal.
11324         * nnimap.el (nnimap-find-expired-articles): New function.
11325         (nnimap-process-expiry-targets): New function.
11326         (nnimap-request-move-article): Request the article before looking at
11327         what the Message-ID is.  Fix found by Andrew Cohen.
11328         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11330         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11331         for oldness in addition to being a predicate.
11333         * nnimap.el (nnimap-request-group): When we have zero articles, return
11334         the right data to Gnus.
11335         (nnimap-request-expire-articles): Only delete articles immediately if
11336         the target is 'delete.
11338         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11339         method, this would bug out.
11341         * gnus-group.el (gnus-group-expunge-group): Rename from
11342         gnus-group-nnimap-expunge, and implemented as a normal interface
11343         function.
11345         * gnus-int.el (gnus-request-expunge-group): New function.
11347         * nnimap.el (nnimap-request-create-group): Implement.
11348         (nnimap-request-expunge-group): New function.
11350 2010-09-21  Julien Danjou  <julien@danjou.info>
11352         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11353         (gnus-html-cache-expired): Add new function.
11354         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11355         wethever we should display image for fetch it.
11356         Compute alt-text earlier to pass it to the fetching function too.
11357         (gnus-html-schedule-image-fetching): Change function argument to only
11358         get one image at a time, not a list.
11359         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11360         cache.
11361         (gnus-html-get-image-data): New function to retrieve image data from
11362         cache.
11363         (gnus-html-put-image): Change buffer argument to use image data rather
11364         than file, and place image above region rather than inserting a new
11365         one.  Do not take alt-text as argument, since it's useless now: we place
11366         the image above alt-text.
11367         (gnus-html-prune-cache): Remove.
11368         (gnus-html-show-images): Start to fetch image when we find one, do not
11369         push into a temporary list.
11370         (gnus-html-prefetch-images): Only fetch image if they have expired.
11371         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11372         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11374 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11376         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11378 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11381         spec inser "*" if the group isn't active instead of 0.
11383         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11384         opening the server.
11385         (nnimap-request-delete-group): Implement group deletion.
11386         (nnimap-transform-headers): Return the size of the entire message in
11387         the Bytes header, not just the size of the first part.
11388         (nnimap-request-move-article): When moving an article from nnimap,
11389         request the article first so the accepting form has an article to
11390         accept.  Reported by Dan Christensen.
11391         (nnimap-command): Make sure that the error message doesn't error out.
11393 2010-09-20  David Edmondson  <dme@dme.org>
11395         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11396         we haven't requested anything.
11398 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11401         "".  Fix found by Andrew Cohen.
11403         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11404         instead of -encode-string.
11406 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11408         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11410         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11411         by mm-subst-char-in-string.
11413 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11416         waiting for the connection string.
11418         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11419         arriving.
11421         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11422         bogus characters.  This allows selecting certain Gmail groups.
11424         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11425         (nnimap-fetch-partial-articles): New variable.
11426         (nnimap-open-connection): When looking for credentials, also use the
11427         nnimap-server-port.
11428         (nnimap-request-article): Return the group/article number, so that Gnus
11429         `^' works as expected.
11430         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11432         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11433         comments.
11434         (gnus-methods-sloppily-equal): New function.
11435         (gnus): When using the development version of Gnus, load the gnus-load
11436         file.
11438         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11439         `gnus-open-server' on each method before trying to scan them etc.
11440         This ensures that all the backend parameters are set correctly.
11442         * nnimap.el (nnimap-authenticator): New variable.
11443         (nnimap-open-connection): Allow anonymous login.
11444         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11445         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11447         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11448         patch, found by Knut Anders Hatlen.
11450 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11452         * gnus-agent.el (gnus-agent-batch-confirmation)
11453         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11454         to gnus-message.
11455         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11456         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11457         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11458         * gnus-int.el (gnus-open-server): Likewise.
11459         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11460         (gnus-score-check-syntax): Likewise.
11461         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11462         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11463         Likewise.
11464         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11466 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11468         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11469         calling conventions so that prefetch doesn't bug out.
11471 2010-09-19  Julien Danjou  <julien@danjou.info>
11473         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11474         rather than `subst-char-in-region' in order to be able to replace ASCII
11475         char by UTF-8 ones.
11477         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11478         than curl.
11479         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11480         the right URL and ALT text on images.
11481         (gnus-html-wash-tags): Fix tag case.
11482         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11483         (gnus-article-html): Add -o display_ins_del=2 option.
11484         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11486 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11488         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11489         the extra mail headers, which sometimes seem to happen for unknown
11490         reasons.
11492         * mail-parse.el (mail-header-encode-parameter): Define as
11493         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11494         (or most, perhaps?) mail readers don't understand the latter, but do
11495         understand the former.
11497         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11498         to nil, so that no methods are automatically agentized.  I think this
11499         is probably what most users want.
11501         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11502         from url-retrieve, for instance about invalid URLs.
11504         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11505         groups that have no articles.
11506         (nnimap-request-article): Check that we really got an article when we
11507         requested one.
11509         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11510         doesn't exist.
11512         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11513         nntp buffer so the agent can save it.
11514         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11515         that CRLF doesn't get translated to \n.
11516         (nnimap-open-connection): Don't make 'shell commands only send \n.
11518 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11520         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11521         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11522         Update var name.
11523         (nnml-generate-nov-file): Use dolist.
11524         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11525         Use with-current-buffer.
11527 2010-09-18  Julien Danjou  <julien@danjou.info>
11529         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11530         parallel.
11532 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11535         the range update right.
11536         (nnimap-request-group): Don't make `M-g' bug out on group with no
11537         marks.
11538         (nnoo): Require, so that other packages can require nnimap.
11539         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11540         command we're looking for.  This helps when the server sends more
11541         responses after we've gotten everything we expected.
11542         (nnimap): Add a `newlinep' field to keep track of end-of-line
11543         conventions.
11544         Don't send CRLF to things that don't want it.
11545         (nnimap-request-accept-article): Ditto.
11547 2010-09-18  Julien Danjou  <julien@danjou.info>
11549         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11550         than curl to retrieve images.
11552 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11554         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11555         the marks.
11556         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11557         (nnimap-wait-for-connection): New function.
11558         (nnimap-open-connection): If we have PREAUTH, don't query for login
11559         credentials.
11560         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11561         when doing a partial update.
11563 2010-09-18  Julien Danjou  <julien@danjou.info>
11565         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11566         tags.
11568 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11570         * nnimap.el (nnimap-credentials): New function.
11571         (nnimap-open-connection): Use the new function to look for credentials
11572         also on the numeric equivalents of "imap" and "imaps".
11574         * gnus-start.el (gnus-activate-group): Send the info to
11575         gnus-request-group.
11577         * nnimap.el (nnimap-request-group): Have the "check" version of the
11578         function parse flags and update the info, so that a `M-g' get a total
11579         resync of all flags from the group.
11581         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11582         to allow backends to alter the info on group selection.  Also alter all
11583         the backend -request-group functions to take the parameter.
11585         * nnimap.el (nnimap-store-info): New function.
11586         (nnimap-update-info): Store the info for later usage.
11587         (nnimap-request-group): Use the stored info for the dont-check case, so
11588         that we don't retrieve all marks when we enter a group.
11590         * nnimap.el: Use deffoo instead of defun for interface functions.
11592         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11593         update the group info.  This makes the nndraft groups, for instance, go
11594         back to their old behavior.
11596         * gnus-sum.el (gnus-select-newsgroup): Indent.
11598         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11599         in.
11600         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11601         nothing.
11603         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11604         from methods that are denied.
11606         * gnus-int.el (gnus-method-denied-p): New function.
11608         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11609         store the password instead of netrc.
11610         (nnimap-open-connection): Don't error out when we can't make a
11611         connections.
11613         * auth-source.el (auth-source-create): In the password prompt, say what
11614         we're querying for.  Also prompt for user name if that hasn't been
11615         given.
11617         * nnimap.el (nnimap-with-process-buffer): Remove.
11619 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11622         method when we're reading from the agent.
11624         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11626         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11627         that's probably most useful for users.
11629         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11630         "failed" all the time.
11632         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11633         ...)) with (with-current-buffer ... ).
11635         * nntp.el (nntp-open-server): Return whether the open was successful or
11636         not.
11638         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11639         select an unread unseen article first.
11641         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11642         /etc/services, supply some sensible port defaults.
11644         * dgnushack.el: Define netrc-credentials.
11646 2010-09-17  Julien Danjou  <julien@danjou.info>
11648         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11650 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11652         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11653         doesn't have any parameters.
11655 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11657         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11658         only upcased checks.
11660         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11662         * nnimap.el (nnimap-open-shell-stream): New function.
11663         (nnimap-open-connection): Use it.
11664         (nnimap-transform-headers): Get the number of lines in each message.
11665         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11666         number of lines.
11667         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11668         problem.
11670         * utf7.el (utf7-encode): Autoload.
11672         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11673         to allow the mail splitting to not return a default group.  This is
11674         useful for nnimap, which will leave unmatched mail in the inbox.
11676         * nnimap.el: Rewritten.
11678         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11679         nnimap usage.
11681         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11682         if the move is internal, so that nnimap can do fast internal moves.
11684         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11685         data.
11686         (gnus-read-active-for-groups): Support finishing the early retrieval of
11687         data.
11689         * gnus-range.el (gnus-range-nconcat): New function.
11691         * gnus-int.el (gnus-finish-retrieve-group-infos)
11692         (gnus-retrieve-group-data-early): New functions.
11694 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11696         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11697         (nnrss-retrieve-groups):
11698         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11699         (pop3-quit): Use with-current-buffer.
11701 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11703         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11704         instead of nnheader-accept-process-output.
11706         * dgnushack.el (dgnushack-compile): Add comment.
11708         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11710         * gnus-html.el (gnus-html-schedule-image-fetching)
11711         (gnus-html-prefetch-images): Replace process-kill-without-query by
11712         gnus-set-process-query-on-exit-flag.
11714 2010-09-16  Romain Francoise  <romain@orebokech.com>
11716         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11718 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11720         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11721         parameter to unintern is mandatory-ish in Emacs 24.
11723         * gnus-html.el (gnus-html-schedule-image-fetching)
11724         (gnus-html-prefetch-images): Check for curl before using it.
11726         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11727         depend on curl, which isn't essential.
11729         * imap.el: Revert back to version
11730         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11731         seem problematic.
11733 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11735         * gnus-registry.el (gnus-registry-install-shortcuts):
11736         Explicitly pass `obarray' to `unintern' to avoid a warning.
11738 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11740         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11741         change.
11743         * nnrss.el (nnrss-request-list): Remove this function and related
11744         functions, including the moreover stuff.
11746 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11748         * nnrss.el (nnrss-retrieve-groups): New function.
11750 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11752         * .dir-locals.el: Add no-byte-compile cookie.
11754 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11756         * time-date.el (format-seconds): Comment fix.
11758         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11759         for back end that doesn't support request-scan.
11761 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11764         then do request scans from the backends.
11766         * netrc.el (netrc-credentials): New conveniency function.
11768         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11769         avoid running a hook per line, since this takes a lot of time,
11770         profiling shows.
11771         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11772         directly if gnus-visual-p is true.
11774 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11776         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11777         groups; replace mapcar with dolist which is a bit faster; pass groups
11778         info to gnus-read-active-file-1.
11779         (gnus-read-active-file-1): Scan only specified groups if the new
11780         optional arg `infos' is given.
11782 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11784         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11786         * pop3.el (pop3-movemail): Remove.
11787         (pop3-streaming-movemail): Rename to pop3-movemail.
11789         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11790         don't restrict end-tag searches to the end of the line.
11792 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11794         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11795         articles of every unchecked group to t, which means unknown since the
11796         server has never been opened.
11798 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800         * gnus-html.el (gnus-html-show-alt-text): New command.
11801         (gnus-html-browse-image): Ditto.
11802         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11803         to browse the image directly.
11804         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11805         better.
11807         * gnus-async.el (gnus-async-article-callback):
11808         Call `gnus-html-prefetch-images' unconditionally.
11810         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11811         before feeding URLs to curl.
11813 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11815         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11816         internal images as deletable by `W D D'.
11818         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11819         (gnus-async-article-callback): Fix typo.
11821 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11824         current line to work around bugs in the output from w3m.
11826         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11827         for groups that want that.
11829         * nntp.el (nntp-wait-for-string): Supply a timeout for
11830         accept-process-output to ensure progress.
11832         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11833         level to get unread articles from, then use that for foreign groups,
11834         too.
11836         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11837         confuses the rest of the function.
11839         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11840         for the methods that support -retrieve-groups, too.
11842         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11844 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11846         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11847         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11849         * pop3.el: Require cl when compiling.
11850         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11852 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11854         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11855         that aren't going to be activated.
11856         (gnus-get-unread-articles): Fix up the last commit.
11858         * gnus-html.el (gnus-article-html): Allow calling without specifying
11859         the handle.  In that case, dissect the buffer first.
11861         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11863         * nnimap.el (nnimap-open-connection): Revert the change that would look
11864         into authinfo for imaps instead of imap.
11866         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11867         say that you don't want to call gnus-request-group with don-check, but
11868         do check the reponse.  This is for virtual groups only.
11869         (gnus-get-unread-articles): Count the archive groups as secondary, so
11870         that they're activated the same way as before.
11872         * imap.el (imap-message-map): Removed optional buffer parameter, since
11873         no callers use it.
11874         (imap-message-get): Ditto.
11875         (imap-message-put): Ditto.
11876         (imap-mailbox-map): Ditto.
11877         (imap-mailbox-put): Ditto.
11878         (imap-mailbox-get): Ditto.
11879         (imap-mailbox-get): Revert last change for this function.
11881         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11882         case-insensitively.
11883         (nnimap-debug): Remove.
11885         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11886         callers to use `imap-fetch' instead.  According to the comments, this
11887         should be safe, since all other IMAP clients use the 1:* syntax.
11888         (imap-enable-exchange-bug-workaround): Remove.
11889         (imap-debug): Remove -- doesn't seem very useful.
11891         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11892         mail from a file, and the file doesn't exist.
11894         * imap.el (imap-log): New convenience function used throughout instead
11895         of repeating the same code all over the place.
11897         * pop3.el (pop3-streaming-movemail): Return t for success.
11899         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11900         .authinfo if we're using ssl connection.
11902         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11903         already have if we're in a main Gnus `g' run.
11905         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11907 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11909         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11911         * nnmh.el (nnmh-request-list-1): Bind `file'.
11913         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11914         alias to set-process-query-on-exit-flag or process-kill-without-query.
11915         (pop3-open-server): Use it.
11917 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11920         box to the Incoming file.  Fixes mistake in previous checkin.
11922         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11923         request loop (for debugging purposes) removed.
11925         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11926         culprit is more visible.
11927         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11928         (nnml-add-incremental-nov): New functions to do "incremental" nov
11929         updates, where we just append to the end of the existing nov files
11930         without reading/writing them in full.
11932         * mail-source.el (mail-source-delete-crash-box): Really only check the
11933         incoming files once in a while.
11935         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11937         * mail-source.el (mail-source-delete-crash-box): Only check the
11938         incoming files for deletion once per day to save a lot of file
11939         accesses.
11941         * pop3.el (pop3-logon): Fix up unbound variable typo.
11943         * mail-source.el (pop3-streaming-movemail): Autoload.
11945         * pop3.el (pop3-streaming-movemail):
11946         Respect pop3-leave-mail-on-server.
11948         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11949         retrieval.
11951         * pop3.el (pop3-process-filter): Remove unused function.
11952         (pop3-streaming-movemail, pop3-send-streaming-command)
11953         (pop3-wait-for-messages, pop3-write-to-file)
11954         (pop3-number-of-responses): New functions for streaming pop3
11955         retrieval.
11957         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11958         come from no known methods.
11959         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11960         list.
11962         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11963         message sizes.
11964         (pop3-movemail): Use erase-buffer instead of looping and deleting
11965         regions, which seems rather odd.
11967         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11968         file once per `g' run.
11970         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11971         directories.  This makes the draft queue directory work.
11973         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11974         data from the backends, so that we only request the list of groups from
11975         each method once.  This should speed things up considerably.
11977         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11978         detect that it's not implemented.
11980         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11981         we actually do recurse down into the tree, but don't stat all leaf
11982         nodes.
11984         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11985         then say so instead of bugging out.
11987         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11988         files exist before trying to read them.
11990         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11991         around <pre_int>.
11993         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11995         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11997 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11999         * mm-util.el (mm-image-load-path): Just return the image directories,
12000         not all directories in the path in addition to the image directories.
12001         (mm-image-load-path): Maintain a cache of the image directories so that
12002         the `g' command in Gnus doesn't have to stat dozens of directories each
12003         time.
12005         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12006         (gnus-html-wash-tags): Add a new `i' command to insert images.
12007         (gnus-html-insert-image): New command and keystroke.
12008         (gnus-html-redisplay-with-images): New command and keystroke.
12009         (gnus-html-show-images): Rename command.
12010         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12011         spacers.
12012         (gnus-html-wash-tags): Decode entities at the end, so that entities
12013         inside the tags don't mess up the rest of the "parsing".
12015         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12016         so that nnimap methods aren't agentized by default.  There's apparently
12017         many problems related to agent/imap behavior.
12019         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12021         * gnus-html.el: Doc fix.
12023 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12025         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12026         specifier-spec-list for Emacs 21.
12028         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12029         glyph-width and glyph-height instead of display-graphic-p and
12030         image-size; make avoidance of displaying small images work for XEmacs.
12032         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12033         for XEmacs.
12035         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12036         of symbol that holds plist data.
12037         (gnus-process-plist): Remove plist of process after getting it.
12039 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12041         * message.el (message-generate-hashcash): Change default to
12042         'opportunistic if hashcash is installed.
12044         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12045         (gnus-html-put-image): Only call image-size once, since it's somewhat
12046         time-consuming on remote X servers.
12048 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12050         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12051         type on data, not a file name.
12053         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12054         window-pixel-edges for Emacs 21.
12056         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12057         decoded contents.
12058         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12060 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12062         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12063         group line format, since it isn't very interesting.
12065         * gnus-agent.el (gnus-agent-short-article),
12066         (gnus-agent-long-article): Increase values for these two variables,
12067         since most people are likely to have more network connection and
12068         storage than before.
12070         * gnus.el (gnus-refer-article-method): Change default to 'current.
12071         When referring an article, the common behavior is to refer it from the
12072         current select method, not the native select method.  The chances of
12073         the native select method having the message in question is rather slim
12074         these days.
12076         * gnus-sum.el (gnus-auto-select-subject): Change default to
12077         `unseen-or-unread'.  I think it's likely that most people want to
12078         select an unseen article over a previously seen, but unread one.
12080         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12081         means that in the article buffer none of the minor mode elements will
12082         be shown, usually, and this is not desirable in most cases.
12084         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12085         that commands like `d' (and the like) go to the next line in the
12086         buffer, instead of the next unread article.  I think this is the
12087         behavior that is most natural for most users.
12088         (gnus-single-article-buffer): Change default to nil, so that people can
12089         have as many article buffers open as they have summary buffer.  I think
12090         this is the most natural way for the groups to behave.
12092         * message.el (message-generate-new-buffers): Change default to
12093         `unsent', so that all new message buffers start their names with the
12094         string "*unsent", and it's easier to find the buffers if you move from
12095         them.
12097 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12099         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12100         small.  They're probably tracking images.
12101         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12102         (gnus-html-rescale-image): Yet another try at getting the image sizing
12103         right.
12105         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12106         nntp-marks-file-name is nil.
12108 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12110         * gnus-html.el (gnus-html-wash-tags)
12111         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12112         Better logging.
12114 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12118         * gnus-html.el (gnus-html-wash-tags): Check the value of
12119         gnus-blocked-images in the summary buffer.
12121 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12123         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12125 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12127         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12128         like "a", it seems like.
12129         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12130         since it needs to be picked from the correct buffer.
12132         * nnwfm.el: Remove.
12134         * nnlistserv.el: Remove.
12136 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12138         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12139         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12141 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12143         * nnkiboze.el: Remove.
12145         * nndb.el: Remove.
12147         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12148         alt text.
12149         (gnus-html-rescale-image): Try to get the rescaling logic right for
12150         images that are just wide and not tall.
12152         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12153         overshadow variable bindings.
12155 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12157         * gnus-html.el (gnus-html-wash-tags)
12158         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12159         Add extra logging.
12161 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12163         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12164         (gnus-max-image-proportion): New variable.
12165         (gnus-html-rescale-image): New function.
12166         (gnus-html-put-image): Rescale images.
12168 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12170         Fix up some byte-compiler warnings.
12171         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12172         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12173         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12174         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12175         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12176         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12177         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12179 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12181         * gnus-html.el (gnus-article-html): Decode contents by charset.
12183 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12185         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12186         (gnus-html-frame-width, gnus-blocked-images):
12187         * message.el (message-prune-recipient-rules): Add custom version.
12188         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12190         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12191         functions.
12193         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12194         gnus-process-get.
12196 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12198         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12199         instead of lsub directly.
12201 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12203         * nnwarchive.el: Remove.
12205         * gnus-soup.el: Remove.
12207         * nnsoup.el: Remove.
12209         * nnultimate.el: Remove.
12211         * gnus-html.el (gnus-blocked-images): New variable.
12213         * message.el (message-prune-recipients): New function.
12214         (message-prune-recipient-rules): New variable.
12216         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12217         guess whether a long line is natural text or not.
12219         * gnus-html.el (gnus-html-schedule-image-fetching):
12220         Use gnus-process-plist and friends for compatibility.
12222 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12224         * gnus-html.el: Require packages that define macros used in this file.
12225         (gnus-article-mouse-face): Declare to silence byte-compiler.
12226         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12227         process-get.
12228         (gnus-html-put-image): Use plist-get to avoid getf.
12229         (gnus-html-prefetch-images): Use with-current-buffer.
12231 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12233         * gnus-ems.el: Provide compatibility functions for
12234         gnus-set-process-plist.
12236         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12237         header-line-format for XEmacs 21.4.
12239         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12240         * gnus.el (gnus-valid-select-methods):
12241         * message.el (message-send-mail-partially-limit):
12242         * mm-decode.el (mm-text-html-renderer):
12243         * mml.el (mml-insert-mime-headers-always):
12244         * smiley.el (smiley-regexp-alist): Bump custom version.
12246 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248         * gnus-html.el: Require mm-url.
12249         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12250         with the url to `url'.
12251         (gnus-html-wash-tags): Support cid: URLs/images.
12253 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12255         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12256         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12257         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12259         * gnus-move.el: Remove file, since it doesn't really work.
12261         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12262         UTF-8.  This seems to fix problems with some German web feeds.
12264         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12265         at the top so that the proper colors are applied.
12267         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12268         don't have dots in their names.
12270         * gnus-art.el (gnus-article-view-part): Doc fix.
12272         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12273         XEmacs-compatible.
12274         (gnus-html-put-image): Don't do images on non-graphic displays.
12276         * nnslashdot.el: Remove this unused backend.
12278         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12279         actions.
12280         (gnus-undo-register-1): Revert last change.
12282         * gnus-group.el (gnus-group-completing-read): Protect against not
12283         having completion-styles bound.
12285         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12286         make broken recipients happier.
12288         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12290         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12291         point parameter.
12293         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12295         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12296         completion-styles for group selection.
12298 2009-02-04  Andreas Schwab  <schwab@suse.de>
12300         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12301         headers and regexp-quote the match if necessary.
12303 2009-03-24  Miles Bader  <miles@gnu.org>
12305         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12306         the blinking smiley.
12308 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12310         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12311         blink smiley.
12313 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12316         where the dribbel file lives exists.
12318         * message.el (message-send-mail-partially-limit): Change the default to
12319         nil, since most people don't want this.
12321         * mm-url.el (mm-url-decode-entities): Also decode entities like
12322         &#x3212.
12324 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12326         * gnus-sum.el (gnus-summary-idna-message):
12327         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12328         Hyperlink urls in docstrings with URL `...'.
12330 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12332         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12333         functions.
12335 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12337         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12338         say what the mouseover text should be.
12340         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12341         version of the mm-w3m-safe-url-regexp variable to only download images
12342         in the groups where we want that to happen.
12344         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12346         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12347         easier debugging.
12348         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12349         big pictures in the article buffer.
12351         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12352         gnus-article-html.
12353         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12354         w3m.
12356         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12358 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12360         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12361         which doesn't exist.
12363         * message.el (message-inhibit-ecomplete): New variable to allow some
12364         function to inhibit ecomplete address storage.
12365         (message-resend): Disable ecomplete message storage when resending
12366         messages.
12368         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12370 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12372         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12373         Save excursion while copying, moving, and deleting articles in order to
12374         prevent the cursor from jumping to unforeseen place.
12376 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12378         * lpath.el: No need to bind bookmark-current-buffer,
12379         bookmark-yank-point and bookmark-make-record-function.
12381 2010-08-17  Glenn Morris  <rgm@gnu.org>
12383         * gnus-sync.el: Require gnus components whose functions are used.
12385         * gnus-art.el (bookmark-make-record-function):
12386         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12387         Declare for compiler.
12389         * mm-url.el (mml-compute-boundary): Autoload.
12391 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12393         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12395 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12397         Typo fix "hoo4a" -> "hook".
12399         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12401 2010-08-14  Glenn Morris  <rgm@gnu.org>
12403         * gnus-sync.el (gnus-sync): Fix defgroup version.
12405 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12407         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12409         * gnus-sync.el: Fix docs.
12410         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12411         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12413 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12415         Optimizations for gnus-sync.el.
12417         * gnus-sync.el: Add docs about gnus-sync-backend
12418         possibilities.
12419         (gnus-sync-save): Remove unnecessary message.
12420         (gnus-sync-read): Optimize and show what groups were skipped.
12422 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12424         Minor bug fixes for gnus-sync.el.
12426         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12427         Don't read the sync on get-new-news.
12429         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12430         quiet.
12432         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12433         (fix typo).
12435 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12437         Make saving and restoring of hidden threads work with overlays.
12438         Patch applied by Ted Zlatanov.
12440         * gnus-sum.el (gnus-hidden-threads-configuration)
12441         (gnus-restore-hidden-threads-configuration): Update to deal with text
12442         properties, rather than searching for a magic character.
12444 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12446         New gnus-sync.el library for synchronization of marks.
12448         * gnus-sync.el: New library for synchronization of marks.
12450         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12451         renamed from `gnus-registry-grep-in-list'.
12453         * gnus-registry.el (gnus-registry-follow-group-p):
12454         Use `gnus-grep-in-list'.
12456         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12458 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12460         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12461         determining charset of text fails.
12463 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12465         * nnmail.el (nnmail-get-new-mail-1): Revert.
12467         * nnml.el (nnml-active-number): Make sure names of newly created groups
12468         in nnml-group-alist are encoded.
12470 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12472         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12473         containing non-ASCII characters in active file for nnml back end.
12475 2010-07-24  David Engster  <dengste@eml.cc>
12477         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12478         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12480 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12482         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12483         tag (Bug#6654).
12485 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12487         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12488         the article buffer, not the summary buffer.
12490 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12492         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12493         Emacs 23 as well.
12495 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12497         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12498         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12500 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12502         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12503         Patch applied by Karl Fogel.
12505         * gnus-sum.el (gnus-summary-bookmark-make-record):
12506         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12508 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12510         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12511         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12512         C-w still not working correctly from Article buffers; Thierry's
12513         patch to fix that will be applied after this.
12515         * gnus-art.el (bookmark-make-record-function): New local variable.
12517         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12518         article buffer.
12519         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12521 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12523         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12524         on changes in bookmark.el.
12526 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12528         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12529         `no-log' instead of message not to log prompt string.
12531 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12533         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12534         the *other* type of HTML form submission.
12536 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12538         * auth-source.el (auth-source-pick): If choice does not contain a
12539         questioned keyword, set the check to t.
12541 2010-06-12  Romain Francoise  <romain@orebokech.com>
12543         * gnus-util.el (gnus-date-get-time): Move up before first use.
12545 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12547         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12548         (gnus-article-edit-part): Bind it to make last part that is substituted
12549         or deleted visible.
12550         (gnus-mime-display-single): Buttonize part of which id equals to
12551         gnus-mime-buttonized-part-id.
12553 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12555         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12556         (gnus-dd-mmm): Use gnus-date-get-time.
12557         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12558         simplify logic.
12559         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12560         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12562 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12564         * auth-source.el (top): Autoload `secrets-list-collections',
12565         `secrets-create-item', `secrets-delete-item'.
12566         (auth-sources): Fix tag string.
12567         (auth-get-source, auth-source-retrieve, auth-source-create)
12568         (auth-source-delete): New defuns.
12569         (auth-source-pick): Rewrite in order to avoid 2 passes.
12570         (auth-source-forget-user-or-password): New parameter USERNAME.
12571         (auth-source-user-or-password): New parameters CREATE-MISSING and
12572         DELETE-EXISTING.  Retrieve password interactively, if needed.
12574 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12576         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12577         deleting unused directories when gnus-expert-user is t.
12579 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12581         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12582         for each temp file when gnus-article-browse-delete-temp is ask.
12584 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12586         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12587         Replace Lisp calls to delete-backward-char by calls to delete-char.
12589 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12591         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12593 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12595         * password-cache.el (password-cache-remove): Fix docstring.
12597 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12599         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12600         article unless decoding article to be saved.
12602 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12604         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12605         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12606         generated within the mm-with-unibyte-current-buffer macro.
12608 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12610         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12611         to nil when we're in a mml-preview buffer and no group is selected.
12613 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12615         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12616         when catching the `C-g'.  Reported by "Leo".
12618 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12620         * message.el (message-forward-make-body-plain)
12621         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12622         multibyte-string-p.
12624         * lpath.el: Revert.
12626 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12628         * message.el (message-forward-make-body-mml): Assume original message
12629         is multibyte string; error on unibyte.
12630         (message-forward-make-body-plain): Ditto; don't add excessive newline
12631         in body end.
12633         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12635 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12637         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12638         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12640 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12642         * mm-extern.el (mm-extern-url): Don't use
12643         mm-with-unibyte-current-buffer.
12644         (mm-extern-cache-contents): Use with-current-buffer instead of
12645         save-excursion + set-buffer.
12647 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12649         * mm-util.el (mm-emacs-mule): Remove.
12651 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12653         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12654         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12655         change.
12657 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12659         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12660         bind the default value of enable-multibyte-characters to nil.
12662 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12664         * message.el (message-forward-make-body-plain)
12665         (message-forward-make-body-mml):
12666         Don't use mm-with-unibyte-current-buffer.
12668 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12670         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12672 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12674         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12675         (Bug#5592).
12677 2010-05-07  Julien Danjou  <julien@danjou.info>
12679         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12680         it to mm-pipe-part.
12682         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12683         it is given.
12685 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12687         * binhex.el (binhex-decode-region-internal):
12688         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12689         (dns-query):
12690         * nnweb.el (nnweb-gmane-search):
12691         * pgg-parse.el (pgg-parse-armor):
12692         * pgg.el (pgg-verify-region):
12693         * sha1.el (sha1-string-external):
12694         * uudecode.el (uudecode-decode-region-internal):
12695         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12696         XEmacs.
12698         * gnus-art.el (gnus-article-browse-html-parts):
12699         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12700         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12701         make-temp-file.
12703         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12704         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12705         compiling.
12707         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12708         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12709         XEmacs when compiling.
12711         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12712         gnus-pick-mode-off-hook for XEmacs when compiling.
12713         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12714         gnus-binary-mode-off-hook for XEmacs when compiling.
12716         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12717         Return nil if char-charset is not available.
12719         * imap.el (imap-disable-multibyte)
12720         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12721         macros.
12723         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12724         instead of encode-coding-string.
12726         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12727         'xemacs) instead of mm-emacs-mule to switch function definitions.
12728         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12730         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12731         bind temporary-file-directory for XEmacs;
12732         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12733         timer-set-function for XEmacs 21.4 and SXEmacs;
12734         bind timer-list for XEmacs 21.4 and SXEmacs;
12735         fbind char-charset and find-charset-region for non-Mule XEmacs;
12736         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12737         encode-coding-region and encode-coding-string for XEmacs having no
12738         file-coding feature.
12740 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12742         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12744 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12746         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12747         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12749 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12751         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12752         alias `jka-compr-delete-temp-file' no longer exists.
12754 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12756         Use define-minor-mode in Gnus where applicable.
12757         * mml.el (mml-mode): Use define-minor-mode.
12758         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12759         (gnus-undo-mode): Use define-minor-mode.
12760         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12761         (gnus-dead-summary-mode): Use define-minor-mode.
12762         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12763         Initialize in declaration.
12764         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12765         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12766         (gnus-mailing-list-mode): Use define-minor-mode.
12767         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12768         (gnus-draft-mode): Use define-minor-mode.
12769         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12770         (gnus-dired-mode): Use define-minor-mode.
12772 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12774         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12775         handles on recursive mml-to-mime translation and check them for
12776         boundary delimiter collisions.  Reported by Greg Troxel.
12778 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12780         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12782 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12784         * mm-util.el (mm-find-buffer-file-coding-system):
12785         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12787 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12789         * message.el (message-generate-headers): Record insertion of optional
12790         headers as well.  Otherwise the check to prevent repeated insertion of
12791         optional headers is a no-op.
12793 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12795         * smime.el: Don't mention CVS.
12797         * nnrss.el (nnrss-fetch): Don't mention CVS.
12799         * nnir.el: Don't mention CVS.
12801 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12803         * gnus-sum.el (gnus-summary-bookmark-make-record):
12804         Add `location' field.
12806 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12808         * lpath.el: Fbind bookmark-default-handler,
12809         bookmark-get-bookmark-record, bookmark-make-record-default,
12810         bookmark-prop-get for Emacs <23 and XEmacs.
12812 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12814         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12815         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12816         Use with-current-buffer to silence the byte-compiler.
12817         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12818         bother to require `gnus'.
12819         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12821 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12823         * gnus-sum.el (gnus-summary-bookmark-make-record)
12824         (gnus-summary-bookmark-jump): New functions.
12825         (gnus-summary-mode): Setup bookmark support.
12827 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12829         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12830         if set.
12832 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12834         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12835         gnus-article-browse-html-save-cid-image; make it work recursively for
12836         forwarded messages as well.
12837         (gnus-article-browse-html-parts): Work when prefix arg is given.
12838         (gnus-article-browse-html-article): Doc fix.
12840 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12842         * message.el (message-default-mail-headers)
12843         (message-default-headers): Carry the value mail-default-headers over
12844         into message-default-mail-headers, rather than message-default-headers.
12846 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12848         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12849         charset.
12851         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12852         charset into the <meta> tag when the article is encoded to utf-8.
12854 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12856         * gnus-art.el (gnus-article-browse-delete-temp-files):
12857         Delete directories as well.
12858         (gnus-article-browse-html-parts): Work for images that do not specify
12859         file names; delete temp directory when quitting; insert header at the
12860         right place; use file: scheme for image files.
12862 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12864         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12865         (gnus-article-browse-html-parts): Use it to make temporary cid image
12866         files in addition to html file so that browser may display them.
12868 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12870         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12872 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12874         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12876 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12878         * auth-source.el (auth-sources): Change default to be simpler.
12879         Explain about Secret Service API sources.  Improve Customize options.
12880         (auth-source-pick): Change to accept any number of search parameters.
12881         Implement fallbacks iteratively, not recursively.  Add scoring on the
12882         second pass and sort by score.  Call Secret Service API when needed.
12883         (auth-source-user-or-password): Use it.  Call Secret Service API
12884         directly when needed to get the user name and the password.
12886 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12888         * message.el (message-interactive): Doc fix.
12889         (message-qmail-inject-args): Reflow.
12890         (message-kill-to-signature): Fix typo in docstring.
12892         * smiley.el (smiley-buffer): Fix typo in docstring.
12894 2010-03-24  Glenn Morris  <rgm@gnu.org>
12896         * mail-source.el (gnus-message): Declare.
12897         (mail-source-delete-old-incoming): Require gnus-util.
12899 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12901         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12903         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12905         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12906         password-cache's default if it is not bound.
12907         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12908         password-cache-expiry's default if it is not bound.
12910         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12911         available in Emacs 21.
12913         * lpath.el: Suppress compiler warnings for:
12914         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12915         XEmacs;
12916         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12917         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12918         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12920 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12922         * auth-source.el (auth-sources): Fix up definition so extra parameters
12923         are always inline.
12925 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12927         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12928         wasn't updated after mismatch.  Clear cached mailbox info correctly
12929         when uidvalidity changes.
12930         (nnimap-group-prefixed-name): New function to avoid some code
12931         duplication.
12932         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12933         (nnimap-request-group): Use it.
12934         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12935         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12936         with many imap folders.  This is done by caching the group status from
12937         the imap server persistently in a group parameter `imap-status'.  (This
12938         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12939         but not persistently, so every Gnus startup was still very slow.)
12941 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12943         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12944         delete the extra newline.  Otherwise editing of :string and :number
12945         types don't work.
12947 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12949         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12950         secrets.el dependency.
12951         (auth-sources): Add optional user name.  Add secrets.el configuration
12952         choice (unused right now).
12954 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12956         * gnus-sum.el (gnus-summary-make-menu-bar):
12957         Let `gnus-registry-install-shortcuts' fill in the functions.
12959         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12960         warnings.
12961         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12962         (gnus-registry-install-shortcuts): Populate and use it in a
12963         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12965 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12967         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12968         In-place substitutions for the group name encoding/decoding.
12969         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12970         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12971         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12972         (nnimap-update-unseen, nnimap-request-list)
12973         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12974         (nnimap-request-set-mark, nnimap-split-to-groups)
12975         (nnimap-split-articles, nnimap-request-newgroups)
12976         (nnimap-request-create-group, nnimap-request-accept-article)
12977         (nnimap-request-delete-group, nnimap-request-rename-group)
12978         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12979         `encoded-mbx' for consistency.
12980         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12981         variable `imap-current-mailbox'.
12983         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12984         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12986 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12988         * pop3.el (pop3-display-message-size-flag): Display message size byte
12989         counts during POP3 download.
12990         (pop3-movemail): Use it.
12991         (pop3-list): Implement listing of available messages.
12993 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12995         * nnir.el (nnir-get-article-nov-override-function): New function to
12996         override the normal NOV retrieval.
12997         (nnir-retrieve-headers): Use it.
12999 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13001         * auth-source.el (netrc-machine-user-or-password): Autoload.
13003 2010-03-19  Glenn Morris  <rgm@gnu.org>
13005         Stop message.el from loading about 40 libraries it doesn't always need.
13006         The general approach is to autoload rather than require, and to
13007         require in the specific functions rather than the file.  (Bug#5642)
13009         * gmm-utils.el: Don't require wid-edit.
13010         (widget-create-child-value, widget-convert, widget-default-get):
13011         Autoload.
13013         * gnus-util.el: Don't require time-date, netrc.
13014         (message-fetch-field, gnus-group-name-decode): Declare rather than
13015         autoloading.
13016         (gnus-fetch-field): Require message.
13017         (gnus-decode-newsgroups): Require gnus-group.
13019         * ietf-drums.el: Don't require time-date.
13021         * message.el: Don't require hashcash, canlock, ecomplete.
13022         Do require mail-utils.  Require nnheader only when compiling.
13023         (smtpmail-default-smtp-server): Remove declaration.
13024         (message-send-mail-function): Check smtpmail-default-smtp-server
13025         is bound rather than requiring smtpmail.
13026         (message-auto-save-directory, message-insert-signature):
13027         Use expand-file-name rather than nnheader-concat.
13028         (nnheader-insert-file-contents): Autoload.
13029         (hashcash-wait-async): Declare.
13030         (message-send-mail): Only call gnus-setup-posting-charset if
13031         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13032         (message-send-mail-with-sendmail): Require sendmail.
13033         (canlock-password, canlock-password-for-verify): Declare.
13034         (message-canlock-password): Require canlock.
13035         (nnheader-get-report): Autoload.
13036         (gnus-setup-posting-charset): Declare.
13037         (message-send-news): Require gnus-msg.
13038         (message-make-references, message-make-in-reply-to): Use mail-header-id
13039         rather than the alias mail-header-message-id.
13040         (ecomplete-add-item, ecomplete-save): Declare.
13041         (message-put-addresses-in-ecomplete): Require ecomplete.
13042         (ecomplete-display-matches): Autoload.
13044         * mm-decode.el: Don't require mailcap, gnus-util.
13045         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13046         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13047         Autoload.
13048         (mailcap-mime-extensions): Declare.
13050         * mm-encode.el: Don't require mailcap.
13051         (mailcap-extension-to-mime): Autoload.
13053         * mml-sec.el: Don't require password-cache.
13055         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13056         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13057         (mml-minibuffer-read-type): Require mailcap.
13058         (mml-preview): Require gnus-msg.
13060         * mml1991.el: Require password-cache.
13061         (password-cache-expiry): Remove declaration.
13063         * mml2015.el: Require password-cache.
13064         (password-cache-expiry): Remove declaration.
13066         * nneething.el (mailcap): Require mailcap.
13068         * nnheader.el (declare-function): Add compatibility stub.
13069         (message-remove-header): Declare rather than autoload.
13070         (nnheader-replace-header): Require message.
13072         * nnimap.el (declare-function): Add compatibility stub.
13073         (netrc-parse, netrc-machine-user-or-password): Declare.
13074         (nnimap-open-connection): Require netrc.
13076         * nntp.el (declare-function): Add compatibility stub.
13077         (netrc-parse, netrc-machine, netrc-get): Declare.
13078         (nntp-send-authinfo): Require netrc.
13080         * rfc2047.el: Don't require qp.
13081         (quoted-printable-encode-region, quoted-printable-decode-string):
13082         Autoload.
13084         * sieve-mode.el: Don't require easymenu.
13085         (easy-menu-add-item): Autoload it.
13087         * spam-stat.el (time-to-number-of-days): Autoload it.
13089 2010-03-19  Glenn Morris  <rgm@gnu.org>
13091         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13093 2010-03-18  Glenn Morris  <rgm@gnu.org>
13095         * hashcash.el (declare-function): Remove duplicate definition.
13097 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13099         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13100         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13101         value if any backslash escapes).
13103 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13105         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13106         if it is available.  (bug#5647)
13108         * lpath.el: Suppress compiler warning for coding-system-from-name for
13109         Emacs 21 and XEmacs.
13111 2010-03-14  Juri Linkov  <juri@jurta.org>
13113         * hmac-def.el:
13114         * hmac-md5.el:
13115         * netrc.el: Fix keywords.
13117 2010-02-26  Glenn Morris  <rgm@gnu.org>
13119         * message.el (message-send-mail-function): Change the default, so that
13120         it inherits from a customized send-mail-function.  (Bug#5643)
13122 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13124         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13125         shell-command-to-string signals an error (bug#5299).
13127 2010-02-24  Glenn Morris  <rgm@gnu.org>
13129         * message.el (message-smtpmail-send-it)
13130         (message-send-mail-with-mailclient): Doc fixes.
13132 2010-02-16  Glenn Morris  <rgm@gnu.org>
13134         * message.el (message-default-mail-headers): Change the default value
13135         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13137 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13139         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13140         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13142 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13144         * time-date.el (date-to-time): Doc fix (Bug#5408).
13146 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13148         * message.el (message-mail): Just pass yank-action on to message-setup.
13149         (message-setup): Handle (FUN . ARGS) form of yank-action.
13150         (message-with-reply-buffer, message-widen-reply)
13151         (message-yank-original): Handle non-buffer values of
13152         message-reply-buffer (Bug#4080).
13153         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13155 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13157         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13158         Fix typo in docstring.
13160 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13162         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13163         response.
13165 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13167         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13169         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13171         * message.el (message-check-news-header-syntax): Protect against a
13172         string that `rfc822-addresses' returns when parsing fails.
13174 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13176         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13177         (gnus-previous-char-property-change): New functions.
13179         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13181 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13183         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13184         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13186 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13188         * message.el (message-exchange-point-and-mark): Rework last change to
13189         avoid using optional arg of exchange-point-and-mark, for backward
13190         compatibility.
13192 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13194         * message.el (message-exchange-point-and-mark):
13195         Call exchange-point-and-mark with an argument rather than setting
13196         mark-active by hand (Bug#5175).
13198 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13200         * nntp.el (nntp-service-to-port): Work for service expressed with
13201         numeric string; replace [:digit:] with [0-9] for XEmacs.
13203 2009-12-17  Glenn Morris  <rgm@gnu.org>
13205         * gnus-group.el (gnus-bug-group-download-format-alist):
13206         Change emacs entry to debbugs.gnu.org.  Bump :version.
13208 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13210         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13212 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13214         * message.el (message-info): Explain why we use `Info-goto-node'.
13216 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13218         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13220 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13222         * message.el (message-completion-in-region): New compatibility function.
13223         (message-expand-group): Use it.
13225 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13227         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13228         with no unread article should be listed if the 2nd arg `predicate' is
13229         given.
13231 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13233         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13235 2009-11-29  Juri Linkov  <juri@jurta.org>
13237         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13238         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13239         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13241 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13243         * sha1.el (sha1-string-external): default-directory "/" in case
13244         otherwise non-existent.  process-connection-type pipe for touch of
13245         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13247 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13249         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13250         it's comms related and sgml-mode.el has "comm" on that basis too.
13252 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13254         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13255         containing tspecial characters if they have been already quoted.
13257 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13259         * dns-mode.el (auto-mode-alist): Purecopy string.
13261 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13263         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13265 2009-10-24  Glenn Morris  <rgm@gnu.org>
13267         * gnus-art.el (help-xref-stack-item): Define for compiler.
13269 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13271         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13273 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13275         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13277 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13279         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13280         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13282 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13284         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13285         (gnus-overlays-in): New alias to overlays-in.
13287         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13288         gnus-overlay-get, and gnus-delete-overlay.
13289         (gnus-summary-show-thread): Make it work as well for systems in which
13290         next-single-char-property-change is not available.
13291         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13293         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13294         (gnus-overlay-get): New alias to extent-property.
13295         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13297         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13298         SXEmacs.
13300         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13301         SXEmacs.
13303 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13305         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13307 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13309         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13310         and XEmacs that don't have `remove-overlays'.
13312 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13314         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13315         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13316         selective display.  Use overlays instead.
13318 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13320         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13322 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13324         * spam-stat.el (spam-stat-load): Fix typo in message.
13326 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13328         * dig.el (dig-invoke): Fix typo in docstring.
13329         (query-dig): Reflow docstring.
13331 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13333         * gnus-art.el (gnus-article-encrypt-body):
13334         * message.el (message-check-recipients):
13335         * mm-util.el (mm-codepage-setup):
13336         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13337         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13339 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13341         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13342         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13343         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13344         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13345         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13347 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13349         * dig.el: Add "Keywords: comm", as per net-utils.el.
13351 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13353         * dig.el (dig-mode): Use define-derived-mode.
13355 2009-09-19  Glenn Morris  <rgm@gnu.org>
13357         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13359 2009-09-18  Glenn Morris  <rgm@gnu.org>
13361         * gnus-diary.el (gnus-diary-check-message):
13362         * message.el (message-insert-formatted-citation-line):
13363         * nnbabyl.el (top-level):
13364         * nndiary.el (nndiary-schedule):
13365         Fix typos in condition-case handlers.
13367 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13369         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13370         configuration that provides the sole article window in a frame;
13371         position point correctly after deleting a part.
13373 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13375         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13376         (spam-resolve-registrations-routine): Use it to unregister articles
13377         that change status.
13379 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13381         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13382         with XEmacs.
13383         (parse-time-string-chars): Use it.
13385 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13387         * imap.el (imap-interactive-login): Better messages.
13388         (imap-open): Fix bug with renamed buffer on reconnect.
13389         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13390         for easier debugging and cleaner code.  On successful (guessed based on
13391         server capabilities) secondary authentication, set imap-state
13392         correctly.
13393         (imap-last-authenticator): Define imap-last-authenticator as a variable
13394         to avoid warnings.
13396 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13398         * nnrss.el (nnrss-request-article): Remove binding of
13399         default-enable-multibyte-characters that has gotten needless by
13400         the 2007-07-13 change in rfc2047-encode-message-header.
13402         * mml.el (mml-insert-multipart): Error on the message header.
13403         (mml-insert-part): Error on the message header; position point at
13404         the end of a MIME tag.
13406 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13408         * time-date.el (autoload): Expand define-obsolete-function-alias into
13409         defalias and make-obsolete for old Emacsen that Gnus supports.
13410         (with-no-warnings): Define it for old Emacsen.
13411         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13412         is available.
13413         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13414         float-time is available; suppress compile warning for time-to-seconds.
13416         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13417         (gnus-float-time): Alias to float-time if it exists.
13419         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13420         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13421         float-time is available; suppress compile warning for time-to-seconds.
13423         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13424         XEmacs.
13426 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13428         * imap.el (imap-message-map): Docstring fix.
13430 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13432         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13433         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13434         Add the optional argument `encoding' that overrides the default.
13436         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13437         mm-encode-buffer.
13439 2009-09-04  Glenn Morris  <rgm@gnu.org>
13441         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13442         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13443         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13444         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13445         * mm-util.el (mm-with-unibyte-current-buffer)
13446         (mm-find-buffer-file-coding-system):
13447         * yenc.el (yenc-decode-region): Use default-value rather than
13448         default-enable-multibyte-characters.
13450 2009-09-03  Glenn Morris  <rgm@gnu.org>
13452         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13453         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13454         than default-enable-multibyte-characters.
13456 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13458         * gnus-art.el (gnus-article-read-summary-keys):
13459         Fix gnus-buffer-configuration's value temporarily used.
13461 2009-09-02  Glenn Morris  <rgm@gnu.org>
13463         * gnus-util.el (gnus-float-time): New function.
13464         * gnus-delay.el (gnus-delay-article):
13465         * gnus-sum.el (gnus-thread-latest-date):
13466         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13467         * nnspool.el (nnspool-request-newgroups):
13468         Use gnus-float-time rather than time-to-seconds.
13469         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13471         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13472         (gnus-header-subject-face, gnus-header-newsgroups-face)
13473         (gnus-header-name-face, gnus-header-content-face):
13474         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13475         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13476         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13477         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13478         (gnus-cite-face-11):
13479         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13480         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13481         (gnus-server-closed-face, gnus-server-denied-face)
13482         (gnus-server-offline-face):
13483         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13484         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13485         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13486         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13487         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13488         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13489         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13490         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13491         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13492         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13493         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13494         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13495         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13496         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13497         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13498         (gnus-summary-high-undownloaded-face)
13499         (gnus-summary-low-undownloaded-face)
13500         (gnus-summary-normal-undownloaded-face)
13501         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13502         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13503         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13504         (gnus-splash-face):
13505         * message.el (message-header-to-face, message-header-cc-face)
13506         (message-header-subject-face, message-header-newsgroups-face)
13507         (message-header-other-face, message-header-name-face)
13508         (message-header-xheader-face, message-separator-face)
13509         (message-cited-text-face, message-mml-face):
13510         * sieve-mode.el (sieve-control-commands-face)
13511         (sieve-action-commands-face, sieve-test-commands-face)
13512         (sieve-tagged-arguments-face):
13513         * spam.el (spam-face):
13514         Mark face aliases with "-face" in the name as obsolete.
13516 2009-09-01  Glenn Morris  <rgm@gnu.org>
13518         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13519         than goto-line.
13521 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13523         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13524         Don't move point if the command is invoked inside the message header.
13526 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13528         * imap.el (imap-send-command): Simplify.
13529         (imap-wait-for-tag): point-max -> buffer-size.
13531 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13533         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13534         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13535         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13536         * nnir.el (nnir-swish-e-index-file):
13537         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13538         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13539         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13540         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13541         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13542         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13544 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13546         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13547         Don't save excursion.
13549 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13551         * nnheader.el (nnheader-find-file-noselect):
13552         * mm-util.el (mm-insert-file-contents):
13553         Use (default-value 'major-mode) instead of default-major-mode.
13555 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13557         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13559 2009-08-26  Glenn Morris  <rgm@gnu.org>
13561         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13562         than placing in files.el.
13564 2009-08-25  Glenn Morris  <rgm@gnu.org>
13566         * nnir.el (top-level): Don't require cl at run-time.
13567         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13568         Replace cl-function substitute with gnus-replace-in-string.
13569         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13570         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13571         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13572         simplified expansions.
13574 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13576         * dig.el (dig): Add autoload cookie.
13578 2009-08-22  Glenn Morris  <rgm@gnu.org>
13580         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13581         goto-line.
13583 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13585         * parse-time.el (parse-time-string-chars): Save match data.
13587 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13589         * parse-time.el (parse-time-string-chars): Compute using character
13590         classes, to handle non-ascii characters (Bug#3190).
13592 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13594         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13596         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13597         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13598         (gnus-mm-display-part, gnus-mime-display-single)
13599         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13600         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13602         * gnus-sum.el
13603         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13604         (gnus-summary-move-article): Add expirable mark to articles copied or
13605         moved to group that has auto-expire turned on if the option is non-nil.
13607 2009-07-24  Glenn Morris  <rgm@gnu.org>
13609         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13610         Fix typo.  (Bug#3903)
13612 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13614         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13615         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13616         that should not be used for draft articles.
13617         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13618         that has no concern in minor mode keys.
13619         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13620         Abolish.
13622 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13624         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13625         article without making inquiry to a user for unknown encoding.
13627         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13628         (nnmaildir--scan): Assume i-node and device number that file-attributes
13629         returns might be cons-cell.
13631         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13633         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13635 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13637         * auth-source.el: Remove docs now in auth.texi.  Don't use
13638         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13639         `auth-source-hide-passwords' and use them.
13641 2009-07-15  Glenn Morris  <rgm@gnu.org>
13643         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13645 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13647         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13648         excessive whitespace from the default values of title and description.
13650 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13652         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13653         mail-fetch-field to fetch Content-Description header in order to
13654         exclude newlines.
13656 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13658         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13659         format used by GnuPG 2.0.11.
13661 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13663         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13664         to deleted part.
13666 2009-05-30  David Engster  <dengste@eml.cc>
13668         * nnmairix.el: Remove old documentation in the commentary block.
13669         (nnmairix-request-group): Do not update active file for nnml back ends.
13670         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13671         end so that overview files are ignored.
13672         (nnmairix-update-groups): Make updating the groups more robust by using
13673         marks.
13674         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13675         with dollar characters in message-id.
13677 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13679         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13680         2008-12-25 in dns.el.
13682 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13684         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13685         could happen if the text is only composed of spaces and/or tabs.
13687 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13689         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13690         when sending a queued message to avoid extra mml tags.
13692 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13694         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13696 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13698         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13699         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13700         rmail-toggle-header for XEmacs;
13701         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13703 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * gnus-dired.el: Remove autoload for gnus-setup-message.
13706         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13707         displaying Gnus logo; always use compose-mail.
13709 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13711         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13713 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13715         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13716         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13717         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13718         available.
13719         (gnus-nocem-epg-verify): New function.
13721 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13723         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13725 2009-02-15  Glenn Morris  <rgm@gnu.org>
13727         * gnus-util.el (rmail-insert-rmail-file-header)
13728         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13729         autoloads.
13730         (rmail-default-rmail-file): Remove unnecessary declaration.
13731         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13733 2009-02-14  Glenn Morris  <rgm@gnu.org>
13735         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13736         variable (only used in gnus-util, which declares it anyway).
13737         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13738         which was only needed by gnus-art (changed to not use it any more).
13739         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13740         only used in gnus-util, which autoloads it itself.
13741         (rmail-update-summary): Fix autoload.
13743         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13744         rather than rmail-output-to-rmail-file.
13746 2009-02-07  Glenn Morris  <rgm@gnu.org>
13748         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13749         autoload of function that no longer exists.
13750         (rmail-toggle-header): Declare.
13751         (message-forward-rmail-make-body): Handle mbox Rmail.
13753 2009-01-31  Glenn Morris  <rgm@gnu.org>
13755         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13756         2009-01-09 change.
13758 2009-01-31  Dave Love  <fx@gnu.org>
13760         * imap.el (imap-fetch-safe): Bind debug-on-error.
13761         (imap-debug): Add imap-fetch-safe.
13763 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13765         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13766         (auth-source-forget-all-cached): New convenience function.
13767         (auth-source-user-or-password): Accept list of modes or a single mode.
13769         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13770         auth-source modes.
13772         * netrc.el (netrc-machine-user-or-password): Use list of
13773         auth-source modes.
13775         * nnimap.el (nnimap-open-connection): Use list of
13776         auth-source modes.
13778         * nntp.el (nntp-send-authinfo): Use list of
13779         auth-source modes.
13781 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13783         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13784         now.
13786 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13788         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13789         coding system in XEmacs; add a workaround for XEmacs.
13791         * lpath.el: Fbind coding-system-aliasee.
13793 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13795         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13796         of current-language-environment.
13798 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13800         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13801         available at runtime.
13803 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13805         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13807 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13809         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13810         the greatest positive fixnum value doesn't work under an XEmacs with
13811         bignum support; use the most-positive-fixnum constant instead,
13812         available since Emacs 21.1 with cl and XEmacs 21.1.
13814 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13816         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13817         XEmacs gets not to work.
13819 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13821         * mm-util.el (mm-coding-system-priorities): Allow the value like
13822         "Japanese (UTF-8)" of current-language-environment.
13824 2009-01-09  Glenn Morris  <rgm@gnu.org>
13826         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13827         with last-command-event.
13829 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13831         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13832         in the doc string.
13834         * message.el (message-fix-before-sending): Amend comment.
13836 2009-01-08  Dave Love  <fx@gnu.org>
13838         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13840 2009-01-07  David Engster  <dengste@eml.cc>
13842         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13843         simplified server definitions by converting it via
13844         gnus-server-to-method.
13846 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13848         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13849         parameter's operands.
13851 2009-01-06  David Engster  <dengste@eml.cc>
13853         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13854         primary select method (for gnus-group-mark-article-as-read).
13856 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13858         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13859         `(gnus)Face', not `(gnus)X-Face'.
13861 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13863         * mm-util.el (mm-ucs-to-char): New function.
13865         * mm-url.el (mm-url-decode-entities): Use it.
13867         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13868         unicode-to-char.
13870 2009-01-05  Dave Love  <fx@gnu.org>
13872         * time-date.el: Require cl for `declare'.
13874 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13876         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13877         Dave Love.
13879 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13881         * message.el (message-fix-before-sending): Add `eight-bit' to
13882         illegible-text check.
13884 2009-01-03  Michael Olson  <mwolson@gnu.org>
13886         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13887         `headers' is nil.  This can occur if the IMAP server does not have
13888         permissions to read messages from a folder, but can write new messages
13889         to the folder.
13890         (nnimap-request-article-part): Do not insert `data' if it is nil.
13892         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13893         characters which will confuse `read', so skip past them.
13895 2009-01-01  Dave Love  <fx@gnu.org>
13897         * imap.el (imap-string-to-integer): Fix typo.
13898         (imap-fetch-safe): New function.
13899         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13901         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13903         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13904         (imap-parse-greeting): Fix doc strings.
13905         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13906         (imap-parse-flag-list): Make messages unique.
13907         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13909         * nnimap.el: Fix author email.
13910         (nnimap-split-rule): Add FIXME comment.
13911         (nnimap-debug): Fix doc string.
13913 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13915         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13917 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13919         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13920         nslookup if resolv.conf isn't available.
13921         (dns-query): Rename from query-dns.
13922         (dns-query-cached): Rename from query-dns-cached.
13924 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13926         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13927         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13928         to check if those variables exist (first appeared in Emacs 18.50).
13930 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13932         * mm-util.el (mm-line-number-at-pos): New function.
13934         * spam-report.el (spam-report-process-queue): Use it.
13936 2008-12-24  David Engster  <dengste@eml.cc>
13938         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13939         parameters that haven't existed as variables as buffer-local variables.
13941 2008-12-23  Dave Love  <fx@gnu.org>
13943         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13944         cadar.
13946         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13947         imap-starttls-p.
13948         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13950 2008-12-22  Dave Love  <fx@gnu.org>
13952         * imap.el: Fix author email.  Doc fixes.
13953         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13954         reply.
13956 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13958         * spam-report.el (spam-report-gmane-max-requests): New constant.
13959         (spam-report-gmane-wait): New variable.
13960         (spam-report-gmane-ham, spam-report-gmane-spam)
13961         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13962         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13963         the server.
13965         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13966         Add explanations.
13968         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13969         nnheader-accept-process-output and nnheader-read-timeout if available.
13970         (pop3-movemail): Use it.
13972         * message.el (message-check-news-body-syntax): Fix signature check if
13973         there's an attachment.
13975 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13977         * mm-util.el: Add comments to the mm- emulating functions.
13979 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13981         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13982         Reported by Stephen Berman <stephen.berman@gmx.net>.
13984 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13986         * mm-util.el (mm-substring-no-properties): New function.
13987         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13988         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13989         (mm-string-to-multibyte): Doc fix.
13991         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13993 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13995         * mml.el (mml-attach-file): Strip text properties from file name.
13996         (Bug#1574)
13998 2008-12-16  Glenn Morris  <rgm@gnu.org>
14000         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14002 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14004         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14005         knows since the charset specified might be a bogus alias that
14006         mm-charset-synonym-alist provides.
14008 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14010         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14011         "ISO_8859-1".
14013         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14015 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14017         * mm-util.el (mm-charset-eval-alist):
14018         Define it before mm-charset-to-coding-system.
14019         (mm-charset-to-coding-system): Add optional argument `silent';
14020         define it before mm-charset-override-alist.
14021         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14022         default value if it can be used in Emacs currently running;
14023         silence mm-charset-to-coding-system.
14025 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14027         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14028         `allow-override' which says whether to use `mm-charset-override-alist'.
14029         (rfc2047-decode-encoded-words): Use it.
14031         * mm-util.el (mm-charset-override-alist): Fix custom type;
14032         add `(gb2312 . gbk)' to choices.
14034 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14036         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14037         fast.
14039         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14041         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14043 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14045         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14046         on links.
14048         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14050 2008-12-03  Lute Kamstra  <lute@gnu.org>
14052         * sha1.el: Remove leading * from docstrings of defcustoms,
14053         deffaces, defconsts and defuns.
14055 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14057         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14058         users' addresses that don't have domain parts.
14059         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14060         rather than message-narrow-to-head since there will be the message
14061         header separator.
14063 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14065         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14066         since the result is inserted in a unibyte buffer anyway.
14067         (nnimap-demule-use-string-to-multibyte): Remove.
14068         (nnimap-demule): Alias it to mm-string-to-multibyte.
14070 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14072         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14073         variable for debugging bug#464 and bug#1174.
14074         (nnimap-demule): Use it.
14076 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14078         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14079         score calculation correctly.
14081 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14083         * message.el (message-send-mail): Just set the buffer to unibyte
14084         rather than use mm-with-unibyte-current-buffer which does a lot more.
14085         (message-send-mail-partially): Don't bother with
14086         mm-with-unibyte-current-buffer since it's already been made unibyte by
14087         message-send-mail.
14089 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14091         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14093 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14095         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14097 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14099         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14100         require itself and to remove `with-no-warnings'.
14102 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14104         * starttls.el (starttls-any-program-available): Get the name of the
14105         available TLS layer program.
14106         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14107         well as the host name in the "opening" message.
14109         * auth-source.el (auth-source-cache, auth-source-do-cache)
14110         (auth-source-user-or-password): Cache passwords and logins by default,
14111         allow override with `auth-source-do-cache'.
14112         (auth-source-forget-user-or-password): Allow users to remove cache
14113         entries if needed.
14115 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14117         * md4.el (md4-buffer): Fix typo in docstring.
14118         (md4, md4-64): Doc fixes.
14119         (md4-pack-int32): Reflow docstring.
14121 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14123         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14124         condition-case to only the forward-sexp call.
14126 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14128         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14129         quotes contained.  Make it more robust regardless by an extra
14130         condition-case wrapper.
14132 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14134         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14136 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14138         * nnml.el (nnml-request-expire-articles): Check if the function set to
14139         `nnmail-expiry-target' returns the symbol `delete'.
14141         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14143         * nnmail.el (nnmail-expiry-target): Fix custom type.
14145 2008-10-02  Glenn Morris  <rgm@gnu.org>
14147         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14148         Silence compiler warning.
14150 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14152         * tls.el (open-tls-stream): Show the actual command being
14153         executed, instead of the format string.
14155 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14157         * lpath.el: Fbind codepage-setup for Emacs 23.
14159 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14161         * mml.el (mml-menu): Don't assume mml2015 is bound.
14163 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14165         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14166         exists.
14168 2008-09-27  Glenn Morris  <rgm@gnu.org>
14170         * gnus-util.el (mail-header-remove-comments): Autoload it.
14172 2008-09-27  Andreas Schwab  <schwab@suse.de>
14174         * gnus-util.el (gnus-split-references): Strip comments.
14175         (gnus-parent-id): Likewise.
14177 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14179         * message.el (message-confirm-send): Fix version.
14181 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14183         * message.el (message-idna-to-ascii-rhs-1): Use
14184         mail-extract-address-components rather than mail-header-parse-addresses
14185         that is an alias by default to ietf-drums-parse-addresses that does not
14186         support non-ASCII names in headers' contents.
14188 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14190         * message.el (message-confirm-send): Fix variable documentation to
14191         avoid the "y/n" wording.
14193 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14195         * message.el (message-set-auto-save-file-name): Save to a different
14196         filename so multiple messages (especially drafts) can be recovered.
14198 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14200         * message.el (message-confirm-send): Add appropriate version.
14202 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14204         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14205         defvar.
14207 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14209         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14210         (mm-pkcs7-enveloped-magic): Ditto.
14212 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14214         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14215         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14217 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14219         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14220         default, it's better.
14222 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14224         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14225         summary line gnus-number property and ignore them (with a warning
14226         message).
14228 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14230         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14231         macro caddr in the interactive form since it won't be expanded.
14233 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14235         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14236         `charset'; fix name of function called recursively.
14237         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14239 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14241         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14242         (gnus-mime-set-charset-parameters): New function.
14243         (gnus-mime-view-part-as-charset): Use it to correctly display part
14244         specifying wrong charset.
14246 2008-09-08  David Engster  <dengste@eml.cc>
14248         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14249         in completing-read for back end server.
14251 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14253         * message.el (message-confirm-send): New variable to confirm sending a
14254         message.
14255         (message-send): Use it.
14257 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14259         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14261 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14263         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14265 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14267         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14268         prevent tracking too many groups.
14269         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14270         Use it.
14272 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14274         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14275         moving point to the bottom of the window in order to avoid recentering.
14277 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14279         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14281         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14282         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14283         (gnus-article-beginning-of-window): Fix calculation.
14285 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14287         * gnus-msg.el (gnus-summary-supersede-article)
14288         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14289         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14290         message header.
14292 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14294         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14295         pending output coming after the status change.
14297 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14299         * message.el:
14300         * gnus-start.el:
14301         * gnus-registry.el: Remove VMS support.
14303 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14305         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14306         macro.
14307         (rfc2104-hash): Use it.
14309 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14311         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14312         (gnus-summary-sort-by-most-recent-date): New commands.
14313         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14314         and menu entries.
14316 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14318         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14319         don't redisplay article for raw contents; remove plural articles stuff.
14321         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14322         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14323         on gnus-summary-save-article; display results properly.
14325 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14327         * lpath.el: No need to fbind ns-focus-frame.
14329 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14331         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14333 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14335         * gnus-art.el (gnus-summary-save-in-pipe):
14336         Consider gnus-save-all-headers.
14338 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14340         * gnus-util.el (ns-focus-frame): Remove declaration.
14341         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14342         like x.
14344 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14346         * rfc2104.el (rfc2104-zero): Delete defconst.
14347         (rfc2104-hex-alist): Likewise.
14348         (rfc2104-hex-to-int): Delete func.
14349         (rfc2104-hexstring-to-bitstring): Likewise.
14350         (rfc2104-nybbles): New defconst.
14351         (rfc2104-hash): Rewrite for speed.
14353 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14355         * tls.el (open-tls-stream): Make it work with the 2nd argument
14356         BUFFER that is a string but does not exist as a buffer object, as
14357         mentioned in the doc-string.
14359 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14361         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14362         SXEmacs.
14364 2008-07-16  Glenn Morris  <rgm@gnu.org>
14366         * gnus-util.el (ns-focus-frame): Declare for compiler.
14368 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14370         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14371         set as a group parameter.
14372         (gnus-summary-save-in-pipe): Work when it is called independently.
14373         (gnus-summary-pipe-to-muttprint): Don't modify
14374         gnus-summary-pipe-output-default-command.
14376 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14378         * message.el (message-send-mail-with-sendmail):
14379         Display the error message.
14381 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14383         * gnus-art.el (gnus-default-article-saver):
14384         Add gnus-summary-save-in-pipe to choices.
14385         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14386         gnus-summary-pipe-output-default-command as the default command.
14387         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14388         instead of gnus-last-shell-command.
14390         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14391         New user option.
14392         (gnus-summary-muttprint-program): Mention the value will be changed.
14393         (gnus-summary-save-article): Force showing of all headers.
14394         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14396 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14398         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14400 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14402         * nnimap.el (nnimap-id):
14403         * sieve-manage.el (sieve-manage-open): Doc fixes.
14405 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14407         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14408         if available.
14410 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14412         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14414         * nnkiboze.el (nnkiboze-generate-group):
14415         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14417         * nnmairix.el: Require CL.
14419 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14421         * dgnushack.el: Autoload get-display-table and put-display-table for
14422         XEmacs 21.5.
14424         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14425         21.4 and SXEmacs.
14427 2008-06-15  David Engster  <dengste@eml.cc>
14429         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14431 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14433         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14434         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14435         runtime choice under XEmacs.
14437         * gnus-sum.el (gnus-summary-set-display-table):
14438         Use `gnus-put-display-table', `gnus-get-display-table',
14439         `gnus-set-display-table' for the display table, instead of `aset'.
14441         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14442         Use `gnus-put-display-table', `gnus-get-display-table',
14443         `gnus-set-display-table' for the display table.
14445 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14447         * nnmairix.el: Add autoloads.
14449 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14451         * nnmairix.el (nnmairix-delete-recreate-group)
14452         (nnmairix-update-and-clear-marks): Fix error messages.
14454 2008-06-14  David Engster  <dengste@eml.cc>
14456         * nnmairix.el: Upgrade to version 0.6.
14457         (nnmairix-group-toggle-propmarks-this-group)
14458         (nnmairix-group-toggle-readmarks-this-group)
14459         (nnmairix-group-delete-recreate-this-group)
14460         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14461         (nnmairix-remove-tick-mark-original-article): New commands.
14462         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14463         (nnmairix-propagate-marks-to-nnmairix-groups)
14464         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14465         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14466         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14467         functions needed for marks propagation and manipulation of read marks.
14468         (nnmairix-update-groups): New function.
14469         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14470         (nnmairix-determine-original-group-from-registry)
14471         (nnmairix-determine-original-group-from-path)
14472         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14473         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14474         New helper functions.
14475         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14476         keystrokes for new commands.
14477         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14478         (nnmairix-request-group): Check allow-fast group parameter.
14479         (nnmairix-request-create-group): Set allow-fast group parameter if
14480         nnmairix-allowfast-default is set.
14481         (nnmairix-close-group): Propagate marks upon closing if needed.
14482         (nnmairix-group-toggle-threads-this-group): Use new.
14483         nnmairix-group-toggle-parameter helper function.
14484         (nnmairix-search): Better check for empty search result.
14485         (nnmairix-goto-original-article): Use new helper functions for
14486         determining original article.
14487         (nnmairix-show-original-article): Make sure message-id is in brackets.
14488         (nnmairix-call-mairix-binary): Change variable name.
14489         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14490         helper function.
14491         (nnmairix-widget-toggle-activate): Fix doc string.
14493 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14495         * nnir.el: Require edmacro when compiling with XEmacs.
14496         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14497         available in Emacs 21.
14499 2008-06-11  Glenn Morris  <rgm@gnu.org>
14501         * gnus-util.el (x-focus-frame):
14502         * gnus.el (image-size):
14503         * mm-decode.el (image-size): Declare.
14505         * gnus-picon.el (declare-function): Add compat definition.
14506         (image-size): Declare.
14508         * gnus-group.el (tool-bar-map):
14509         * gnus-sum.el (tool-bar-map): Define for compiler.
14511         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14513         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14515         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14516         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14517         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14518         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14519         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14520         * sieve-manage.el, spam-report.el, spam.el:
14521         Remove unnecessary eval-and-compile of autoloads.
14523 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14525         * auth-source.el: Precise Tramp doc.
14527 2008-06-07  Glenn Morris  <rgm@gnu.org>
14529         * nnmairix.el: Remove unnecessary eval-when-compile.
14531 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14533         * lpath.el: Fbind propertize for XEmacs 21.4.
14535 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14537         * nnir.el: Move here from ../contrib.
14539 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14541         * gnus-util.el (gnus-read-shell-command): New function.
14542         * mm-decode.el (mm-pipe-part):
14543         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14545 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14547         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14549 2008-06-03  Glenn Morris  <rgm@gnu.org>
14551         * pop3.el (nnheader-accept-process-output): Autoload it.
14553 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14555         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14556         are not 2-digit hexadecimal characters that follow `%'s.
14558 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14560         * message.el (message-bogus-recipient-p): Fix type in doc string.
14561         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14562         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14563         Improve custom options.
14564         (message-bogus-recipient-p): Adjust accordingly.
14566 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14568         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14569         long-form month and day names.
14571 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14573         * dgnushack.el: Autoload debug, eudc-expand-inline and
14574         pgg-snarf-keys-region for XEmacs.
14576         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14578         * nnmairix.el: Require edmacro when compiling with XEmacs.
14580 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14582         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14583         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14585 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14587         * auth-source.el: Add more docs.
14589         * netrc.el (netrc-machine): Always match if the port is not given.
14591 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14593         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14594         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14595         retrieval faster in some cases, but might make CPU usage larger.
14596         If this has any bad side effects, we might revert this change.
14598         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14599         seems to make mail retrieval much, much faster.
14600         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14601         unconditionally.
14603         * gnus-draft.el (gnus-group-send-queue):
14604         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14606 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14608         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14610         * message.el (message-bogus-address-regexp): Fix and improve custom
14611         type.
14612         (message-setup-hook): Add message-check-recipients as custom option.
14614 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14616         * message.el (message-cite-function): Remove bogus autoload which crept
14617         in during merge from v5-10.
14619 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14621         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14623         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14625         * auth-source.el: Preliminary Tramp docs.
14626         (auth-sources): Change the default auth-sources to use
14627         EPA .gpg files.
14629 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14631         * nntp.el: Autoload `auth-source-user-or-password'.
14632         (nntp-send-authinfo): Use it.
14634         * nnimap.el: Autoload `auth-source-user-or-password'.
14635         (nnimap-open-connection): Use it.
14637         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14638         for the gnus-message function.
14639         (auth-source-user-or-password): Use it.
14641 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14643         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14644         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14645         (rfc2104-hash): Use it.
14647 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14649         * gnus-art.el (gnus-article-toggle-truncate-lines):
14650         Don't use `iff' in docstring.
14652 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14654         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14656         * gnus-util.el (gnus-extract-address-component-name)
14657         (gnus-extract-address-component-email): Convenience functions around
14658         `gnus-extract-address-components'.
14660         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14661         Use `gnus-extract-address-component-email' to fix bug of comparing full
14662         sender name to `user-mail-address'.
14664 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14666         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14667         catch/throw to optimize.
14668         (gnus-registry-find-keywords): Just use member to find a keyword.
14670 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14672         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14673         is current before calling gnus-server-prepare.
14674         (gnus-server-setup-buffer, gnus-server-update-server)
14675         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14677 2008-05-04  Juri Linkov  <juri@jurta.org>
14679         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14680         (mailcap-file-default-commands): Use mailcap-replace-in-string
14681         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14682         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14684 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14686         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14688 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14690         * gnus.el: Bump version to 0.11.
14692 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14694         * gnus.el: No Gnus v0.10 is released.
14696 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14698         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14699         hooks.
14700         (gnus-update-read-articles): Speed up non-marks-using users.
14701         (gnus-use-marks): Define gnus-use-marks.
14702         (gnus-propagate-marks): Rename variable to something more sensible.
14704 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14706         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14707         (gmm-image-load-path-for-library): Fix typos in docstrings.
14708         (gmm-message): Reflow docstring.
14710 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14712         * mail-source.el (mail-source-set-1, mail-source-bind):
14713         Move auth-source code out of the macro to clean it up and fix bugs.
14715 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14717         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14718         by sender if it's equal to user-mail-address, it's likely to be
14719         useless.
14721         * mail-source.el (mail-source-bind): Don't use user or password if they
14722         are not bound.  Unintern them if they are nil.  Don't use server unless
14723         it's bound, and default it to empty string otherwise.
14725 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14727         * mail-source.el: Load auth-source.el.
14728         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14729         get user name or password, if auth-sources is set up.
14731         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14732         strategy of splitting with parent.
14733         (gnus-registry-split-fancy-with-parent)
14734         (gnus-registry-post-process-groups): Use it and fix prior
14735         bug (returning a list as the split result).
14737         * auth-source.el (auth-sources): Remove server parameter.
14738         (auth-source-pick, auth-source-user-or-password)
14739         (auth-source-user-or-password-imap)
14740         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14741         (auth-source-user-or-password-sftp)
14742         (auth-source-user-or-password-smtp): Remove server parameter.
14744 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14746         * smime.el (smime-sign-region, smime-encrypt-region)
14747         (smime-decrypt-region):
14748         Remove redundant calls to `generate-new-buffer-name'.
14750 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14752         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14753         Don't use QP for message/rfc822.
14754         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14756 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14758         * sieve-manage.el (sieve-string-bytes): Remove.
14759         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14760         correct byte-length only if the process's coding-system is the same as
14761         the one used internally by Emacs to represent strings.
14763 2008-04-22  Juri Linkov  <juri@jurta.org>
14765         * mailcap.el (mailcap-file-default-commands): New function.
14767 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14769         * message.el (message-signature-separator, message-cite-function):
14770         Change custom version.
14772 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14774         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14775         commands.
14776         (tls-checktrust): Ditto.
14778 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14780         * mm-decode.el (mm-display-external): Make temp file read-only.
14782 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14784         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14785         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14786         `C-c C-f d'.
14788 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14790         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14792 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14794         * gnus.el: Bump version to 0.9.
14796 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14798         * gnus.el: No Gnus v0.8 is released.
14800 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14802         * mail-source.el (mail-source-value):
14803         Prefer fboundp to functionp so it works with macros as well.
14805 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14807         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14808         Fix last change in case the element is not even a symbol.
14810 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14812         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14813         Prefer fboundp to functionp so it works with macros as well.
14815 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14817         * auth-source.el: Add docs.
14818         (auth-sources): Modify format to support server.
14819         (auth-source-pick, auth-source-user-or-password)
14820         (auth-source-user-or-password-imap)
14821         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14822         (auth-source-user-or-password-sftp)
14823         (auth-source-user-or-password-smtp): Add server parameter.
14825 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14827         * gnus-registry.el: Initialize the registry when gnus-registry-install
14828         is t.
14830 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14832         * compface.el (uncompface): Make buffer unibyte.
14834 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14836         * mail-source.el (mail-source-value):
14837         Prefer fboundp to functionp so it works with macros as well.
14839 2008-04-05  Glenn Morris  <rgm@gnu.org>
14841         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14843 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14845         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14846         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14848         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14849         multibyteness after rather than before erasing it.
14851         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14852         mm-with-multibyte.
14853         (gnus-request-article-this-buffer): Make sure the proper decoding is
14854         used if gnus-original-article-buffer happens to be unibyte.
14856         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14857         default-enable-multibyte-characters.
14859         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14860         default-enable-multibyte-characters.
14862         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14864         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14866 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14868         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14869         Fix last change in case the element is not even a symbol.
14871 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14873         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14874         (imap-message-copyuid-1): Use it.
14875         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14876         J. Williams in
14877         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14879         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14880         imap-enable-exchange-bug-workaround.
14881         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14883 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14885         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14886         a 100 byte status-checks into a 2-3MB transfer for each group.
14887         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14888         to enable bug workaround or not.
14889         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14891 2008-03-31  Glenn Morris  <rgm@gnu.org>
14893         * message.el (mml2015-use): Declare for compiler.
14894         (message-info): Require mml2015 when appropriate.
14896 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14898         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14899         whitespace.
14901 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14903         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14904         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14905         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14906         (nntp-service-to-port): New function.
14907         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14908         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14909         (nntp-open-netcat-stream): New function.
14910         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14912 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14914         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14916 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14918         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14920 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14922         * dns.el (dns-write): Use set-buffer-multibyte.
14924 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14926         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14928 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14930         * message.el (message-signature-separator): Change default.
14931         Improve custom type.
14932         (message-cite-function): Change default to
14933         message-cite-original-without-signature.
14935         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14936         toggle.
14938         * message.el (message-check-news-body-syntax): Fix signature check.
14939         (message-setup-1): Mark buffer as unmodified _after_ running
14940         message-setup-hook and handling message-alternative-emails.
14941         (message-shorten-references): Be more strict when building list of
14942         valid references to comply with GNKSA.
14944         * gnus-group.el (gnus-read-ephemeral-bug-group)
14945         (gnus-read-ephemeral-debian-bug-group)
14946         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14948         * message.el (message-info): Don't use booleanp which isn't supported
14949         in Emacs 21 and XEmacs.
14951 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14953         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14954         gnus-group-gmane-group-download-format.
14955         (gnus-group-read-ephemeral-gmane-group): Rename from
14956         gnus-group-read-ephemeral-gmane-group.
14957         (gnus-read-ephemeral-gmane-group-url): Rename from
14958         gnus-group-read-ephemeral-gmane-group-url.
14959         (gnus-bug-group-download-format-alist): New variable.
14960         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14961         (gnus-read-ephemeral-emacs-bug-group): New commands.
14963 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14965         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14966         (gnus-visible-headers): Improve custom type.
14968 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14970         * mml.el (mml-menu): Add workarounds for XEmacs.
14972         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14973         X-Boundary header.
14975         * message.el (message-simplify-recipients): Fix previous commit.
14977 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14979         * mm-util.el (mm-set-buffer-multibyte): New function.
14980         * mm-decode.el (mm-copy-to-buffer): Use it.
14982         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14983         Prefer fboundp to functionp so it works with macros as well.
14985 2008-03-19  Glenn Morris  <rgm@gnu.org>
14987         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14988         Accidentally removed in the sync process with Emacs.
14990 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14992         * message.el (message-alter-recipients-discard-bogus-full-name):
14993         New function.
14994         (message-alter-recipients-function): New variable.
14995         (message-get-reply-headers): Use it.
14996         (message-replace-header): New helper function.
14997         (message-recipients-without-full-name): New variable.
14998         (message-simplify-recipients): New command.
15000         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15002         * message.el (message-info): Handle EasyPG manual.
15004         * mml.el (mml-menu): Add entry for EasyPG.
15006 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15008         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15009         parameter.
15011         * message.el (message-disassociate-draft): Specify drafts group name
15012         fully.
15014 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15016         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15017         Eliminate unnecessary duplicates from the match list.
15019 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15021         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15023         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15025         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15026         args of `how-many' of which the XEmacs version doesn't take; declare
15027         Info-index-next as function.
15029 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15031         * gnus-score.el (gnus-score-headers): Fix handling of
15032         gnus-inhibit-slow-scoring.
15034         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15035         string.
15036         (gnus-button-url-regexp): Improve handling of parenthesis.
15037         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15038         (gnus-button-handle-info-keystrokes): Handle index entries.
15040 2008-03-15  Glenn Morris  <rgm@gnu.org>
15042         * parse-time.el (parse-time-string): Simplify.
15044 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15046         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15047         Incoming* files.
15049 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15051         * auth-source.el (auth-sources): Rename from auth-source-choices.
15052         (auth-source-pick): Use it.
15054 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15056         * binhex.el (binhex-decode-region-internal):
15057         * uudecode.el (uudecode-decode-region-internal):
15058         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15059         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15060         setting default-enable-multibyte-characters.
15062 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15064         * auth-source.el (auth-source-protocols)
15065         (auth-source-protocols-customize, auth-source-choices): Add and
15066         modified variable customizations and defaults.
15067         (auth-source-pick, auth-source-user-or-password)
15068         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15069         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15070         (auth-source-user-or-password-sftp)
15071         (auth-source-user-or-password-smtp): Use new variables and provide an
15072         interface to netrc.el.
15074 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15076         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15077         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15078         Make sure the nntp port to specify is a string.
15080 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15082         * nntp.el: Use with-current-buffer.
15083         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15084         dubious mm-with-unibyte-current-buffer.
15085         (nntp-with-open-group-function): New function extracted from
15086         nntp-with-open-group macro.
15087         (nntp-with-open-group): Use the function, so it's easier to debug.
15088         Add indentation and debugging info.
15089         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15090         Recommend the use of the netcat alternatives.
15092         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15093         Avoid mm-string-as-multibyte as well.
15095         * nnweb.el (nnweb-insert-html):
15096         Remove use of nnheader-string-as-multibyte.
15098         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15099         (nnheader-string-as-multibyte): Remove.
15101         * mm-view.el: Use inhibit-read-only.
15102         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15103         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15104         or unibyte-string.
15106         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15107         (mm-uu-yenc-extract): Use with-current-buffer.
15109         * gnus-soup.el (gnus-soup-send-packet): Don't use
15110         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15112         * nnmh.el: Use with-current-buffer.
15113         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15114         mm-string-as-multibyte on the output of mm-encode-coding-string.
15116         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15117         (nnimap-request-move-article): Use with-current-buffer.
15119         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15120         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15121         conversion uses string-make-unibyte rather than string-as-unibyte.
15123         * gnus-msg.el: Use with-current-buffer.
15125         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15127 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15129         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15130         string for caching if it is 'PIN.
15132 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15134         * lpath.el: Consider the case without Emacs/W3.
15136 2008-03-08  Glenn Morris  <rgm@gnu.org>
15138         * time-date.el (date-to-time, time-subtract, time-add)
15139         (safe-date-to-time): Doc fixes.
15141 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15143         * mail-source.el (mail-source-delete-old-incoming-confirm):
15144         Change default to nil.
15145         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15147 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15149         * lpath.el: Rearrange.
15151         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15152         (gnus-article-goto-prev-page): Work for articles having ^L's.
15154         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15156         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15158 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15160         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15161         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15162         (gnus-bookmark-jump): Adjust some variable names.
15164 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15166         * auth-source.el: New package.
15167         (auth-source-choices): Add customization entry point variable.
15169         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15170         bug.
15172 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15174         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15175         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15176         (gnus-registry-install-shortcuts): Rename from
15177         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15178         the `gnus-registry-mark-map' keymap dynamically from
15179         `gnus-registry-marks'.  The generated functions update the summary line
15180         when a registry mark is added or deleted, and will call
15181         `gnus-registry-install-p' (see the comments in the code).
15182         (gnus-registry-user-format-function-M): Use concat intelligently.
15184         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15185         the registry mark functions.
15187 2008-03-05  Glenn Morris  <rgm@gnu.org>
15189         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15190         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15191         gnus-art.
15192         (top-level): No need to load own source when compiling.
15194 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15196         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15197         Suggested by <chris.anderton@zetnet.co.uk>.
15199 2008-03-04  Glenn Morris  <rgm@gnu.org>
15201         * gnus-sum.el (top-level): No need to require gnus when compiling,
15202         since unconditionally required near start of file.
15203         (gnus-summary-display-while-building): Move definition before use.
15205 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15207         * gnus-registry.el (gnus-registry-user-format-function-M):
15208         Add formatting function.
15210 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15212         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15213         with plists.
15214         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15215         Use new format.
15217 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15219         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15220         `where-is-internal' that returns a range of key sequences.
15222 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15224         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15226         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15227         (gnus-summary-jump-to-group): Consider windows on other displayed
15228         frames as well.  Similar changes might be needed elsewhere, but that's
15229         the one I've bumped into during my use.
15231         * nndoc.el (nndoc-oe-dbx-type-p):
15232         * gnus-msg.el (gnus-debug):
15233         * gnus-group.el (gnus-update-group-mark-positions):
15234         Use mm-string-to-multibyte.
15236 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15238         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15239         doesn't handle NotDashEscaped.
15241         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15242         (mml-dnd-attach-options): Fix typo in custom choice.
15244         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15245         Change nndoc-article-type to mbox.
15246         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15248         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15249         to nil, instead of html2text.
15251         * imap.el (imap-debug): Add `imap-ping-server'.
15253         * gnus-bookmark.el: Add FIXMEs.
15255         * message.el (message-form-letter-separator)
15256         (message-send-form-letter-delay): New variables.
15257         (message-send-form-letter): Use them.  New command to send form
15258         letters.  Requested by Uwe Siart.
15259         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15261 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15263         * Update copyright years.
15265 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15267         Sync from EMACS_22_BASE.
15269         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15271 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15273         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15274         empty author.
15276 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15278         * gnus-registry.el (gnus-registry-marks): Add variable for
15279         customization of marks and their appearance.
15280         (gnus-registry-read-mark): Use it.
15281         (gnus-registry-do-marks): Add utility function to loop through
15282         `gnus-registry-marks'.
15283         (gnus-registry-install-shortcuts-and-menus): Add function to install
15284         shortcuts and menus.
15285         (gnus-registry-initialize): Use it.
15286         (gnus-registry-default-mark): Clarify documentation.
15288 2008-02-29  Glenn Morris  <rgm@gnu.org>
15290         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15291         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15292         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15293         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15294         Change defcustom :version from 23.0 to 23.1.
15296 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15298         * gnus-registry.el (gnus-registry-follow-group-p)
15299         (gnus-registry-post-process-groups): Add functions to aid registry
15300         splitting and improve logging.  Clarify behavior in function
15301         documentation.
15302         (gnus-registry-split-fancy-with-parent): Use them.
15304 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15306         * gnus-art.el: Use with-current-buffer.
15308 2008-02-27  David Engster  <dengste@eml.cc>
15310         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15311         Express real group name in the response.
15313 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15315         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15316         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15317         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15318         autoload gnus-registry-fetch-group when compiling.
15319         (nnmairix-request-group-with-article-number-correction):
15320         Remove unreferenced argument passed to nnmairix-call-backend.
15322 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15324         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15325         (mm-uu-extract): Improve face for low color ttys.
15326         Reported by Sascha Wilde.
15328 2008-02-27  Glenn Morris  <rgm@gnu.org>
15330         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15331         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15332         variables to defconsts.  Convert comments to doc-strings.
15333         (nnmairix-last-server, nnmairix-current-server): Convert from free
15334         variables to defvars.  Convert comments to doc-strings.
15335         (gnus-registry-fetch-group): Autoload.
15336         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15337         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15338         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15339         caddr.
15340         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15341         nnmairix-request-group-with-article-number-correction call.
15342         (nnmairix-fast, nnmairix-group): New, less general names, for free
15343         variables passed from nnmairix-request-group to
15344         nnmairix-request-group-with-article-number-correction.  Declare.
15345         (nnmairix-request-group-with-article-number-correction):
15346         Use nnmairix-fast, nnmairix-group rather than fast, group.
15348 2008-02-26  David Engster  <dengste@eml.cc>
15350         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15351         version 0.5.
15353 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15355         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15356         instead of making an extra function call.  Don't add the current group
15357         to articles only when they have the group.  Use
15358         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15359         Reported by David <de_bb@arcor.de>.
15361 2008-02-24  Miles Bader  <miles@gnu.org>
15363         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15364         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15365         (mm-find-mime-charset-region):
15366         * mm-bodies.el (mm-encode-body):
15367         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15369 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15371         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15372         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15374 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15376         * mail-source.el (mail-source-delete-incoming): Change default.
15377         Supplement doc string.
15379         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15381 2008-02-14  Glenn Morris  <rgm@gnu.org>
15383         * time-date.el (format-seconds): New function.
15385 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15387         * nnmail.el (nnmail-message-id-cache-file): Derive from
15388         `gnus-home-directory'.
15390 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15392         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15393         Document negative prefix.
15395         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15397 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399         * message.el (message-unsent-separator): Add the Exim bounce
15400         separator.
15402 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15404         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15405         list.
15406         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15407         recipient/signer list.
15409 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15411         * Makefile.in (datarootdir): Define.
15412         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15413         name that might contain whitespace.
15415 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15417         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15418         fbound (Emacs 23 unicode), signal an error.
15420 2008-02-08  Glenn Morris  <rgm@gnu.org>
15422         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15424 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15426         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15427         ports to the calls to `netrc-machine-user-or-password' in addition to
15428         "imap" and "imaps".
15430 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15432         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15434         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15436 2008-02-01  Kenichi Handa  <handa@m17n.org>
15438         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15439         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15440         (rfc2104-hash): Convert the result of concat to unibyte string.
15442 2008-02-01  Dave Love  <fx@gnu.org>
15444         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15445         coding-system-for-read.
15446         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15448 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15450         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15451         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15452         <hanche@math.ntnu.no>.
15454 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15456         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15458         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15460 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15462         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15463         * message.el (message-beginning-of-line): Use featurep instead of bound
15464         tests in order to resolve conditionals at compile time.
15466 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15468         * mail-source.el (mail-sources): Add `group' choice.
15470         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15471         parameter `in-group' to control into which group the articles go.
15472         Add treatment of `group' mail-source.
15474 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15476         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15478         * mm-decode.el (mm-dissect-buffer): Decode description.
15480         * mml.el (mml-to-mime): Encode message header first.
15482 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15484         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15485         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15487         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15488         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15490 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15492         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15494 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15496         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15497         prefix keys.
15498         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15499         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15500         gnus-xmas.el.
15502         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15503         (gnus-xmas-article-describe-bindings): New function.
15504         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15505         gnus-xmas-article-describe-bindings.
15507         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15509 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15511         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15512         Add new variables for article mark management.
15513         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15514         list of extra data entries which, when present, will indicate that the
15515         article ID should not be trimmed from the registry.
15516         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15517         functions.
15518         (gnus-registry-read-mark): New function to read a mark name from the
15519         user.
15520         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15521         (gnus-registry-set-article-mark-internal): New functions to add and
15522         remove marks.
15523         (gnus-registry-get-article-marks): New function to show the marks for
15524         an article, or retrieve them for further use.
15526 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15528         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15529         keys when no argument is given.
15531 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15533         * imap.el (imap-ping-server): New variable.
15534         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15535         (imap-ping-server): Minor doc string fixes.
15537 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15539         * imap.el (imap-ping-server): New function.
15540         (imap-opened): Call imap-ping-server.
15542 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15544         * gnus-sum.el (gnus-article-sort-by-random)
15545         (gnus-thread-sort-by-random): Fix doc strings.
15546         Reported by jidanni@jidanni.org.
15548 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15550         * gnus-art.el (gnus-article-describe-bindings): New function.
15551         (gnus-article-read-summary-keys): Use it.
15552         (gnus-article-mode-map): Bind `C-h b' to it.
15554 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15556         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15557         XEmacs.
15558         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15559         Protect against non-character events.
15561         * lpath.el: Fbind map-keymap for Emacs 21.
15563 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15565         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15566         New command.
15567         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15568         instead of END.  Change name of the temp file.
15569         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15570         customizable.
15572 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15574         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15575         bind `S W' to gnus-article-wide-reply-with-original; set default
15576         binding to gnus-article-read-summary-send-keys.
15577         (gnus-article-read-summary-keys): Fix the order of keys; display
15578         continuation keys correctly in the echo area; describe bindings
15579         correctly when keys end with `C-h'.
15580         (gnus-article-read-summary-send-keys): New function.
15581         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15582         Work for gnus-article-read-summary-send-keys; display continuation keys
15583         correctly in the echo area.
15584         (gnus-article-reply-with-original): Ignore prefix argument.
15585         (gnus-article-wide-reply-with-original): New function.
15587         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15588         Emacs 21.
15590 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15592         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15593         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15595 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15597         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15598         (gnus-group-read-ephemeral-gmane-group): New command.
15600 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15602         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15604 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15606         * message.el (message-send-mail-function): Increase custom version.
15608         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15609         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15611 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15613         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15614         for the cases where imap-authenticate is called with a nil buffer
15615         parameter.
15617 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15619         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15620         html parts correctly; support forwarded messages.
15621         (gnus-article-browse-html-article): Remove work buffers.
15623         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15624         compiling.
15625         (netrc-bound-and-true-p): New macro.
15626         (netrc-parse): Use it instead of bound-and-true-p that is not available
15627         in XEmacs 21.4.
15629 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15631         * gnus-registry.el (gnus-registry-mark-article)
15632         (gnus-registry-article-marks): Add functionality to mark articles
15633         through the Gnus registry.
15635         * encrypt.el: Clarify documentation for the new pgg method.
15636         (encrypt-file-alist): Add PGG option.
15637         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15638         functionality.  Abstract password key and messaging to external
15639         functions.
15640         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15641         (encrypt-message-method-and-cipher): Add new convenience external
15642         functions.
15643         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15644         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15646         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15647         (netrc-parse): Use encrypt-file-alist to determine if
15648         encrypt-find-model or encrypt-insert-file-contents should be used.
15650         * encrypt.el: Clarify documentation.  Load password-cache or
15651         password, whichever one is found first, instead of autoloading.
15653 2007-12-19  Glenn Morris  <rgm@gnu.org>
15655         * mml.el (message-options-set, message-narrow-to-head)
15656         (message-in-body-p, message-mail-p, message-encode-message-body):
15657         Autoload.
15658         (message-remove-header, message-narrow-to-headers-or-head)
15659         (message-subscribed-p, message-make-mail-followup-to)
15660         (message-position-on-field, message-news-p)
15661         (message-options-set-recipient, message-generate-headers)
15662         (message-sort-headers): Declare as functions.
15664 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15666         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15667         convention in doc string.
15669 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15671         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15672         title to html parts.
15673         (gnus-article-browse-html-article): Pass message header to it.
15675         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15677 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15679         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15680         or password compatible with XEmacs.
15682 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15684         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15685         format document.
15686         (gnus-mime-delete-part): Don't write description line if empty.
15687         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15689 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15691         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15692         (gnus-summary-mark-read-and-unread-as-read)
15693         (gnus-summary-mark-current-read-and-unread-as-read)
15694         (gnus-summary-mark-unread-as-ticked): Doc fix.
15695         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15697 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15699         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15700         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15702 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15704         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15705         yes-or-no-p.
15707 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15709         * mm-decode.el (mm-add-meta-html-tag): New function.
15710         (mm-save-part-to-file, mm-pipe-part): Use it.
15712         * gnus-art.el (gnus-article-browse-delete-temp-files):
15713         Use gnus-y-or-n-p instead of y-or-n-p.
15714         (gnus-article-browse-html-parts): Work with message/external-body; use
15715         mm-add-meta-html-tag.
15717 2007-12-11  Glenn Morris  <rgm@gnu.org>
15719         * gnus-cache.el: Require gnus-sum not just when compiling.
15721         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15723         * gnus-int.el (gnus-server-opened, gnus-status-message):
15724         Move definitions before use.
15726         * mm-decode.el: Require gnus-util.
15727         (mm-remove-part): Only call delete-annotation on XEmacs.
15729         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15731         * nnmail.el: Require gnus-int.
15733         * spam.el: Move `require's before `eval-when-compile's.
15735         * gnus-ems.el (gnus-alive-p):
15736         * gnus-fun.el (message-goto-eoh):
15737         * gnus-util.el (gnus-group-name-decode):
15738         * mail-source.el (gnus-compress-sequence):
15739         * message.el (Info-goto-node, format-spec):
15740         * mm-bodies.el (message-options-get):
15741         * mm-decode.el (mm-view-pkcs7):
15742         * mm-util.el (gmm-write-region):
15743         * mml-smime.el (mml-compute-boundary)
15744         (gnus-completing-read-with-default):
15745         * mml.el (widget-button-press, gnus-make-hashtable):
15746         * mml1991.el (mm-decode-content-transfer-encoding)
15747         (mm-encode-content-transfer-encoding)
15748         (message-options-get, message-options-set):
15749         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15750         * nnfolder.el (gnus-request-group):
15751         * nnheader.el (ietf-drums-unfold-fws):
15752         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15753         * smime.el (gnus-run-mode-hooks):
15754         * spam-stat.el (gnus-message): Autoload.
15756         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15757         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15758         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15759         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15760         Add declare-function compatibility definition.
15762         * gnus-cache.el (nnvirtual-find-group-art):
15763         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15764         (gnus-add-image, gnus-add-wash-type):
15765         * gnus-group.el (nnkiboze-score-file):
15766         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15767         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15768         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15769         (message-tokenize-header, gnus-get-buffer-create)
15770         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15771         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15772         * gnus.el (gnus-group-decoded-name):
15773         * mail-source.el (imap-capability):
15774         * mm-bodies.el (message-options-set):
15775         * mm-decode.el (gnus-configure-windows):
15776         * mm-extern.el (message-goto-body):
15777         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15778         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15779         (epg-sub-key-validity, message-options-set):
15780         * mml.el (widget-event-point, gnus-configure-windows):
15781         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15782         * mml2015.el (epg-check-configuration, epg-configuration)
15783         (message-options-set):
15784         * nndb.el (nndb-request-article):
15785         * nnfolder.el (gnus-request-create-group):
15786         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15787         * nnmaildir.el (gnus-group-mark-article-read):
15788         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15789         * rfc1843.el (message-fetch-field):
15790         * spam.el (gnus-extract-address-components):
15791         Declare as functions.
15793 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15795         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15797         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15799         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15800         bind show-trailing-whitespace for XEmacs.
15802 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15804         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15805         new no-op macro for backward compatibility.
15807         * imap.el (imap-string-to-integer): New function.
15809 2007-12-09  Glenn Morris  <rgm@gnu.org>
15811         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15813         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15814         * message.el, mm-view.el, sieve-manage.el, smime.el:
15815         Add declare-function compatibility definition.
15817         * gnus-art.el (w3-region, w3m-region, Info-menu):
15818         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15819         * gnus-sum.el (gnus-get-predicate):
15820         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15821         * message.el (mail-abbrev-in-expansion-header-p):
15822         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15823         (w3m-detect-meta-charset, w3m-region):
15824         * sieve-manage.el (password-read, password-cache-add)
15825         (password-cache-remove):
15826         * smime.el (password-read-and-add): Declare as functions.
15828 2007-12-08  David Kastrup  <dak@gnu.org>
15830         * gnus-sum.el (gnus-summary-simplify-subject-query):
15831         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15832         `message'.
15834 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15836         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15837         it to bind idna-program, installation-directory, defined-colors, and
15838         face-attribute for XEmacs of the version that compiles defcustom forms.
15840 2007-12-07  Glenn Morris  <rgm@gnu.org>
15842         * gnus-art.el (article-make-date-line): Revert previous change.
15844 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15846         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15848 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15850         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15851         Call gnus-add-to-range ranges only once with a prepared article-list.
15853 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15855         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15856         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15857         group names with backslashes.
15858         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15860 2007-12-06  Deepak Goel  <deego3@gmail.com>
15862         * gnus-art.el (article-make-date-line):
15863         * gnus-start.el (gnus-load):
15864         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15866 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15868         * gnus-art.el (gnus-use-idna):
15869         * gnus-start.el (gnus-site-init-file):
15870         * message.el (message-use-idna):
15871         * mm-uu.el (mm-uu-hide-markers):
15872         * smiley.el (smiley-style): Revert changes that suppress warnings.
15874 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15876         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15877         specify charset to html source.
15878         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15880 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15882         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15883         idna-program in order to suppress byte compile warning issued by XEmacs
15884         that came to byte compile the default value section of defcustom forms
15885         recently.
15887         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15888         value of installation-directory.
15890         * message.el (message-use-idna): Don't directly refer to the value of
15891         idna-program.
15893         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15895         * smiley.el (smiley-style): Don't directly call face-attribute.
15897 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15899         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15901         * gnus-dired.el: Reduce Gnus dependencies.
15902         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15903         Don't require.  Use autoloads instead.
15904         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15905         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15906         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15907         (gnus-dired-mode): Adjust doc string.
15908         (gnus-dired-mail-mode): New variable.
15909         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15910         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15911         (gnus-dired-mail-buffers): New function.  Return mail or message
15912         composition buffers.
15913         (gnus-dired-attach): Use it.
15914         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15915         NO-DECODE.
15916         (gnus-dired-print): Use `gnus-print-buffer' depending on
15917         `gnus-dired-mail-mode'.
15919 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15921         * rfc2047.el (rfc2047-encoded-word-regexp)
15922         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15923         explaining what regexp patterns are for.
15925 2007-12-04  Glenn Morris  <rgm@gnu.org>
15927         * password.el: Move to password-cache.el.
15929         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15930         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15931         * mml-smime.el (password-read, password-cache-add)
15932         (password-cache-remove):
15933         No need to autoload, since mml-sec requires password.
15935         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15936         * message.el (gnus-extract-address-components):
15937         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15939         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15940         password.
15942 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15944         * mailcap.el: Reduce dependencies.
15945         (mail-header-parse-content-type): Autoload.
15946         (mailcap-delete-duplicates): New alias.
15947         (mailcap-mime-info): Add optional argument NO-DECODE.
15948         (mailcap-mime-types): Use mailcap-delete-duplicates.
15950         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15952 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15954         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15955         (imap-parse-status): Upcase status-att for servers that sends them
15956         lower-case (e.g., MS Exchange 2007).
15958 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15960         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15961         function.
15963         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15964         (gnus-uu-yenc-article): New function.
15966         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15968         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15970 2007-12-02  Glenn Morris  <rgm@gnu.org>
15972         * binhex.el (binhex): New custom group.
15973         (binhex-decoder-program, binhex-decoder-switches)
15974         (binhex-use-external): Move to the binhex custom group.
15976         * uudecode.el (uudecode): New custom group.
15977         (uudecode-decoder-program, uudecode-decoder-switches)
15978         (uudecode-use-external): Move to the uudecode custom group.
15980         * netrc.el (top-level): Don't load `encrypt' features.
15981         (netrc-parse): Don't use encrypt.
15982         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15984         * encrypt.el: Remove file.
15986 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15988         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15989         matches on patches.
15991         * gnus-art.el (gnus-article-browse-html-article):
15992         Mention `mm-text-html-renderer' in the doc string.
15994         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15995         string.  Add comments.
15997         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15998         if rhs is ASCII.
16000 2007-12-01  Glenn Morris  <rgm@gnu.org>
16002         * mail-source.el (top-level): Require format-spec before
16003         eval-when-compile.
16005 2007-11-30  Glenn Morris  <rgm@gnu.org>
16007         * encrypt.el: Require password, rather than autoloading password-read.
16009 2007-11-29  Glenn Morris  <rgm@gnu.org>
16011         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16012         (sasl-make-client, sasl-next-step, sasl-step-data)
16013         (sasl-step-set-data): Declare as functions.
16015 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16017         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16019 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16021         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16022         certs should be verified and what is to be done in the event of a
16023         verification failure.
16025         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16026         caller can indicate whether the cache should be disregarded for this
16027         call.  This way the result of the call is reproducible at all times and
16028         can be considered a canonical server name for the supplied method.
16029         (gnus-agent-method-p): Canonicalize server names by pushing their
16030         method through `gnus-method-to-server' using the no-cache argument.
16032         * gnus-srvr.el (gnus-server-insert-server-line):
16033         Call `gnus-method-to-server' with `no-cache' argument.
16035         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16036         gnus-agent-possibly-synchronize-flags as this should be called when the
16037         server is actually being opened.
16038         (gnus-agent-possibly-synchronize-flags)
16039         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16040         flags file of an agentized server to the latter function.
16042         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16043         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16044         after a connection has been established successfully.
16046 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16048         * gnus-art.el (article-display-face): Force to display face if called
16049         interactively; check if gnus-article-x-face-too-ugly matches author.
16050         (article-display-x-face): Display face even if From header is missing
16051         as article-display-face does.
16053 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16055         * hashcash.el (message-narrow-to-headers-or-head)
16056         (message-fetch-field, message-goto-eoh)
16057         (message-narrow-to-headers): Declare as functions.
16059 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16061         * mail-source.el (mail-sources): Default to fetch from file for
16062         compatibility with default of nnmail-spool-file.
16064 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16066         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16067         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16068         to look for encoded word that should be encoded again.
16069         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16070         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16071         encoding pattern.
16072         (rfc2047-decode-region): Switch strict regexp and loose one according
16073         to rfc2047-allow-irregular-q-encoded-words.
16075 2007-11-25  Romain Francoise  <romain@orebokech.com>
16077         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16079 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16081         * tls.el (tls-program): Provide more custom choices from
16082         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16083         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16085 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16087         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16088         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16090         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16091         `nnmail-spool-file'.
16093         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16094         `nnmail-spool-file'.
16096         * gnus-move.el (gnus-change-server): Ditto.
16098         * gnus-kill.el (gnus-batch-score): Ditto.
16100         * gnus-cache.el (gnus-jog-cache): Ditto.
16102         * gnus-msg.el (gnus-summary-reply):
16103         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16105 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16107         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16108         version.  Minor improvement to doc strings.
16109         (tls-program): Add comment.
16111 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16113         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16114         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16115         mismatch between the hostname provided in the certificate and the name
16116         of the host connnecting to.
16117         (open-tls-stream): Use them.  Check certificates against trusted root
16118         certificates.
16120 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16122         * gnus-cache.el (gnus-cache-generate-nov-databases):
16123         Use nnml-generate-nov-databases-directory instead of
16124         nnml-generate-nov-databases-1.
16126 2007-11-24  Glenn Morris  <rgm@gnu.org>
16128         * message.el (message-tool-bar-retro): Update for rename
16129         mail_send.xpm->mail-send.xpm.
16131 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16133         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16134         `smime-ldap-search' for Emacs 22 and up.
16136 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16138         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16140         * message.el (message-send-mail-function): Fix error convention.
16141         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16142         (message-widen-reply, message-send-mail, message-talkative-question)
16143         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16144         (message-clone-locals, message-send-news): Use with-current-buffer.
16145         (message-insert-or-toggle-importance): Remove unused var `valid'.
16146         (message-make-references): Remove unused var `new-references'.
16147         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16149 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16151         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16152         (spam-split-symbolic-return-positive): Reflow docstring.
16153         (spam-backends, spam-summary-exit-behavior)
16154         (spam-mark-ham-unread-before-move-from-spam-group)
16155         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16156         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16157         (spam-clear-cache, spam-backend-check, spam-install-backend)
16158         (spam-install-statistical-backend, spam-list-of-processors)
16159         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16160         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16161         (spam-check-crm114, spam-initialize, spam-unload-hook):
16162         Fix typos in docstrings.
16164 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16166         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16167         been checked if they have never been read and those group levels are
16168         higher than the one that a user specified.
16170 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16172         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16173         foreign groups unless a group level is specified by a user.
16174         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16176 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16178         * message.el (message-send-mail-function): Require sendmail.
16180 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16182         * message.el (message-send-mail-function): Check for smtpmail too.
16184         * utf7.el (utf7-encode, utf7-decode): Use coding system
16185         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16187         * message.el (message-send-mail-function): New function.
16188         (message-send-mail-function): Set default using
16189         message-send-mail-function.  Adjust doc string.
16190         (message-send-mail-with-mailclient): New function.
16192 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16194         * smime.el (from):
16195         * rfc2047.el (message-posting-charset):
16196         * qp.el (mm-use-ultra-safe-encoding):
16197         * pop3.el (parse-time-months):
16198         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16199         * nnml.el (files):
16200         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16201         (jka-compr-compression-info-list, ange-ftp-path-format)
16202         (efs-path-regexp):
16203         * nndiary.el (files):
16204         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16205         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16206         (epg-digest-algorithm-alist, inhibit-redisplay)
16207         (password-cache-expiry):
16208         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16209         (pgg-output-buffer, password-cache-expiry):
16210         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16211         (efs-path-regexp):
16212         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16213         (inhibit-redisplay):
16214         * mm-uu.el (file-name, start-point, end-point, entry)
16215         (gnus-newsgroup-name, gnus-newsgroup-charset):
16216         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16217         (latin-unity-ucs-list):
16218         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16219         (mm-uu-binhex-decode-function):
16220         * message.el (gnus-message-group-art, gnus-list-identifiers)
16221         (rmail-enable-mime-composing, gnus-local-organization)
16222         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16223         (gnus-read-active-file, facemenu-add-face-function)
16224         (facemenu-remove-face-function, gnus-article-decoded-p)
16225         (tool-bar-mode):
16226         * mail-source.el (display-time-mail-function):
16227         * gnus-util.el (nnmail-pathname-coding-system)
16228         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16229         (gnus-original-article-buffer, gnus-user-agent)
16230         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16231         (xemacs-codename, sxemacs-codename, emacs-program-version):
16232         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16233         * gnus-start.el (gnus-agent-covered-methods)
16234         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16235         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16236         (gnus-newsgroup-headers, gnus-group-list-mode)
16237         (gnus-group-mark-positions, gnus-newsgroup-data)
16238         (gnus-newsgroup-unreads, nnoo-state-alist)
16239         (gnus-current-select-method, mail-sources)
16240         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16241         (nnmail-spool-file, gnus-cache-active-hashtb):
16242         * gnus-mh.el (mh-lib-progs):
16243         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16244         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16245         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16246         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16247         (gnus-group-buffer):
16248         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16249         (font-lock-set-defaults):
16250         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16251         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16252         (gnus-summary-post-menu, total-parts, type, condition, length):
16253         * gnus-agent.el (gnus-agent-read-agentview):
16254         * flow-fill.el (show-trailing-whitespace):
16255         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16256         eval-and-compile wrappers for byte compiler pacifiers.
16258         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16259         (mm-display-inline-fontify): Check for featurep 'xemacs not
16260         extent-list.
16262         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16263         itimer-list.
16264         (mm-create-image-xemacs): Only do something for XEmacs.
16265         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16267         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16269         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16270         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16272 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16274         * nnimap.el (nnimap-split-download-body):
16275         * gnus-demon.el (gnus-demon):
16276         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16278 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16280         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16281         New macros.
16282         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16283         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16284         copy data from unibyte buffer to multibyte current buffer.
16285         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16286         to copy data from unibyte current buffer to multibyte buffer.
16287         (nntp-make-process-buffer): Make process buffer unibyte.
16289         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16291 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16293         * pop3.el (pop3-open-server): Accept and process data more robustly at
16294         connection start to avoid spurious "POP SSL connection failed" errors.
16296 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16298         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16299         read group names.
16301 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16303         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16305 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16307         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16308         (nnmail-save-active): Use a unibyte buffer when saving active file,
16309         which may contain non-ASCII group names.
16311         * nnml.el (nnml-request-group): Decode group names in messages.
16313 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16315         * message.el (message-citation-line-function)
16316         (message-insert-formatted-citation-line): Fix spelling of
16317         `message-insert-formated-citation-line'.
16319 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16321         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16323 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16325         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16326         nnmail-pathname-coding-system.
16328         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16329         that a user enters; decode group names in messages.
16331         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16333 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16335         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16337         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16339         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16340         risky local variable.
16342         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16344 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16346         * encrypt.el: Improve documentation to fix function name typo.
16347         Reported by Daiki Ueno <ueno@unixuser.org>.
16349 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16351         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16352         even if the point is not in the last page of an article.
16353         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16354         back to the previous page.
16356 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16358         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16360 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16362         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16364 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16366         * message.el (message-check-news-body-syntax):
16367         Avoid mm-string-as-multibyte.
16368         (message-hide-headers): Don't assume (point-min)==1.
16370 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16372         * message.el (message-remove-blank-cited-lines): Fix if remove is
16373         given.
16374         (message-bogus-address-regexp): New variable.
16375         (message-bogus-recipient-p): New function.
16376         (message-check-recipients): New command.
16377         (message-syntax-checks): Add `bogus-recipient'.
16378         (message-fix-before-sending): Add `bogus-recipient'.
16380         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16381         (gnus-treat-body-boundary): Don't test window-system.
16383 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16385         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16387 2007-10-28  Miles Bader  <miles@gnu.org>
16389         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16390         at compile-time too.
16392 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16394         * gnus-msg.el (gnus-message-setup-hook):
16395         Add `message-remove-blank-cited-lines' to options.
16397 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16399         * message.el (message-remove-blank-cited-lines): New function.
16400         Suggested by Karl Plästerer.
16402 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16404         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16405         mapc.
16407         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16408         (top-level): Use mapc to set functions to be traced for debugging.
16410         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16411         called for effect with while loop.
16413         * message.el (message-talkative-question): Replace mapcar called for
16414         effect with mapc.
16416         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16417         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16418         called for effect with dolist.
16420         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16422         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16423         gnus-extra-headers and nnmail-extra-headers.
16425         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16426         called for effect with dolist.
16427         (top-level): Use mapc to set functions to be traced for debugging.
16429         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16430         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16431         dolist.
16433         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16434         Replace mapcar called for effect with mapc.
16435         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16436         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16437         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16438         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16440         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16441         remove-if that's a cl function.
16443         * webmail.el (webmail-debug): Replace mapcar called for effect with
16444         dolist.
16446         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16447         with mapc.
16449 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16451         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16452         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16453         with while loop.
16455         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16456         functions from article-* functions.
16457         (gnus-multi-decode-header): Replace mapcar called for effect with
16458         dolist.
16460         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16461         (gnus-bookmark-show-details): Replace mapcar called for effect with
16462         while loop.
16464         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16465         called for effect with while loop.
16467         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16468         with dolist.
16470         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16471         Replace mapcar called for effect with dolist.
16473         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16475         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16476         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16477         Replace mapcar called for effect with dolist.
16478         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16479         mapc.
16481         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16482         Replace mapcar called for effect with dolist.
16483         (gnus-topic-list): Replace mapcar called for effect with mapc.
16485         * gnus.el: Use mapc instead of mapcar to add autoloads.
16487 2007-10-23  Richard Stallman  <rms@gnu.org>
16489         * gnus-group.el (gnus-group-highlight): Mark as risky.
16491 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16493         * gnus.el (gnus-server-to-method): Return method found first in
16494         gnus-newsrc-alist.
16496         * gnus-art.el (gnus-article-highlight-signature)
16497         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16498         button overlay without the front stickiness.
16500 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16502         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16503         overview buffer needed a catch to receive its throw.
16504         (gnus-agent-flush-cache): Declare as interactive to make this function
16505         easier to use.
16507 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16509         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16510         `next-line'.
16512 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16514         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16515         exclude address matching message-dont-reply-to-names.
16517 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16519         * gnus-util.el (gnus-string<): New function.
16521         * gnus-sum.el (gnus-article-sort-by-author)
16522         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16524 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16526         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16527         the frame-focus tag is set in gnus-buffer-configuration.
16529 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16531         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16532         the front stickiness.
16534 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16536         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16537         url pattern; remove duplicate one.
16538         (gnus-article-extend-url-button): New function.
16539         (gnus-article-add-buttons): Use it.
16540         (gnus-button-push): Use concatenated url that it makes.
16542 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16544         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16546 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16548         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16549         Don't hardcode point-min==1.
16551 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16553         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16554         Fix comment about "iso8859-1".
16556 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16558         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16559         ones returned from the verify-function.
16561         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16562         Call mml2015-extract-cleartext-signature if extraction failed.
16564 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16566         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16567         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16568         failed.
16570 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16572         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16574 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16576         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16577         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16578         recommends to use EasyPG instead of PGG.
16580         * pgg.el: Revert to revision 6.23.2.16.
16582         * pgg-def.el: Revert to revision 6.6.2.14.
16584         * pgg-gpg.el: Revert to revision 6.23.2.34.
16586 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16588         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16589         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16590         thread for both the null and zero (kill/expire thread) universal prefix
16591         cases.
16592         (gnus-summary-expire-thread): Add new function to expire a thread,
16593         using gnus-summary-kill-thread.
16594         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16595         shortcuts for gnus-summary-expire-thread.
16596         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16597         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16599 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16601         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16602         extras value, so an extras entry can be deleted.
16603         (gnus-registry-delete-extra-entry): Use it.
16604         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16605         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16606         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16607         storage through the gnus-registry, and provide an appropriate API for
16608         it.
16610 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16612         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16613         Suggested by Leo <sdl.web@gmail.com>.
16615         * gnus.el: Do.
16617 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16619         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16620         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16622         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16624         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16625         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16627 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16629         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16630         newline.
16631         (nnmbox-request-accept-article): Don't change article in source buffer;
16632         narrow to header to use message-fetch-field rather than
16633         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16634         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16635         as delimiters; make sure article ends with newline.
16636         (nnmbox-delete-mail): Correct last position of article to be deleted;
16637         ignore X-Gnus-Newsgroup header in article body.
16638         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16639         positions; make sure article ends with newline.
16641         * message.el (message-display-abbrev): Don't infloop when a user
16642         inserts SPC in the beginning of header.
16644         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16645         coding-system-for-read and coding-system-for-write for XEmacs having no
16646         file-coding feature.
16648         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16650 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16652         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16653         list of groups not followed by default.  Fix type to be regexp.
16654         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16656 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16658         * hmac-def.el (define-hmac-function): Switch from old-style to
16659         new-style backquotes.
16661         * md4.el (md4-make-step): Likewise.
16663 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16665         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16666         raw-text coding system when saving .newsrc file, which may contain
16667         non-ASCII group names.
16669 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16671         * gnus-cus.el (gnus-score-extra): New widget.
16672         (gnus-score-extra-convert): New function.
16673         (gnus-score-customize): Use it for Extra.
16675 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16677         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16678         (mml2015-mailcrypt-clear-verify): Use it.
16679         (mml2015-gpg-clear-verify): Use it.
16680         (mml2015-pgg-clear-verify): Use it.
16681         (mml2015-epg-clear-verify): Replace the current part with the output
16682         from GnuPG; don't extract the plaintext by itself.
16684         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16685         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16686         mml2015-clear-verify-function; don't touch the armor headers or
16687         dash-escaped text here.
16689 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16691         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16692         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16693         parts, or application/octet-stream as a last resort.
16694         (gnus-mime-view-part-as-type): Don't toggle display.
16695         (gnus-mime-view-part-as-charset): Don't turn off display before
16696         querying charset.
16698         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16699         stuff to undisplayer function in Emacs.
16700         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16702         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16703         text/calendar parts.
16705 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16707         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16708         decoding text/calendar parts.
16710         * message.el (message-forward-make-body-mime): Always mark body as
16711         having no illegible text; remove signed-or-encrypted argument.
16712         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16714         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16715         (mml-generate-mime-1): Don't encode body if it is specified to be in
16716         raw form; don't make buffer be unibyte when inserting multibyte string.
16718 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16720         * sha1.el: Fix up comment style.
16721         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16722         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16724         * hex-util.el: Fix up comment style.
16725         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16727         * gnus-salt.el: Use with-current-buffer.
16728         (gnus-pick-setup-message): Fix long-standing typo.
16730 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16732         * imap.el (imap-logout-timeout): New variable.
16733         (imap-logout, imap-logout-wait): New functions.
16734         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16736         * nnimap.el (nnimap-logout-timeout): New server variable.
16737         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16738         nnimap-logout-timeout.
16740         * gnus-art.el (gnus-article-summary-command-nosave)
16741         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16743 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16745         * gnus.el (gnus-maximum-newsgroup): New variable.
16747         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16748         according to gnus-maximum-newsgroup.
16750         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16751         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16752         Limit the range of articles according to gnus-maximum-newsgroup.
16754 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16756         * gnus-art.el (gnus-sticky-article): Fix problems described in
16757         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16758         Don't perform gnus-configure-windows here; reuse existing sticky
16759         article buffer.
16761         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16762         it doesn't exist in gnus-article-mode.
16764 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16766         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16767         (gnus-agent-decoded-group-name): New function.
16768         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16769         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16771 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16773         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16774         Add binding for gnus-sticky-article.
16775         (gnus-summary-exit): Don't kill sticky article buffers.
16777         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16778         article buffer.
16779         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16780         (gnus-kill-sticky-article-buffers): New commands.
16782 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16784         * nntp.el (nntp-xref-number-is-evil): New server variable.
16785         (nntp-find-group-and-number): If it is non-nil, don't trust article
16786         numbers in the Xref header.
16788 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16790         * gnus-agent.el (gnus-agent-read-group): New function.
16791         (gnus-agent-flush-group, gnus-agent-expire-group)
16792         (gnus-agent-regenerate-group): Use it.
16793         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16794         nnmail-pathname-coding-system.
16796 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16798         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16800         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16801         that are unread as unread, and also as selected so that information of
16802         marks having been changed by a user may be updated when exiting group.
16804 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16806         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16808 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16810         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16811         calculated ignoring signature parts to gnus-treat-article.
16813 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16815         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16816         a point here in order to keep the window start.
16817         (gnus-insert-mime-security-button): Make a button overlay without the
16818         front stickiness.
16819         (gnus-mime-display-security): Goto the end of a button.
16821         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16823 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16825         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16826         group-name-at-point.
16827         (gnus-group-completing-read): New function that offers decoded
16828         non-ASCII group names for completion.
16829         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16830         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16831         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16832         (gnus-group-fetch-control): Use it.
16833         (gnus-fetch-group): Use group-name-at-point for the initial value
16834         rather than the default value; use gnus-alive-p.
16836         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16837         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16838         (gnus-summary-post-news): Use gnus-group-completing-read.
16840         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16841         (gnus-read-move-group-name): Decode group name for completion.
16843 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16845         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16846         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16847         Yamaoka slightly modified the code).
16849 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16851         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16852         (nnmail-split-incoming): Bind it.
16854         * nnml.el (nnml-group-name-charset): New function.
16855         (nnml-decoded-group-name): Use it; don't decode group name if
16856         nnmail-group-names-not-encoded-p is non-nil.
16857         (nnml-encoded-group-name): New function.
16858         (nnml-group-pathname): Inline nnml-decoded-group-name.
16859         (nnml-request-expire-articles): Decode group name in message.
16860         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16861         nnmail-pathname-coding-system.
16862         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16863         not decoded ones according to nnmail-group-names-not-encoded-p.
16864         (nnml-generate-active-info): Use nnml-encoded-group-name.
16866 2007-08-08  Glenn Morris  <rgm@gnu.org>
16868         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16869         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16870         doc-strings and comments.
16872 2007-07-25  Glenn Morris  <rgm@gnu.org>
16874         * Relicense all FSF files to GPLv3 or later.
16876 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16878         * gnus-sum.el (gnus-summary-move-article):
16879         Make gnus-summary-respool-article work.
16881 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16883         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16884         string.
16886 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16888         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16889         that should be ignored when comparing distant RSS articles with local
16890         ones.
16891         (nnrss-make-hash-index): New function.  Create a hash index according
16892         to the ignored fields.
16893         (nnrss-check-group): Use it.
16895 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16897         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16899         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16901         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16902         the new optional argument ENCODED is non-nil.
16903         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16904         coding system for encoding group name.
16905         (gnus-group-make-rss-group): Pass un-encoded group name to
16906         gnus-group-make-group.
16907         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16908         encoded.
16910         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16911         Encode group name to which articles are moved or copied.
16912         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16913         coding system for encoding Newsgroup, Followup-To and Xref headers.
16915         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16916         marks; use nnheader-file-coding-system to write a file.
16917         (nnagent-retrieve-headers): Bind file-name-coding-system to
16918         nnmail-pathname-coding-system.
16920         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16922         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16923         (nnml-request-article, nnml-request-create-group)
16924         (nnml-request-rename-group, nnml-find-id)
16925         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16926         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16927         (nnml-save-marks): Use nnml-group-pathname instead of
16928         nnmail-group-pathname.
16930         (nnml-request-create-group, nnml-request-expire-articles)
16931         (nnml-request-move-article, nnml-request-delete-group)
16932         (nnml-deletable-article-p, nnml-possibly-create-directory)
16933         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16934         (nnml-open-marks): Bind file-name-coding-system to
16935         nnmail-pathname-coding-system.
16937         (nnml-request-article): Pass server argument to nnml-find-group-number.
16938         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16939         Pass server argument to nnml-possibly-create-directory.
16940         (nnml-request-accept-article): Pass server argument to
16941         nnml-active-number and nnml-save-mail.
16942         (nnml-find-group-number): Pass server argument to nnml-find-id.
16943         (nnml-request-update-info): Pass server argument to
16944         nnml-marks-changed-p.
16946         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16947         (nnml-save-mail, nnml-active-number): Add server argument.
16949         (nnml-request-delete-group): Warn if group is missing.
16950         (nnml-get-nov-buffer): Decode group name.
16951         (nnml-generate-active-info): Encode group name.
16952         (nnml-open-marks): Decode group name in messages.
16954 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16956         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16957         if it is not specified.
16958         (gnus-article-pipe-part, gnus-article-save-part)
16959         (gnus-article-interactively-view-part, gnus-article-copy-part)
16960         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16961         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16962         (gnus-article-replace-part, gnus-article-delete-part)
16963         (gnus-article-view-part-as-type): Pass raw prefix argument to
16964         gnus-article-part-wrapper.
16966 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16968         * gnus-agent.el (gnus-agent-save-active):
16969         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16971         * gnus-cache.el (gnus-cache-save-buffers)
16972         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16973         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16974         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16975         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16976         (gnus-cache-generate-active, gnus-cache-rename-group)
16977         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16978         (gnus-cache-update-overview-total-fetched-for):
16979         Bind file-name-coding-system to nnmail-pathname-coding-system.
16980         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16981         New variables.
16982         (gnus-cache-decoded-group-name): New function.
16983         (gnus-cache-file-name): Use it.
16984         (gnus-cache-generate-active): Use non-decoded group name for active.
16986         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16987         right place.
16988         (gnus-write-active-file): Don't break non-ASCII group names.
16990         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16991         nnmail-pathname-coding-system.
16993         * lpath.el: Bind default-file-name-coding-system,
16994         file-name-coding-system and language-info-alist for XEmacs.
16996         * gnus-uu.el (gnus-uu-decode-save): Typo.
16998 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17000         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17002 2007-07-14  David Kastrup  <dak@gnu.org>
17004         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17005         finishing actions if we did not edit the article.
17007 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17009         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17010         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17011         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17012         (gnus-agent-flush-group, gnus-agent-flush-cache)
17013         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17014         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17015         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17016         (gnus-agent-regenerate-group)
17017         (gnus-agent-update-files-total-fetched-for)
17018         (gnus-agent-update-view-total-fetched-for):
17019         Bind file-name-coding-system to nnmail-pathname-coding-system.
17020         (gnus-agent-group-pathname): Don't encode file names by
17021         nnmail-pathname-coding-system.
17022         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17023         coding-system-for-write instead of buffer-file-coding-system to
17024         gnus-agent-file-coding-system.
17026         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17027         Decode group name.
17029         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17031         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17032         (gnus-read-newsrc-el-file): Make group names unibyte.
17034         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17035         nnmail-pathname-coding-system.
17037         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17038         (nnrss-request-delete-group): Bind file-name-coding-system to
17039         nnmail-pathname-coding-system.
17040         (nnrss-read-server-data, nnrss-read-group-data):
17041         Bind file-name-coding-system correctly.
17042         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17044         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17045         (nntp-server-to-method-cache): New variable.
17046         (nntp-group-pathname): New function that decodes non-ASCII group names.
17047         (nntp-possibly-create-directory, nntp-marks-changed-p)
17048         (nntp-save-marks, nntp-open-marks): Use it.
17049         (nntp-possibly-create-directory, nntp-open-marks):
17050         Bind file-name-coding-system to nnmail-pathname-coding-system.
17051         (nntp-open-marks): Decode group names when bootstrapping marks.
17053         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17054         Newsgroups and Followup-To headers.
17056 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17058         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17059         (gnus-server-closed-face, gnus-server-denied-face)
17060         (gnus-server-offline-face): Remove variable.
17061         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17063         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17064         of modifying message-stack directly for XEmacs.
17066         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17067         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17068         if the coding-system argument is nil for XEmacs.
17070         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17071         mm-charset-override-alist.
17073         * rfc2047.el: Don't require base64; require rfc2045 for the function
17074         rfc2045-encode-string.
17075         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17076         to quote the parameter value.
17078 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17080         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17081         form in gnus-group-name-charset-method-alist.
17083         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17084         overrides the default layout edit-form.
17086         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17088         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17090 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17092         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17093         as unfetched articles.
17095 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17097         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17099 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17101         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17102         original back end that keeps marks in the local system.
17104 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17106         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17107         arg of pop-to-buffer for XEmacs.
17108         (gnus-article-read-summary-keys): Ditto; don't restore window
17109         configuration if summary command ends up with neither article buffer
17110         nor summary buffer; describe bindings if summary keys end with C-h.
17112 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17114         * message.el (message-fix-before-sending): Skip raw message part to be
17115         forwarded while checking illegible text.
17116         (message-forward-make-body-mime, message-forward-make-body):
17117         Mark signed or encrypted raw message as having no illegible text.
17119 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17121         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17122         (gnus-message-with-timestamp-1): New macro.
17123         (gnus-message-with-timestamp): New function.
17124         (gnus-message): Use them.
17126         * nnheader.el (nnheader-message): Use them.
17128 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17130         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17131         .newsrc.eld file.
17133 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17135         * gnus-agent.el (gnus-agent-fetch-headers)
17136         (gnus-agent-retrieve-headers):
17137         Bind gnus-decode-encoded-address-function to identity.
17139         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17140         available also when the server returns simply a dot.
17142         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17144 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17146         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17148 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17150         * gnus-ems.el (gnus-x-splash): Make it work.
17152         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17153         from being used.
17155         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17157 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17159         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17160         4th and the 5th arguments.
17162         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17163         the front stickiness.
17164         (gnus-article-summary-command-nosave): Correct the order of the
17165         arguments passed to pop-to-buffer.
17166         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17167         summary command ends up with the article buffer.
17169         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17170         the same faces.
17172 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17174         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17176 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17178         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17179         * gnus-sum.el (gnus-summary-highlight):
17180         * pgg.el (pgg-sign-region, pgg-sign):
17181         * mail-source.el (mail-source-delete-old-incoming-confirm):
17182         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17184 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17186         * gnus-art.el (gnus-mime-view-part-externally)
17187         (gnus-mime-view-part-internally): Fix predicate function passed to
17188         completing-read.
17190         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17192         * gnus.el (gnus-update-message-archive-method): Add :version.
17194 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17196         * gnus.el (gnus-update-message-archive-method): New variable.
17198         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17199         according to gnus-message-archive-method if
17200         gnus-update-message-archive-method is non-nil.
17202 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17204         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17205         Suggested by Loic Dachary <loic@dachary.org>.
17206         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17208 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17210         * message.el (message-pop-to-buffer): Add switch-function argument.
17211         (message-mail): Pass switch-function argument to it.
17213 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17215         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17216         Improve doc string.
17218 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17220         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17221         (gnus-header-content):
17222         * gnus-cite.el (gnus-cite-10):
17223         * gnus-srvr.el (gnus-server-closed):
17224         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17225         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17226         (gnus-group-mail-3-empty, gnus-group-mail-low)
17227         (gnus-group-mail-low-empty, gnus-splash):
17228         * message.el (message-header-to, message-header-cc)
17229         (message-header-subject, message-header-other, message-header-name)
17230         (message-header-xheader, message-separator, message-cited-text)
17231         (message-mml): Lighten colors of faces used for dark background.
17233 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17235         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17236         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17238 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17240         * message.el (message-narrow-to-headers-or-head):
17241         Ignore mail-header-separator in the body.
17243 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17245         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17246         same as window size.
17248 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17250         * message.el (message-font-lock-keywords): Use message-header-xheader
17251         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17252         ahead of the anything pattern, to get it recognized.
17254 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17256         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17257         spam.el loads uses it in the compiled defadvice form.
17259 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17261         * gnus-sum.el (gnus-articles-to-read)
17262         (gnus-summary-insert-old-articles): Don't truncate group name for
17263         `read-string'.
17265         * gnus-util.el (gnus-limit-string): Delete this function.
17267         * gnus-sum.el (gnus-simplify-subject-fully):
17268         Use `truncate-string-to-width' instead.
17270 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17272         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17273         Tell if, on summary exit, the next group has to be selected.
17274         (gnus-summary-exit): Use it.
17276 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17278         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17279         non-break space.
17281 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17283         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17284         Check if group is not a directory.
17285         (nnfolder-request-expire-articles): Don't delete articles if the target
17286         group is not available.
17288         * nnml.el (nnml-request-create-group): Properly check if group is not a
17289         file.
17290         (nnml-request-expire-articles): Don't delete articles if the target
17291         group is not available.
17293         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17294         Don't quote characters that are within parentheses.
17296 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17298         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17299         (gnus-handle-ephemeral-exit): Select article according to it.
17301 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17303         * message.el (message-insert-formated-citation-line): Remove newline.
17304         (message-citation-line-format): Add final \n here so that the user can
17305         avoid a blank line.
17307 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17309         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17310         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17311         Update lanl/arXiv support.
17313 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17315         * gnus.el: Bump version number.
17317 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17319         * gnus.el (gnus-version-number): Bump version.
17321 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17323         * gnus.el: No Gnus v0.6 is released.
17325 2007-04-27  Didier Verna  <didier@xemacs.org>
17327         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17328         * gmm-utils.el (gmm-regexp-concat): ... here.
17329         * message.el: Don't require 'gnus-util.
17330         (message-dont-reply-to-names): Handle name change above.
17331         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17333 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17335         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17336         since the initial value varies according to the system.
17338 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17340         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17342 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17344         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17346 2007-04-24  Didier Verna  <didier@xemacs.org>
17348         Improve the type of gnus-ignored-from-addresses.
17349         * gnus-util.el (gnus-orify-regexp): New function.
17350         * message.el (gnus-util): Require it.
17351         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17352         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17353         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17355 2007-04-24  Didier Verna  <didier@xemacs.org>
17357         * gnus-sum.el:
17358         * gnus-utils.el: Fix some trailing whitespaces.
17360 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17362         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17363         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17364         article's Message-ID; refer parent article in summary buffer.
17366         * message.el (message-bounce): Call mime-to-mml.
17368         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17369         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17370         optimize and/or forms properly.
17372 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17374         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17375         URL.
17377 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17379         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17381 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17383         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17384         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17385         displayed of multipart/alternative part if it is invoked from summary
17386         buffer.
17388         * mm-view.el (mm-inline-text-html-render-with-w3m)
17389         (mm-inline-text-html-render-with-w3m-standalone)
17390         (mm-inline-render-with-function): Use mail-parse-charset by default.
17392 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17394         * parse-time.el (parse-time-string-chars): Check if CHAR
17395         is less than the length of parse-time-syntax.
17397 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17399         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17400         from gnus-newsgroup-processable.
17402 2007-04-16  Didier Verna  <didier@xemacs.org>
17404         * gnus-msg.el (gnus-configure-posting-styles):
17405         Handle message-signature-directory properly with :file syntax.
17406         Reported by "Leo".
17408 2007-04-11  Didier Verna  <didier@xemacs.org>
17410         New user option: message-signature-directory.
17411         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17412         * message.el (message-insert-signature): Ditto.
17413         * message.el (message-signature-file): Doc update.
17414         * message.el (message-signature-directory): New.
17416 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17418         * gnus-msg.el (gnus-inews-yank-articles):
17419         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17421 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17423         * message.el (message-yank-original): Make sure cited text ends with
17424         newline; don't exchange point and mark.
17426 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17428         * tls.el (open-tls-stream): Properly handle case where there
17429         is no associated buffer.
17431 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17433         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17434         message-yank-original, make sure (< mark TEXT point).
17436 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17438         * message.el (message-fill-column): New variable.
17439         (message-mode): Use it.  Add comment on a possible new hook.
17441         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17442         (nnmail-get-new-mail): Reformat.
17444         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17446         * gmm-utils.el: Fix Commentary.
17447         (gmm-tool-bar-from-list): Fix typo in doc string.
17449 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17451         * message.el (message-yank-original): Don't switch point and mark
17452         unnecessarily to put point and mark as documented.
17454 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17456         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17457         from the message heads.
17459 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17461         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17462         article buffer does not have a window.  This may not be the best
17463         solution but is certainly better than setting the start of the null,
17464         that is the current, window.
17466 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17468         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17469         (gnus-draft-setup): Run it.
17471         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17472         gnus-score-fast-scoring.  Allow regexp.
17473         (gnus-score-headers): Use it.
17475         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17476         XEmacs.
17478         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17479         string.
17480         (gnus-button-alist): Also catch `<f1> k ...'.
17481         (gnus-treat-display-x-face): Fix doc string.
17483 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17485         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17486         evaluation of gnus-extended-version to ensure correct generation of the
17487         User-Agent header when message-generate-headers-first is used.
17489 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17491         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17492         hashcash-path is nil.  Don't call callback with incorrect number of
17493         parameters if val is 0.
17495 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17497         * message.el (message-required-news-headers):
17498         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17500 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17502         * tls.el (open-tls-stream): In handshake-waiting loop,
17503         don't wait more if there is output available to process.
17505 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17507         * tls.el (tls-program): Doc fix.
17509 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17511         * message.el (message-generate-new-buffers): Change the meaning of the
17512         nil value; add `standard' to the choices; treat t as `unique'; improve
17513         doc string.
17514         (gnus-select-frame-set-input-focus): Autoload.
17515         (message-buffer-name): Search for the existing message buffer if
17516         message-generate-new-buffers is nil or `standard'; treat the value t of
17517         message-generate-new-buffers as `unique'.
17518         (message-pop-to-buffer): Raise the frame already displaying the message
17519         buffer; clear the echo area after querying.
17520         (message-setup): Pass the `continue' argument to compose-mail.
17521         (message-mail): Prefer `switch-function' if it is given; search for the
17522         existing message buffer if the `continue' argument is non-nil; pass
17523         continue and switch-function arguments to compose-mail by way of
17524         message-setup.
17525         (message-mail-other-window): Adjust argument of message-setup.
17526         (message-mail-other-frame): Ditto.
17528 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17530         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17531         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17532         to turn font-lock on when turning gnus-message-citation-mode on.
17534 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17536         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17537         (mml-smime-function-alist): New variable; add epg as the backend.
17538         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17539         mml-smime- functions instead.
17540         * mm-view.el: Require smime.
17542 2007-03-05  Didier Verna  <didier@xemacs.org>
17544         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17545         instead of just inheritance for posting styles.
17546         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17548 2007-02-24  Chris Moore  <dooglus@gmail.com>
17550         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17551         * pgg-pgp.el (pgg-pgp-encrypt-region):
17552         * pgg-gpg.el (pgg-gpg-encrypt-region):
17553         Check pgg-encrypt-for-me if no other recipients.
17555 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17557         * tls.el (tls-certtool-program): Fix custom type.
17559 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17561         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17562         and point-at-eol instead of line-(beginning|end)-position.
17564         * assistant.el (assistant-parse-buffer): Ditto.
17566         * netrc.el (netrc-parse-services): Ditto.
17568 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17570         * mml2015.el (mml2015-epg-find-usable-key): New function.
17571         (mml2015-epg-sign): Use it.
17572         (mml2015-epg-encrypt): Use it.
17574 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17576         * message.el (message-make-in-reply-to): Quote name containing
17577         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17578         if there are special characters.  Reported by NAKAJI Hiroyuki
17579         <nakaji@jp.freebsd.org>.
17581 2007-02-27  Didier Verna  <didier@xemacs.org>
17583         Include the group parameters as well as the topic ones in the
17584         inheritance filter process.
17585         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17586         argument GROUP-PARAMS-LIST.
17587         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17589 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17591         * nntp.el (nntp-never-echoes-commands)
17592         (nntp-open-connection-functions-never-echo-commands): New variables.
17593         (nntp-send-command): Use them.
17595 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17597         * mml2015.el (mml2015-epg-verify): Simplify.
17599 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17601         * mml.el (mml-content-disposition-alist): New user option.
17602         (mml-content-disposition): New function.
17603         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17604         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17606 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17608         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17609         verification.
17611 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17613         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17614         articles posted in the last 24 hours.
17616 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17618         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17620 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17622         * nntp.el (nntp-send-command): Don't wait for echoes when
17623         nntp-open-ssl-stream is used.
17625 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17627         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17628         (gnus-message-add-citation-keywords)
17629         (gnus-message-remove-citation-keywords): Remove.
17630         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17631         directly, make the variables in font-lock-defaults buffer-local, add
17632         gnus-message-citation-keywords to them and then update the value of
17633         font-lock-keywords.
17635 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17637         * message.el (message-cite-original-1): Don't call
17638         gnus-article-highlight-citation.
17640         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17641         citations; fix line count.
17643 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17645         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17646         (gnus-message-add-citation-keywords)
17647         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17648         versions of font-lock-add-keywords and font-lock-remove-keywords to
17649         work with XEmacs correctly.
17651 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17653         * gnus-cite.el (gnus-cite-face-list): Set the values of
17654         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17655         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17656         (gnus-message-cite-prefix-regexp): New variable.
17657         (gnus-message-search-citation-line): Use it; protect against long
17658         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17659         the 0th match data for Emacs.
17660         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17661         (gnus-message-add-citation-keywords): Append keywords rather than
17662         prepending; emulate font-lock-add-keywords if it is not available.
17663         (gnus-message-remove-citation-keywords):
17664         Emulate font-lock-remove-keywords if it is not available.
17666         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17668         * message.el (message-cite-prefix-regexp): Set the value of
17669         gnus-message-cite-prefix-regexp.
17671 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17673         * nnweb.el (nnweb-google-parse-1): Update parser.
17675 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17677         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17679 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17681         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17682         regexp.
17684 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17686         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17687         string-to-multibyte.
17688         (uudecode-decode-region-internal): Use it.
17690         * lpath.el: Fbind string-as-multibyte for XEmacs.
17692 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17694         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17695         Fix custom choice.
17697         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17699 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17701         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17703         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17704         `write-region' to respect `mm-inhibit-file-name-handlers'.
17706 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17708         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17709         Use gnus-home-directory instead of "~/" or "$HOME".
17711 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17713         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17714         to mention filename.
17715         Add comments at beginning regarding usage.
17716         (encrypt-write-file-contents): Change interactive so a string is
17717         acceptable.  If the file has no associated model, show an error instead
17718         of a nonsense prompt.
17720 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17722         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17723         Thanks to Yoshihiko Yamada for kind notification of this typo.
17725 2007-01-12  Kenichi Handa  <handa@m17n.org>
17727         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17728         multibyte buffer.
17730 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17732         * gnus-score.el (gnus-score-fast-scoring): New variable.
17733         (gnus-score-headers): Use it.
17735         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17737         * message.el (message-cite-original-1):
17738         Call gnus-article-highlight-citation if requested.
17739         (message-make-from): Allow name and address as optional arguments.
17741         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17743         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17744         bugs to doc string.
17745         (gnus-button-alist): Add mid\\|message-id.
17746         (gnus-button-fetch-group): Extend for use in
17747         `browse-url-browser-function'.
17748         (gnus-button-url-regexp): Try to catch paired parentheses like in
17749         Wikipedia URLs.
17751         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17752         Suggested by Simon Krahnke <overlord@gmx.li>.
17754 2007-01-13  Romain Francoise  <romain@orebokech.com>
17756         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17757         Update copyright.
17759 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17761         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17763 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17765         * gnus-registry.el (gnus-registry-unfollowed-groups)
17766         (gnus-registry-split-fancy-with-parent): Fix documentation.
17768 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17770         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17771         from nnweb groups.
17773 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17776         Xref urls.  Erase buffer before requesting head.
17778         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17780 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17782         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17783         customizable.
17785 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17787         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17788         no signing key is found.
17789         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17790         no encrypting and/or signing key is found.
17792 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17794         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17796 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17798         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17799         headers read from disk with the ones newly found in the current search.
17800         This should no longer cause problems, because the article numbers in
17801         Gmane's `nov.php' output are ignored since the previous change.
17803 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17805         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17807 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17809         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17810         replace-regexp-in-string; bind url-version; fbind display-images-p and
17811         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17812         find-face and set-itimer-function for Emacs; bind itimer-list for
17813         Emacs.
17815         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17817 2007-01-01  Romain Francoise  <romain@orebokech.com>
17819         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17821 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17823         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17824         `define-minor-mode' macro definition expanded properly.
17825         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17826         exclude it there.
17828         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17829         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17830         `fboundp' test.
17831         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17832         This is OK to autoload in (S)XEmacs now.
17834 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17836         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17837         keystroke.
17838         (gnus-summary-limit-to-singletons): Fix typo.
17840         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17841         else fails.
17843 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17845         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17846         docstring.
17848         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17849         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17850         (gnus-summary-insert-dormant-articles): Fix typo in message.
17852 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17854         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17855         nil for XEmacs.
17856         (gnus-message-citation-mode): Don't autoload in XEmacs.
17858         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17860 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17862         * nnimap.el (nnimap-expunge-search-string):
17863         Mention nnimap-search-uids-not-since-is-evil in docstring.
17865 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17867         * spam.el: Revert to make-obsolete-variable because
17868         define-obsolete-variable-alias is not supported in Emacs 21.
17870         * spam.el (spam-ifile-path, spam-ifile-database-path)
17871         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17872         make-obsolete-variable.
17873         (spam-bsfilter-path, spam-bsfilter-program)
17874         (spam-spamassassin-path, spam-spamassassin-program)
17875         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17876         Don't use "path" inappropriately.
17877         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17878         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17879         variable names.
17881 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17883         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17884         summary buffer.
17886         * password.el (password-cache-remove): Use clear-string to burn
17887         password, if available.
17889 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17891         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17893         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17895         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17896         (gnus-message-highlight-citation): Move defcustom here from
17897         gnus-cite.el.
17898         (gnus-message-citation-mode): Autoload.
17900         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17901         checks to make it compile with XEmacs.
17902         (gnus-message-citation-mode): New minor mode.
17903         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17904         (gnus-message-highlight-citation): New variables.
17905         (gnus-message-search-citation-line)
17906         (gnus-message-add-citation-keywords)
17907         (gnus-message-remove-citation-keywords)
17908         (turn-on-gnus-message-citation-mode)
17909         (turn-off-gnus-message-citation-mode): New functions.
17911 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17913         * gnus-cite.el: Enable highlighting of different citation levels in
17914         message-mode.
17916 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17918         * message.el (message-make-fqdn): Fix comment.
17919         (message-bogus-system-names): Add ".local".
17921         * spam.el (spam-ifile-path, spam-ifile-program)
17922         (spam-ifile-database-path, spam-ifile-database)
17923         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17924         Don't use "path" inappropriately.
17925         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17926         strings.
17927         (spam-check-ifile, spam-ifile-register-with-ifile)
17928         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17929         Use new variable names.
17931         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17932         (gnus-treat-display-smileys): Simplify using
17933         gnus-image-type-available-p.
17935         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17936         available.
17938         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17939         Use `display-images-p' if available.
17941 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17943         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17944         one after turning on the buffer's multibyteness instead of decoding
17945         them directly in the unibyte buffer that causes unexpected conversion
17946         in Emacs 23 (unicode).
17948 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17950         * message.el (message-generate-hashcash): Fix custom type.
17952 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17954         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17956 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17958         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17959         disconnect icons.  Add help text.
17961 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17963         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17964         negated to be consistent with the others we handle.
17966 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17968         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17969         version of gnus-summary-buffer to something, so that we can use two
17970         article buffers at the same time.
17972 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17974         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17975         trigger all the extra headers.
17976         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17977         sorting.
17979 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17981         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17982         solid groups.
17984 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17986         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17988 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17990         * legacy-gnus-agent.el: Add Copyright notice.
17992 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17994         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17996 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17998         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18000         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18001         to make it work reliably in CVS Emacs.
18002         (gnus-summary-limit-strange-charsets-predicate)
18003         (gnus-summary-limit-to-predicate): New functions.
18005 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18007         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18008         specifying array size.
18009         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18010         array if it is too small.
18011         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18012         (gnus-sort-threads-loop): New function.
18014 2006-12-06  Chris Moore  <dooglus@gmail.com>
18016         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18017         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18019 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18021         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18022         options.
18024 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18026         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18027         DOS-ing the recipient.
18029         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18030         the headers when creating the mapping to avoid mismappings.
18031         (nnweb-gmane-create-mapping): Always nix out old mapping.
18033 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18035         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18036         and mm-verify-option to never.
18038 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18040         * message.el (message-signed-or-encrypted-p): New function.
18041         (message-forward-make-body): Use it.
18043         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18044         Replace encode-coding-string with mm-encode-coding-string.
18046 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18048         * nneething.el (nneething-decode-file-name):
18049         Replace decode-coding-string with mm-decode-coding-string.
18051         * gnus-int.el (gnus-open-server): Say failed server's name.
18053 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18055         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18056         strings to a single string.  Quote `errors-file-name'.
18057         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18058         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18059         Adjust calls.  Use `shell-quote-argument'.
18061 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18063         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18064         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18066         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18067         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18068         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18069         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18070         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18071         (gnus-subscribe-newsgroup, gnus-1):
18072         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18073         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18074         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18075         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18077 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18079         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18080         keystroke.
18081         (gnus-summary-limit-to-bodies): Implement headersp.
18083 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18085         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18087 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18089         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18091 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18093         * message.el (message-generate-hashcash): Expand range of values to
18094         include `opportunistic'.
18095         (message-send-mail): Use it.
18097 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18099         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18100         and comment it.
18102         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18104 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18106         * gnus-util.el (gnus-extract-address-components): Improve comment.
18108 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18110         * gnus-util.el (gnus-extract-address-components): Work with address in
18111         which the name portion contains @.
18113         * lpath.el: Fbind custom-autoload.
18115 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18117         * gnus.el (gnus-start): Move custom group up.
18118         (gnus-select-method): Don't autoload, but make it available for
18119         `customize-variable'.
18120         (gnus-getenv-nntpserver): Don't autoload.
18122 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18124         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18126 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18128         * message.el (message-sendmail-extra-arguments): New variable.
18129         (message-send-mail-with-sendmail): Use it.
18131 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18133         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18134         mm-with-unibyte-current-buffer to make string unibyte.
18136         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18137         mm-string-as-multibyte.
18139 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18141         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18142         Reported by Werner Koch <wk@gnupg.org>.
18144 2006-11-14  Daiki Ueno  <ueno@p360>
18146         * mml2015.el: Autoload epa-select-keys when compiling.
18148 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18150         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18151         message-options.
18152         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18154 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18156         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18157         EasyPG (< 0.0.6).
18158         (mml2015-always-trust): New user option.
18159         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18160         prompt.
18162 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18164         * nntp.el (nntp-authinfo-force): New variable.
18165         (nntp-send-authinfo): Use it.
18167 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18169         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18170         decode encoded words.  Improve prompt.  Add comment about forwarding.
18171         (message-replacement-char): Move up.
18173 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18175         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18176         instead of gnus-intersection because arguments of gnus-sorted-nunion
18177         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18179 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18181         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18182         (message-simplify-subject-functions):
18183         Enable message-strip-subject-encoded-words by default.
18185 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18187         * message.el (message-strip-subject-encoded-words): New function.
18188         (message-simplify-subject-functions): New variable.
18189         (message-simplify-subject): Use it.  Fix typo in doc string.
18190         Support message-strip-subject-encoded-words.
18192 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18194         * gnus-diary.el (gnus-diary-delay-format-function):
18195         * nndiary.el (nndiary-reminders):
18196         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18198 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18200         * gnus-art.el (article-hide-boring-headers): Fetch date from
18201         gnus-original-article-buffer to avoid problems with localized date
18202         strings.
18204 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18206         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18208 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18210         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18211         New variables.
18212         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18213         (mm-charset-synonym-alist): Move some entries to
18214         mm-codepage-iso-8859-list.
18215         (mm-charset-synonym-alist, mm-charset-override-alist):
18216         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18218 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18220         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18222 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18224         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18225         with Emacs 21 and XEmacs.
18227 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18229         * spam.el (spam-parse-address): New function for better parsing,
18230         catching errors, etc.
18231         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18233 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18235         * mm-view.el: Add interactive arg to html2text autoload.
18237 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18239         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18241 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18243         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18244         New variables.
18245         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18246         (mm-charset-synonym-alist): Move some entries to
18247         mm-codepage-iso-8859-list.
18249         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18251 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18253         * message.el (message-citation-line-format)
18254         (message-insert-formated-citation-line): Fix implementation of %E, %N
18255         and %n according to the doc string.
18257 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18259         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18260         Use car-safe to avoid bad parses.
18262 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18264         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18265         names.
18267         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18269 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18271         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18272         header.
18274         * message.el (message-draft-headers): Add Date.
18275         (message-headers-to-generate): Fix typo in docstring.
18277         * nndraft.el (nndraft-required-headers): New variable.
18278         (nndraft-generate-headers): Use it.
18280         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18282 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18284         * gnus-registry.el (gnus-registry-wash-for-keywords)
18285         (gnus-registry-find-keywords): New functions to allow easy searching of
18286         articles that are in the registry.
18288 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18290         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18291         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18292         Reported by Damien Elmes <damien@repose.cx>.
18294 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18296         * gnus.el (gnus-mime): Remove unused custom group.
18298 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18300         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18301         "blank line" when searching for end of armor headers.
18303 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18305         * gmm-utils.el (gmm-write-region): Fix variable name.
18307 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18309         * gmm-utils.el (gmm-write-region): New function based on compatibility
18310         code from `mm-make-temp-file'.
18312         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18314         * nnmaildir.el (nnmaildir--update-nov)
18315         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18316         Use `gmm-write-region'.
18318 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18320         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18321         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18323         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18325         * message.el (message-replacement-char): New variable.
18326         (message-fix-before-sending): Use it.
18327         (message-simplify-subject): New function to remove duplicate code.
18328         (message-reply, message-followup): Use it.
18330         * gnus-sum.el (gnus-summary-make-menu-bar):
18331         Clarify gnus-summary-limit-to-articles.
18333 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18335         * gnus-util.el (gnus-with-local-quit): New macro.
18337         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18339 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18341         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18342         ignore non-string data.
18344 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18346         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18347         non-string data (needs to be done in the registry too).
18349 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18351         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18352         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18353         (gnus-registry-split-fancy-with-parent)
18354         (gnus-registry-fetch-simplified-message-subject-fast)
18355         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18356         Remove text properties on ingress into the registry and when it's saved.
18357         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18358         registry from entries with no groups.
18360 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18362         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18363         function to remove string properties.
18365 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18367         * gmm-utils.el (gmm): Adjust custom version.
18369         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18370         Adjust custom version.
18372         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18374 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18376         * gnus-art.el (gnus-insert-prev-page-button)
18377         (gnus-insert-next-page-button): Simplify.  Reformat.
18379 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18381         * gnus-art.el (gnus-insert-prev-page-button)
18382         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18384 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18386         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18388 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18390         * gnus-art.el (gnus-insert-mime-button)
18391         (gnus-insert-mime-security-button):
18392         Apply gnus-article-button-face to MIME and security buttons.
18394 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18396         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18397         readable.
18399 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18401         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18403 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18405         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18406         `browse-url-of-file' instead of `browse-url'.
18408 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18410         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18411         regexp.  Articles containing quotation were cut prematurely.
18413 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18415         * message.el (message-cite-original-1): Use nobody by default for the
18416         value of From header.
18417         (message-reply): Ditto.
18419 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18421         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18422         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18423         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18425 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18427         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18428         mails in the doc string.  Add some URLs in comment.
18429         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18431 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18433         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18434         backslashes handling and the way to find boundaries of quoted strings.
18436 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18438         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18439         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18440         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18441         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18443 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18445         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18446         doc string.
18447         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18449 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18451         * lpath.el: Fbind epg-check-configuration.
18453 2006-09-06  Simon Josefsson  <jas@extundo.com>
18455         * mml2015.el (mml2015-use): Doc fix, mention epg.
18457 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18459         * mml2015.el (mml2015-use): Default to epg, if available.
18461 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18463         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18464         message-sender.
18465         (mml1991-epg-encrypt): Ditto.
18466         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18467         message-sender.
18468         (mml2015-epg-encrypt): Ditto.
18470 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18472         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18473         several common directories.
18475 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18477         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18478         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18480 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18482         * gnus-art.el (article-decode-encoded-words): Make it fast.
18484 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18486         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18488         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18489         in quoted string into `\'.
18491 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18493         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18494         Use standard-syntax-table.
18496 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18498         * gnus-art.el (gnus-decode-address-function): New variable.
18499         (article-decode-encoded-words): Use it to decode headers which are
18500         assumed to contain addresses.
18501         (gnus-mime-delete-part): Remove useless `or'.
18503         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18504         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18505         (gnus-nov-parse-line): Use it to decode From header.
18506         (gnus-get-newsgroup-headers): Ditto.
18507         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18509         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18510         (mail-decode-encoded-address-string): New alias.
18512         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18513         New function.
18514         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18515         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18516         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18517         (rfc2047-decode-string): Ditto.
18518         (rfc2047-decode-address-region): New function.
18519         (rfc2047-decode-address-string): New function.
18521 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18523         * message.el (message-caesar-buffer-body): Allow rotating headers.
18525         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18527         * message.el (message-insert-formated-citation-line): Fix %f.
18528         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18530 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18532         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18533         (gnus-bookmark-mouse-available-p): New macro.
18534         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18535         (gnus-bookmark-bmenu-show-infos): Use it.
18536         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18537         (gnus-bookmark-bmenu-hide-infos): Ditto.
18538         (gnus-bookmark-remove-properties): New function.
18539         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18540         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18541         (gnus-bookmark-write-file): Bind coding-system-for-write.
18542         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18543         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18544         group before selecting it.
18545         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18546         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18547         quit-window if it is not available; use gnus-mouse-2 and bind it to
18548         gnus-bookmark-bmenu-select-by-mouse.
18549         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18550         (gnus-bookmark-bmenu-select-by-mouse): New function.
18552 2006-08-13  Romain Francoise  <romain@orebokech.com>
18554         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18555         space.
18557 2006-08-10  Romain Francoise  <romain@orebokech.com>
18559         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18560         (dns-mode-soa-auto-increment-serial): New user option.
18561         (dns-mode-soa-maybe-increment-serial): New function.
18562         (dns-mode): Add the latter to `write-contents-functions'.
18564 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18566         * compface.el (uncompface): Use binary rather than raw-text-unix.
18568 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18570         * compface.el (uncompface): Make sure the eol conversion doesn't take
18571         place when communicating with the external programs.
18572         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18574 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18576         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18578 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18580         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18581         Make it more robust by parsing author and date independently.
18583 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18585         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18587 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18589         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18590         first matching secret key.
18591         (mml2015-epg-encrypt): Ditto.
18593         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18594         first matching secret key.
18595         (mml1991-epg-encrypt): Ditto.
18597         * mml2015.el (mml2015-encrypt-to-self): New user option.
18598         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18599         mml2015-epg-encrypt-to-self is set.
18601         * mml1991.el (mml1991-encrypt-to-self): New variable.
18602         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18603         mml1991-epg-encrypt-to-self is set.
18605         * mml2015.el (mml2015-signers): New user option.
18606         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18607         (mml2015-epg-encrypt): Allow to select signing keys.
18609         * mml1991.el (mml1991-signers): New variable.
18610         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18611         (mml1991-epg-encrypt): Allow to select signing keys.
18613 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18615         * nnheader.el (nnheader-insert-head): Make it work even if the file
18616         uses CRLF for the line-break code.
18618 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18620         * mml2015.el: Require mml-sec instead of password.
18621         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18622         (mml2015-cache-passphrase): Inherit the default value from
18623         mml-secure-cache-passphrase.
18624         (mml2015-passphrase-cache-expiry): Inherit the default value from
18625         mml-secure-passphrase-cache-expiry.
18627         * mml1991.el: Require mml-sec instead of password.
18628         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18629         (mml1991-cache-passphrase): Inherit the default value from
18630         mml-secure-cache-passphrase.
18631         (mml1991-passphrase-cache-expiry): Inherit the default value from
18632         mml-secure-passphrase-cache-expiry.
18634         * mml-sec.el: Require password.
18635         (mml-secure-verbose): New user option.
18636         (mml-secure-cache-passphrase): New user option.
18637         (mml-secure-passphrase-cache-expiry): New user option.
18639 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18640             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18642         * pgg-def.el (pgg-truncate-key-identifier):
18643         Truncate the key ID to 8 letters from the end.
18645 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18647         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18648         workaround for the url package included with Emacs.
18650         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18652 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18654         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18655         correctly.  This fixes a bug caused by the 2006-05-12 change.
18657 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18659         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18660         some information about the error when saying that the `bogus' mail
18661         group will be used.
18663 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18665         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18666         string.
18668 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18670         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18672 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18674         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18676 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18678         * mml1991.el (mml1991-function-alist): Add epg.
18679         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18680         (mml1991-epg-encrypt): New functions.
18682 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18684         * mml2015.el (mml2015-verbose): New variable.
18685         (mml2015-cache-passphrase): Ditto.
18686         (mml2015-passphrase-cache-expiry): Ditto.
18687         (mml2015-function-alist): Add epg.
18688         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18689         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18690         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18691         New functions.
18693 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18695         * message.el (message-cite-original-1): Preserve region when removing
18696         quoted text due to X-No-Archive in order to avoid bogus attribution
18697         when citing multiple messages.
18699 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18701         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18702         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18704 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18706         * gnus-diary.el (gnus-user-format-function-d)
18707         (gnus-user-format-function-D): Autoload.
18709         * imap.el (Commentary): Fix typo.
18711         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18712         2006-04-22 contribution.
18714 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18716         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18717         It didn't really fix the bogosity I'm seeing with solid web groups.
18719 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18721         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18722         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18723         created using server names.  If we use the feature without declaring
18724         it, Gnus does not properly manage server and group state.
18726         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18727         bound.
18729 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18731         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18732         looking up the method using GROUP's prefix before inventing a new one.
18733         It is used on killed/unknown groups in various places where returning
18734         an all-new method isn't expected by the caller.
18736         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18737         and match semantics of gnus-group-real-prefix.
18739 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18741         * nnmail.el (nnmail-broken-references-mailers): New variable.
18742         (nnmail-ignore-broken-references): New function generalizing
18743         nnmail-fix-eudora-headers.
18744         (nnmail-fix-eudora-headers): Now obsolete.
18746         * gnus-art.el (gnus-button-handle-custom):
18747         Support `customize-apropos*'.
18749 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18751         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18753         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18754         articles.
18756 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18758         * message.el (message-cite-reply-above): New variable.
18759         (message-yank-original): Use it.
18761 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18763         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18765 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18767         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18768         as read.
18770         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18772 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18774         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18775         (gnus-bookmark-default-file): Use gnus-directory.
18776         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18777         Remove "*" in doc string.
18778         (gnus-bookmark-write-file): Simplify.
18779         (gnus-bookmark-maybe-sort-alist): Use `when'.
18780         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18781         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18782         Add FIXME about Emacs 21 and XEmacs compatibility.
18783         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18784         compatibility.
18785         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18786         compatibility.
18787         (gnus-bookmark-menu-heading): Fix version.
18789 2006-06-19  Bastien Guerry  <bzg@altern.org>
18791         * gnus-bookmark.el: New file.
18793 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18795         * message.el (message-syntax-checks): Doc fix.
18797 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18799         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18800         unsubscribed groups as if they were killed ones.  It causes duplicate
18801         entries in gnus-newsrc-alist.
18803 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18805         * message.el (message-syntax-checks): Doc fix.
18806         (message-send-mail): Add check for continuation headers.
18807         (message-check-news-header-syntax): Fix regexp used to check for
18808         continuation headers.
18810 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18812         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18814 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18816         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18818 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18820         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18821         default-truncate-lines.
18823 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18825         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18826         to fill the utf-8 entry.
18828         * lpath.el: Fbind unicode-precedence-list.
18830 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18832         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18834 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18836         * gnus-agent.el (directory-files-and-attributes): Move all the way
18837         forward (the third and final move).
18838         (gnus-agent-read-agentview): Trap reconstruction errors due to
18839         nonexistent directory.  Handle by returning nil.
18841 2006-05-30  Didier Verna  <didier@xemacs.org>
18843         * message.el (message-dont-reply-to-names): Update the custom type.
18844         * message.el (message-dont-reply-to-names): New defsubst: potentially
18845         convert a list of regexps into a single one.
18846         * message.el (message-get-reply-headers): Use it.
18847         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18849 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18851         * gnus-agent.el (directory-files-and-attributes): Move forward.
18853 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18855         * gnus-ml.el (gnus-mailing-list-subscribe)
18856         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18857         (gnus-mailing-list-message): Fix doc strings.
18859 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18861         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18862         of doing it manually.
18864 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18866         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18867         comment.
18869 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18871         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18872         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18873         (gnus-agent-read-local): All symbols allocated in my-obarray.
18874         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18875         (gnus-agent-regenerate-group): Check numeric names to see if they are
18876         messages or groups.
18877         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18878         better way of do this...)
18880         * gnus-cache.el (gnus-agent-total-fetched-for):
18881         Ignore 'dummy.group' (there should be a better way of do this...)
18883 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18885         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18886         (gnus-saved-headers): Ditto.
18887         (gnus-default-article-saver): Mention functions may have properties.
18888         (gnus-article-save): Override gnus-save-all-headers and
18889         gnus-saved-headers by :headers property which saver function may have.
18890         (gnus-summary-save-in-file): Add :headers property.
18891         (gnus-summary-write-to-file): Ditto.
18893         * gnus-sum.el (gnus-summary-save-article): Bind
18894         gnus-prompt-before-saving to t when saving many articles in a file;
18895         always show all headers.
18897         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18899 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18901         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18902         marks.
18904         * message.el (message-indent-citation): Add optional arguments to allow
18905         using it outside of message buffers.
18907         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18908         (gnus-article-treat-unfold-headers): Use it.
18909         (gnus-article-truncate-lines): New variable.
18910         (gnus-article-mode): Use it.
18911         (gnus-article-toggle-truncate-lines): New function.
18913         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18914         Add gnus-article-toggle-truncate-lines.
18916         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18917         coding system in XEmacs, use binary.
18919 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18921         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18922         after-load-alist.
18924         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18925         this function should save decoded articles.
18926         (gnus-summary-write-to-file): Use property to specify this function
18927         should save decoded articles and specify gnus-summary-save-in-file
18928         should be used to save articles other than the first one when saving
18929         many articles.
18930         (gnus-summary-save-body-in-file): Use property to specify this
18931         function should save decoded articles.
18932         (gnus-summary-write-body-to-file): Use property to specify this
18933         function should save decoded articles and specify
18934         gnus-summary-save-body-in-file should be used to save articles other
18935         than the first one when saving many articles.
18937         * gnus-sum.el (gnus-summary-save-article): Simplify.
18939 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18941         * gnus-art.el (gnus-default-article-saver):
18942         Add gnus-summary-write-body-to-file.
18943         (gnus-article-save-coding-system): Don't use coding system object
18944         in XEmacs.
18945         (gnus-read-save-file-name): Add optional `dir-var' argument which
18946         specifies directory in which files are saved; work even if optional
18947         `variable' argument is not specified.
18948         (gnus-summary-write-to-file): Read file name.
18949         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18950         (gnus-summary-write-body-to-file): New function.
18952         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18953         (gnus-summary-local-variables): Add it.
18954         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18955         (gnus-summary-save-article): Remove optional `decode' argument;
18956         determine whether to decode articles by the value of
18957         gnus-default-article-saver; when saving many files using
18958         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18959         it first and use gnus-summary-save-in-file or
18960         gnus-summary-save-body-in-file thereafter unless
18961         gnus-prompt-before-saving is always; move point to article which
18962         will be saved.
18963         (gnus-summary-save-article-file): Revert.
18964         (gnus-summary-write-article-file): Revert.
18965         (gnus-summary-save-article-body-file): Revert.
18966         (gnus-summary-write-article-body-file): New function.
18968 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18970         * gnus-art.el (gnus-default-article-saver): Doc fix.
18971         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18972         from gnus-summary-save-article-coding-system, and default to a
18973         certain coding system.
18974         (gnus-output-to-file): Add coding cookie and encode text according
18975         to gnus-article-save-coding-system; don't use mm-append-to-file.
18977         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18978         gnus-art.el and rename to gnus-article-save-coding-system.
18979         (gnus-summary-save-article): Require gnus-art; don't show all
18980         headers if it decodes articles; don't add coding cookie here;
18981         don't bind mm-text-coding-system-for-write.
18982         (gnus-summary-save-article-file): Save decoded articles.
18983         (gnus-summary-write-article-file): When saving many files, use
18984         gnus-summary-write-to-file first and gnus-summary-save-in-file
18985         thereafter unless gnus-prompt-before-saving is always.
18986         (gnus-summary-save-article-body-file): Save decoded articles.
18988         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18990 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18992         * nnrss.el (nnrss-check-group): Bind hash-index.
18994 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18996         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18997         its hash index.  Store this hash in `nnrss-group-data'.
18998         (nnrss-read-group-data): Update accordingly.
19000 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19002         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19003         entry.
19005         * gnus-sum.el (gnus-summary-make-menu-bar):
19006         Add gnus-article-browse-html-article.
19008 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19010         * gnus-sum.el (gnus-summary-mime-map):
19011         Add gnus-article-browse-html-article.
19013         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19015 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19017         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19018         suitable coding systems in customize.
19020 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19022         * mail-source.el (mail-sources): Fix custom type.
19024 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19026         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19027         (gnus-summary-expire-articles-now): Shorten prompt.
19029         * gmm-utils.el (wid-edit): Require.
19030         (defun-gmm): Rename from `gmm-defun-compat'.
19031         (gmm-image-search-load-path): Use it.
19032         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19034 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19036         * gnus-sum.el (gnus-summary-save-article-coding-system):
19037         New variable.
19038         (gnus-summary-save-article): Add optional `decode' argument.
19039         If it is set and gnus-summary-save-article-coding-system is non-nil,
19040         save decoded article.
19041         (gnus-summary-write-article-file): Save decoded article if
19042         gnus-summary-save-article-coding-system is non-nil.
19044         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19045         type.
19047 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19049         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19051 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19053         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19054         first to test gnus-single-article-buffer which may be buffer-local.
19056         * gnus-sum.el (gnus-summary-setup-buffer):
19057         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19058         group; make gnus-article-buffer, gnus-article-current, and
19059         gnus-original-article-buffer always buffer-local.
19060         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19061         group.
19062         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19064 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19066         * nnml.el (nnml-request-compact-group): Compressed files might not
19067         have .gz extension.
19069 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19071         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19072         (mm-copy-to-buffer): Use with-current-buffer.
19073         (mm-display-part): Simplify.
19074         (mm-inlinable-p): Add optional arg `type'.
19076 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19078         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19079         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19080         Try harder to show the attachment internally or externally using
19081         gnus-mime-view-part-as-type.
19083 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19085         * message.el (message-from-style, message-signature-separator)
19086         (message-user-organization-file, message-send-mail-function)
19087         (message-citation-line-function, message-yank-prefix)
19088         (message-indent-citation-function, message-signature)
19089         (message-signature-file, message-signature-insert-empty-line):
19090         Remove autoloads.
19092         * gnus-art.el (gnus-buttonized-mime-types):
19093         Remove "multipart/signed".  Revert 2006-04-26 change.
19095 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19097         * gnus.el (gnus-version-number): Bump version.
19099 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19101         * gnus.el: No Gnus v0.5 is released.
19103 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19105         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19106         fetching articles by message-id.
19108 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19110         * message.el (hashcash): Require hashcash as normal.
19112         * ecomplete.el (ecomplete-highlight-match-line):
19113         Use point-at-eol.
19114         (ecomplete-highlight-match-line): Use `highlight', because that
19115         face exists in both Emacs and XEmacs.
19117         * message.el (message-display-abbrev): Use point-at-bol.
19119         * mail-source.el: Don't require timer/timer-funcs.
19121         * gnus-async.el: Ditto.
19123         * password.el: Ditto.
19125         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19127         * mm-url.el: Ditto.
19129         * gnus-xmas.el: Don't require timer-funcs.
19131         * mm-util.el: Require timer/timer-funcs.
19133 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19135         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19136         Close.
19138 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19140         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19141         unibyte after clear-decrypt function runs.
19143         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19144         returns as a unibyte string.
19146 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19148         * lpath.el: Revert.
19150         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19151         (pgg-gpg-process-sentinel): Revert.
19153         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19154         (pgg-pgp-lookup-key): Revert.
19156         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19157         (pgg-pgp5-lookup-key): Revert.
19159         * pgg.el (pgg-fetch-key): Revert.
19161 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19163         * lpath.el: Fbind string-as-multibyte for XEmacs.
19165         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19166         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19167         (mml1991-pgg-encrypt): Ditto.
19169         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19170         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19171         a multibyte buffer.
19173         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19174         (pgg-pgp-lookup-key): Ditto.
19176         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19177         (pgg-pgp5-lookup-key): Ditto.
19179         * pgg.el (pgg-fetch-key): Ditto.
19181 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19183         * message.el (message-user-organization-file): Check several
19184         locations of the organization file.
19186         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19187         Add gnus-article-view-part-as-type.
19189         * gnus-art.el (gnus-article-view-part-as-type): New function.
19191         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19192         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19194         * mml.el: Simplify autoload.
19195         (mml-mode): defvar dnd-protocol-alist instead of using
19196         symbol-value.
19197         (mml-default-directory): New variable.
19198         (mml-minibuffer-read-file): Use it.
19199         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19201         * message.el (message-citation-line-format): New variable.
19202         (message-insert-formated-citation-line): New function.
19203         (message-citation-line-function):
19204         Add `message-insert-formated-citation-line' to custom type.
19206         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19207         to doc string.
19209         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19210         depending on mm-verify-option.
19212 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19214         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19215         binding pgg-* variables; reimplement the section which prevents
19216         MIME header from being signed.
19217         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19218         pgg-text-mode; remove a blank line at the top of body.
19220         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19221         lines at the top of body; use gnus-newsgroup-charset if there's no
19222         Charset header.
19224 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19226         * message.el (message-self-insert-commands): Doc fix.
19228         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19229         (mm-uu-pgp-encrypted-test): Ditto.
19230         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19231         between header and body; return application/pgp-encrypted handle
19232         if decryption failed; decode decrypted body by charset.
19234         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19235         element match to application/pgp-*.
19237 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19239         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19240         HTML.
19242 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19244         * mail-source.el (mail-source-call-script): Message the error
19245         string.
19247 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19249         * gnus-util.el (gnus-byte-compile): Use it.
19251 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19253         * gnus-util.el (kill-empty-logs): New function.
19255 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19257         * message.el (message-mail-alias-type): Doc fix.
19258         (message-mail-alias-type-p): New function.
19259         (message-send): Use it.
19260         (message-mode): Ditto.
19261         (message-strip-forbidden-properties): Ditto.
19263         * ecomplete.el (ecomplete-database-file-coding-system):
19264         New variable.
19265         (ecomplete-save): Use it.
19266         (ecomplete-setup): Use it.
19268 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19270         * message.el (message-self-insert-commands): New variable.
19271         (message-strip-forbidden-properties): Use it.
19273 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19275         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19276         that doesn't make XEmacs choke.
19278 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19280         * gnus-util.el (gnus-replace-in-string):
19281         Prefer replace-regexp-in-string over of replace-in-string.
19283 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19285         * gnus-util.el (gnus-select-frame-set-input-focus):
19286         Use select-frame-set-input-focus if it is available in XEmacs; use
19287         definition defined in Emacs 22 for old Emacsen.
19289         * dgnushack.el: Autoload unmorse-region for XEmacs.
19291         * lpath.el: Bind cursor-in-non-selected-windows and
19292         select-frame-set-input-focus for XEmacs.
19294 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19296         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19298 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19300         * gnus-registry.el (gnus-registry-cache-save): Remove text
19301         properties when saving via the temp buffer.
19303 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19305         * message.el (message-generate-hashcash): Honor custom type.
19307 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19309         * message.el (message-generate-hashcash): Default to non-nil when
19310         hashcash is found.
19312         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19313         (gnus-refer-thread-limit): Increase default to 500.
19315         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19317         * flow-fill.el (fill-flowed): Allow delete-space.
19319 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19321         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19322         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19323         Remove autoloads.
19325 2006-04-18  Simon Josefsson  <jas@extundo.com>
19327         * message.el (message-generate-hashcash): Default to.
19329 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19331         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19332         concatenating segments rather than before concatenating them.
19334 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19336         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19338 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19340         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19342         * message.el (message-forward-make-body-plain):
19343         Allow message-forward-ignored-headers to be a list.
19344         (message-remove-ignored-headers): Factor out into function.
19345         (message-forward-make-body-mml): Use it.
19347         * imap.el (imap-quote-specials): New function.
19348         (imap-login-auth): Quote specials.
19350         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19351         (rfc2231-parse-string): Allow concatanation of parameters that
19352         aren't contiguous.  The test case is
19353           (mail-header-parse-content-type "message/external-body;
19354             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19355             access-type=LOCAL-FILE;
19356             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19358 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19360         * nntp.el (nntp-accept-process-output): Return the value of
19361         `nnheader-accept-process-output'.
19363 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19365         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19366         (gnus-button-alist): Recognize more diff formats.
19367         (gnus-button-patch): Strip directory.
19369 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19371         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19372         Emacs 22 when setting focus.
19374 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19376         * gnus-art.el (gnus-article-treat-types): Do treatment of
19377         text/x-verbatim parts.
19378         (gnus-button-patch): New command.
19380         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19381         addresses that contain invalid characters.
19383 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19385         * message.el (message-put-addresses-in-ecomplete):
19386         Use gnus-replace-in-string.
19387         (message-is-yours-p): Use the more correct
19388         mail-header-parse-address instead of
19389         mail-extract-address-components.
19390         (message-put-addresses-in-ecomplete): Fix typo.
19392         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19393         keystroke.
19395         * gnus-art.el (gnus-treatment-function-alist): Change order of
19396         newsgroups/generic header folding to avoid double-folding.
19398         * message.el (message-hidden-headers): Add X-Draft-From.
19400         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19401         New command.
19402         (gnus-summary-repeat-search-article-backward): New command.
19404         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19405         groups in the parent topic.
19407 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19409         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19410         (spam-extra-header-to-number): Return the CRM114 number as a
19411         number instead of a string.
19413 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19415         * gnus-art.el (gnus-face-properties-alist): Move here from
19416         gnus-fun.
19418         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19420 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19422         * message.el (message-strip-forbidden-properties): Only display on
19423         self-insert-command.
19425         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19426         reindent.
19427         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19429 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19431         * smiley.el (smiley-style): Fix typo.
19433 2006-03-23  Kenichi Handa  <handa@m17n.org>
19435         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19436         instead of set-buffer-multibyte.
19438 2006-03-23  Kenichi Handa  <handa@m17n.org>
19440         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19441         buffer and then decode the buffer text if necessary.
19442         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19443         first, and after mm-encode-body, change the buffer to unibyte.
19445 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19447         * hashcash.el (hashcash-insert-payment-async-2):
19448         Use message-goto-eoh instead of doing it manually.
19449         (mail-add-payment): Use message-narrow-to-header instead of trying
19450         to do the same itself.
19452         * message.el (message-hidden-headers): Add Face.
19454         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19455         reparenting code.
19456         (gnus-summary-reparent-children): Refactored out code.
19457         (gnus-summary-thread-map): New keystroke.
19458         (gnus-summary-reparent-children): Make into command.
19460         * smiley.el (smiley-style): Default to `medium' if using a large
19461         font.
19463         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19464         does it itself.
19466         * message.el (message-point-in-header-p): Simplify definition.
19468 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19470         * nnagent.el (nnagent-request-set-mark): Silence log file
19471         writing.
19472         (nnagent-request-set-mark): Use write-region instead of
19473         append-to-file.
19475         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19476         strange select method.
19478         * ecomplete.el (ecomplete-display-matches): Get highlightling
19479         right.
19480         (ecomplete-display-matches): Use literals.
19481         (ecomplete-display-matches): Disable message logging.
19483         * message.el (message-display-abbrev): Small optimization.
19485         * ecomplete.el (ecomplete-display-matches): Allow automatic
19486         display.
19488         * message.el (message-strip-forbidden-properties):
19489         Display abbrevs.
19490         (message-display-abbrev): Get automatic display right.
19492         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19493         keystrokes.
19495 2006-04-13  Romain Francoise  <romain@orebokech.com>
19497         TODO: Backport to v5-10!
19499         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19500         Move here (and rename) from gnus-registry.el.
19502         * gnus-registry.el: Require gnus-util.
19503         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19505 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19507         * gnus-group.el (gnus-group-catchup-current):
19508         Change if-then-else-if-then-else into cond.
19509         (gnus-group-catchup): Indent.
19510         (group-name-at-point): New function.
19511         (gnus-fetch-group): Provide default from thing at point.
19513 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19515         * message.el (message-display-abbrev): Fix regexp.
19517         * ecomplete.el (ecomplete-highlight-match-line):
19518         Reimplement choosing.
19519         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19520         dead variables.
19522         * message.el (message-newline-and-indent): Remove debugging.
19523         (message-display-abbrev): Use new implementation.
19525 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19527         * gnus-art.el (gnus-article-mode):
19528         Set cursor-in-non-selected-windows to nil.
19530         * smiley.el: Revert previous change.
19531         (smiley-data-directory): defvar it before using it in the
19532         defcustom of `smiley-style'.
19534 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19536         * message.el (message-newline-and-indent): New function.
19538         * ecomplete.el: Implement more bits.
19540         * message.el (message-put-addresses-in-ecomplete): Clean up the
19541         string.
19543         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19545         * gnus-sum.el (gnus-summary-save-parts):
19546         Bind gnus-summary-save-parts-counter and use it to make unique file
19547         names.
19549         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19551         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19552         parameter to say whether to actually parse the individual
19553         addresses.
19555         * message.el (message-put-addresses-in-ecomplete): New function.
19556         (ecomplete): Require.
19557         (message-mail-alias-type): Add ecomplete as an option.
19559 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19561         * flow-fill.el (fill-flowed): Remove trailing space from blank
19562         quoted lines.
19564 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19566         * smiley.el (smiley-style): Move definition later to avoid a
19567         compilation warning.
19569 2006-04-12  Kenichi Handa  <handa@m17n.org>
19571         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19572         buffer and then decode the buffer text if necessary.
19573         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19574         first, and after mm-encode-body, change the buffer to unibyte.
19575         Use mm-disable-multibyte instead of set-buffer-multibyte.
19577 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19579         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19580         Content-Type header instead of Content-Disposition header.
19581         (gnus-mime-inline-part): Ditto.
19582         (gnus-mime-view-part-as-charset): Ignore charset that the part
19583         specifies.
19585         * mm-decode.el (mm-display-part): Work with external parts and
19586         usual parts similarly.
19588         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19589         instead of gnus-display-mime.
19591         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19592         instead of with-temp-buffer.
19594         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19595         tag to summarized topics part in order to encode non-ASCII text.
19597 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19599         * smiley.el (smiley-style): New variable.
19600         (smiley-directory): New function.
19601         (smiley-data-directory): Derive from `smiley-style' using
19602         `smiley-directory'.
19603         (smiley-regexp-alist): Add new entries.
19605         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19606         (gnus-article-browse-delete-temp): Add :version.
19608 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19610         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19611         the sieve region.
19613 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19615         * gnus.el (gnus-version-number): Bump version.
19617 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19619         * gnus.el: No Gnus v0.4 is released.
19621 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19623         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19624         layout.
19626         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19627         unknown charset.
19629         * message.el (message-header-synonyms): Add Original-To to the
19630         default.
19632         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19633         optional parameter.
19635 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19637         * gnus-fun.el (gnus): Require it for gnus-directory.
19639 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19641         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19643 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19645         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19647 2006-04-05  Simon Josefsson  <jas@extundo.com>
19649         * password.el (password-reset): New function.
19651 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19653         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19654         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19656 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19658         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19659         Some whitespace was matched into the url, which broke browsing hits
19660         > 100 when mm-url-use-external was nil.
19662 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19664         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19665         Check gnus-extra-headers for 'Newsgroups.
19667         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19668         bound.
19670 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19672         * pgg-gpg.el: Clean up process buffers every time gpg processes
19673         complete.
19675 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19677         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19678         doc string.
19680 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19682         * pgg-gpg.el (pgg-gpg-process-filter)
19683         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19685         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19686         lines, temporary fix.
19688 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19690         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19692 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19694         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19695         default-enable-multibyte-characters.  This reverts the change from
19696         revision 6.17 which is no longer necessary because the passphrase
19697         is sent separately now.  GnuPG messages are unreadable under
19698         multibyte locales with default-enable-multibyte-characters set to
19699         nil.
19701 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19703         * message.el (message-tool-bar-gnome): Move "spell".
19705 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19707         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19708         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19709         instead.
19711 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19713         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19714         Improve newsgroups handling for NNTP overviews which don't include
19715         Newsgroups.
19717 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19719         * message.el (message-resend): Bind message-generate-hashcash to nil.
19721 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19723         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19724         when searching for already-paid recipients.
19726 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19728         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19729         passphrases when it is not needed.
19730         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19731         passphrase stuff from gpg, should only be necessary when you use
19732         gpg with a smartcard.
19734 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19736         * mml.el (mml-insert-mime): Ignore cached contents of
19737         message/external-body part.
19739         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19740         (mm-insert-part): Ditto.
19742 2006-03-23  Simon Josefsson  <jas@extundo.com>
19744         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19745         Reiner.
19746         (pgg-gpg-use-agent-p): Use it again.
19748 2006-03-23  Simon Josefsson  <jas@extundo.com>
19750         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19751         older emacsen.
19752         (pgg-gpg-use-agent-p): Don't use it.
19754 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19756         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19757         if we can.
19759 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19761         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19762         (pgg-gpg-update-agent): New function.
19763         (pgg-gpg-use-agent-p): New function.
19764         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19765         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19766         (pgg-gpg-sign-region): Use it.
19768 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19770         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19771         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19773 2006-03-21  Simon Josefsson  <jas@extundo.com>
19775         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19776         <wilde@sha-bang.de>.
19777         (pgg-gpg-use-agent): New variable.
19778         (pgg-gpg-process-region): Use it.
19779         (pgg-gpg-encrypt-region): Likewise.
19780         (pgg-gpg-encrypt-symmetric-region): Likewise.
19781         (pgg-gpg-decrypt-region): Likewise.
19782         (pgg-gpg-sign-region): Likewise.
19783         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19785 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19787         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19789         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19790         Add comment on version.
19792 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19794         * smiley.el: Add missing test smiley.
19796 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19798         * mm-decode.el (mm-with-part): New macro.
19799         (mm-get-part): Use it; work with message/external-body as well.
19800         (mm-save-part): Treat name and filename equally.
19802         * mm-extern.el (mm-extern-cache-contents): New function.
19803         (mm-inline-external-body): Use it; force the part to be displayed;
19804         move undisplayer added to the cached handle to the parent.
19806         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19807         (gnus-mime-view-part-as-type): Work with message/external-body.
19809         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19811 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19813         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19814         images in image-load-path.  [Sync with image.el, revision 1.60, in
19815         Emacs.]
19817 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19819         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19820         path rather than symbol.  Always return list of directories.
19821         Guarantee that image directory comes first.  [Sync with image.el,
19822         revision 1.59, in Emacs.]
19824         * message.el (message-make-tool-bar): Adjust to new API of
19825         `gmm-image-load-path-for-library'.
19827         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19829         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19831 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19833         * gnus-art.el (gnus-article-only-boring-p):
19834         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19835         intangible text.
19836         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19838 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19840         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19841         Use `defun' instead of `gmm-defun-compat'.
19843 2006-03-14  Simon Josefsson  <jas@extundo.com>
19845         * message.el (message-unique-id): Don't use message-number-base36
19846         if (user-uid) is a float.
19847         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19849 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19851         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19853         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19854         empty line between a part and a message part.
19856 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19858         * smiley.el: Add more test smileys.
19859         (smiley-data-directory, smiley-regexp-alist)
19860         (gnus-smiley-file-types): Fix doc strings.
19861         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19862         adding new elements.
19863         (smiley-mouse-map): Unused code.  Make it a comment.
19865 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19867         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19868         scan latest NoCeM messages instead of old ones.
19869         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19870         delimiters that are recently used.
19871         (gnus-nocem-load-cache): Add autoload cookie.
19873         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19875         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19876         level which is larger than gnus-use-nocem is specified.
19878         * gnus-group.el (gnus-group-get-new-news): Ditto.
19880 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19882         * gnus-util.el (gnus-tool-bar-update): New function.
19884         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19885         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19887         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19889         * gnus-group.el (gnus-group-redraw-when-idle)
19890         (gnus-group-redraw-check): Remove.
19891         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19893 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19895         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19896         if optional last element is specified in splits (FIELD VALUE...).
19898 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19900         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19901         to gmm-image-load-path-for-library.  Call with no-error argument.
19902         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19904         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19906         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19908         * gmm-utils.el (gmm-image-load-path): Remove alias.
19910 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19912         * gmm-utils.el (gmm-image-load-path): Add alias.
19914         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19915         nnml-generate-nov-databases-1.
19916         (nnml-generate-nov-databases): Use it.
19917         (nnml-generate-nov-databases-directory): Document no-active
19918         argument.
19920         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19921         directory if path is t.  Add no-error.
19923         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19924         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19926         * gnus-art.el (gnus-article-browse-delete-temp-files):
19927         Simplify resetting gnus-article-browse-html-temp-list.
19929         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19930         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19931         Add example to docstring.  Rename local variables.  Move error
19932         checks to default case in cond and simplify.
19934 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19936         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19937         handle is multipart when calling it recursively.
19938         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19940 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19942         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19943         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19945 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19947         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19948         is loaded.
19950         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19951         loaded.
19953 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19955         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19956         to "Emacs 23 (unicode)" in doc string.
19958         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19959         "Emacs 23 (unicode)" in comment.
19961 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19963         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19965         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19966         characters 160 through 255 in Emacs 23.
19968 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19970         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19971         gnus-article-browse-html-temp.
19972         (gnus-article-browse-delete-temp): Make it customizable.
19973         Add `file'.  Adjust doc string.
19974         (gnus-article-browse-delete-temp-files): Add argument.
19975         Allow query for each file.  Adjust doc string.
19976         (gnus-article-browse-html-parts):
19977         Add `gnus-article-browse-delete-temp-files' to
19978         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19980 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19982         * gnus-art.el (gnus-article-browse-html-temp)
19983         (gnus-article-browse-delete-temp): New variables.
19984         (gnus-article-browse-delete-temp-files): New function.
19985         (gnus-article-browse-html-parts): Use it.
19987 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19989         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19991         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19992         string.
19994         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19995         gnus-summary-insert-new-articles when unplugged.
19996         Remove gnus-summary-search-article-forward.
19998         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19999         display-visual-class instead of display-color-cells.
20001 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20003         * dgnushack.el: Autoload customize-group for XEmacs.
20005         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20006         message/* containing non-ASCII text properly.
20008 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20010         * message.el: Require gmm-utils, remove autoloads.
20011         (message-tool-bar): Set default based on
20012         gmm-tool-bar-style.
20013         (message-tool-bar-gnome): Add gmm-customize-mode.
20015         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20016         gmm-tool-bar-style.
20017         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20019         * gnus-group.el (gnus-group-tool-bar): Set default based on
20020         gmm-tool-bar-style.
20021         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20023         * gmm-utils.el (gmm-image-directory): Rename variable from
20024         gmm-image-load-path.
20025         (gmm-image-load-path): Use gmm-image-directory.
20026         (gmm-customize-mode): New function.
20027         (gmm-tool-bar-style): New variable.
20029         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20030         gnus-group-redraw-line-number.
20031         (gnus-group-redraw-check): Simplify.
20032         (gnus-group-tool-bar-update): Remove redraw check.
20033         (gnus-group-make-tool-bar): Add redraw check.
20035 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20037         * gnus-art.el (gnus-button): Add missing parentheses.
20039 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20041         * lpath.el: Fbind line-number-at-pos.
20043 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20045         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20047 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20049         * gnus-art.el (gnus-button): New face.
20050         (gnus-article-button-face): Use it.
20052         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20053         Add gnus-summary-next-page.  Re-order.
20055         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20056         next-node are now included.
20057         (gnus-group-redraw-line-number): New internal variable.
20058         (gnus-group-redraw-check): Helper function for updating the tool
20059         bar.
20060         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20062         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20064         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20065         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20066         Use it to match format of Spamassassin 3.0 and later.
20067         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20068         (spam-check-bogofilter)
20069         (spam-bogofilter-register-with-bogofilter): Fix args of
20070         `gnus-error' calls.
20072 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20074         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20075         unnecessary interaction when sending queued mails.
20076         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20078 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20080         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20081         first or last are nil.
20083 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20085         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20087 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20089         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20091 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20093         * dns.el (query-dns): Protect more against buggy tcp output.
20095 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20097         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20098         nov.php.
20100 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20102         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20103         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20104         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20105         output on the server side.
20106         (nnweb-google-create-mapping): Update regexps and add some
20107         progress indication.
20109 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20111         * gnus-group.el (gnus-group-tool-bar-gnome):
20112         Fix gnus-agent-toggle-plugged.  Re-order icons.
20113         (gnus-group-tool-bar-gnome):
20114         Add gnus-group-{prev,next}-unread-group.
20115         (gnus-group-tool-bar-gnome): Re-order icons.
20117         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20118         Move gnus-summary-insert-new-articles.
20120         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20121         Fix comments.
20123         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20124         also available in Emacs 21.3.
20126         * message.el (message-fix-before-sending): Change "Emacs 22" to
20127         "Emacs 23 (unicode)" in comment.
20129         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20130         "Emacs 23 (unicode)" in comment.
20132         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20133         comment.
20134         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20136         * mm-view.el (mm-fill-flowed): Add :version.
20138 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20140         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20141         and load-path.
20143 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20145         * message.el: Autoload gmm-image-load-path.
20146         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20147         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20148         consitency.
20150         * gmm-utils.el (gmm-image-load-path): Also search in
20151         "../etc/images".  Don't set gmm-image-load-path if we don't find
20152         the image.
20154 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20156         * gmm-utils.el (gmm-image-load-path): Don't make
20157         `gmm-image-load-path' include subdirectories which the second arg
20158         `image' might specify.
20160         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20161         subdirectory to icon file names.
20163         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20165 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20167         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20168         gmm-image-load-path calls.
20170         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20172         * message.el (message-make-tool-bar): Ditto.
20174         * mml.el (mml-preview): Add comment concerning tool bar icons.
20176         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20177         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20179         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20180         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20182         * message.el (message-tool-bar-gnome): Use new icon names.
20183         (message-make-tool-bar): Use `gmm-image-load-path'.
20185         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20186         New functions from MH-E.
20187         (gmm-image-load-path): New variable from MH-E.
20188         (gmm-image-load-path): New function from MH-E.  Add arguments
20189         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20190         *-image-load-path-called-flag.
20192 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20194         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20196 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20198         * nnimap.el (nnimap-request-move-article): Change folder back to
20199         source group before deleting.
20201 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20203         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20205         * gnus-art.el (mm-url-insert-file-contents-external):
20206         Autoload mm-url.
20208         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20210 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20212         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20213         coding system which mm-charset-to-coding-system returns for a
20214         given charset is valid.
20216 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20218         * html2text.el (html2text-remove-tag-list):
20219         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20221 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20223         * gnus-cus.el: Revert 2005-10-17 change.
20225 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20227         * gnus-art.el (article-strip-banner):
20228         Call article-really-strip-banner only when the regexp match is made.
20230 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20232         * gnus-art.el (article-strip-banner):
20233         Use gnus-extract-address-components instead of
20234         mail-header-parse-addresses to make it work with non-ASCII text;
20235         remove mail-encode-encoded-word-string.
20237         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20238         values which are surrounded with \"...\"; make it never cause a
20239         Lisp error; give up parsing of parameters if it failed in
20240         extracting type.
20242 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20244         * smime.el (smime-cert-by-ldap-1): Fix bug where
20245         `smime-ldap-search' returns results without userCertificates.
20247 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20249         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20251 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20253         * spam.el (spam-check-spamassassin-headers): Adapt format for
20254         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20255         <ari@mbf.ocn.ne.jp>.
20256         (spam-list-of-processors): Add spam-use-gmane.
20258 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20260         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20261         make-temp-file; make it work with XEmacs as well.
20263         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20264         mm-make-temp-file.
20266         * mm-decode.el (mm-display-external): Use the 3rd arg of
20267         mm-make-temp-file.
20268         (mm-create-image-xemacs): Ditto.
20270 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20272         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20273         with message-narrow-to-headers.
20274         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20275         (gnus-draft-check-draft-articles): New function.
20276         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20278 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20280         * gnus-art.el (gnus-article-browse-html-parts):
20281         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20282         Don't use suffix argument for mm-make-temp-file for Emacs 21
20283         compatibility.  Remove useless `format'.
20285 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20287         * nnweb.el (nnweb-google-wash-article): Update regexps.
20288         (nnweb-group-alist): Use defvoo instead of defvar.
20290 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20292         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20293         re-loading nn* modules.
20295 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20297         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20298         for `tool-bar-mode' and don't check it's default-value.
20300         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20302         * message.el (message-make-tool-bar): Ditto.
20304         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20305         `substring'.  Shorten tmp-file name.
20307         * gnus.el: Remove bogus comment.
20309 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20311         * gnus-art.el (gnus-article-browse-html-parts): New function.
20312         (gnus-article-browse-html-article): New function for viewing html
20313         articles with a browser.
20315 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20317         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20318         in elisp.
20319         (pgg-gpg-encrypt-symmetric-region): Ditto.
20320         (pgg-gpg-sign-region): Ditto.
20322         * pgg-def.el (pgg-text-mode): New variable.
20324         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20325         (mml2015-pgg-encrypt): Ditto.
20327         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20328         (mml1991-pgg-encrypt): Ditto.
20330 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20332         * nnfolder.el (nnfolder-insert-newsgroup-line):
20333         Use message-make-date instead of current-time-string.
20335         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20336         to gnus-decoded which mm-uu might set.
20338 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20340         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20341         don't decode quoted parameters; remove misimported Emacs code.
20342         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20343         (rfc2231-decode-encoded-string): Don't use split-string which
20344         behaves differently according to Emacs version; use
20345         mm-decode-coding-region to convert charset to coding-system.
20346         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20347         (rfc2231-encode-string): Remove misimported Emacs code.
20349 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20351         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20352         when calling mail-header-parse-content-type.
20353         (article-de-quoted-unreadable): Ditto.
20354         (article-de-base64-unreadable): Ditto.
20355         (article-wash-html): Ditto.
20357         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20358         calling mail-header-parse-content-type and
20359         mail-header-parse-content-disposition.
20360         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20361         mail-header-parse-content-type.
20363         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20364         insert charset and format parameters; encode description after
20365         inserting it to buffer.
20366         (mml-insert-parameter): Fold lines properly even if a parameter is
20367         segmented into two or more lines; change the max column to 76.
20369         * rfc1843.el (rfc1843-decode-article-body): Don't use
20370         ignore-errors when calling mail-header-parse-content-type.
20372         * rfc2231.el (rfc2231-parse-string): Return at least type if
20373         possible; don't cause an error even if it fails in parsing of
20374         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20375         (rfc2231-encode-string): Don't break lines at the beginning, leave
20376         it to mml-insert-parameter.
20378         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20379         calling mail-header-parse-content-type.
20381 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20383         * spam-report.el (spam-report-gmane-use-article-number):
20384         Improve doc string.
20385         (spam-report-gmane-internal): Check if a suitable header was found
20386         in the article.
20388 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20390         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20391         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20393 2006-02-05  Romain Francoise  <romain@orebokech.com>
20395         Update copyright notices of all files in the gnus directory.
20397 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20399         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20401 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20403         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20404         segmented lines of parameter value to cope with Thunderbird 1.5
20405         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20406         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20407         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20409 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20411         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20412         parts.
20414 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20416         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20417         there's only one active file for all servers.
20418         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20419         solid groups.  Gnus might have used a FAST request to select the group.
20420         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20421         and nnweb-search redundantly in the active file.
20422         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20423         (nnweb-request-create-group): Don't use ARGS.
20424         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20425         initializations.  Let nnoo do the work.
20427 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20429         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20430         Say the part has been decoded.
20432         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20434 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20436         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20437         mailcap-viewer-test-cache when there's no 'test clause, since that
20438         will invert the meaning of a "nil" test previously determined by
20439         mailcap-mailcap-entry-passes-test.
20441 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20443         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20444         compiling.
20446         * gnus-sum.el: Ditto.
20448         * message.el: Don't bind tool-bar-map when compiling.
20450 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20452         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20454 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20456         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20457         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20458         current Google Groups.
20460 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20462         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20463         and tool-bar-mode.
20465         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20466         and tool-bar-mode.
20468         * message.el (message-tool-bar-update): Simplify.
20469         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20471         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20472         gnus-summary-buffer.
20473         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20474         gnus-summary-reply.
20476         * gmm-utils.el (gmm): Add :version.
20478 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20480         * Makefile.in (clean): New rule.
20481         (distclean): Use it.
20483 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20485         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20486         Don't autoload.
20488 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20490         * gmm-utils.el (gmm-verbose): Add :group.
20492 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20494         * message.el: Change some comments WRT tool-bars.
20496         * gnus-sum.el (gnus-summary-tool-bar)
20497         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20498         (gnus-summary-tool-bar-zap-list): New variables.
20499         (gnus-summary-make-tool-bar): Complete rewrite using
20500         `gmm-tool-bar-from-list'.
20502         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20503         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20504         New variables.
20505         (gnus-group-make-tool-bar): Complete rewrite using
20506         `gmm-tool-bar-from-list'.
20507         (gnus-group-tool-bar-update): New function.
20509         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20511 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20513         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20514         is dissected into a single part of which the type is the same as
20515         the given one; decode charset.
20517 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20519         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20520         into alists as symbol not string, since that's what
20521         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20522         look for.
20524 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20526         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20527         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20529         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20531 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20533         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20534         (gnus-xmas-mime-security-button-menu): New function.
20536         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20537         (gnus-mime-security-button-menu): New definition.
20538         (gnus-mime-security-button-map): Use them.
20539         (gnus-mime-security-button-menu): New function.
20540         (gnus-insert-mime-security-button): Addition to help echo.
20541         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20542         (gnus-mime-security-pipe-part): New functions.
20544         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20545         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20547         * mm-decode.el (mm-handle-set-disposition): Remove.
20548         (mm-handle-set-description): Remove.
20550 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20552         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20553         (mm-w3m-standalone-supports-m17n-p): New function.
20554         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20555         w3m usage.
20557         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20558         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20560 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20562         * message.el (message-tool-bar-zap-list):
20563         Use gmm-tool-bar-zap-list as custom type.
20564         (message-tool-bar-update): New function.
20565         (message-tool-bar, message-tool-bar-gnome)
20566         (message-tool-bar-retro): Add message-tool-bar-update.
20567         (message-tool-bar-gnome): Add flyspell-buffer.
20569         * gnus-util.el (gnus-error): Describe `args'.
20571         * gmm-utils.el (gmm-error): Describe `args'.
20572         (gmm-tool-bar-zap-list): New widget.
20573         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20575 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20577         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20578         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20579         the number of recursive calls.
20581         * mm-decode.el (mm-handle-set-disposition): New macro.
20582         (mm-handle-set-description): New macro.
20584 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20586         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20587         encoding.
20589 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20591         * message.el (message-tool-bar-zap-list, message-tool-bar)
20592         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20593         (message-tool-bar-local-item-from-menu): Remove.
20594         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20595         (message-make-tool-bar): New function.
20596         (message-mode): Use `message-make-tool-bar'.
20598         * gmm-utils.el: New file.
20599         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20600         (gmm-lazy): New widget copied from `nnmail.el'.
20601         (gmm-tool-bar-from-list): New function for creating customizable
20602         tool bars.
20603         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20604         output.
20605         (gmm): Add :prefix to defgroup.
20607 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20609         * gmm-utils.el (gmm-widget-p): New function.
20611 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20613         * mml.el (mml-attach-file): Describe `description' in doc string.
20614         (mml-menu): Add Emacs MIME manual and PGG manual.
20616 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20618         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20620 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20622         * nntp.el (nntp-end-of-line): Doc fix.
20624 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20626         * imap.el (imap-open): Handle case where buffer is a buffer
20627         object.
20629 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20631         * gnus-delay.el (gnus-delay): Don't autoload.
20632         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20633         to be re-loaded when customizing the `gnus-delay' group.
20635 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20637         * message.el (message-insert-citation-line): Use newlines.
20639 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20641         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20642         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20643         these routines, so the passphrase can be managed externally and
20644         passed in to the system.
20645         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20646         pgg-add-passphrase-to-cache function.
20648         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20649         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20650         these routines, so the passphrase can be managed externally and
20651         passed in to the system.
20652         (pgg-pgp5-sign-region): Use new name of
20653         pgg-add-passphrase-to-cache function.
20655 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20657         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20658         part of the decoded armor to find the key-identifier.
20659         (pgg-gpg-lookup-key-owner): New function to return the
20660         human-readable identifier of a key owner.
20661         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20662         itself.
20663         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20664         the key value) if we have a key and can match it against a secret
20665         key.  Also, added a note pointing out fact that the prompt only
20666         indicates the first matching key.
20668         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20669         pgg-decrypt-region.
20670         (pgg-add-passphrase-to-cache): Rename from
20671         `pgg-add-passphrase-cache' to reduce confusion (all callers
20672         changed).
20673         (pgg-remove-passphrase-from-cache): Rename from
20674         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20675         changed).
20676         (pgg-read-passphrase, pgg-add-passphrase-cache)
20677         (pgg-remove-passphrase-cache): Add informative docstrings.
20678         (pgg-decrypt): Convey provided passphrase in subordinate call to
20679         pgg-decrypt-region.
20681 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20683         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20684         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20685         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20686         'passphrase' argument, so the passphrase can be managed externally
20687         and then passed in to the system.
20689         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20690         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20691         so the passphrase cache can be used reliably with identifiers
20692         besides a pgp packet's key id.
20694         * pgg-gpg.el (pgg-gpg-encrypt-region)
20695         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20696         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20697         these routines, so the passphrase can be managed externally and
20698         passed in to the system.
20700         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20701         'notruncate' argument, so the passphrase cache can be used
20702         reliably with identifiers besides a pgp packet's key id.
20704 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20706         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20707         symmetric encryption.
20708         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20709         encrypted session key.
20710         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20711         message ask for the passphrase in a proper way.
20713         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20714         New user commands for symmetric encryption.
20716 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20718         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20720         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20722 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20724         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20726 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20728         * mm-decode.el (mm-inlined-types): Add application/pgp.
20729         (mm-automatic-display): Ditto.
20731         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20732         part as text.
20734 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20736         * nnrss.el: Update copyright.
20737         (nnrss-opml-import): Query whether to subscribe to each entry.
20739         * gnus-art.el:
20740         * gnus-sum.el:
20741         * gnus-xmas.el:
20742         * messagexmas.el:
20743         * mm-uu.el:
20744         * mm-view.el: Update copyright.
20746 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20748         * message.el (message-info): New function.
20749         (message-mode-menu): Add it.
20750         Update copyright.
20752         * ChangeLog: Fix and update copyright.
20754 2006-01-13  Romain Francoise  <romain@orebokech.com>
20756         * message.el (message-forward-subject-name-subject): Prefer the
20757         address to 'nowhere' if the sender has no name.
20758         Fix typo.  Update copyright year.
20760 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20762         * gnus-art.el (article-wash-html):
20763         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20764         (gnus-article-wash-html-with-w3m-standalone): New function.
20766         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20767         mm-inline-text-html-render-with-w3m-standalone.
20768         (mm-text-html-washer-alist): Map w3m-standalone to
20769         gnus-article-wash-html-with-w3m-standalone.
20770         (mm-inline-text-html-render-with-w3m-standalone): New function.
20772 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20774         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20775         Improve LaTeX.
20777 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20779         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20780         (nnrss-request-article): Render text/plain parts as HTML.
20782         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20783         the buffer.
20785 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20787         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20788         custom definition of `gnus-posting-styles'.
20790         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20791         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20793 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20795         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20796         Use nntp for bug archive.
20798 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20800         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20801         parts.
20802         (nnrss-normalize-date): New function converts ISO 8601 date into
20803         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20804         (nnrss-check-group): Use it.
20806 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20808         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20810         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20811         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20812         (nnrss-insert-w3): Ditto.
20814 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20816         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20817         the articles to be forwarded including the case where neither a
20818         number of articles nor a region is specified.
20820 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20822         * nnrss.el (nnrss-request-article): Fix last change; fill
20823         text/plain parts.
20825 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20827         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20828         in text/plain part.
20829         (nnrss-check-group): Don't add excessive newline to dc:subject.
20831 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20833         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20834         article.
20836 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20838         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20839         (nnml-use-compressed-files, nnml-save-mail): Support other
20840         comression programs such as bzip2.
20842 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20844         * dns.el (query-dns): Make sure we check the buffer size before
20845         removing tcp headers.
20847 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20849         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20850         remove MIME buttons associated with multipart/alternative parts.
20851         (gnus-mime-display-alternative): Tag buttons using `article-type'
20852         text property.
20854         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20855         associated with multipart/alternative parts.
20857         * gnus-art.el (gnus-signature-separator): Fix custom type.
20859         * mm-decode.el (mm-inlined-types): Fix custom type.
20860         (mm-keep-viewer-alive-types): Ditto.
20861         (mm-automatic-display): Ditto.
20862         (mm-attachment-override-types): Ditto.
20863         (mm-inline-override-types): Ditto.
20864         (mm-automatic-external-display): Ditto.
20866 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20868         * spam-report.el (spam-report-user-mail-address)
20869         (spam-report-user-agent): New variables.
20870         (spam-report-url-ping-plain): Use spam-report-user-agent.
20872 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20874         * gnus-art.el (gnus-button-handle-custom): Do not just use
20875         `customize-apropos' for any "M-x customize-*" button but the
20876         function called for.  Accept both the function name and its
20877         argument in order to achieve this.
20878         (gnus-button-alist): Remove support for "custom:" URL's.
20879         Pass function name to `gnus-button-handle-custom' in case of "M-x
20880         customize-*" buttons.
20882 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20884         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20885         multipart/alternative and add xref to mm-discouraged-alternatives
20886         in doc string.
20888         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20889         gnus-buttonized-mime-types in doc string.
20891 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20893         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20894         Suggest image/.* in the doc string.
20896 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20898         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20899         message-marks (Debian bug#342521).
20901 2005-12-12  Simon Josefsson  <jas@extundo.com>
20903         * password.el (password-read-from-cache): Add.
20904         (password-read): Use it.
20906 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20908         * rfc2047.el (rfc2047-charset-to-coding-system):
20909         Recognize us-ascii as a MIME charset.
20911         * mm-bodies.el (mm-decode-content-transfer-encoding):
20912         Protect against the case where the 2nd arg TYPE is nil.
20914 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20916         * pop3.el (pop3-stream-type): Fix custom version.
20918         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20920 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20922         * mm-decode.el (mm-display-external): Add missing cdr.
20924 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20926         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20927         RFC1524) if it is in mailcap or add a suffix according to
20928         mailcap-mime-extensions when generating a temp filename; postpone
20929         deleting a temp file for 2 seconds for some wrappers, shell
20930         scripts, and so on, which might exit right after having started a
20931         viewer command as a background job.
20933 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20935         * nntp.el (nntp-marks-directory): Fix custom group.
20937         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20938         steps when < 10.
20940         * gnus-start.el (gnus-no-server-1):
20941         Mention `gnus-level-default-subscribed' in doc string.
20943 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20945         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20946         parens.
20948 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20950         * gnus-xmas.el (gnus-use-toolbar): Revert.
20951         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20952         gnus-use-toolbar is default.
20954         * messagexmas.el (message-use-toolbar): Revert.
20955         (message-setup-toolbar): Use global default-toolbar if
20956         message-use-toolbar is default.
20958 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20960         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20961         according to default-toolbar-visible-p.
20963         * messagexmas.el (message-use-toolbar): Ditto.
20965 2005-11-26  Dave Love  <fx@gnu.org>
20967         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20968         (tls-program, tls-success): Provide openssl alternative.
20970         * starttls.el: Doc fixes.
20971         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20972         SERVICE to PORT.
20974         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20975         port null or service name.
20976         (starttls-negotiate): Autoload.
20978 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20980         * message.el (message-kill-to-signature): Fix interactive spec.
20982 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20984         * pop3.el (pop3-open-server): Recognize a string as a service name.
20986 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20988         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20990 2005-11-23  Dave Love  <fx@gnu.org>
20992         Add pop3s, pop3/starttls.
20994         * pop3.el (pop3-authentication-scheme): Clarify doc.
20995         (open-tls-stream, starttls-open-stream): Autoload.
20996         (pop3-stream-type): New.
20997         (pop3-open-server): Use it.
20999         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21000         for POP.
21001         (mail-source-keyword-map): Add :stream for POP.
21002         (mail-source-fetch-pop): Use pop3-stream-type.
21004 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21006         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21007         of current-time-string.
21009 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21011         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21012         date header.
21014 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21016         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21017         it can seriously impact performance as it bypasses the agent's
21018         local caches.
21020 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21022         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21023         must be explicitly online rather than "not explicitly offline" for
21024         its flags to be synchronized.
21026         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21027         that gnus-uu-unmark-thread will function correctly.
21029         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21030         1024K is instead displayed as 1M.
21032 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21034         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21036 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21038         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21040 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21042         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21043         error message to display actual error condition.
21044         (gnus-agent-save-local): Avoid saving symbols that are bound to
21045         nil as they simply result in a warning message in
21046         gnus-agent-read-local.
21048 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21050         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21051         rather than make-variable-buffer-local for file-precious-flag.
21053 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21055         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21056         for duplicates which are removed.  The invalid sort check then
21057         triggers a rescan after the sort as sorting may have moved
21058         duplicate entries such that they can be cheaply detected.
21060 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21062         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21064 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21066         * gnus-agent.el (gnus-agent-article-alist-save-format):
21067         Change internal variable to a custom variable.  Change default value
21068         from compressed(2) to uncompressed(1).
21069         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21070         support for uncompressed agentview files.  Taken together, reading
21071         the agentview file should now be 6-7 times faster.
21073 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21075         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21076         as a buffer-local variable.  This avoids creating truncated
21077         dribble files as a result of a hang up, eg.
21079 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21081         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21082         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21083         XEmacs.
21085 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21087         * gnus-start.el (gnus-start-draft-setup):
21088         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21090         * gnus.el (gnus-splash): Change custom group.
21091         (gnus-group-get-parameter, gnus-group-parameter-value):
21092         Describe allow-list argument.
21094         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21095         string.
21097 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21099         * gnus-art.el (gnus-default-article-saver): Add user-defined
21100         `function' to custom type.
21102 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21104         * imap.el (imap-open): Handle case where buffer is a buffer
21105         object.
21107 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21109         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21110         long lines.
21111         (gnus-cache-delete-group): Wrap doc strings.
21113         * gnus-agent.el (gnus-agent-rename-group)
21114         (gnus-agent-delete-group): Wrap doc strings.
21116 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21118         * messagexmas.el (message-use-toolbar): Change the valid values
21119         into default, top, bottom, left, and right.
21120         (message-toolbar-thickness): New variable.
21121         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21122         well.
21123         (message-setup-toolbar): Make it work.
21125         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21126         (gnus-use-toolbar): Change the valid values into default, top,
21127         bottom, left, and right.
21128         (gnus-toolbar-thickness): New variable.
21129         (gnus-xmas-setup-toolbar): New function.
21130         (gnus-xmas-setup-group-toolbar): Use it.
21131         (gnus-xmas-setup-summary-toolbar): Use it.
21133 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21135         * gnus-start.el (gnus-1): Add "native" to
21136         gnus-predefined-server-alist.
21138         * gnus.el (gnus-method-to-server): Don't add "native" to the
21139         lists here, because that leads to problems when
21140         gnus-select-method is bound.
21142 2005-11-09  Simon Josefsson  <jas@extundo.com>
21144         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21145         use (not sort-by-date) instead.
21147 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21149         * gnus-delay.el (gnus-delay-group): Don't autoload.
21150         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21151         to be re-loaded when customizing the `gnus-delay' group.
21153 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21155         * message.el: Revert last changes.
21156         (message-insert-citation-line): Use newlines.
21158 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21160         * message.el (message-courtesy-message)
21161         (message-mark-insert-begin, message-mark-insert-end)
21162         (message-elide-ellipsis, message-cancel-message)
21163         (message-add-header, message-change-subject)
21164         (message-cross-post-followup-to-header)
21165         (message-cross-post-insert-note, message-reduce-to-to-cc)
21166         (message-widen-reply, message-delete-not-region)
21167         (message-kill-to-signature, message-insert-signature)
21168         (message-insert-importance-high, message-insert-importance-low)
21169         (message-insert-or-toggle-importance)
21170         (message-insert-disposition-notification-to)
21171         (message-indent-citation, message-yank-original)
21172         (message-cite-original-without-signature, message-cite-original)
21173         (message-insert-citation-line, message-position-on-field)
21174         (message-fix-before-sending, message-send-mail-partially)
21175         (message-send-mail, message-send-mail-with-sendmail)
21176         (message-send-mail-with-qmail, message-send-news)
21177         (message-check-news-header-syntax, message-generate-headers)
21178         (message-insert-courtesy-copy, message-fill-address)
21179         (message-fill-header, message-shorten-references)
21180         (message-setup-1, message-cancel-news)
21181         (message-forward-make-body-plain, message-forward-make-body-mime)
21182         (message-forward-make-body-mml, message-encode-message-body)
21183         (message-forward-make-body-digest-plain)
21184         (message-forward-make-body-digest-mime)
21185         (message-use-alternative-email-as-from): Insert `hard-newline'
21186         instead of ordinary newlines.
21188 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21190         * message.el (message-generate-headers): Downcase the argument
21191         given to message-check-element.
21193 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21195         * nntp.el (nntp-authinfo-rejected): New error condition.
21196         (nntp-wait-for): Use new error condition to signal authentication
21197         error.
21198         (nntp-retrieve-data): Rethrow new error condition to break out of
21199         recursive call to nntp-send-authinfo.
21201 2005-11-08  Romain Francoise  <romain@orebokech.com>
21203         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21204         (gnus-summary-exit-map): Bind to `Z p'.
21205         (gnus-summary-make-menu-bar): Add menu item.
21207 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21209         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21210         (gnus-treat-*): Add `first' in all doc strings.
21212         * gnus-group.el (gnus-group-compact-group): Fix typo.
21214 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21216         * gnus.el (gnus-parameters-case-fold-search): New variable.
21217         (gnus-parameters-get-parameter): Use it.
21219         * gnus-score.el (gnus-home-score-file): Doc fix.
21221 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21223         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21225 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21227         * mm-util.el (mm-special-display-p): New function.
21229         * mml.el (mml-preview): Use it; doc fix.
21231 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21233         * imap.el (imap-open): Handle case where buffer is a buffer object.
21235 2005-10-29  Romain Francoise  <romain@orebokech.com>
21237         * message.el (message-fix-before-sending): Fix comment.
21239 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21241         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21243 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21245         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21246         Used in gnus-score.el.
21248 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21250         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21252 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21254         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21255         whitespace removed in revision 7.8.  Use concatenated string to
21256         protect trailing whitespace.
21258 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21260         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21261         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21262         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21263         Courier IMAP ("some version from 2004").  Mostly based on similar
21264         code in the same function.
21266 2005-10-26  Didier Verna  <didier@xemacs.org>
21268         * gnus-group.el (gnus-group-compact-group): Invalidate original
21269         article buffer.
21270         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21271         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21272         NOV database and in article itself.
21273         Invalidate article backlog.
21275 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21277         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21279 2005-10-26  Simon Josefsson  <jas@extundo.com>
21281         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21282         part of 2004-07-25 change.
21284 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21286         * message.el (message-display-completion-list): New function.
21287         (message-expand-group): Use it; make sure the Completions buffer
21288         is modifiable.
21289 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21291         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21292         user-mail-name is an empty string.
21294 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21296         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21297         depending on gnus-score-decay-constant.
21299         * encrypt.el (encrypt-insert-file-contents)
21300         (encrypt-write-file-contents): Don't use `gnus-message'.
21302         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21303         arguments.
21304         (mm-uu-type-alist): Add message-marks and insert-marks.
21305         Pass arguments to mm-uu-verbatim-marks-extract.
21306         (mm-uu-hide-markers): New variable.
21307         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21309         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21310         (gnus-convert-image-to-face-command): Use "convert" by default to
21311         allow other input image formats.
21312         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21313         accordingly.
21315 2005-10-23  Simon Josefsson  <jas@extundo.com>
21317         * imap.el (imap-gssapi-program): Align command line parameters
21318         with latest GNU SASL.
21319         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21321 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21323         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21324         HTML.
21325         (nnslashdot-request-article): Ditto.
21327         * lpath.el (featurep): Add nobreak-char-display.
21329 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21331         * mail-source.el (mail-source-fetch-pop): Require pop3.
21332         (mail-source-check-pop): Ditto.
21334 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21336         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21337         errors.
21339 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21341         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21342         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21344         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21346         * mm-bodies.el (mm-decode-string):
21347         Call `mm-charset-to-coding-system' with allow-override argument.
21349 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21351         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21352         (rfc2047-charset-to-coding-system): New function.
21353         (rfc2047-decode-encoded-words): New function.
21354         (rfc2047-decode-region): Use them.
21355         (rfc2047-decode-cte): Remove.
21356         (rfc2047-parse-and-decode): Remove.
21357         (rfc2047-decode): Remove.
21359 2005-10-15  Kenichi Handa  <handa@m17n.org>
21361         * rfc2047.el (rfc2047-decode-cte): New function.
21362         (rfc2047-decode-region): Change the way to decode successive
21363         encoded-words: decode B- or Q-encoding in each encoded-word,
21364         concatenate them, and decode it as charset.
21366 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21368         * lpath.el: Fbind codepage-setup for XEmacs.
21370 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21372         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21373         widget-move-and-invoke.
21374         (gnus-custom-mode): Use gnus-custom-map.
21376 2005-10-15  Bill Wohler  <wohler@newt.com>
21378         * message.el (message-tool-bar-map): Rename image file from
21379         mail_send to mail/send.
21381 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21383         * message.el (message-expand-group): Pass the common
21384         prefix substring of completion to `display-completion-list'.
21386 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21388         * mml-sec.el (mml-secure-method): New internal variable.
21389         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21390         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21391         New functions using mml-secure-method.
21393         * mml.el (mml-mode-map): Add key bindings for those functions.
21394         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21395         Harder <harder@myrealbox.com>.
21396         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21397         Goto end of message if point is the headers of the message.
21399         * message.el (message-in-body-p): New function.
21401         * assistant.el: Autoload gnus-util and netrc.
21403         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21404         Use `mm-charset-override-alist' only when decoding.
21406         * mm-bodies.el (mm-decode-body):
21407         Call `mm-charset-to-coding-system' with allow-override argument.
21409         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21410         `filename' from Content-Disposition if Content-Type doesn't
21411         provide `name'.
21412         (gnus-mime-view-part-as-type): Set default instead of
21413         initial-input.
21415 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21417         * format-spec.el (format-spec): Propagate text properties of % spec.
21419 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21421         * gnus-art.el (gnus-treat-predicate): Add `first'.
21423 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21425         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21426         (mm-charset-override-alist): New variable.
21427         (mm-charset-to-coding-system): Use it.
21428         (mm-codepage-setup): New helper function.
21429         (mm-charset-eval-alist): New variable.
21430         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21431         Warn about unknown charsets.
21433         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21435 2005-10-04  David Hansen  <david.hansen@gmx.net>
21437         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21438         (nnrss-check-group): Ditto.
21440 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21442         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21443         Rename x-gnus-verbatim to x-verbatim.
21444         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21446         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21447         x-verbatim.
21449         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21451         * gnus-util.el (gnus-remove-duplicates): Remove.
21453         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21454         instead of gnus-remove-duplicates.
21456         * message.el (message-remove-duplicates): Remove.
21457         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21458         message-remove-duplicates.
21460         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21461         available, else use implementation from `delete-dups'.
21463         * message.el (message-insert-expires): New function.
21464         (message-mode-map): Add key binding.
21465         (message-mode-field-menu): Add menu entry.
21466         (message-mode): Document it.
21467         (message-make-expires-date): Use `message-make-date'.
21469 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21471         * message.el (message-make-expires-date): New function.
21473 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21475         * Makefile.in (list-installed-shadows): New entry.
21476         (install): Use it.
21477         (remove-installed-shadows): New entry.
21479         * dgnushack.el (dgnushack-default-load-path): New variable.
21480         (dgnushack-find-lisp-shadows): New function.
21481         (dgnushack-remove-lisp-shadows): New function.
21483 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21485         * Makefile.in (install-el-elc): New entry.
21486         (install): Use it so that .el files are necessarily installed.
21488 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21490         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21492 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21494         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21495         function rather than the diff-mode.el package.
21496         (mm-display-external): Use with-current-buffer.
21497         (mm-viewer-completion-map, mm-viewer-completion-map):
21498         Move initialization inside declaration.
21500 2005-09-29  Simon Josefsson  <jas@extundo.com>
21502         * spam.el: Load hashcash when compiling, to avoid warnings.
21503         Don't autoload mail-check-payment.
21504         (spam-check-hashcash): Define unconditionally, since hashcash.el
21505         is part of Gnus now.  Ignore errors from payment checking.
21507 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21509         * message.el (message-bold-region, message-unbold-region):
21510         Rename from `bold-region' and `unbold-region'.
21512         * message.el: Remove useless autoloads.
21514 2005-09-28  Simon Josefsson  <jas@extundo.com>
21516         * message.el (message-use-idna): Default to t.
21517         (message-use-idna): Test whether encoding works too.  Doc fix.
21519 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21521         * nntp.el (nntp-warn-about-losing-connection): Remove.
21523 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21525         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21526         customizable.  Change default value.
21527         (mm-uu-diff-groups-regexp): Change default value.
21528         (mm-uu-type-alist): Add doc string.
21529         (mm-uu-configure): Add doc string.  Make it interactive.
21530         (mm-uu-tex-groups-regexp): New variable.
21531         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21532         (mm-uu-type-alist): Add LaTeX documents.
21533         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21534         of "text/verbatim".
21535         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21537         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21538         instead of "text/verbatim".
21540         * message.el (message-mark-inserted-region)
21541         (message-mark-insert-file): Use slrn style marks when called with
21542         prefix argument.
21544 2005-09-27  Simon Josefsson  <jas@extundo.com>
21546         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21548 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21550         * message.el (message-remove-duplicates): New function.
21551         Implementation borrowed from `gnus-remove-duplicates'.
21552         (message-idna-to-ascii-rhs): Also encode idna addresses in
21553         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21554         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21555         only ask about the same idna domain once per header and also tell
21556         in what header to replace the idna domain.
21558         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21559         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21560         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21561         a header is decoded and not just the last one.
21563 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21565         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21566         has been decoded.
21568         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21569         (mm-insert-part): Don't modify text if it has been decoded.
21571         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21572         decoded.
21574         * mm-view.el (mm-inline-text): Don't strip text props unless
21575         decoding enriched or richtext parts.
21577 2005-09-25  Romain Francoise  <romain@orebokech.com>
21579         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21580         * gnus-start.el (gnus-subscribe-interactively):
21581         * gnus-uu.el (gnus-uu-grab-articles):
21582         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21583         space.
21585 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21587         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21588         * mm-view.el (mm-view-pkcs7-decrypt):
21589         * gnus-sum.el (gnus-summary-limit-to-extra)
21590         (gnus-summary-respool-article, gnus-read-move-group-name):
21591         * gnus-score.el (gnus-summary-increase-score):
21592         * gnus-util.el (gnus-completing-read-with-default):
21593         * gnus-art.el (gnus-read-save-file-name)
21594         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21595         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21596         * message.el (message-check-news-header-syntax):
21597         Follow convention for reading with the minibuffer.
21599 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21601         * spam-report.el (spam-report-url-ping-plain):
21602         Use gnus-extended-version as User-Agent.
21604         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21605         default value is nil.
21607         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21608         (mm-uu-verbatim-marks-extract): New function.
21609         (mm-uu-extract): New face.
21610         (mm-uu-copy-to-buffer): Use it.
21612         * spam-report.el (spam-report-gmane-ham): Rename from
21613         `spam-report-gmane-unspam'.
21614         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21615         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21617         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21618         Autoload.
21619         (spam-report-gmane-unregister-routine):
21620         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21622 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21624         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21625         (spam-report-gmane-unregister-routine): Add support for gmane
21626         unregistration.
21628         * spam-report.el (spam-report-gmane-unspam)
21629         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21630         (spam-report-gmane): Change to take a single article and do unspam
21631         registration.
21633 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21635         * mm-url.el (mm-url-decode-entities): Fix regexp.
21637 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21639         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21640         default to nil, to be able to use Gnus at all.  If the default
21641         switches to something else, then the function should be fixed not
21642         be exceedingly slow.
21644 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21646         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21647         fail hard.
21649         * spam-report.el: Add better Keywords line.
21651         * spam.el: Add Maintainer and better Keywords line.
21653 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21655         * gnus-art.el (gnus-article-replace-part)
21656         (gnus-mime-replace-part): New functions.
21657         (gnus-mime-action-alist, gnus-mime-button-commands)
21658         (gnus-mime-save-part-and-strip): Add file argument.
21659         (gnus-article-part-wrapper): Add interactive argument.
21661         * gnus-sum.el (gnus-summary-mime-map):
21662         Add `gnus-article-replace-part'.
21664 2005-09-19  Didier Verna  <didier@xemacs.org>
21666         The nnml compaction feature:
21667         * nnml.el (nnml-request-compact-group): New function.
21668         * nnml.el (nnml-request-compact): New function.
21669         * gnus-int.el (gnus-request-compact-group): New function.
21670         * gnus-int.el (gnus-request-compact): New function.
21671         * gnus-group.el (gnus-group-compact-group): New function.
21672         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21673         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21674         * gnus-srvr.el (gnus-server-compact-server): New function.
21675         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21676         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21678 2005-09-18  Deepak Goel  <deego@gnufans.org>
21680         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21681         format spec.
21683 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21685         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21687 2005-09-15  Romain Francoise  <romain@orebokech.com>
21689         * message.el (message-fill-paragraph): Clarify docstring.
21691 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21693         * gnus-art.el (gnus-mime-display-part): Protect against broken
21694         MIME messages.
21696 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21698         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21699         before parsing header.
21701 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21703         * html2text.el (html2text-replace-list): Add new entities.
21705 2005-09-11  Romain Francoise  <romain@orebokech.com>
21707         * message.el (message-alternative-emails): Improve docstring.
21708         (message-setup-1): Call `message-use-alternative-email-as-from'
21709         after `message-setup-hook' to give it precedence over posting
21710         styles, etc.
21711         (message-use-alternative-email-as-from): Add docstring.
21712         Remove the original From header if present.
21714         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21715         (nnml-save-mail): Use it.
21717         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21718         articles.  Add new argument `silent'.
21719         (gnus-uu-mark-all): Report the total number of marked articles.
21721 2005-09-10  Romain Francoise  <romain@orebokech.com>
21723         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21724         (gnus-uu-mark-series): Likewise.
21726 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21728         * spam-report.el (spam-report-gmane): Fix generation of spam
21729         report URL.
21731 2005-09-10  Simon Josefsson  <jas@extundo.com>
21733         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21734         t, based on discussion on the ding list with Robert Epprecht
21735         <epprecht@solnet.ch>.
21737 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21739         * spam-report.el (spam-report-gmane): Make it work without
21740         X-Report-Spam header.  Gmane now only provides Archived-At.
21741         This is only used if `spam-report-gmane-use-article-number' is nil.
21742         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21744         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21745         make `gnus-summary-sort-by-recipient' work with threading.
21747         * nnweb.el (nnweb-google-wash-article): Print a message if article
21748         is not available.
21750 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21752         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21753         change.  Decode text/* parts content before displaying.
21755 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21757         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21759 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21761         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21763         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21764         url-package-name, url-package-version,
21765         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21766         w3m-display-inline-images, and w3m-minor-mode-map.
21768 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21770         * message.el (message-tab-body-function): Fix mismatched custom type.
21772         * gnus.el (gnus-group-change-level-function): Ditto.
21774         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21776         * gnus-art.el (gnus-signature-limit)
21777         (gnus-article-mime-part-function): Ditto.
21779 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21781         * mml.el (mml-mode): Silence the byte compiler.
21783         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21784         using `(sit-for 0)' before moving the point to the specified part;
21785         skip unbuttonized parts.
21786         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21787         return to the summary window if gnus-auto-select-part is non-nil.
21789 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21791         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21792         New variables.
21793         (mml-dnd-attach-file, mml-mode): Use them.
21795         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21796         Make fetching article by MID work again for Google Groups.
21797         Add FIXME concerning gnus-group-make-web-group.
21799         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21800         Don't depend on Gnus by using mail-extract-address-components if
21801         gnus-extract-address-components is not bound.
21803 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21805         * gnus-art.el (gnus-mime-display-security): Don't display the
21806         signature, but only the signed part.
21808 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21810         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21812         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21813         list, not listp.
21815 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21817         * mm-encode.el (mm-encode-content-transfer-encoding):
21818         Likewise when encoding.
21820         * mm-bodies.el (mm-decode-content-transfer-encoding):
21821         De-canonicalize CRLF for all text content types, not just
21822         text/plain.
21824 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21826         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21827         valid article; point arrow and cursor at the MIME button.
21829 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21831         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21832         Suggested by Dan Christensen <jdc@uwo.ca>.
21834         * mm-decode.el (mm-save-part): Enable change of prompt.
21836 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21838         * gnus-msg.el (gnus-inews-add-send-actions):
21839         Make `message-post-method' lambda parameter ARG `&optional'.
21841 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21843         * gnus-sum.el (gnus-summary-mime-map):
21844         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21845         gnus-article-jump-to-part.
21847         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21848         (gnus-article-edit-part): Use it.
21849         (gnus-article-part-wrapper): Add no-handle argument.
21850         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21851         New functions.
21853 2005-08-29  Romain Francoise  <romain@orebokech.com>
21855         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21856         docstring.
21857         (gnus-face-from-file): Likewise.
21859 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21861         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21862         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21863         non-nil.
21864         (gnus-auto-select-part): New variable.
21865         (gnus-article-jump-to-part): New function.
21866         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21867         (gnus-mime-delete-part): Allow selecting specified part after
21868         deleting or stripping parts.
21869         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21870         part if argument is bogus.
21872 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21874         * gnus-art.el (w3m-minor-mode-map):
21875         * gnus-spec.el (gnus-newsrc-file-version):
21876         * gnus-util.el (nnmail-active-file-coding-system)
21877         (gnus-original-article-buffer, gnus-user-agent):
21878         * gnus.el (gnus-ham-process-destinations)
21879         (gnus-parameter-ham-marks-alist)
21880         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21881         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21882         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21883         * mm-decode.el (gnus-current-window-configuration):
21884         * mm-extern.el (gnus-article-mime-handles):
21885         * mm-url.el (url-current-object, url-package-name)
21886         (url-package-version):
21887         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21888         (smime-keys, w3m-cid-retrieve-function-alist)
21889         (w3m-current-buffer, w3m-display-inline-images)
21890         (w3m-minor-mode-map):
21891         * mml-smime.el (gnus-extract-address-components):
21892         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21893         (gnus-newsrc-hashtb, message-default-charset)
21894         (message-deletable-headers, message-options)
21895         (message-posting-charset, message-required-mail-headers)
21896         (message-required-news-headers):
21897         * mml1991.el (mc-pgp-always-sign):
21898         * mml2015.el (mc-pgp-always-sign):
21899         * nnheader.el (nnmail-extra-headers):
21900         * rfc1843.el (gnus-decode-encoded-word-function)
21901         (gnus-decode-header-function, gnus-newsgroup-name):
21902         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21904 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21906         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21907         the end of the date treatments.
21909 2005-08-15  Simon Josefsson  <jas@extundo.com>
21911         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21912         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21913         Capello and Romain Francoise.
21914         (pgg-fetch-key-function): Remove, not used?
21915         (pgg-insert-url-with-w3): Require url, to get
21916         url-insert-file-contents regardless of where it is defined.
21918 2005-08-13  Romain Francoise  <romain@orebokech.com>
21920         * message.el (message-cite-original-1): New function.
21921         (message-cite-original): Use it.
21922         (message-cite-original-without-signature): Ditto.
21924 2005-08-08  Romain Francoise  <romain@orebokech.com>
21926         * message.el (message-yank-empty-prefix): New variable.
21927         (message-indent-citation): Use it.
21928         (message-cite-original-without-signature): Respect X-No-Archive.
21930 2005-08-08  Simon Josefsson  <jas@extundo.com>
21932         * pgg.el: Autoload url-insert-file-contents instead of loading
21933         w3/url.
21934         (pgg-insert-url-with-w3): Don't load url here.
21936 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21938         * message.el (message-kill-to-signature): Don't insert newline at
21939         bol.
21940         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21942 2005-08-06  Romain Francoise  <romain@orebokech.com>
21944         * message.el (message-user-fqdn): Fix typo in docstring.
21946 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21948         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21950         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21952 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21954         * mm-bodies.el (mm-encode-body): Use coding system rather than
21955         charset to encode text.
21957         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21958         number of charsets if utf-8 is available (XEmacs).
21960 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21962         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21963         taken from `gnus-button-mid-or-mail-regexp'.
21964         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21965         (gnus-button-alist): Improve regexp for domain part of the MIDs
21966         for news:localpart@domain buttons.
21967         (gnus-button-ctan-directory-regexp): Update.
21969 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21971         * sieve-manage.el (sieve-manage-interactive-login):
21972         Use make-local-variable rather than make-variable-buffer-local.
21973         (sieve-manage-open): Ditto.
21974         (sieve-manage-authenticate): Ditto.
21976         * mml.el (mml-generate-mime-1): Make the content type default to
21977         text/plain if the filename is not specified.
21979 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21981         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21982         instead of insert-buffer.
21984         * message.el (message-yank-original): Ditto; set the mark at the
21985         end of the yanked message.
21987 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21989         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21990         lines to scroll rather than to stop it.
21992         * mml.el (mml-generate-default-type): Add doc string.
21993         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21994         default to application/octet-stream when determining the content
21995         type if it is not specified for the part or the mml contents; add
21996         a comment about mml-generate-default-type.
21998 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22000         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22001         make it default to application/octet-stream when determining the
22002         content type if it is not specified for the external contents.
22004 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22006         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22007         segmented parameter but also other parameters might be there.
22009 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22011         * mm-decode.el (mm-display-external): Delete temp file, directory
22012         and buffer immediately if the external process is exited.
22014 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22016         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22017         fewer lines than that of scroll-margin.
22018         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22020 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22022         * gnus-art.el (gnus-article-next-page): Revert.
22023         (gnus-article-beginning-of-window): New macro.
22024         (gnus-article-next-page-1): Use it.
22025         (gnus-article-prev-page): Ditto.
22026         (gnus-article-edit-part): Use insert-buffer-substring instead of
22027         insert-buffer.
22028         (gnus-article-edit-exit): Ditto.
22030         * gnus-util.el (gnus-beginning-of-window): Remove.
22031         (gnus-end-of-window): Remove.
22033         * lpath.el: Don't bind header-line-format and scroll-margin.
22035 2005-07-25  Simon Josefsson  <jas@extundo.com>
22037         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22038         to have the url package without w3.  Reported by Daiki Ueno
22039         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22041 2005-07-20  Didier Verna  <didier@xemacs.org>
22043         * gnus-diary.el: Remove the description comment (nndiary is now
22044         properly documented in the Gnus manual).
22045         Fix the spelling of "Back End".
22046         * nndiary.el: Ditto.
22047         Fix the copyright notice.
22049 2005-07-18  Romain Francoise  <romain@orebokech.com>
22051         * gnus-sum.el (gnus-summary-to-prefix)
22052         (gnus-summary-newsgroup-prefix): New variables.
22053         (gnus-summary-from-or-to-or-newsgroups): Use them.
22055 2005-07-17  Romain Francoise  <romain@orebokech.com>
22057         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22058         space as it's generally not especially interesting to the user.
22060 2005-07-16  Romain Francoise  <romain@orebokech.com>
22062         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22063         nil to avoid prompting and file modification if one of the
22064         messages at the top of the nnfolder file contains a copyright
22065         notice.
22066         Update copyright notice.
22068         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22069         instead of `current-time-string' as the latter creates a time
22070         string that is not RFC 2822 compliant (it lacks the zone).
22071         Update copyright notice.
22073 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22075         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22076         for text/rtf.  Display default in prompt.  Pass default for M-n.
22078         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22080 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22082         * gnus-msg.el (gnus-button-mailto):
22083         Remove save-selected-window-window hackery because it relies on
22084         save-selected-window internals.
22086 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22088         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22089         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22090         (gnus-article-prev-page): Ditto.
22092         * gnus-util.el (gnus-beginning-of-window): New function.
22093         (gnus-end-of-window): New function.
22095         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22097 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22099         * gnus-score.el (gnus-score-edit-all-score):
22100         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22101         gnus-message.
22103 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22105         * gnus-msg.el (gnus-button-mailto):
22106         Remove save-selected-window-window hackery because it relies on
22107         save-selected-window internals.
22109 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22111         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22112         add-minor-mode.
22113         (gnus-binary-mode): Ditto.
22115         * gnus-topic.el (gnus-topic-mode): Ditto.
22117 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22119         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22120         (gnus-article-prev-page): Take scroll-margin into consideration.
22122 2005-07-04  Lute Kamstra  <lute@gnu.org>
22124         Update FSF's address in GPL notices.
22126 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22128         * gnus.el (gnus-exit):
22129         * gnus-group.el (gnus-group-icons):
22130         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22132         * gnus-nocem.el (gnus-nocem):
22133         * message.el (message-various, message-buffers, message-sending)
22134         (message-interface, message-forwarding, message-insertion)
22135         (message-headers, message-news, message-mail):
22136         * pgg-gpg.el (pgg-gpg):
22137         * pgg-parse.el (pgg-parse):
22138         * pgg-pgp.el (pgg-pgp):
22139         * pgg-pgp5.el (pgg-pgp5):
22140         * pop3.el (pop3): Finish `defgroup' description with period.
22142 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22144         * gnus-art.el (article-display-face): Improve the efficiency.
22145         (article-display-x-face): Ditto; remove gray x-face stuff.
22147 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22149         * gnus-art.el (article-display-face): Correct the position in
22150         which Faces are inserted.
22152 2005-06-29  Didier Verna  <didier@xemacs.org>
22154         * gnus-art.el (article-display-face): Display faces in correct
22155         order.
22157 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22159         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22160         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22161         (gnus-nocem-check-article): Fetch the Type header.
22162         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22163         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22164         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22165         make sure gnus-nocem-hashtb is initialized.
22166         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22167         (gnus-nocem-unwanted-article-p): Ditto.
22169         * pgg.el (pgg-verify): Return the verification result.
22171 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22173         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22174         is ascii.
22176 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22178         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22179         `show-nonbreak-escape'.
22181 2005-06-23  Lute Kamstra  <lute@gnu.org>
22183         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22185         * dig.el (dig-mode):
22186         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22188 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22190         * nnimap.el (nnimap-split-download-body): Fix spellings.
22192 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22194         * gnus-art.el (gnus-article-encrypt-body):
22195         * gnus-cus.el (gnus-score-customize):
22196         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22197         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22199 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22201         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22202         header by looking for magic "MII" at the beginning.
22204 2005-06-16  Miles Bader  <miles@gnu.org>
22206         * gnus-xmas.el (gnus-xmas-group-startup-message):
22207         Use renamed gnus-splash face.
22209         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22210         (assistant-field-face): New backward-compatibility alias for renamed
22211         face.
22212         (assistant-render-text): Use renamed assistant-field face.
22214         * spam.el (spam): Remove "-face" suffix from face name.
22215         (spam-face): New backward-compatibility alias for renamed face.
22216         (spam-face, spam-initialize): Use renamed spam face.
22218         * message.el (message-header-to, message-header-cc)
22219         (message-header-subject, message-header-newsgroups)
22220         (message-header-other, message-header-name)
22221         (message-header-xheader, message-separator, message-cited-text)
22222         (message-mml): Remove "-face" suffix from face names.
22223         (message-header-to-face, message-header-cc-face)
22224         (message-header-subject-face, message-header-newsgroups-face)
22225         (message-header-other-face, message-header-name-face)
22226         (message-header-xheader-face, message-separator-face)
22227         (message-cited-text-face, message-mml-face):
22228         New backward-compatibility aliases for renamed faces.
22229         (message-font-lock-keywords): Use renamed message faces.
22231         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22232         (sieve-test-commands, sieve-tagged-arguments):
22233         Remove "-face" suffix from face names.
22234         (sieve-control-commands-face, sieve-action-commands-face)
22235         (sieve-test-commands-face, sieve-tagged-arguments-face):
22236         New backward-compatibility aliases for renamed faces.
22237         (sieve-control-commands-face, sieve-action-commands-face)
22238         (sieve-test-commands-face, sieve-tagged-arguments-face):
22239         Use renamed sieve faces.
22241         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22242         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22243         (gnus-group-news-3-empty, gnus-group-news-4)
22244         (gnus-group-news-4-empty, gnus-group-news-5)
22245         (gnus-group-news-5-empty, gnus-group-news-6)
22246         (gnus-group-news-6-empty, gnus-group-news-low)
22247         (gnus-group-news-low-empty, gnus-group-mail-1)
22248         (gnus-group-mail-1-empty, gnus-group-mail-2)
22249         (gnus-group-mail-2-empty, gnus-group-mail-3)
22250         (gnus-group-mail-3-empty, gnus-group-mail-low)
22251         (gnus-group-mail-low-empty, gnus-summary-selected)
22252         (gnus-summary-cancelled, gnus-summary-high-ticked)
22253         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22254         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22255         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22256         (gnus-summary-low-undownloaded)
22257         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22258         (gnus-summary-low-unread, gnus-summary-normal-unread)
22259         (gnus-summary-high-read, gnus-summary-low-read)
22260         (gnus-summary-normal-read, gnus-splash):
22261         Remove "-face" suffix from face names.
22262         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22263         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22264         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22265         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22266         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22267         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22268         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22269         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22270         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22271         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22272         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22273         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22274         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22275         (gnus-summary-normal-ticked-face)
22276         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22277         (gnus-summary-normal-ancient-face)
22278         (gnus-summary-high-undownloaded-face)
22279         (gnus-summary-low-undownloaded-face)
22280         (gnus-summary-normal-undownloaded-face)
22281         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22282         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22283         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22284         (gnus-splash-face):
22285         New backward-compatibility aliases for renamed faces.
22286         (gnus-group-startup-message): Use renamed gnus faces.
22288         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22289         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22290         (gnus-server-agent): Remove "-face" suffix from face names.
22291         (gnus-server-agent-face, gnus-server-opened-face)
22292         (gnus-server-closed-face, gnus-server-denied-face)
22293         (gnus-server-offline-face):
22294         New backward-compatibility aliases for renamed faces.
22295         (gnus-server-agent-face, gnus-server-opened-face)
22296         (gnus-server-closed-face, gnus-server-denied-face)
22297         (gnus-server-offline-face): Use renamed gnus faces.
22299         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22300         Remove "-face" suffix from face names.
22301         (gnus-picon-xbm-face, gnus-picon-face):
22302         New backward-compatibility aliases for renamed faces.
22304         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22305         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22306         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22307         (gnus-cite-11): Remove "-face" suffix from face names.
22308         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22309         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22310         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22311         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22312         New backward-compatibility aliases for renamed faces.
22313         (gnus-cite-attribution-face, gnus-cite-face-list)
22314         (gnus-article-boring-faces): Use renamed gnus faces.
22316         * gnus-art.el (gnus-signature, gnus-header-from)
22317         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22318         (gnus-header-content): Remove "-face" suffix from face names.
22319         (gnus-signature-face, gnus-header-from-face)
22320         (gnus-header-subject-face, gnus-header-newsgroups-face)
22321         (gnus-header-name-face, gnus-header-content-face):
22322         New backward-compatibility aliases for renamed faces.
22323         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22325         * gnus-sum.el (gnus-summary-selected-face)
22326         (gnus-summary-highlight): Use renamed gnus faces.
22327         * gnus-group.el (gnus-group-highlight): Likewise.
22329 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22331         * gnus-sieve.el (gnus-sieve-article-add-rule):
22332         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22333         * spam-stat.el (spam-stat-buffer-change-to-spam)
22334         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22336         * message.el (message-is-yours-p):
22337         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22339 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22341         * mm-view.el (mm-inline-text): Withdraw the last change.
22343 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22345         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22346         executing enriched-decode.
22348 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22350         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22351         charset of tar files.
22353 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22355         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22357 2005-06-04  Lute Kamstra  <lute@gnu.org>
22359         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22360         information is never recorded.
22362 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22364         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22366 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22368         * pop3.el (pop3-apop): Run md5 in the binary mode.
22370         * starttls.el (starttls-set-process-query-on-exit-flag):
22371         Use eval-and-compile.
22373 2005-05-31  Simon Josefsson  <jas@extundo.com>
22375         * smime.el (smime-replace-in-string): Define.
22376         (smime-cert-by-ldap-1): Use it.
22378 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22380         * gnus-art.el (article-display-x-face): Replace
22381         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22383         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22384         set-process-query-on-exit-flag or process-kill-without-query.
22386         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22387         loop instead of replace-regexp.
22389         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22390         instead of process-kill-without-query if it is available.
22392         * lpath.el: Fbind ldap-search-entries.
22394         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22395         instead of find-file-hooks if it is available.
22397         * mml1991.el: Bind pgg-default-user-id when compiling.
22399         * mml2015.el: Bind pgg-default-user-id when compiling.
22401         * nndraft.el (nndraft-request-associate-buffer):
22402         Use write-contents-functions instead of write-contents-hooks if it is
22403         available.
22405         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22406         instead of find-file-hooks if it is available.
22408         * nntp.el (nntp-open-connection): Replace
22409         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22410         (nntp-open-ssl-stream): Ditto.
22411         (nntp-open-tls-stream): Ditto.
22413         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22414         set-process-query-on-exit-flag or process-kill-without-query.
22415         (starttls-open-stream-gnutls): Use it instead of
22416         process-kill-without-query.
22417         (starttls-open-stream): Ditto.
22419 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22421         * smime.el (smime-cert-by-ldap-1): Don't use
22422         replace-regexp-in-string.
22424 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22426         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22428         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22429         in PEM format.  Adjust to the XEmacs compatibility.
22431 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22433         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22434         by `string-to-number'.
22435         * gnus-agent.el (gnus-agent-regenerate-group)
22436         (gnus-agent-fetch-articles): Ditto.
22437         * gnus-art.el (gnus-button-fetch-group): Ditto.
22438         * gnus-cache.el (gnus-cache-generate-active)
22439         (gnus-cache-articles-in-group): Ditto.
22440         * gnus-group.el (gnus-group-set-current-level)
22441         (gnus-group-insert-group-line): Ditto.
22442         * gnus-score.el (gnus-score-set-expunge-below)
22443         (gnus-score-set-mark-below, gnus-summary-score-effect)
22444         (gnus-summary-score-entry): Ditto.
22445         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22446         (gnus-soup-pack): Ditto.
22447         * gnus-spec.el (gnus-xmas-format): Ditto.
22448         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22449         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22450         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22451         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22452         * nndb.el (nndb-get-remote-expire-response): Ditto.
22453         * nndiary.el (nndiary-parse-schedule-value)
22454         (nndiary-string-to-number, nndiary-request-replace-article)
22455         (nndiary-request-article): Ditto.
22456         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22457         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22458         * nneething.el (nneething-make-head): Ditto.
22459         * nnfolder.el (nnfolder-request-article)
22460         (nnfolder-retrieve-headers): Ditto.
22461         * nnheader.el (nnheader-file-to-number): Ditto.
22462         * nnkiboze.el (nnkiboze-request-article): Ditto.
22463         * nnmail.el (nnmail-process-unix-mail-format)
22464         (nnmail-process-babyl-mail-format): Ditto.
22465         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22466         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22467         (nnmh-request-create-group, nnmh-request-list-1)
22468         (nnmh-request-group, nnmh-request-article): Ditto.
22469         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22470         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22471         * nnsoup.el (nnsoup-make-active): Ditto.
22472         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22473         * nntp.el (nntp-find-group-and-number)
22474         (nntp-retrieve-headers-with-xover): Ditto.
22475         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22476         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22477         (pgg-format-key-identifier): Ditto.
22478         * pop3.el (pop3-last, pop3-stat): Ditto.
22479         * qp.el (quoted-printable-decode-region): Ditto.
22481         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22482         of concat.
22484 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22486         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22488         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22490         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22492         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22494         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22496         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22498         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22499         (gnus-carpal-mode): Ditto.
22501         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22502         (gnus-browse-mode): Ditto.
22504         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22506         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22508 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22510         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22512 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22514         * gnus-util.el (gnus-run-mode-hooks): New function.
22516         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22518         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22519         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22521 2005-05-27  Lute Kamstra  <lute@gnu.org>
22523         * dns-mode.el (dns-mode): Specify customization group.
22525 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22527         * gnus-agent.el (gnus-agent-make-mode-line-string):
22528         Use mode-line-highlight as mouse-face.
22530 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22532         * canlock.el (canlock): Change the parent group to news.
22534         * deuglify.el (gnus-outlook-deuglify): Add :group.
22536         * dig.el (dig): Add :group.
22538         * dns-mode.el (dns-mode): Add :group.
22540         * encrypt.el (encrypt): Add :group.
22542         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22543         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22544         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22545         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22546         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22548         * gnus-diary.el (gnus-diary): Add :group.
22550         * gnus.el (gnus-group-news-1-face): Add :group.
22551         (gnus-group-news-1-empty-face): Ditto.
22552         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22553         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22554         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22555         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22556         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22557         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22558         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22559         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22560         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22561         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22562         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22563         (gnus-summary-high-ticked-face): Ditto.
22564         (gnus-summary-low-ticked-face): Ditto.
22565         (gnus-summary-normal-ticked-face): Ditto.
22566         (gnus-summary-high-ancient-face): Ditto.
22567         (gnus-summary-low-ancient-face): Ditto.
22568         (gnus-summary-normal-ancient-face): Ditto.
22569         (gnus-summary-high-undownloaded-face): Ditto.
22570         (gnus-summary-low-undownloaded-face): Ditto.
22571         (gnus-summary-normal-undownloaded-face): Ditto.
22572         (gnus-summary-high-unread-face): Ditto.
22573         (gnus-summary-low-unread-face): Ditto.
22574         (gnus-summary-normal-unread-face): Ditto.
22575         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22576         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22578         * hashcash.el (hashcash): New custom group.
22579         (hashcash-default-payment): Add :group.
22580         (hashcash-payment-alist): Ditto.
22581         (hashcash-default-accept-payment): Ditto.
22582         (hashcash-accept-resources): Ditto.
22583         (hashcash-path): Ditto.
22584         (hashcash-extra-generate-parameters): Ditto.
22585         (hashcash-double-spend-database): Ditto.
22586         (hashcash-in-news): Ditto.
22588         * message.el (message-minibuffer-local-map): Add :group.
22590         * netrc.el (netrc): Add :group.
22592         * sieve-manage.el (sieve-manage-log): Add :group.
22593         (sieve-manage-default-user): Diito.
22594         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22595         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22596         (sieve-manage-authenticators): Ditto.
22597         (sieve-manage-authenticator-alist): Ditto.
22598         (sieve-manage-default-port): Ditto.
22600         * sieve-mode.el (sieve-control-commands-face): Add :group.
22601         (sieve-action-commands-face): Ditto.
22602         (sieve-test-commands-face): Ditto.
22603         (sieve-tagged-arguments-face): Ditto.
22605         * smime.el (smime): Add :group.
22607         * spam-report.el (spam-report): Add :group.
22609         * spam.el (spam, spam-face): Add :group.
22611 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22613         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22614         return \n.\n.\n at the end of articles.  Protect against that.
22615         (nntp-with-open-group): Allow debugging.
22617         * nnheader.el (mail-header-set-extra): Make into a function
22618         because I just could't understand how to quote the list properly.
22620         * dns.el (query-dns-cached): New function.
22622 2005-05-26  Lute Kamstra  <lute@gnu.org>
22624         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22626 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22628         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22630         * gnus-art.el: Don't autoload mail-extract-address-components.
22632         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22633         eval-and-compile to evaluate it.
22635         * hashcash.el: Don't autoload executable-find.
22637         * nndb.el: Don't declare the nndb back end two or more times; don't
22638         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22640         * nntp.el: Autoload format-spec instead of format; use
22641         eval-and-compile to evaluate autoload forms.
22643 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22645         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22647 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22649         * gnus.el (gnus-version-number): Bump version.
22651 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22653         * gnus.el: No Gnus v0.3 is released.
22655 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22657         * lpath.el (featurep): Bind show-nonbreak-escape.
22659 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22661         * gnus-art.el (gnus-article-edit-part): Disable undo.
22663 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22665         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22666         gnus-article-date-lapsed-new-header is t if date timer is active;
22667         skip headers in which the original date value is empty.
22668         (gnus-article-save-original-date): Redefine it as a macro.
22669         (gnus-display-mime): Use it.
22671 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22673         * gnus-art.el (article-date-ut): Support converting date in
22674         forwarded parts as well.
22675         (gnus-article-save-original-date): New function.
22676         (gnus-display-mime): Use it.
22678 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22680         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22681         enclosure element of <item>.
22683 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22685         * message.el (message-kill-buffer-query): Rename from
22686         `message-kill-buffer-query-if-modified'.  Add :version.
22688 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22690         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22691         window layout.
22693 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22695         * mml.el: Autoload dnd when compiling.
22697 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22699         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22700         x-dnd-*.
22702 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22704         * qp.el (quoted-printable-encode-region): Save excursion.
22706 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22708         * message.el (message-kill-buffer-query-if-modified): Add new variable
22709         so the user can kill a modified message buffer quickly.
22710         (message-kill-buffer): Use it.
22712 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22714         * lpath.el: Fbind display-time-event-handler; don't fbind
22715         string-to-multibyte.
22717         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22719 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22721         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22722         contained in text because xml.el decodes entities) with LFs.
22724 2005-04-11  Lute Kamstra  <lute@gnu.org>
22726         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22727         differently.
22729 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22731         * mm-util.el (mm-detect-coding-region): Typo.
22733 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22735         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22737 2005-04-06  Deepak Goel  <deego@gnufans.org>
22739         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22740         user-function allow user modifications of the scores.
22741         (spam-stat-score-buffer-user): New function, to allow
22742         user-computed modifications to the score.
22743         (spam-stat-score-buffer-user-functions): List of additional
22744         scoring functions.
22745         (spam-stat-error-holder): Global temporary error holder.
22746         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22747         variable.
22749 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22751         * gnus-registry.el (gnus-registry-clean-empty-function)
22752         (gnus-registry-trim, gnus-registry-fetch-groups)
22753         (gnus-registry-delete-group): Groups that match
22754         `gnus-registry-ignored-groups' are removed from the registry
22755         entries, not just ignored for splitting.  This helps clean up the
22756         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22757         to get all the groups a message ID is in.
22759         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22760         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22761         (spam-stat-score-buffer-user-functions): Add :number custom type.
22763 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22765         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22766         argument in XEmacs.
22768         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22769         (nnrss-request-group): Decode group name first.
22770         (nnrss-request-article): Make a text/plain article if mml-to-mime
22771         failed.
22772         (nnrss-get-encoding): Return a compatible encoding according to
22773         nnrss-compatible-encoding-alist.
22774         (nnrss-find-el): Use consp instead of listp.
22775         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22777 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22779         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22780         which Emacs 20 doesn't support.
22781         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22783 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22785         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22786         silence the byte compiler inside the defun.
22788         * gnus-demon.el (parse-time-string): Add autoload.
22790         * gnus-delay.el (parse-time-string): Add autoload.
22792         * gnus-art.el (parse-time-string): Add autoload.
22794         * nnultimate.el (parse-time): Require for `parse-time-string'.
22796 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22798         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22800         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22802         * smime.el (smime-ldap-host-list): Add :version.
22804 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22806         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22807         pass it to `gnus-browse-read-group'.
22808         (gnus-browse-read-group): Add NUMBER argument and pass it to
22809         `gnus-group-read-ephemeral-group'.
22811         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22812         argument and pass it to `gnus-group-read-group'.
22814 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22816         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22817         mm-xemacs-find-mime-charset-1 if we have the mule feature
22818         available at runtime.
22820 2005-03-25  Werner Lemberg  <wl@gnu.org>
22822         * nnmaildir.el: Replace `illegal' with `invalid'.
22824 2005-03-23  Lute Kamstra  <lute@gnu.org>
22826         * time-date.el: Add comment on time value formats.
22827         Don't require parse-time.
22828         (with-decoded-time-value): New macro.
22829         (encode-time-value): New function.
22830         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22831         (days-to-time): Return a valid time value when arg is huge.
22832         (time-since): Use time-subtract.
22833         (time-to-number-of-days): Use time-to-seconds.
22835 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22837         * gnus-start.el (gnus-display-time-event-handler):
22838         Check display-time-timer at runtime rather than only at load time
22839         in case display-time-mode is turned off in the mean time.
22841 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22843         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22844         used.
22846         * nneething.el (nneething-map-file-directory): Derive from
22847         `gnus-directory'.
22849         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22850         the To/Cc button.
22852 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22854         * nnmaildir.el (nnmaildir-request-accept-article):
22855         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22857 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22859         * gnus-async.el: Require timer-funcs at compile time when in
22860         XEmacs for `run-with-idle-timer'.
22862 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22864         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22865         autoloaded function.
22867 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22869         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22871 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22873         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22875 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22877         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22878         Add gnus-expert-user to default.
22880 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22882         * nnimap.el (nnimap-open-server): Ditto.
22884         * imap.el (imap-authenticate): Fix typo.
22886 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22888         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22889         buffer (since IMAP server might return FETCH response out of
22890         order, and the nntp buffer must be sorted).
22892 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22894         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22895         comparison on string.
22897         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22898         (gnus-agent-score): Rename category keywords to match gnus-cus.
22899         (gnus-agent-summary-fetch-series): Modify to protect against
22900         gnus-agent-summary-fetch-group clearing processable flags.
22901         (gnus-agent-synchronize-group-flags): Update live group buffer as
22902         synchronization may occur due to the user toggle the plugged
22903         status.
22904         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22905         successfully downloaded.
22906         (gnus-agent-expire-group-1): Avoid using markers when the overview
22907         is in ascending order; greatly improves performance.
22908         (gnus-agent-regenerate-group):
22909         Use gnus-agent-synchronize-group-flags to reset read status in both
22910         gnus and server.
22911         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22913 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22915         * message.el: Don't autoload former message-utils variables.
22916         (message-strip-subject-trailing-was): Change doc string.
22918         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22919         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22920         (nnweb-google-search): Add "hl=en" here.
22921         (nnweb-google-parse-1, nnweb-google-create-mapping):
22922         Don't hardcode URL.
22924 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22926         * message.el (message-get-reply-headers, message-followup):
22927         Mention related variables `message-use-followup-to' and
22928         `message-use-mail-followup-to', in the information buffer.
22930         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22931         of broken groups(-beta).google.com.
22933 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22935         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22936         parameter to invoked gnus-request-move-article; remove the
22937         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22938         all at once instead of once per article.
22939         (gnus-summary-remove-process-mark): Accept a list of articles as
22940         well as a single article for processing.
22942         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22943         parameter.
22945         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22947         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22949         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22950         parameter.
22952         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22953         parameter.
22955         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22956         parameter and remove the gnus-sum-hint-move-is-internal variable.
22958         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22959         parameter.
22961         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22962         parameter.
22964         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22965         parameter.
22967         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22969         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22970         parameter.
22972         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22973         parameter.
22975 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22977         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22978         a more conservative way.
22980 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22982         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22983         buffer, so it moves the window's cursor.
22985 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22987         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22988         `mm-dissect-multipart' and receive the from field as an (optional)
22989         argument from `mm-dissect-multipart'.
22990         (mm-dissect-multipart): Receive the from field as an argument and
22991         pass it on when we call `mm-dissect-buffer' on MIME parts.
22992         Fixes verification/decryption of signed/encrypted MIME parts.
22994 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22996         * gnus-sum.el (gnus-summary-move-article):
22997         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22998         whatever it calls (right now, only nnimap-request-move article
22999         respects it).
23001         * nnimap.el (nnimap-request-move-article):
23002         When gnus-sum-hint-move-is-internal is set, don't do the extra
23003         nnimap-request-article.
23005 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23007         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23009         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23010         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23012         * gnus-sum.el (gnus-summary-caesar-message):
23013         Apply `gnus-treat-article' after rotation.
23015         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23016         doc string.
23018 2005-02-22  Simon Josefsson  <jas@extundo.com>
23020         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23021         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23022         <arne@arnested.dk>.
23023         (encrypt): Add password-cache and password-cache-expiry as group
23024         members.
23026 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23028         * smime.el (smime-ldap-host-list): Doc fix.
23029         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23030         cache) password.
23031         (smime-sign-region): Use it.
23032         (smime-decrypt-region): Use it.
23033         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23034         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23035         fails.
23036         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23037         certificate from DER to PEM format rather than calling openssl.
23039         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23041         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23042         for signing/encryption.
23044         * mml.el (mml-parse-1): Use them.
23046 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23048         * nnrss.el (nnrss-verbose): Remove.
23049         (nnrss-request-group): Use `nnheader-message' instead.
23051 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23053         * nnrss.el (nnrss-verbose): New variable.
23054         (nnrss-request-group): Make it say nnrss is requesting a group.
23056 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23058         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23059         Handle news URL with given port correctly.
23061 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23063         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23064         containing special characters.
23066         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23068         * mml.el (mime-to-mml): Ditto.
23070         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23071         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23072         (rfc2047-decode-region): Quote decoded words containing special
23073         characters when rfc2047-quote-decoded-words-containing-tspecials
23074         is non-nil.
23076 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23078         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23080         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23082 2005-02-15  Simon Josefsson  <jas@extundo.com>
23084         * nnimap.el (nnimap-debug): Doc fix.
23086         * imap.el (imap-debug): Doc fix.
23088 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23090         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23092 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23094         * gnus.el (spam-contents): Improve docs for spam-contents
23095         parameter in its variable incarnation.
23097 2005-02-14  Simon Josefsson  <jas@extundo.com>
23099         * smime-ldap.el: Use require instead of load-library for ldap.
23100         (smime-ldap-search): Indent.
23101         (smime-ldap-search-internal): Shorten line.
23103         * smime.el (smime-cert-by-dns): Add doc-string.
23104         (smime-cert-by-ldap-1): Indent.
23106         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23107         mml-smime-get-dns-ldap.
23108         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23110 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23112         * smime.el: Require smime-ldap.
23113         (smime-ldap-host-list): New variable.
23114         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23116         * mml-smime.el (mml-smime-encrypt-query): New function.
23117         (mml-smime-encrypt-query): Use it.
23119         * smime-ldap.el: New file.
23121 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23123         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23125 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23127         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23128         argument in doc string.  Make query for type more clear.
23130 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23132         * gnus.el (gnus-group-startup-message): Search for gnus images in
23133         etc/images/gnus.
23134         * mm-util.el (mm-image-load-path): Likewise.
23135         * smiley.el (smiley-data-directory): Search for smilies in
23136         etc/images/smilies.
23138 2005-02-09  Kim F. Storm  <storm@cua.dk>
23140         Change Emacs release version from 21.4 to 22.1 throughout.
23141         Change Emacs development version from 21.3.50 to 22.0.50.
23143 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23145         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23147         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23148         non-Mule XEmacs as well.
23149         (mm-decompress-buffer): Signal an error intentionally if it does
23150         not decompress compressed data because auto-compression-mode is
23151         disabled.
23153 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23155         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23156         an ID in the registry even if it has no groups.
23158 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23160         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23161         merge it into mm-decompress-buffer.
23162         (gnus-mime-copy-part): Use the MIME part charset, the value which
23163         a user specified or gnus-newsgroup-charset for decoding, like
23164         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23165         save-buffer what was used.  Suggested by Kevin Ryde
23166         <user42@zip.com.au>.
23167         (gnus-mime-inline-part): Allow the name parameter as well as the
23168         filename parameter; force decompressing of compressed data; always
23169         display contents being not decoded as unibyte.
23171         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23172         as well as the filename parameter.
23174         * mm-util.el (mm-decompress-buffer):
23175         Merge gnus-mime-jka-compr-maybe-uncompress.
23176         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23177         of compressed data.
23179 2005-02-08  Simon Josefsson  <jas@extundo.com>
23181         * imap.el (imap-log): Doc fix.
23183 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23185         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23186         the coding cookies; decompress compressed parts.
23188         * mml.el (mml-generate-mime-1): Add the charset parameter according
23189         to the value which a user specified manually or the coding cookie.
23191         * mm-util.el (mm-string-to-multibyte): New function.
23192         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23193         (mm-coding-system-to-mime-charset): New function.
23194         (mm-decompress-buffer): New function.
23195         (mm-find-buffer-file-coding-system): New function.
23197         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23198         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23199         parts.
23201 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23203         * mm-view.el (mm-display-inline-fontify): Decode a part according
23204         to the charset parameter.
23206 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23208         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23209         prefix arg is neither nil nor a number, as info specifies.
23211 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23213         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23214         timestamps.
23216 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23218         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23219         groups error checking and notify user.
23221 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23223         * message.el (message-send-mail-function): Check existence of
23224         sendmail-program first before using default value
23225         `message-send-mail-with-sendmail'.  Otherwise use more generic
23226         `smtpmail-send-it'.
23228 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23230         * nntp.el (nntp-request-update-info): Always return nil.
23232 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23234         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23236 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23238         * message.el (message-beginning-of-line): Change the behavior when
23239         invoked between BOL and : so that it first moves backward.
23241 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23243         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23244         article buffer when editing of the article is discarded.
23245         (gnus-article-prepare): Revert.
23247 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23249         * gnus-art.el (gnus-article-prepare):
23250         Remove message-strip-forbidden-properties from the local hook.
23252 2005-01-27  Simon Josefsson  <jas@extundo.com>
23254         * password.el (password-cache-add): Only start one timer per key.
23255         Reported by Derek Atkins <warlord@MIT.EDU>.
23257 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23259         * run-at-time.el: Remove.  It is no longer needed as
23260         timer-funcs.el in the xemacs-base package has a working version of
23261         `run-at-time'.
23263         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23265         * password.el: Require timer-funcs instead of run-at-time in
23266         XEmacs.
23267         Remove `password-run-at-time' macro.
23268         (password-cache-add): Use `run-at-time' instead of
23269         `password-run-at-time'.
23271         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23272         Remove `nnheader-cancel-function-timers' alias,
23273         `cancel-function-timers' exists in XEmacs in timer-funcs.
23275         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23276         for `run-with-idle-timer'.
23278         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23279         for `run-at-time'.
23281         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23282         for `with-timeout'.
23284         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23285         the same as for XEmacs 21.4.
23286         No need to ignore `run-with-idle-timer', this function exists in
23287         XEmacs now in timer-funcs.el in the xemacs-base package.
23288         (dgnushack-compile): No need to delete
23289         run-at-time.el from the list of files to compile because it
23290         doesn't exist anymore.
23292 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23294         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23295         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23297 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23299         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23300         sensitively.
23302 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23304         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23306 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23308         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23309         which will be inserted according to the multibyteness of a buffer
23310         rather than the type of contents.  Suggested by ARISAWA Akihiro
23311         <ari@mbf.ocn.ne.jp>.
23313         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23314         of string which old xml.el may return rather than a string.
23316 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23318         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23320 2005-01-16  Simon Josefsson  <jas@extundo.com>
23322         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23323         idn/idna.el isn't available.
23324         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23325         <michael@waxrat.com>.
23327         * hashcash.el: Remove non-FSF copyright header.
23329         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23330         (hashcash-generate-payment): Use it.
23331         (hashcash-generate-payment-async): Use it.
23333 2005-01-15  Simon Josefsson  <jas@extundo.com>
23335         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23336         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23338         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23339         gnus-summary-idna-message.
23340         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23341         (gnus-summary-idna-message): New function.
23343 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23345         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23346         gnus-novice-user.
23348 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23350         * nnrss.el (nnrss-request-delete-group): Delete entries in
23351         nnrss-group-alist as well.
23352         (nnrss-save-server-data): Insert newline.
23354 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23356         * gnus.el (gnus-user-agent): Use list of symbols instead of
23357         symbols.  Display full version number for (S)XEmacs.
23358         Optionally display (S)XEmacs codename.
23360         * gnus-util.el (gnus-emacs-version): Update for new
23361         `gnus-user-agent'.
23363         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23364         Gnus version.
23366 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23368         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23369         which is unreadable in some setups.
23371 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23373         * gnus-spec.el (gnus-update-format-specifications): Flush the
23374         group format spec cache if it doesn't support decoded group names.
23376 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23378         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23379         Allow to apply decay on score files matching a regexp.
23381 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23383         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23384         compatibility in %g and %c.
23386 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23388         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23389         name for only %g and %c.
23390         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23391         of gnus-tmp-group to decoded group name.
23392         (gnus-group-make-rss-group): Exclude `/'s from group names.
23394 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23396         * nnrss.el (nnrss-get-encoding): Fix regexp.
23398 2004-12-27  Simon Josefsson  <jas@extundo.com>
23400         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23401         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23402         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23404 2004-12-17  Kim F. Storm  <storm@cua.dk>
23406         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23408         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23410 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23412         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23414 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23416         * nnrss.el: Require rfc2047 and mml.
23417         (nnrss-file-coding-system): New variable.
23418         (nnrss-format-string): Redefine it as an inline function.
23419         (nnrss-decode-group-name): New function.
23420         (nnrss-string-as-multibyte): Remove.
23421         (nnrss-retrieve-headers): Decode group name; don't use
23422         nnrss-format-string.
23423         (nnrss-request-group): Decode group name.
23424         (nnrss-request-article): Decode group name; allow a Message-ID as
23425         well as an article number; don't use nnrss-format-string; encode a
23426         Message-ID string which may contain non-ASCII characters; use
23427         mml-to-mime to compose a MIME article.
23428         (nnrss-request-expire-articles): Decode group name.
23429         (nnrss-request-delete-group): Decode group name.
23430         (nnrss-fetch): Clarify error message.
23431         (nnrss-read-server-data): Use insert-file-contents instead of load;
23432         bind file-name-coding-system; use multibyte buffer.
23433         (nnrss-save-server-data): Bind coding-system-for-write to the
23434         value of nnrss-file-coding-system; bind file-name-coding-system;
23435         add coding cookie.
23436         (nnrss-read-group-data): Use insert-file-contents instead of load;
23437         bind file-name-coding-system; use multibyte buffer.
23438         (nnrss-save-group-data): Bind coding-system-for-write to the
23439         value of nnrss-file-coding-system; bind file-name-coding-system.
23440         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23441         make it work with non-ASCII text.
23442         (nnrss-find-el): Make it work with old xml.el as well.
23444 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23446         * nnrss.el (nnrss-get-encoding): New function.
23447         (nnrss-fetch): Use unibyte buffer initially; bind
23448         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23449         decode contents according to the encoding attribute.
23450         (nnrss-save-group-data): Add coding cookie.
23451         (nnrss-mime-encode-string): New function.
23452         (nnrss-check-group): Use it to encode subject and author.
23454 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23456         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23457         imaginary variable.
23459 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23461         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23462         correctly even if there are wide characters.
23464 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23466         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23467         downcased symbol names; make a new cache instead of reusing
23468         bbdb-hashtable.
23470 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23472         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23473         concatenating segments rather than before concatenating them.
23474         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23476         * message.el (message-get-reply-headers): Bind `extra'.
23478 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23480         * message.el (message-extra-wide-headers): New variable.
23481         (message-get-reply-headers): Use it.
23483 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23485         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23486         (gnus-agent-group-pathname): Ditto.
23488         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23490         * gnus-group.el (gnus-group-make-group): Decode group name.
23491         (gnus-group-make-rss-group): Register the group data after opening
23492         the nnrss group.
23494 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23496         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23497         by expiry now get marked as read.
23499 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23501         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23503 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23505         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23506         unify Latin characters in XEmacs.
23507         (mm-find-mime-charset-region): Use it.
23509 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23511         * gnus-util.el (gnus-delete-directory): New function.
23513         * gnus-agent.el (gnus-agent-delete-group): Use it.
23515         * gnus-cache.el (gnus-cache-delete-group): Use it.
23517 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23519         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23520         names.
23522 2004-12-16  Simon Josefsson  <jas@extundo.com>
23524         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23526 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23528         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23530         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23531         (gnus-group-set-current-level): Decode group name.
23533 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23535         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23536         failed.
23538 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23540         * gnus-group.el (gnus-group-delete-group): Decode group name.
23541         (gnus-group-make-rss-group): Encode group name.
23542         (gnus-group-catchup-current): Decode group name.
23543         (gnus-group-kill-group): Decode group name.
23545 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23547         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23549 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23551         * gnus-group.el (gnus-group-make-rss-group):
23552         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23554         * gnus-start.el (gnus-setup-news): Honor user's setting to
23555         gnus-message-archive-method.  Suggested by Lute Kamstra
23556         <lute@gnu.org>.
23558 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23560         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23561         global counterparts of the buffer-local variables.
23563 2004-11-16  Romain Francoise  <romain@orebokech.com>
23565         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23566         counterparts of the buffer-local variables.
23568 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23570         * message.el (message-forbidden-properties): Fix typo in doc
23571         string.
23573 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23575         * gnus-util.el (gnus-replace-in-string): Add doc string.
23577         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23578         to avoid problems when splitting mails with many recipients.
23580 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23582         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23583         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23585 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23587         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23588         if there is no hashtable in memory or file modification time is
23589         newer than cached timestamp.
23591 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23593         * gnus-sum.el (gnus-summary-limit-to-recipient):
23594         Implement not-matching option.
23596 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23598         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23599         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23600         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23601         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23602         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23603         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23605 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23607         * message.el (message-forward-make-body-mml): Remove headers
23608         according to message-forward-ignored-headers if a message is decoded.
23610 2004-12-02  Romain Francoise  <romain@orebokech.com>
23612         * message.el (message-forward-make-body-plain): Always remove
23613         headers according to message-forward-ignored-headers.
23615 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23617         * spam.el (spam-summary-prepare-exit): Remove the
23618         gnus-summary-limit pop for now, it has problems with ham marks for
23619         me.
23621 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23623         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23624         correctly.
23626 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23628         * format-spec.el (format-spec): Message the char.
23630 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23632         * gnus-art.el (gnus-split-methods): Reformat comments.
23634         * spam.el (spam-summary-prepare-exit): Remove article limits
23635         before exiting the summary buffer.
23637 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23639         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23640         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23642         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23643         order to silence the byte compiler.
23645         * spam.el: Fix the way to silence the byte compiler, which
23646         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23647         bbdb-search-simple, spam-BBDB-register-routine,
23648         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23649         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23650         spam-stat-buffer-is-spam, spam-stat-load,
23651         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23652         spam-stat-save and spam-stat-split-fancy.
23654 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23656         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23657         which may confuse users.
23658         (canlock-password-for-verify): Ditto.
23660         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23662         * gnus-art.el (gnus-emphasis-alist): Ditto.
23664         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23666         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23668         * gnus-start.el (gnus-save-killed-list): Ditto.
23670         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23671         (gnus-sum-thread-tree-root): Ditto.
23672         (gnus-sum-thread-tree-false-root): Ditto.
23673         (gnus-sum-thread-tree-single-indent): Ditto.
23675         * message.el (message-courtesy-message): Ditto.
23676         (message-archive-note): Ditto.
23677         (message-subscribed-address-file): Ditto.
23678         (message-user-fqdn): Ditto.
23680         * spam-report.el (spam-report-gmane-regex): Ditto.
23682         * spam.el (spam-blackhole-good-server-regex): Ditto.
23684 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23686         * mml.el (mml-preview): Widen the message buffer before copying
23687         the contents to the preview buffer; sort headers before previewing.
23689         * message.el (message-hidden-headers): Fix the way to avoid a bug
23690         in the `repeat' widget in Emacs 21.3 or earlier.
23692 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23694         * message.el (message-hidden-headers): Default to "^References:".
23695         Improve customization type.  Suggested by Reiner Steib
23696         <Reiner.Steib@gmx.de>.
23698 2004-11-25  Romain Francoise  <romain@orebokech.com>
23700         * message.el (message-strip-forbidden-properties): Remove check for
23701         obsolete `message-hidden' text property, hidden headers are not
23702         accessible in the buffer anymore.
23704 2004-11-22  Romain Francoise  <romain@orebokech.com>
23706         * message.el (message-header-format-alist): Add `From' in list
23707         so that it can be sorted.
23708         (message-fix-before-sending): Widen and sort headers before
23709         sending.
23710         (message-hide-headers): Use narrowing to hide headers by moving
23711         them to the top of the buffer and narrowing to the region
23712         underneath.
23714 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23716         * message.el (message-strip-forbidden-properties):
23717         Bind buffer-read-only (etc) to nil.
23719 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23721         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23722         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23724 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23726         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23728 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23730         * dns.el (query-dns): Use sit-for to time instead of
23731         accept-process-output, since that doesn't seem to work on udp
23732         sockets.
23734 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23736         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23738 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23740         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23741         doc string.  Improve doc string.
23743 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23745         * nntp.el (nntp-request-update-info): Return nil if
23746         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23747         may not call gnus-activate-group which uselessly issues the GROUP
23748         commands for all nntp groups and wastes time.  Reported by Romain
23749         Francoise <romain@orebokech.com>.
23751         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23753 2004-11-15  Simon Josefsson  <jas@extundo.com>
23755         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23756         headers separately.
23757         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23758         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23760 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23762         * gnus-start.el (gnus-convert-old-newsrc):
23763         Assign legacy-gnus-agent to 5.10.7.
23765 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23767         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23768         start of the lines.
23770 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23772         * hashcash.el (hashcash-default-payment): Change default to 20.
23773         (hashcash-default-accept-payment): Change default to 20.
23774         (hashcash-process-alist): New variable.
23775         (hashcash-generate-payment-async): Add.
23776         (hashcash-already-paid-p): Add.
23777         (hashcash-insert-payment): Don't generate payments twice.
23778         (hashcash-insert-payment-async): Add.
23779         (hashcash-insert-payment-async-2): Add.
23780         (hashcash-cancel-async): Add.
23781         (hashcash-wait-async): Add.
23782         (hashcash-processes-running-p): Add.
23783         (hashcash-wait-or-cancel): Add.
23784         (mail-add-payment): New optional argument.  Conditionally start
23785         asynchronous calculation.
23786         (mail-add-payment-async): Add.
23788         * message.el (message-send-mail): Wait for asynchronous hashcash
23789         results.  Don't clobber existing X-Hashcash headers.
23790         (message-setup-1): Call mail-add-payment-async when
23791         message-generate-hashcash is non-nil.
23793 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23795         * message.el (message-use-alternative-email-as-from): Examine the
23796         From header as well; use message-make-from in order to include a
23797         user's full name.
23799 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23801         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23802         default; improve customization type.
23803         (gnus-emphasis-custom-with-format): New macro.
23804         (gnus-emphasis-custom-value-to-external): New function.
23805         (gnus-emphasis-custom-value-to-internal): New function.
23807 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23809         * dns.el (query-dns): Resolve reverse addresses.
23811 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23813         * gnus-group.el (gnus-group-get-new-news): Use it.
23815         * gnus-start.el (gnus-check-reasonable-setup): New function.
23817 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23819         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23820         "Args out of range" error.  Reported by Arnaud Giersch
23821         <arnaud.giersch@free.fr>.
23823 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23825         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23827 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23829         * spam.el (spam group): Add :version.
23831         * pgg-def.el (pgg group): Add :version.
23833 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23835         * gnus-art.el (gnus-article-edit-article): Don't associate the
23836         article buffer with a draft file.  This is a temporary measure
23837         against the 2004-08-22 change to gnus-article-edit-mode.
23839 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23841         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23842         (html2text-format-tags): Remove unused variable `attr'.
23844 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23846         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23848         * tls.el (tls-process-connection-type, tls-success)
23849         (tls-certtool-program): Add :version.
23851         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23852         (starttls-extra-arguments, starttls-process-connection-type)
23853         (starttls-connect, starttls-failure, starttls-success): Add :version.
23855         * spam-stat.el (spam-stat): Add :version.
23857         * sieve.el (sieve): Add :version.
23859         * sha1.el (sha1): Add :version.
23860         (sha1-use-external): Remove redundant version.
23862         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23863         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23864         (nnmail-split-fancy-match-partial-words)
23865         (nnmail-split-lowercase-expanded): Add :version.
23867         * nndiary.el (nndiary): Add :version.
23869         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23871         * mml-sec.el (mml-default-sign-method)
23872         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23873         Add :version.
23875         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23877         * mm-url.el (mm-url-use-external, mm-url-program)
23878         (mm-url-arguments): Add :version.
23880         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23881         (mm-attachment-file-modes, mm-decrypt-option)
23882         (mm-w3m-safe-url-regexp): Add :version.
23884         * message.el (message-cite-prefix-regexp)
23885         (message-sendmail-envelope-from, message-minibuffer-local-map)
23886         (message-user-fqdn, message-completion-alist): Add :version.
23888         * gnus-win.el (gnus-configure-windows-hook)
23889         (gnus-use-frames-on-any-display): Add :version.
23891         * gnus-art.el (gnus-article-address-banner-alist)
23892         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23893         (gnus-treat-from-picon, gnus-treat-mail-picon)
23894         (gnus-treat-x-pgp-sig): Add :version.
23896         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23897         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23898         (gnus-summary-article-delete-hook)
23899         (gnus-summary-display-while-building): Add :version.
23901         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23902         (gnus-get-top-new-news-hook): Add :version.
23904         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23905         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23907         * gnus-registry.el (gnus-registry): Add :version.
23909         * gnus-spec.el (gnus-use-correct-string-widths)
23910         (gnus-make-format-preserve-properties): Add :version.
23912         * gnus.el (gnus-group-charter-alist)
23913         (gnus-group-fetch-control-use-browse-url)
23914         (gnus-install-group-spam-parameters): Add :version.
23916         * gnus-diary.el (gnus-diary): Add :version.
23918         * gnus-delay.el (gnus-delay): Add :version.
23920         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23921         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23922         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23923         Add :version.
23925         * gnus-agent.el (gnus-agent-max-fetch-size)
23926         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23927         (gnus-agent-prompt-send-queue): Add :version.
23929         * deuglify.el (gnus-outlook-deuglify): Add :version.
23931         * html2text.el: Beautify code.  Improve doc strings.
23932         Some checkdoc cleanup.
23933         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23935 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23937         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23939 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23941         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23942         when package is loaded.
23944         * spam.el (spam-summary-score-preferred-header): Add global preference
23945         for people who want to override the default SpamAssassin over
23946         Bogofilter preference (when both are set).
23947         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23948         (spam-user-format-function-S):
23949         Check spam-summary-score-preferred-header.
23950         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23951         (spam-user-format-function-S): Format the score correctly.
23953 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23955         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23956         signature file.  Suggested by Manoj Srivastava
23957         <srivasta@golden-gryphon.com>.
23959         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23960         iso-2022-jp even in the Japanese language environment.
23961         Suggested by Jason Rumney <jasonr@gnu.org>.
23963 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23965         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23966         use the same characters as the dummy marks; make it free from
23967         getting affected by the language environment.
23968         (gnus-summary-read-group-1): Update mark positions only when the
23969         format spec is updated.
23971         * gnus-spec.el (gnus-update-format-specifications): Return a list
23972         of updated types.
23974 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23976         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23977         of boundp to check if display-warning is available.
23979 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23981         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23983 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23985         * nnspool.el (nnspool-spool-directory): Use news-path if the
23986         news-directory variable is not bound.
23988         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23989         function instead of display-warning if it is not available.
23991 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23993         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23994         v5-10: Use `point-at-bol'.
23996 2004-10-26  Simon Josefsson  <jas@extundo.com>
23998         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23999         <chenggao@gmail.com>.
24001 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24003         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24004         instead.
24006 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24008         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24009         to remove a server from the nnimap-server-buffer-alist.
24010         (nnimap-open-connection, nnimap-close-server): Use it.
24012         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24014 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24016         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24017         running the major-mode function.
24019 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24021         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24022         dummy marks in the right way.
24024 2004-10-18  David Edmondson  <dme@dme.org>
24026         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24027         excessively.
24029 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24031         * gnus-util.el (gnus-split-references): Accept a nil references
24032         string and go on blissfully.
24034         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24035         cases where the references string is non-nil but has no references.
24037         * encrypt.el: Add autoload tags.
24039         * spam.el (spam-resolve-registrations-routine): Remove article
24040         from unregistration list too.  Reported by David Hanak
24041         <dhanak@isis.vanderbilt.edu>
24043 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24045         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24046         nil.  Change custom type.
24048 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24050         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24052         * gnus-sum.el (gnus-summary-move-article): Use it.
24054 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24056         * encrypt.el: Add autoload cookies.
24058         * spam.el (spam-backend-article-list-property)
24059         (spam-backend-get-article-todo-list)
24060         (spam-backend-put-article-todo-list)
24061         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24062         Resolve registrations separately.
24063         (spam-register-routine): Format comments.
24064         (spam-unregister-routine, spam-register-routine): Always call with
24065         specific-articles, no default list.
24066         (spam-summary-prepare-exit): Use the spam-classifications function.
24068         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24069         gnus-encrypt.el.
24071         * encrypt.el: Copied from gnus-encrypt.el.
24073         * gnus-encrypt.el: Commented that it's obsolete.
24075 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24077         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24078         (gnus-score-save): Use it.
24080         * message.el (message-bury): Use `window-dedicated-p'.
24082 2004-10-15  Simon Josefsson  <jas@extundo.com>
24084         * pop3.el (top-level): Don't require nnheader.
24085         (pop3-read-timeout): Add.
24086         (pop3-accept-process-output): Add.
24087         (pop3-read-response, pop3-retr): Use it.
24089 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24091         * spam.el (spam-register-routine): Move comment.
24092         (spam-verify-bogofilter): Use 'unknown for the initial
24093         spam-bogofilter-valid state, not 'never.
24095         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24096         for netrc-machine.
24098         * nnimap.el (nnimap-open-connection):
24099         Use netrc-machine-user-or-password.
24101 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24103         * gnus-registry.el (gnus-registry-unload-hook):
24104         Set as a variable with add-hook.
24106         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24107         of news-path.
24109         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24111         * spam.el: Delete duplicate `provide'.
24112         (spam-unload-hook): Set as a variable with add-hook.
24114 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24116         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24117         in the doc string.
24119         * message.el (message-ignored-news-headers)
24120         (message-ignored-supersedes-headers)
24121         (message-ignored-resent-headers)
24122         (message-forward-ignored-headers): Improve custom type.
24124 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24126         * message.el (message-tokenize-header): Fix 2004-09-06 change
24127         which used point-min in the wrong place.
24129 2004-10-12  Simon Josefsson  <jas@extundo.com>
24131         * tls.el (tls-certtool-program): New variable.
24132         (tls-certificate-information): New function, based on
24133         ssl-certificate-information.
24135 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24137         * compface.el: Move the version of ELisp-based uncompface program
24138         to the contrib directory because of the copyright problem.
24140 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24142         * message.el (message-kill-buffer): Raise the current frame.
24144 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24146         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24148         * gnus.el (message-y-or-n-p): Autoload.
24150         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24151         (pop3-password-required, pop3-authentication-scheme)
24152         (pop3-leave-mail-on-server): Make customizable.
24153         (pop3): New custom group.
24154         (pop3-retr): Remove `sleep-for' statements.
24155         Suggested by Dave Love <fx@gnu.org>.
24157         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24158         Windows/DOS.
24160         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24161         (imap-parse-body): Fix incorrect use of `assert'.
24162         Suggested by Dave Love <fx@gnu.org>.
24164         * mml.el (mml-minibuffer-read-disposition): Require match.
24165         Suggested by Dave Love <fx@gnu.org>.
24167 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24169         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24170         doc string.
24172 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24174         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24176 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24178         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24179         instead of calling `mm-insert-inline', to decode text/* parts
24180         before displaying them.
24182 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24184         * mm-uu.el (mm-uu-text-plain-type): New variable.
24185         (mm-uu-pgp-signed-extract-1): Use it.
24186         (mm-uu-pgp-encrypted-extract-1): Use it.
24187         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24188         bind mm-uu-text-plain-type with that value.
24189         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24190         mm-uu-dissect.
24192 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24194         * gnus-group.el (gnus-update-group-mark-positions):
24195         * gnus-sum.el (gnus-update-summary-mark-positions):
24196         * message.el (message-check-news-body-syntax):
24197         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24198         of string-as-multibyte.
24200 2004-10-05  Juri Linkov  <juri@jurta.org>
24202         * gnus-group.el (gnus-update-group-mark-positions):
24203         * gnus-sum.el (gnus-update-summary-mark-positions):
24204         * message.el (message-check-news-body-syntax):
24205         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24206         8-bit unibyte values to a multibyte string for search functions.
24208 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24210         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24211         (mm-uu-dissect-text-parts): New function.
24213         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24214         dissect text parts.
24216         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24217         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24219         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24221         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24222         Use gnus-current-topics instead of gnus-current-topic.
24224 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24226         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24228 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24230         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24231         where appropriate.
24233         * nnml.el (nnml-generate-active-info): do.
24235         * nndiary.el (nndiary-generate-active-info): do.
24237         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24238         (gnus-topic-move): do.
24240         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24241         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24243         * gnus-srvr.el (gnus-server-prepare)
24244         (gnus-server-open-all-servers): do.
24246         * gnus-msg.el (gnus-summary-cancel-article)
24247         (gnus-summary-resend-message)
24248         (gnus-summary-mail-crosspost-complaint): do.
24250         * gnus-move.el (gnus-change-server): do.
24252         * gnus-group.el (gnus-group-unmark-all-groups)
24253         (gnus-group-set-current-level): do.
24255 2004-10-04  Simon Josefsson  <jas@extundo.com>
24257         * message.el (message-generate-hashcash): Doc fix.
24259 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24261         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24262         avoid infinite recursion via gnus-get-function.
24264 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24266         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24268         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24270         * nnmail.el (nnmail-split-history): do.
24272         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24273         (nnml-request-delete-group): do.
24275         * nnslashdot.el (nnslashdot-read-groups): do.
24277         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24278         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24280         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24281         (nnspool-sift-nov-with-sed): Use last.
24282         (nnspool-retrieve-headers-with-nov): Use mapc.
24283         (nnspool-request-newgroups): Use dolist.
24284         (nnspool-request-group): Use last.
24286         * nntp.el (nntp-read-server-type): Use dolist.
24288         * nnvirtual.el (nnvirtual-create-mapping)
24289         (nnvirtual-update-read-and-marked): Use dolist.
24290         (nnvirtual-convert-headers): Simplify.
24292 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24294         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24295         Add support for sync'ing tick marks.
24297 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24299         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24300         there's no visible header.
24302 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24304         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24305         When necessary, pass full group name to gnus-request-set-marks.
24307 2004-10-01  Simon Josefsson  <jas@extundo.com>
24309         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24310         acroread.
24312 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24314         * spam-report.el (spam-report-gmane): Fix interactive.
24316         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24318         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24319         when writing file.
24320         (gnus-agent-synchronize-flags): Don't default to being
24321         interactive.
24323 2004-09-30  Simon Josefsson  <jas@extundo.com>
24325         * message.el (message-generate-hashcash): Add.
24326         (message-send-mail): Use it, call mail-add-payment.
24328 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24330         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24332 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24334         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24335         gnus-requst-update-info with explicit code to sync the in-memory
24336         info read flags with the marks being sync'd to the backend.
24338         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24340 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24342         * spam.el (spam-verify-bogofilter): Add new function.
24343         (spam-check-bogofilter)
24344         (spam-bogofilter-register-with-bogofilter): Use it.
24345         (spam-verify-bogofilter): Add small fixes.
24347 2004-09-28  Simon Josefsson  <jas@extundo.com>
24349         * hashcash.el (hashcash-generate-payment): Revert.
24351 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24353         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24354         Use gnus-extract-references instead of gnus-split-references.
24356         * gnus-util.el (gnus-extract-references): Add new function, analogous
24357         to gnus-split-references but extracts only the message-ID without
24358         anything extra.
24360         * hashcash.el (hashcash-generate-payment)
24361         (hashcash-check-payment): Do the right thing if hashcash-path is
24362         nil (because the hashcash program could not be found).
24364         * spam.el (spam-use-hashcash): Remove comment.
24366 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24368         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24369         (gnus-cache-enter-article, gnus-cache-remove-article)
24370         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24372         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24374         * gnus-art.el (article-hide-boring-headers)
24375         (article-translate-strings, article-display-face)
24376         (gnus-article-mime-match-handle-first)
24377         (gnus-article-highlight-headers)
24378         (gnus-article-add-buttons-to-head): do.
24380 2004-09-27  Simon Josefsson  <jas@extundo.com>
24382         * hashcash.el: New version, from
24383         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24384         ../contrib/.
24386 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24388         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24390 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24392         * gnus-dup.el (gnus-dup-open): Use mapc.
24393         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24395         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24396         Reported by Stefan Wiens <s.wi@gmx.net>.
24398         * gnus.el (gnus-shutdown): Use dolist.
24400         * gnus-undo.el (gnus-undo): Use mapc.
24402         * nnrss.el (nnrss-generate-active): do.
24404         * message.el (message-cite-original-without-signature)
24405         (message-cite-original): Use mapc.
24406         (message-do-actions, message-make-forward-subject): Use dolist.
24408 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24410         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24411         deletion to remove entire duplicate line.  Fixes merged article
24412         number bug.
24414 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24416         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24417         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24418         first ask if you want to open a server and then, even when you
24419         responded with no, asking if you want to synchronize the server's
24420         flags.
24421         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24422         multi-line expressions.
24423         (gnus-agent-synchronize-group-flags): New internal function.
24424         Updates marks in memory (in the info structure) AND in the
24425         backend.
24427         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24429         * nnagent.el (nnagent-request-set-mark):
24430         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24431         method, to ensure that synchronization updates marks in the
24432         backend and in the info (in memory) structure.
24434 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24436         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24437         convention fully; don't miss the root article of a thread; make
24438         the X-Draft-From header with correct article numbers.
24440 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24442         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24443         unless plugged.  Disable the agent so that an open failure causes
24444         an error.
24446         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24447         Revert 2004-09-21 change.  The backend must be opened while
24448         synchronizing flags even when the backend stores the flags
24449         locally.
24451 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24453         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24454         in `header' match.  Reported by Svend Tollak Munkejord.
24456         * message.el (message-cite-original): Fix use of
24457         `message-cite-articles-with-x-no-archive'.
24459 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24461         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24462         (gnus-window-to-buffer): Ditto.
24464         * mml.el (mml-preview-buffer): New variable.
24465         (mml-preview): Manage window layout with gnus-buffer-configuration.
24467         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24468         X-Draft-From header even if those articles aren't quoted.
24470 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24472         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24473         (gnus-request-set-mark, gnus-request-update-mark): Use new
24474         g-s-t-u-l-m to decide to use backend even when unplugged.
24476 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24478         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24479         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24481 2004-09-20  Simon Josefsson  <jas@extundo.com>
24483         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24484         "utf-16-le".
24486 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24488         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24490 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24492         * uudecode.el (uudecode-use-external): Add :version.
24494         * smime.el (smime-CA-file, smime-encrypt-cipher)
24495         (smime-dns-server): Add :version.
24497         * smiley.el (gnus-smiley-file-types): Add :version.
24499         * sha1.el (sha1-use-external): Add :version.
24501         * pgg-def.el (pgg-query-keyserver): Add :version.
24503         * nnmail.el (nnmail-fancy-expiry-targets)
24504         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24505         Add :version.
24507         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24508         (nnimap-retrieve-groups-asynchronous): Add :version.
24509         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24511         * mml.el (mml-content-disposition-parameters)
24512         (mml-insert-mime-headers-always): Add :version.
24514         * mm-util.el (mm-coding-system-priorities): Add :version.
24516         * mm-decode.el (mm-inline-text-html-with-images)
24517         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24518         (mm-verify-option): Add :version.
24519         (mm-text-html-renderer): Change :version.
24521         * message.el (message-fcc-externalize-attachments)
24522         (message-required-headers, message-draft-headers)
24523         (message-subject-trailing-was-query)
24524         (message-subject-trailing-was-ask-regexp)
24525         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24526         (message-mark-insert-end, message-archive-header)
24527         (message-archive-note, message-cross-post-default)
24528         (message-cross-post-note, message-followup-to-note)
24529         (message-cross-post-note-function, message-use-mail-followup-to)
24530         (message-subscribed-address-functions)
24531         (message-subscribed-address-file, message-subscribed-addresses)
24532         (message-subscribed-regexps, message-allow-no-recipients)
24533         (message-yank-cited-prefix, message-signature-insert-empty-line)
24534         (message-hidden-headers, message-hierarchical-addresses)
24535         (message-mail-user-agent, message-use-idna)
24536         (message-valid-fqdn-regexp)
24537         (message-strip-special-text-properties, message-header-synonyms)
24538         (message-beginning-of-line, message-tab-body-function): Add :version.
24539         (message-insert-canlock, message-wide-reply-confirm-recipients):
24540         Change :version.
24542         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24543         and :version.
24544         (mail-source-delete-old-incoming-confirm)
24545         (mail-source-movemail-program): Add :version.
24547         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24548         (gnus-agent-cache, gnus-agent): Change :version.
24550         * gnus-util.el (gnus-use-byte-compile): Change :version.
24552         * gnus-sum.el (gnus-summary-make-false-root-always)
24553         (gnus-summary-default-high-score)
24554         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24555         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24556         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24557         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24558         (gnus-sum-thread-tree-single-indent)
24559         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24560         (gnus-sum-thread-tree-leaf-with-other)
24561         (gnus-sum-thread-tree-single-leaf): Add :version.
24562         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24563         (gnus-article-loose-mime): Change :version.
24565         * gnus-start.el (gnus-backup-startup-file)
24566         (gnus-save-startup-file-via-temp-buffer): Add :version.
24568         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24569         (gnus-server-offline-face): Add :version.
24571         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24573         * gnus-msg.el (gnus-gcc-externalize-attachments)
24574         (gnus-debug-files, gnus-debug-exclude-variables)
24575         (gnus-discouraged-post-methods): Change :version.
24576         (gnus-confirm-mail-reply-to-news)
24577         (gnus-confirm-treat-mail-like-news): Add :version.
24579         * gnus-int.el (gnus-server-unopen-status): Add :version.
24581         * gnus-group.el (gnus-group-jump-to-group-prompt)
24582         (gnus-large-ephemeral-newsgroup)
24583         (gnus-fetch-old-ephemeral-headers): Add :version.
24585         * gnus-fun.el (gnus-x-face-directory)
24586         (gnus-convert-pbm-to-x-face-command)
24587         (gnus-convert-image-to-x-face-command)
24588         (gnus-convert-image-to-face-command): Add :version.
24590         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24592         * gnus-cite.el (gnus-cite-blank-line-after-header)
24593         (gnus-article-boring-faces): Add :version.
24595         * gnus-art.el (gnus-buttonized-mime-types)
24596         (gnus-inhibit-mime-unbuttonizing)
24597         (gnus-treat-display-face)
24598         (gnus-treat-body-boundary): Change :version.
24599         (gnus-body-boundary-delimiter, gnus-picon-databases)
24600         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24601         (gnus-treat-date-english, gnus-treat-fold-headers)
24602         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24603         (gnus-treat-mail-picon, gnus-treat-wash-html)
24604         (gnus-article-encrypt-protocol)
24605         (gnus-use-idna, gnus-article-over-scroll)
24606         (gnus-mime-display-multipart-alternative-as-mixed)
24607         (gnus-mime-display-multipart-related-as-mixed)
24608         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24609         (gnus-ctan-url, gnus-button-ctan-handler)
24610         (gnus-button-handle-ctan-bogus-regexp)
24611         (gnus-button-ctan-directory-regexp)
24612         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24613         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24614         (gnus-button-man-level, gnus-button-emacs-level)
24615         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24617         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24618         (gnus-agent-go-online): Change :version.
24619         (gnus-agent-expire-unagentized-dirs)
24620         (gnus-agent-auto-agentize-methods): Add :version.
24622         * flow-fill.el (fill-flowed-display-column)
24623         (fill-flowed-encode-column): Add :version.
24625         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24626         (gnus-outlook-deuglify-unwrap-max)
24627         (gnus-outlook-deuglify-cite-marks)
24628         (gnus-outlook-deuglify-unwrap-stop-chars)
24629         (gnus-outlook-deuglify-no-wrap-chars)
24630         (gnus-outlook-deuglify-attrib-cut-regexp)
24631         (gnus-outlook-deuglify-attrib-verb-regexp)
24632         (gnus-outlook-deuglify-attrib-end-regexp)
24633         (gnus-outlook-display-hook): Add :version.
24635         * binhex.el (binhex-use-external): Add :version.
24637 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24639         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24640         and `invisible'.
24642 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24644         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24645         in gnus-registry-trim.
24647 2004-09-13  Simon Josefsson  <jas@extundo.com>
24649         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24651         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24653         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24654         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24655         <yamaoka@jpl.org>.
24656         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24657         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24658         <yamaoka@jpl.org>.
24660         * sieve.el (sieve-manage-mode): Ditto.
24662 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24664         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24666 2004-09-11  Simon Josefsson  <jas@extundo.com>
24668         * dns-mode.el: Add.
24670         * mm-view.el (mm-display-dns-inline): Add.
24672         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24673         (mm-automatic-display): Ditto.
24675         * mailcap.el (mailcap-mime-data): Add text/dns.
24676         (mailcap-mime-extensions): Map .soa to text/dns.
24678 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24680         * gnus-art.el (article-decode-mime-words, article-babel)
24681         (gnus-article-highlight-signature, gnus-article-add-buttons)
24682         (gnus-signature-toggle): Remove unnecessary bindings of
24683         `inhibit-read-only' inherited from v5.10 merge.
24685 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24687         * nntp.el (nntp): New customization group.
24688         (nntp-authinfo-file): Add customization group.
24690         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24692         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24694         * gnus.el (to-address, to-list, subscribed)
24695         (large-newsgroup-initial): Ditto.
24697         * flow-fill.el (fill-flowed-display-column)
24698         (fill-flowed-encode-column): Ditto.
24700 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24702         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24703         Use point-min rather than 1.
24704         (message-send-mail): Use buffer-size rather than point-max.
24706         * gnus-sum.el (gnus-summary-search-article-forward):
24707         Signal a specific `search-failed' rather than a generic `error'.
24709         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24710         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24711         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24713 2004-09-10  Simon Josefsson  <jas@extundo.com>
24715         * nndb.el (require): Remove tcp and duplicate cl.
24717 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24719         * gnus-agent.el (directory-files-and-attributes): Move forward.
24721 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24723         * gnus-agent.el (directory-files-and-attributes):
24724         Optionally defined to support XEmacs.
24726 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24728         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24729         to avoid run-time CL dependencies.
24730         (gnus-agent-unfetch-articles): New function.
24731         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24732         article numbers even when local .overview file is missing.
24733         (gnus-agent-read-article-number): New function.  Only accepts
24734         27-bit article numbers.
24735         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24736         Use gnus-agent-read-article-number.
24737         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24738         from backend while recognizing that article numbers in .overview
24739         must be valid.
24740         (gnus-agent-update-files-total-fetched-for):
24741         Use directory-files-and-attributes to improve performance.
24742         * gnus-int.el (gnus-request-move-article):
24743         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24744         improve performance.
24746         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24747         some users confused by references to .newsrc when they only have a
24748         .newsrc.eld file.
24749         (gnus-convert-mark-converter-prompt)
24750         (gnus-convert-converter-needs-prompt): Fix use of property list.
24751         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24752         New function.  Used internally to only display 'gnus converting
24753         files' message when actually necessary.
24755         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24756         methods now autoloaded.
24758 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24760         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24761         identifiers.
24763 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24765         * gnus-picon.el: Fix indentation and closing parenthesis.
24767 2004-09-01  Simon Josefsson  <jas@extundo.com>
24769         * message.el (message-canlock-generate): Require sha1, not
24770         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24771         to require within a function.  Sadly, if sha1.el isn't loaded, the
24772         let binding in m-c-g will hide the defcustom definition, which is
24773         bad.)
24775         * canlock.el: Require sha1, not sha1-el.
24777         * message.el: Don't autoload sha1 (there is a autoload cookie in
24778         sha1.el).
24780         * sha1-el.el: Rename to sha1.el.
24782 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24784         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24786 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24788         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24790 2004-08-30  Kim F. Storm  <storm@cua.dk>
24792         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24794         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24795         Add :group 'nnimap.
24797 2004-08-30  Andreas Schwab  <schwab@suse.de>
24799         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24800         ?* and ?\;.
24802         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24803         and ?\' to symbol instead of whitespace.
24805 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24807         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24809         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24810         instead of re-search-forward.
24812         * gnus-uu.el (gnus-uu-save-article): Ditto.
24813         (gnus-uu-post-encode-uuencode): Ditto.
24815         * html2text.el (html2text-clean-list-items): Ditto.
24816         (html2text-clean-dtdd): Ditto.
24817         (html2text-format-tags): Ditto.
24819         * message.el (message-send-mail-with-sendmail): Fix regexp.
24820         (message-fill-field-general): Use search-forward instead of
24821         re-search-forward.
24822         (unbold-region): Ditto.
24824         * nnrss.el (nnrss-request-article): Ditto.
24826         * nnslashdot.el (nnslashdot-request-article): Ditto.
24828         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24830         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24831         "Unrecognized menu descriptor" error in XEmacs.
24833 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24835         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24836         parent article of a sparse article in the thread hashtb.
24838 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24840         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24841         (nnmail-expand-newtext): Lowercase expanded entries if
24842         nnmail-split-lowercase-expanded is non-nil.
24844 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24846         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24848         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24849         of gnus-tmp-news-method into string under XEmacs.  It will be
24850         passed to gnus-correct-length which takes only a string argument.
24852 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24854         * gnus-util.el (gnus-bind-print-variables): New macro.
24855         (gnus-prin1): Use it.
24856         (gnus-prin1-to-string): Use it.
24857         (gnus-pp): New function.
24858         (gnus-pp-to-string): New function.
24860         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24861         Replace pp-to-string with gnus-pp-to-string.
24862         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24863         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24864         * gnus-msg.el (gnus-debug): Ditto.
24865         * gnus-score.el (gnus-score-save): Ditto.
24866         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24867         gnus-pp-to-string.
24868         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24869         with gnus-pp.
24870         * score-mode.el (gnus-score-pretty-print): Ditto.
24871         * webmail.el (webmail-debug): Ditto.
24873 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24875         * gnus-art.el (article-display-face, article-display-x-face):
24876         Use buffer-read-only.
24878 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24880         * gnus-art.el (article-hide-list-identifiers):
24881         Bind inhibit-read-only as t.
24883 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24885         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24887 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24889         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24890         (gnus-narrow-to-page): Don't assume point-min == 1.
24891         (gnus-article-edit-mode): Derive from message-mode.
24893         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24894         point-min == 1.
24896         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24897         Disable incorrect use of `assert'.
24899         * message.el (message-mode): Set comment-start-skip.
24902 2004-08-22  Sam Steingold  <sds@gnu.org>
24904         * pop3.el (pop3-leave-mail-on-server): New user variable.
24905         (pop3-movemail): Delete mail only when it is nil.
24907 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24909         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24911         * mml.el (mml-preview): Use `pop-to-buffer'.
24913         * message.el (message-goto-mail-followup-to): Insert after "To".
24914         (message-carefully-insert-headers): Add comment.
24916         * gnus.el: Remove unused variable `gnus-article-check-size'.
24918         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24920         * gnus-art.el (gnus-button-alist):
24921         Improve `gnus-button-handle-library' entry.
24923 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24925         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24926         Use downcase, since XEmacs capitalizes error messages differently.
24928 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24930         * nntp.el: Add (require 'gnus) due to reference to
24931         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24933 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24935         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24936         Bind `mm-fill-flowed'.
24938         * mm-decode.el (mm-dissect-singlepart): Check it.
24940 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24942         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24943         'imap' for netrc parsing.
24945 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24947         * mailcap.el (mailcap-mime-data): Mark as risky.
24949 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24951         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24952         may be included in the encoded word.
24953         (rfc2047-encode): Don't append a space if the encoded word
24954         includes close parenthesis.
24956 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24958         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24959         of text within parentheses.
24961 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24963         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24964         (gnus-encrypt-write-file-contents): Make the password key the file
24965         name PLUS the cipher, not just the cipher.  Also remove failed
24966         passwords from the cache.
24968 2004-08-06  Simon Josefsson  <jas@extundo.com>
24970         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24971         Doc fix.
24973 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24975         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24976         LWSP.
24978 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24980         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24981         Try to append in-reply-to: data to the references: header.
24983         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24984         (netrc-parse): Use gnus-encrypt.el functions.
24986         * gnus-encrypt.el: Add new file for encryption support; currently
24987         does only a few GPG ciphers and an internal XOR cipher.
24989         * password.el: Add comments on using password-read-and-add.
24990         (password-read-and-add): Add function to read and add the
24991         password to the cache at once.
24993 2004-07-28  Simon Josefsson  <jas@extundo.com>
24995         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24996         parameter (but don't use it, for now).
24998         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24999         instead of hard coding to nil.
25001 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25003         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25004         as mm-inline-image-xemacs does.
25006 2004-07-26  Simon Josefsson  <jas@extundo.com>
25008         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25009         Revert part of 2004-07-17 change below.
25011 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25013         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25014         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25016 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25018         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25019         quotes that actually start with ">" at the beginning of the
25020         lines.
25022 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25024         * rfc2047.el (rfc2047-encode-region): Fix last change.
25025         (rfc2047-encode-parameter): Remove useless concat.
25027 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25029         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25030         encode special characters; fix some kind of misconfigured headers;
25031         signal a real error if debug-on-quit or debug-on-error is non-nil.
25032         (rfc2047-encode-max-chars): New variable.
25033         (rfc2047-encode-1): Use it.
25034         (rfc2047-encode-parameter): New function.
25036         * mml.el (mml-insert-parameter): Remove an excessive space.
25038 2004-07-17  Simon Josefsson  <jas@extundo.com>
25040         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25041         Kai Grossjohann <kai@emptydomain.de>.
25042         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25043         (gnus-group-make-menu-bar): Ditto.
25045         * gnus-util.el (gnus-group-server): Add.
25047 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25049         * message.el (message-clone-locals): Clone sendmail and smtp
25050         variables.
25052 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25054         * rfc2047.el (rfc2047-encode-region): Fix last change.
25056 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25058         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25059         characters as non-special.
25061 2004-07-09  Simon Josefsson  <jas@extundo.com>
25063         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25064         Users will lose all flag changes made while unplugged with
25065         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25066         good default.  See numerous reports on ding mailing list.
25068 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25070         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25071         add generate-head-function and generate-article-function to the
25072         rfc822-forward entry.
25073         (nndoc-rfc822-forward-generate-article): New function.
25074         (nndoc-rfc822-forward-generate-head): New function.
25076         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25078 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25080         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25081         respect display group parameter and gnus-summary-expunge-below.
25082         (gnus-articles-to-read): Remove unused reference to display group
25083         parameter.
25085 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25087         * nnheader.el (nnheader-uniquify-message-id): New experimental
25088         variable.
25089         (nnheader-nov-read-message-id): Use it.
25091         * spam-report.el (spam-report-gmane): Add interactive.
25093 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25095         * mm-encode.el (mm-content-transfer-encoding-defaults):
25096         Use qp-or-base64 for the application/* types.
25098 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25100         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25102 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25104         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25105         trim value.
25107 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25109         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25110         New macro and function.
25111         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25113 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25115         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25116         after-load-alist.
25118 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25120         * gnus-group.el (gnus-group-get-new-news-this-group):
25121         Don't update info that isn't there.
25123 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25125         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25126         entry.
25128 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25130         * mm-view.el (mm-inline-render-with-function): Use multibyte
25131         buffer; decode html source by charset.
25133         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25135         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25136         Mule-UCS is loaded under XEmacs.
25137         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25139 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25141         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25143 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25145         * mm-util.el (mm-coding-system-p): Return a coding-system.
25146         (mm-mime-mule-charset-alist): Use shift_jis instead of
25147         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25148         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25149         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25150         instead of japanese-shift-jis and iso-latin-1 respectively in
25151         order to share the default value with both Emacs and XEmacs-mule.
25152         (mm-mule-charset-to-mime-charset):
25153         Make mm-coding-system-priorities effective.
25154         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25155         while predicating of candidates upon the priorities.
25157 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25159         * gnus-sum.el (gnus-summary-make-menu-bar):
25160         Add gnus-uu-invert-processable.
25162         * gnus.el: Autoload gnus-uu-invert-processable.
25164 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25166         * mm-util.el (mm-with-multibyte-buffer): New macro.
25168         * rfc2047.el (rfc2047-encode-string): Use it.
25169         (rfc2047-encode-region): Move point to the end of the region after
25170         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25172 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25174         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25175         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25177 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25179         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25180         (gnus-cite-parse): Ignore quoted envelope From_.
25181         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25183 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25185         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25186         invalid addresses.
25188 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25190         * spam.el: Change section markers, revise TODO list.
25191         (spam-backends): Make new master list of all installed backends.
25192         (spam-summary-exit-behavior): Add new variable to determine how
25193         messages moves are done at summary exit.
25194         (spam-move-spam-nonspam-groups-only)
25195         (spam-process-ham-in-nonham-groups)
25196         (spam-process-ham-in-spam-groups): Remove variables, the
25197         spam-summary-exit-behavior variable should be used to manage this
25198         behavior.
25199         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25200         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25201         and spam-old-spam-articles.
25202         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25203         Add empty variables, placeholders for the backends they represent.
25204         (spam-set-difference): Move, unchanged.
25205         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25206         unless the user has a processor variable.
25207         (spam-classifications, spam-classification-valid-p)
25208         (spam-backend-properties, spam-backend-property-valid-p)
25209         (spam-backend-function-type-valid-p)
25210         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25211         (spam-report-articles-gmane, spam-report-articles-resend):
25212         Remove functions, they are not needed.
25213         (spam-install-backend-super, spam-backend-list)
25214         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25215         (spam-backend-function, spam-backend-ham-registration-function)
25216         (spam-backend-spam-registration-function)
25217         (spam-backend-ham-unregistration-function)
25218         (spam-backend-spam-unregistration-function)
25219         (spam-backend-statistical-p, spam-backend-mover-p)
25220         (spam-install-backend-alias, spam-install-checkonly-backend)
25221         (spam-install-mover-backend, spam-install-nocheck-backend)
25222         (spam-install-backend, spam-install-statistical-backend)
25223         (spam-install-statistical-checkonly-backend): Add backend installation
25224         support.
25225         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25226         (spam-group-processor-p): Use the new backend code and respect the
25227         summary exit behavior.
25228         (spam-mark-spam-as-expired-and-move-routine): Remove.
25229         (spam-summary-prepare): Change to use the new spam-old-articles
25230         variable.
25231         (spam-copy-or-move-routine, spam-copy-spam-routine)
25232         (spam-move-spam-routine, spam-copy-ham-routine)
25233         (spam-move-ham-routine): Add code to copy/move ham or spam.
25234         (spam-fetch-field-fast): Improve doc and code, plus allow the
25235         'number request.
25236         (spam-list-of-checks, spam-list-of-statistical-checks):
25237         Remove variables.
25238         (spam-split, spam-find-spam): Use the new backend code.
25239         (spam-registration-functions): Remove variable.
25240         (spam-unregister-routine): Add convenience wrapper.
25241         (spam-log-undo-registration, spam-register-routine)
25242         (spam-log-processing-to-registry)
25243         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25244         where possible.
25245         (spam-check-gmane-xref, spam-check-regex-headers)
25246         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25247         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25248         (spam-check-bogofilter-headers, spam-check-spamoracle)
25249         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25250         (spam-check-crm114-headers): Use the spam-split-group that
25251         spam-split prepares, no need to determine it every time.
25253         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25254         to the nnheader-parse-naked-head call.
25256         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25258         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25259         the nnheader-nov-read-message-id call.
25261 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25263         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25264         gnus-activate-group twice.  Suggested by Markus Peter
25265         <warp@spin.de>.
25267 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25269         * gnus-art.el (gnus-article-time-format): Exchange the order of
25270         day and month in the default value; fix customization type.
25271         (article-date-ut): Use add-text-properties.
25272         (article-make-date-line): Use message-make-date instead of
25273         current-time-string.
25275         * message.el (message-fetch-field): Don't use set-text-properties.
25276         (message-make-date): Simplify.
25278         * messagexmas.el (message-xmas-make-date): New function.
25279         (message-xmas-redefine): Defalias message-make-date to it.
25281 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25283         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25284         (rfc2047-encode-region): Treat text within parentheses as special;
25285         show the original text when error has occurred.
25287         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25288         already-computed method to gnus-activate-group.
25290         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25291         same select-methods identical Lisp objects.
25293         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25294         object when modifying the info.
25296 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25298         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25299         gnus-opened-servers since it has never been opened with the new
25300         configuration yet.
25302 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25304         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25305         arg to nnheader-generate-fake-message-id.
25307 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25309         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25310         number and build a fake message ID localized to a group and
25311         article number (so it's repeatable from that point on).
25312         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25313         ID format.
25315         * gnus-sum.el (gnus-get-newsgroup-headers):
25316         Call nnheader-generate-fake-message-id with the article number.
25318 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25320         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25321         end-of-buffer.
25323 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25325         * message.el (message-ignored-supersedes-headers): Add Approved.
25327 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25329         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25330         goto-char.
25331         (rfc2047-encode): Fold the line before encoding.
25333 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25335         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25336         folding -- not all headers can be folded, and this should be done
25337         by the message composition mode.  Probably.  I think.
25339 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25341         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25342         fast.
25344         * gnus-ems.el (gnus-remove-image): Don't use
25345         message-text-with-property; remove only the image found first.
25347         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25348         found first.
25350 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25352         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25354 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25356         * message.el (message-text-with-property): Make it fast and accept
25357         optional arguments.
25358         (message-strip-forbidden-properties): Use it.
25359         (message-fix-before-sending): Follow the m-t-w-p change.
25361         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25363 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25365         * gnus-art.el (article-hide-headers): Don't change the buffer
25366         mistakenly when performing mml-preview even if
25367         gnus-single-article-buffer is nil.
25369 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25371         * message.el (message-expand-name-databases): New user option.
25372         (message-expand-name): Use it.
25374 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25376         * spam.el (spam-report-articles-resend)
25377         (spam-report-resend-register-routine): Allow ham reporting.
25378         (spam-report-resend-register-ham-routine): Add wrapper.
25379         (spam-registration-functions): Add ham resending functions.
25380         (spam-list-of-processors): Add ham resend processor.
25382         * gnus.el (ham-resend-to): Add new group parameter.
25383         (spam-process): Add ham resend option.
25385         * spam-report.el (spam-report-resend): Allow reporting ham.
25386         (spam-report-resend-ham): Add wrapper.
25388 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25390         * message.el (message-cite-articles-with-x-no-archive):
25391         New variable.
25392         (message-cite-original): Use it.
25394 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25396         * message.el (message-cite-original): Respect X-No-Archive.
25398 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25400         * gnus-art.el (article-hide-headers): Refer to the values for
25401         gnus-ignored-headers and gnus-visible-headers in the summary
25402         buffer since a user may have set them as group parameters.
25404 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25406         * assistant.el (assistant-node-name): Add convenience function.
25407         (assistant-render-text, assistant-render-node): Add error handling,
25408         plus handle multiple next nodes.
25409         (assistant-find-next-node): Comment out for now.
25410         (assistant-find-next-nodes): Add function, returns list of next
25411         nodes.
25413 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25415         * mail-source.el (mail-source-directory): Fix doc-string.
25417 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25419         * assistant.el (assistant-render-text, assistant-eval): Add :set
25420         widget type, which is different because it takes and returns a
25421         list.  Much hilarity ensues.
25423 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25425         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25427         * gnus-group.el (gnus-group-get-new-news-this-group):
25428         Add doc-string.
25430         * gnus-start.el (gnus-activate-group): Add doc-string.
25432 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25434         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25436 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25438         * assistant.el (assistant-render-text): Try to add a :set
25439         widget, more to come.
25441         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25442         strings.
25443         (spam-report-articles-resend)
25444         (spam-register-routine): Do registration iff any articles warrant
25445         it.
25446         (spam-summary-prepare-exit): Change log message for nil group
25447         destinations.
25449 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25451         * spam.el (spam-report-resend-register-routine):
25452         Allow spam-report-resend-to to be a group parameter or a global value.
25454 2004-05-26  Simon Josefsson  <jas@extundo.com>
25456         * starttls.el: Merge with my GNUTLS based starttls.el.
25457         (starttls-gnutls-program, starttls-use-gnutls)
25458         (starttls-extra-arguments, starttls-process-connection-type)
25459         (starttls-connect, starttls-failure, starttls-success):
25460         New variables.
25461         (starttls-program, starttls-extra-args): Doc fix.
25462         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25463         New functions.
25464         (starttls-negotiate, starttls-open-stream):
25465         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25466         function if it is set.
25468 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25470         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25471         structured fields.
25473 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25475         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25477 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25479         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25480         Add variable.
25481         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25482         assigning the spam-mark to new messages.
25484 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25486         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25488 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25490         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25492         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25493         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25494         default.
25496 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25498         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25499         correct data.
25501 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25503         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25504         (spam-group-processor-p): Fix function.
25505         (spam-group-processor-multiple-p)
25506         (spam-group-spam-processor-report-gmane-p)
25507         (spam-group-spam-processor-report-resend-p)
25508         (spam-group-spam-processor-bogofilter-p)
25509         (spam-group-spam-processor-blacklist-p)
25510         (spam-group-spam-processor-ifile-p)
25511         (spam-group-ham-processor-ifile-p)
25512         (spam-group-spam-processor-spamoracle-p)
25513         (spam-group-spam-processor-crm114-p)
25514         (spam-group-ham-processor-bogofilter-p)
25515         (spam-group-spam-processor-stat-p)
25516         (spam-group-ham-processor-stat-p)
25517         (spam-group-ham-processor-whitelist-p)
25518         (spam-group-ham-processor-BBDB-p)
25519         (spam-group-ham-processor-spamoracle-p)
25520         (spam-group-ham-processor-copy-p): Remove functions with some
25521         prejudice against unneeded code.
25522         (spam-report-articles-resend)
25523         (spam-report-resend-register-routine): Allow the group/topic
25524         spam-resend-to value to override spam-report-resend-to.
25525         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25526         properly now.
25528         * gnus.el (spam-resend-to): Add group/topic parameter.
25529         (spam-process): Move the OBSOLETE processors to the end of the
25530         choices.
25532 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25534         * spam-report.el (spam-report-resend-to, spam-report-resend):
25535         Start with resend-to set to nil, and then ask the user if necessary.
25536         (spam-report-resend): spam-report-resend takes a list of articles, not
25537         separate article numbers.
25539 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25541         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25542         addition to emacs-w3m.
25544 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25546         * assistant.el (assistant-authinfo-data): New function.
25547         (assistant-eval): Eval for entire assistant.
25549         * netrc.el (netrc-services-file): New variable.
25550         (netrc-parse-services): New function.
25551         (netrc-find-service-name): New function.
25552         (netrc-find-service-number): New function.
25553         (netrc-port-equal): New function.
25554         (netrc-machine): Use it.
25556         * nnimap.el (nnimap-open-connection): Use netrc.
25558         * gnus-util.el (gnus-netrc-get): Remove aliases.
25560         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25562         * assistant.el (wid-edit): Fix compilation.
25564         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25566 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25568         * gnus-util.el (gnus-set-file-modes): New function.  (small
25569         patch).
25571 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25573         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25575         * assistant.el (assistant-render-node): Fix up rendering and
25576         read-only text.
25577         (assistant-render-node): Reset.
25578         (assistant-make-read-only): Not sticky.
25580 2004-05-20  Danny Siu  <dsiu@adobe.com>
25582         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25583         centered even when gnus-auto-center-summary is t.
25585 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25587         * dns.el (dns-get-txt-answer): New function.
25588         (dns-read-txt): Ditto.
25589         (query-dns): Use it.
25591 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25593         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25594         active for foreign groups even if the group level is higher than
25595         the specified value.
25597 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25599         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25600         non-active groups.
25602         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25604 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25606         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25608 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25610         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25611         (spam-crm114-header, spam-crm114-spam-switch)
25612         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25613         (spam-crm114-positive-spam-header)
25614         (spam-crm114-database-directory, spam-list-of-processors)
25615         (spam-group-spam-processor-crm114-p)
25616         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25617         (spam-generic-score, spam-list-of-checks)
25618         (spam-list-of-statistical-checks, spam-registration-functions)
25619         (spam-check-crm114-headers, spam-crm114-score)
25620         (spam-check-crm114, spam-crm114-register-with-crm114)
25621         (spam-crm114-register-spam-routine)
25622         (spam-crm114-unregister-spam-routine)
25623         (spam-crm114-register-ham-routine)
25624         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25626 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25628         * gnus.el: Add spam-use-crm114.
25630         * spam.el (spam-list-of-processors, spam-registration-functions):
25631         Add spam-use-resend.
25632         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25633         (spam-report-articles-gmane): Add doc fix.
25634         (spam-report-articles-resend, spam-report-resend-register-routine):
25635         Add wrappers around spam-report-resend-to.
25637         * spam-report.el (spam-report-resend-to, spam-report-resend):
25638         Add support for resending spam.
25639         (spam-report-gmane): Fix line length >80.
25641         * gnus.el (spam-process): Add spam-use-resend.
25643 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25645         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25646         number of processed spam messages.
25647         (spam-ham-copy-or-move-routine): Return the number of processed
25648         ham messages.
25649         (spam-summary-prepare-exit): Use the above values to decide
25650         whether status messages shouled be displayed.
25652 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25654         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25655         `rfc2047-encoding-function-alist' in order to avoid conflicting
25656         with the old version.
25657         (rfc2047-encode-region): Concatenate words containing non-ASCII
25658         characters in structured fields; don't encode space-delimited
25659         ASCII words even in unstructured fields; don't break words at
25660         char-category boundaries.
25661         (rfc2047-encode-1): New function.
25662         (rfc2047-encode): Use it; encode text so that it occupies the
25663         maximum width within 76-column; work correctly on Q encoding for
25664         iso-2022-* charsets.
25665         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25666         sure not to break a line just after the header name.
25667         (rfc2047-b-encode-region): Remove.
25668         (rfc2047-b-encode-string): New function.
25669         (rfc2047-q-encode-region): Remove.
25670         (rfc2047-q-encode-string): New function.
25672         * mm-util.el (mm-replace-in-string): New function.
25674 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25676         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25677         Really get it right.
25678         (gnus-inews-make-draft): Really.
25680 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25682         * nnmh.el (nnmh-request-list-1): Don't check the link count
25683         before descending.  (small patch)
25685 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25687         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25688         stuff.
25690         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25691         Match on real group name.
25693         * gnus-art.el (gnus-signature-limit): Doc fix.
25695         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25697         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25699 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25701         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25702         isn't a string.
25704 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25706         * gnus-draft.el (gnus-draft-send):
25707         Bind rfc2047-encode-encoded-words.
25709         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25710         (rfc2047-encodable-p): Say that =? needs encoding.
25711         (rfc2047-encode-encoded-words): New variable.
25713         * gnus-group.el (gnus-group-select-group): Doc fix.
25715         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25717         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25718         to nil.
25720         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25722         * nnheader.el (nnheader-get-lines-and-char): New function.
25724 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25726         * gnus-msg.el (gnus-summary-followup-with-original):
25727         Document yanking of region when active.
25729 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25731         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25732         groups if the group level is higher than the specified value.
25734 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25736         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25737         (gnus-group-jump-to-group): Add prefix argument using
25738         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25739         non-active group.
25741         * compface.el (uncompface): Be verbose when changing
25742         `uncompface-use-external'.
25744         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25745         handle manual section.
25747 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25749         * gnus-art.el (gnus-button-alist): Revert previous change.
25751 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25753         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25755 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25757         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25758         whether backend can accept message.
25760         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25762 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25764         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25765         Avoid creating directory when nntp-marks-is-evil is true.
25766         Reported by Reiner Steib.
25768 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25770         * gnus-picon.el (gnus-picon-insert-glyph):
25771         Add optional `nostring' argument.
25773 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25775         * gnus-picon.el (gnus-picon-style): New variable.
25776         (gnus-picon-transform-address): Support `gnus-picon-style'.
25778 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25780         * message.el (message-fill-field): Return point.
25781         (message-generate-headers): Go to end of field.
25783         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25784         stuff for non-living groups.
25786 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25788         * gnus-art.el (gnus-article-followup-with-original)
25789         (gnus-article-reply-with-original): gnus-mark-active-p ->
25790         gnus-region-active-p.
25792 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25794         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25795         only when there is spam or ham to be processed.
25797 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25799         * mail-source.el (mail-source-delete-crash-box): Refactor.
25800         (mail-source-fetch): Use it.
25801         (mail-source-fetch-file): Ditto.
25802         (mail-source-fetch-directory): Run postscript in loop.
25803         (mail-source-fetch-pop): Delete.
25804         (mail-source-fetch-maildir): Ditto.
25805         (mail-source-fetch-imap): Ditto.
25807         * imap.el (imap-authenticators): Comment out sasl.
25809         * message.el (message-skip-to-next-address): New function.
25810         (message-fill-header-address): Refactor.
25811         (message-fill-address): Use it.
25812         (message-delete-address): Use it.
25813         (message-fill-header-general): Refactor.
25814         (message-fill-field-address): Rename.
25815         (message-narrow-to-field): Find the start of the header.
25816         (message-header-format-alist): Don't pre-fill.
25817         (message-fill-header): Remove.
25818         (message-insert-header): New function.
25819         (message-shorten-references): Use it.
25821         * rfc2047.el (rfc2047-field-value): Strip props.
25823         * mail-parse.el (mail-header-make-address): New alias.
25825         * ietf-drums.el (ietf-drums-make-address): New function.
25827         * imap.el: Add compiler directives.
25829         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25831         * gnus-art.el (article-decode-idna-rhs): Don't use
25832         message-idna-inside-rhs-p.
25834 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25836         * message.el (message-idna-inside-rhs-p): Remove.
25837         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25839         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25840         false positives.
25842 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25844         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25846 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25848         * nneething.el (nneething-file-name): Don't create spurious
25849         files.
25851         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25852         (gnus-inews-do-gcc): Remove sleep.
25854         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25855         part under point.
25857         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25858         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25860 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25862         * spam.el (spam-summary-prepare-exit): Fix (length).
25864 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25866         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25867         as expired without moving it" message when there are spam
25868         messages left.
25870 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25872         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25873         header is not nil.
25875 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25877         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25878         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25879         (nntp-marks-changed-p): New arg SERVER.
25880         (nntp-request-update-info): Adjust caller.
25882 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25884         * nntp.el (nntp-save-marks): Pass missing arg.
25886 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25888         * nntp.el: Support marks.
25889         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25890         (nntp-marks-modtime, nntp-marks-directory): New variables.
25891         (nntp-request-set-mark, nntp-request-update-info)
25892         (nntp-possibly-create-directory, nntp-marks-changed-p)
25893         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25894         New functions.
25896 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25898         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25899         (gnus-xmas-redefine): Rename.
25901         * gnus-score.el (gnus-score-insert-help):
25902         Use gnus-select-lowest-window.
25904         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25905         appt-select-lowest-window and rename to gnus-select-lowest-window.
25907         * gnus.el: do.
25909 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25911         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25912         encodings of MIME-encoded words, in order to improve
25913         interoperability with several broken MUAs.
25915 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25917         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25918         tags, only when charsets are not specified in headers.
25919         (mm-inline-text-html-render-with-w3m): Ditto.
25921         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25922         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25924 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25926         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25927         instead of MIME-decoded from fields when checking
25928         `gnus-article-address-banner-alist'.
25930 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25932         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25933         description rather than subject.
25935 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25937         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25939 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25941         * gnus.el (gnus-version-number): Bump.
25943 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25945         * gnus.el: No Gnus v0.2 is released.
25947 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25949         * gnus-agent.el (gnus-agent-read-agentview):
25950         Inline gnus-uncompress-range.
25952 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25954         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25955         `exec-installed-p'.
25957 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25959         * gnus.el (spam-process, spam-autodetect-methods):
25960         Add bsfilter and bsfilter-headers.
25962         * spam.el (spam-bsfilter): New customize group.
25963         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25964         (spam-bsfilter-header, spam-bsfilter-probability-header)
25965         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25966         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25967         (spam-bsfilter-database-directory): New options.
25968         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25969         (spam-list-of-statistical-checks, spam-registration-functions):
25970         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25971         (spam-bsfilter-score): New command.
25972         (spam-check-bsfilter-headers, spam-check-bsfilter)
25973         (spam-bsfilter-register-with-bsfilter)
25974         (spam-bsfilter-register-spam-routine)
25975         (spam-bsfilter-unregister-spam-routine)
25976         (spam-bsfilter-register-ham-routine)
25977         (spam-bsfilter-unregister-ham-routine): New functions.
25978         (spam-generic-score): Support bsfilter; Accept an optional argument
25979         to recalcurate spam score even if scoring header has already been
25980         added.
25981         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25982         optional argument to recalcurate spam score even if scoring header
25983         has already been added.
25985 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25987         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25988         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25989         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25990         link is missing.
25992 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25994         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25995         (html2text-get-attr): Rewrite.
25997         * message.el (message-setup-1): Remove redundant put-text-property
25998         on mail-header-separator.
26000 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26002         * gnus-registry.el (gnus-registry-cache-whitespace)
26003         (gnus-registry-action, gnus-registry-spool-action)
26004         (gnus-registry-split-fancy-with-parent): Change message levels
26005         from 5 to 3 or 7, as needed.
26007         * spam.el (spam-summary-prepare-exit)
26008         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26009         (spam-split, spam-find-spam, spam-log-undo-registration)
26010         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26011         level from 5 to 6.
26013 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26015         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26016         2004-03-04 change).
26018 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26020         * sieve-manage.el (sieve-manage-open):
26021         * nnweb.el (nnweb-insert-html):
26022         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26023         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26024         * nnspool.el (nnspool-request-group):
26025         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26026         * nnml.el (nnml-request-update-info):
26027         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26028         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26029         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26030         (nnimap-request-set-mark):
26031         * nnfolder.el (nnfolder-request-update-info):
26032         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26033         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26034         * gnus-uu.el (gnus-uu-find-articles-matching):
26035         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26036         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26037         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26038         * gnus-nocem.el (gnus-nocem-scan-groups):
26039         * gnus-int.el (gnus-start-news-server):
26040         * gnus-group.el (gnus-group-make-kiboze-group)
26041         (gnus-group-browse-foreign-server):
26042         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26043         Use mapc when appropriate.
26045 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26046             Adam Sjøgren  <asjo@koldfront.dk>
26047             Wes Hardaker  <wes@hardakers.net>
26048             Michael Shields  <shields@msrl.com>
26050         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26051         may need for spam sorting and scoring.
26052         (spam-user-format-function-S): Add user format function suitable for
26053         general use.
26054         (spam-article-sort-by-spam-status): Add sorting function for summary
26055         sorting.
26056         (spam-extra-header-to-number): Add function to get a score from a
26057         header.
26058         (spam-summary-score): Add function to get a numeric score from the
26059         headers.
26060         (spam-generic-score): Fix function doc, was in wrong place.
26061         (spam-initialize): Take symbols when it's run, and install the
26062         extra headers that spam-necessary-extra-headers thinks we need.
26064 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26066         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26067         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26069 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26071         * gnus-sum.el (gnus-set-global-variables)
26072         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26073         (gnus-article-get-xrefs, gnus-summary-best-group)
26074         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26075         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26076         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26077         Use with-current-buffer.
26079 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26081         * spam.el (spam-summary-prepare-exit): Simplify logic.
26082         (spam-fetch-article-header): Read the article header if it's not
26083         available.
26084         (spam-list-articles): Simplify logic.
26085         (spam-filelist-register-routine): Fix bug with unregister-list.
26087         * gnus-registry.el: Fix comments at beginning.
26089 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26091         * message.el (message-cater-to-broken-inn): Remove.
26092         (message-shorten-references): Make sure the total folded length of
26093         References is shorter than 998 characters to cater to a bug in INN
26094         2.3.  Also, don't pretend that references aren't folded -- this
26095         hasn't worked for a while.
26097 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26099         * gnus-agent.el (gnus-agentize):
26100         gnus-agent-send-mail-real-function no longer set to current value
26101         of message-send-mail-function but rather a lambda that calls
26102         message-send-mail-function.  The change makes the agent real-time
26103         responsive to user changes to message-send-mail-function.
26105 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26107         * legacy-gnus-agent.el
26108         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26109         help from Florian Weimer <fw@deneb.enyo.de>
26111 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26113         * nnmail.el (nnmail-cache-insert): Revert last change.
26115 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26117         * nnmail.el (nnmail-cache-insert): Always check whether
26118         nnmail-cache-ignore-groups matches a group name.
26120 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26122         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26123         (spam-find-spam, spam-log-processing-to-registry)
26124         (spam-log-registered-p, spam-log-unregistration-needed-p)
26125         (spam-log-undo-registration): Use gnus-message instead of
26126         gnus-error, none of these errors are fatal.
26128         * gnus-registry.el (gnus-registry-clean-empty-function)
26129         (gnus-registry-clean-empty): Remove only empty entries without
26130         extra data.
26132 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26134         * spam-stat.el (spam-stat-buffer-change-to-spam)
26135         (spam-stat-buffer-change-to-non-spam): Change (error) to
26136         (gnus-message 8) invocation.
26138 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26140         * nntp.el (nntp-via-netcat-command): New variable.
26141         (nntp-via-netcat-switches): New variable.
26142         (nntp-open-via-rlogin-and-netcat): New function.
26143         (nntp-open-connection-function): Doc fix.
26144         (nntp-telnet-command): Doc fix.
26145         (nntp-end-of-line): Doc fix.
26146         (nntp-via-rlogin-command): Doc fix.
26147         (nntp-via-user-name): Doc fix.
26148         (nntp-via-address): Doc fix.
26150 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26152         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26153         error in Emacs 21.1.
26155 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26157         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26159 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26161         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26162         (gnus-agent-with-refreshed-group): New macro.
26163         (gnus-agent-rename-group): New function.
26164         (gnus-agent-delete-group): New function.
26165         (gnus-agent-save-group-info): Use gnus-command-method when
26166         `method' parameter is nil.  Don't write nil entries into the
26167         active file.
26168         (gnus-agent-get-group-info): New function.
26169         (gnus-agent-fetch-articles):
26170         Use gnus-agent-update-files-total-fetched-for to increment disk space
26171         used.
26172         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26173         Use gnus-agent-update-view-total-fetched-for to increment disk space
26174         used.
26175         (gnus-agent-get-local): Add optional parameters to avoid calling
26176         gnus-group-real-name and gnus-find-method-for-group.
26177         (gnus-agent-set-local): Delete stored entry if either min, or max,
26178         are nil.
26179         (gnus-agent-fetch-session): Reworded error/quit messages.
26180         On quit, use gnus-agent-regenerate-group to record existance of any
26181         articles fetched to disk before the quit occurred.
26182         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26183         gnus-agent-update-view-total-fetched-for, and
26184         gnus-agent-update-files-total-fetched-for to decrement disk space
26185         used.
26186         (gnus-agent-retrieve-headers):
26187         Use gnus-agent-update-view-total-fetched-for to increment disk space
26188         used.
26189         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26190         with gnus-agent-update-files-total-fetched-for to decrement disk
26191         space and fresh group buffer.
26192         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26193         (gnus-agent-need-update-total-fetched-for): New variable.
26194         (gnus-agent-update-files-total-fetched-for): New function.
26195         (gnus-agent-update-view-total-fetched-for): New function.
26196         (gnus-agent-total-fetched-for): New function.
26198         * gnus-cache.el (gnus-cache-save-buffers):
26199         Use gnus-cache-update-overview-total-fetched-for to change disk space
26200         used by this group.
26201         (gnus-cache-possibly-enter-article):
26202         Use gnus-cache-update-file-total-fetched-for to increment disk space
26203         used by this group.
26204         (gnus-cache-possibly-remove-article):
26205         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26206         used by this group.
26207         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26208         (gnus-cache-rename-group): New function.
26209         (gnus-cache-delete-group): New function.
26210         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26211         (gnus-cache-need-update-total-fetched-for): New variable.
26212         (gnus-cache-with-refreshed-group): New macro.
26213         (gnus-cache-update-file-total-fetched-for): New function.
26214         (gnus-cache-update-overview-total-fetched-for): New function.
26215         (gnus-cache-rename-group-total-fetched-for): New function.
26216         (gnus-cache-delete-group-total-fetched-for): New function.
26217         (gnus-cache-total-fetched-for): New function.
26219         * gnus-group.el: Require gnus-sum and autoload functions to
26220         resolve warnings when gnus-group.el compiled alone.
26221         (gnus-group-line-format): Document new %F.
26222         (size of Fetched data) group line format; identifies disk space
26223         used by agent and cache.
26224         (gnus-group-line-format-alist): Define new F format.
26225         (gnus-total-fetched-for): New function.
26226         (gnus-group-delete-group): No longer update
26227         gnus-cache-active-altered as gnus-request-delete-group now keeps
26228         the cache in sync.
26229         (gnus-group-list-active): Let the agent store a server's active
26230         list if currently plugged.
26232         * gnus-int.el (gnus-request-delete-group):
26233         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26234         local disk in sync with the server.
26235         (gnus-request-rename-group):
26236         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26237         local disk in sync with the server.
26239         * gnus-start.el (gnus-get-unread-articles):
26240         Cosmetic simplification to logic.
26242         * gnus-util.el (gnus-rename-file): New function.
26244 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26246         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26248 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26250         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26251         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26253 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26255         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26256         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26258 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26260         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26262 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26264         * spam.el (spam-set-difference): Add function to replace
26265         gnus-set-difference in spam.el.
26266         (spam-summary-prepare-exit): Use spam-set-difference.
26268 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26270         * gnus-registry.el (gnus-registry-cache-file): Update to use
26271         gnus-dribble-directory OR gnus-home-directory OR ~.
26272         (gnus-registry-split-fancy-with-parent): Fix doc.
26274 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26276         * message.el (message-exchange-point-and-mark):
26277         Use message-mark-active-p.  Suggested by Jesper Harder
26278         <harder@ifa.au.dk>.
26280 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26282         * message.el (message-exchange-point-and-mark): Don't activate
26283         region if it was inactive.  Suggested by Hiroshi Fujishima
26284         <pooh@nature.tsukuba.ac.jp>.
26286 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26288         * gnus-art.el (article-display-face): Display Faces in the same
26289         order as X-Faces.
26291 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26293         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26295 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26297         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26298         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26299         (gnus-article-mime-hierarchy): Remove.
26300         (gnus-article-mime-hierarchy-next): Remove.
26301         (gnus-article-mode): Revert 2004-03-19 change.
26302         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26303         (gnus-insert-mime-button): Revert 2004-03-19 change.
26304         (gnus-mime-accumulate-hierarchy): Remove.
26305         (gnus-mime-enter-multipart): Remove.
26306         (gnus-mime-leave-multipart): Remove.
26307         (gnus-mime-display-part): Revert 2004-03-19 change.
26308         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26310         * mml.el (mml-preview): Revert 2004-03-19 change.
26312 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26314         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26316 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26318         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26319         t while entering a file name using the mm-with-multibyte macro.
26320         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26322         * mm-util.el (mm-with-multibyte): New macro.
26324 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26326         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26327         New user option.
26328         (gnus-mime-multipart-functions): Doc and customization fix.
26329         (gnus-article-mime-hierarchy): New variable.
26330         (gnus-article-mime-hierarchy-next): New variable.
26331         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26332         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26333         gnus-article-mime-hierarchy-next to nil.
26334         (gnus-insert-mime-button): Show hierarchy numbers.
26335         (gnus-mime-accumulate-hierarchy): New function.
26336         (gnus-mime-enter-multipart): New function.
26337         (gnus-mime-leave-multipart): New function.
26338         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26339         (gnus-mime-display-alternative): Show hierarchy numbers.
26341         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26342         gnus-article-mime-hierarchy-next to nil.
26344 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26346         * dns.el: Don't require gnus-xmas.
26348 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26350         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26351         inline PGP.
26352         (mml-menu): Disable mml-quote-region if mark is inactive.
26354 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26356         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26357         when the group's active is not available.
26359 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26361         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26362         error.
26364 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26366         * imap.el (imap-store-password): New variable.
26367         (imap-interactive-login): Use it.
26368         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26370 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26372         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26373         window-start and hscroll to summary window.
26375 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26377         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26378         conversion message to newsrc-dribble when an actual conversion is
26379         performed.
26381 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26383         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26385 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26387         * mm-decode.el (mm-complicated-handles): New function reviving
26388         former definition of mm-multiple-handles.
26390         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26391         (gnus-mime-delete-part): Use it.
26393 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26395         * gnus-agent.el (gnus-agent-read-local):
26396         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26397         avoid the implicit assumption that they will always be equal.
26398         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26399         coding-system-for-write, as the with-temp-file macro first prints
26400         to a buffer then saves the buffer.
26402 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26404         * gnus-art.el (gnus-article-edit-part): New function.
26405         (gnus-mime-save-part-and-strip): Use it; do query instead of
26406         signaling an error; don't use mm-multiple-handles.
26407         (gnus-mime-delete-part): Ditto.
26409 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26411         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26412         old file versions.
26413         (gnus-group-prepare-hook): Remove function that converted list
26414         form of gnus-agent-expire-days to group properties.
26416         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26417         (gnus-request-accept-article): Re-indented.
26419         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26420         converters to handle old agent file formats.  Add logic for a
26421         "backup before upgrading warning".
26422         (gnus-convert-mark-converter-prompt): Developers can mark
26423         functions as needing (default), or not needing,
26424         gnus-convert-old-newsrc's "backup before upgrading warning".
26425         (gnus-convert-converter-needs-prompt): Tests whether the user
26426         should be protected from potentially irreversable changes by the
26427         function.
26429         * legacy-gnus-agent.el: New.  Provides converters that are only
26430         loaded when gnus-convert-old-newsrc needs to call them.
26432 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26434         * mail-source.el (mail-source-touch-pop): Doc fix.
26436         * message.el (message-smtpmail-send-it): Doc fix.
26438 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26440         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26442         * nnmail.el (nnmail-split-fancy): do.
26444         * gnus-kill.el (gnus-kill, gnus-execute): do.
26446 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26448         * gnus-sum.el (gnus-widget-reversible-match)
26449         (gnus-widget-reversible-to-internal)
26450         (gnus-widget-reversible-to-external): New functions.
26451         (gnus-widget-reversible): New widget.
26452         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26454 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26456         * gnus-sum.el (gnus-thread-sort-functions)
26457         (gnus-article-sort-functions): Document `(not F)' items.
26459 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26461         * spam.el (spam-use-gmane-xref): Add new backend.
26462         (spam-gmane-xref-spam-group): Add variable to control the name of the
26463         Gmane spam group.
26464         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26465         (spam-regex-headers-spam, spam-regex-headers-ham)
26466         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26467         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26468         backends and checks.
26469         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26471         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26472         an autodetect method.
26474 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26476         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26477         articles are being added to a group.
26478         (gnus-request-replace-article): Inform the agent that articles
26479         need to be uncached as the cached contents are no longer valid.
26481 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26483         * binhex.el: Don't autoload executable-find.
26485         * canlock.el: Don't autoload mail-fetch-field.
26487         * dgnushack.el: Autoload c-mode for XEmacs.
26489         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26491         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26492         rmail-dont-reply-to and rmail-output.
26494         * gnus-score.el: Don't autoload ffap-string-at-point.
26496         * gnus-setup.el: Don't autoload sc-cite-original.
26498         * imap.el: Don't autoload base64-decode-string,
26499         base64-encode-string and md5.
26501         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26502         and rmail-msg-restore-non-pruned-header.
26504         * mm-decode.el: Don't autoload executable-find.
26506         * mm-url.el: Don't autoload executable-find.
26508         * mm-view.el: Don't autoload diff-mode.
26510         * nndb.el: Don't autoload news-reply-mode, news-setup,
26511         cancel-timer and telnet.
26513         * password.el: Don't autoload run-at-time for Emacs.
26515         * sha1-el.el: Don't autoload executable-find.
26517         * sieve-mode.el: Don't autoload c-mode.
26519         * uudecode.el: Don't autoload executable-find.
26521 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26523         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26524         (gnus-agent-possibly-alter-active): Avoid null in numeric
26525         comparison.
26526         (gnus-agent-set-local): Refuse to save null in local object table.
26527         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26528         list of articles that will be marked as unread.
26530 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26532         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26534 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26536         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26537         language tags.
26539 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26541         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26542         Don't bind "obarray".
26544         * gnus-sum.el (gnus-thread-sort-functions):
26545         Add `gnus-thread-sort-by-most-recent-number' and
26546         `gnus-thread-sort-by-most-recent-date'.
26547         Reported by Kai Grossjohann <kai@emptydomain.de>.
26549 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26551         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26553 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26555         * gnus-cus.el (gnus-agent-customize-category):
26556         Remove ignore-errors macro reference that required cl to be loaded at
26557         run-time.
26559         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26560         single-interval range of the form (min . max).  Previously the
26561         range had to look like ((min . max)).  Likewise, return
26562         (min . max) rather than ((min . max)).
26563         (gnus-range-map): Use gnus-range-normalize to accept
26564         single-interval range.
26566         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26567         the cache, but not the agent, now appear with their usual face.
26569         * dgnushack.el (loaddir): New variable that is bound to the
26570         directory containing the dgnushack.el file.  Use loaddir, rather
26571         than srcdir, to update load-path.  Change lets dgnushack compile
26572         code in directories other than GNUS/lisp.
26574 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26576         * lpath.el: Don't bind w3m-safe-url-regexp.
26578         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26579         w3m-safe-url-regexp variable buffer-local.
26581         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26583 2004-02-27  Simon Josefsson  <jas@extundo.com>
26585         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26586         gnus-group-real-prefix.
26587         (gnus-summary-move-article): Use it, instead of
26588         gnus-group-real-prefix.
26590 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26592         * lpath.el: Bind w3m-safe-url-regexp.
26594         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26595         w3m-safe-url-regexp variable buffer-local and set it as the value
26596         of mm-w3m-safe-url-regexp.
26598         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26600         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26601         parsing gnus-posting-styles when the message is not for replying.
26603         * dgnushack.el: Autoload sgml-mode for XEmacs.
26605         * nnrss.el (nnrss-opml-export):
26606         Use mm-set-buffer-file-coding-system instead of
26607         set-buffer-file-coding-system.
26609 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26611         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26612         of checkdoc.el).
26613         * nnrss.el: do.
26614         * gnus-mlspl.el: do.
26615         * gnus-ml.el: do.
26616         * gnus-srvr.el: do.
26618         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26620 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26622         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26623         Corrections to custom-manual links.
26625         * gnus-art.el (gnus-article): Ditto.
26627         * mm-decode.el (mime-display, mime-security): Ditto.
26629 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26631         * flow-fill.el: Typo.
26633 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26635         * spam-wash.el: New file.
26637 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26639         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26641 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26643         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26644         to be run with new-articles as LIST1, not LIST2.
26645         (spam-registration-functions): Add spam-use-ham-copy as a nil
26646         registration backend.
26648 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26650         * spam-stat.el (spam-stat-washing-hook): New option.
26651         (spam-stat-buffer-words): Use it.
26652         (spam-stat-process-directory, spam-stat-test-directory):
26653         Use insert-file-contents-literally.
26654         (spam-stat-coding-system): New variable.
26655         (spam-stat-load, spam-stat-save): Use it.
26657 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26659         * spam-report.el (spam-report-plug-agent):
26660         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26662 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26664         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26665         Allow / in mailto URLs.
26667 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26669         * spam-report.el (spam-report-process-queue): Fix interactive use.
26670         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26671         (spam-report-unplug-agent): Doc fixes.
26672         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26673         (spam-report-agentize, spam-report-deagentize): Autoload.
26675 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26677         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26679         * message.el (message-setup-fill-variables): Add mml tags to
26680         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26681         <ajk@iu.edu>.
26682         (message-mode): Don't modify paragraph-separate there.
26684 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26686         * compface.el (uncompface-use-external): Default to undecided.
26687         (uncompface-use-external-threshold): New variable.
26688         (uncompface-float-time): New macro.
26689         (uncompface): Determine whether to use the external decoder if
26690         uncompface-use-external is undecided.
26692 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26694         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26695         after images.
26697         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26699 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26701         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26703         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26705         * gnus-sum.el (gnus-summary-limit-to-age)
26706         (gnus-summary-limit-children): do.
26708         * gnus-int.el (gnus-request-scan): do.
26710         * gnus-group.el (gnus-group-suspend): do.
26712         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26714         * gnus-cite.el (gnus-cite-parse-attributions): do.
26716         * gnus-agent.el (gnus-summary-set-agent-mark)
26717         (gnus-agent-regenerate-group): do.
26719         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26721         * binhex.el (binhex-decode-region-internal): do.
26723 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26725         * gnus-fun.el (gnus-face-properties-alist): New user option.
26726         (gnus-display-x-face-in-from): Use it.
26728         * gnus-art.el (article-display-face): Ditto.
26730         * compface.el (uncompface-use-external): Default to nil.
26732 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26734         * nntp.el (nntp-erase-buffer): New function.
26735         (nntp-retrieve-data, nntp-send-command)
26736         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26737         (nntp-possibly-change-group): Use it.
26739         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26740         Use with-current-buffer.
26742 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26744         * compface.el: Merge the ELisp-based uncompface program.
26745         (compface): New customization group.
26746         (uncompface-use-external): New user option.
26747         (uncompface): Call uncompface-internal if uncompface-use-external
26748         is nil.
26749         (uncompface-internal): New function.  Note that there are also
26750         some other functions and variables added for this function.
26752 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26754         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26755         if necessary.
26757 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26759         * spam-report.el (spam-report-unplug-agent)
26760         (spam-report-plug-agent, spam-report-deagentize)
26761         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26762         Add support for the Agent in spam-report: when unplugged, report to a
26763         file; when plugged, submit all the requests.
26765         * spam.el (spam-register-routine): Fix message about
26766         registration.
26768 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26770         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26771         dependencies.
26772         (rfc2047-encode): Use it.
26774         * gnus-art.el (gnus-button-marker-list): Move before first
26775         reference.
26777         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26778         (imap-parse-body): Fix format string mismatch.
26780         * gnus-score.el (gnus-summary-increase-score): do.
26782         * nnrss.el (nnrss-close): New function.
26784 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26786         * nnrss.el (nnrss-make-filename): New function.
26787         (nnrss-request-delete-group, nnrss-read-server-data)
26788         (nnrss-save-server-data, nnrss-read-group-data)
26789         (nnrss-save-group-data): Use it.
26790         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26791         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26792         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26794 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26796         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26798 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26800         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26801         files.
26803         * message.el (message-generate-headers-first): Don't quote nil
26804         and t in docstrings.
26806         * imap.el (imap-id): do.
26808         * gnus-agent.el (gnus-agent-consider-all-articles)
26809         (gnus-agent-queue-mail): do.
26811 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26813         * spam-report.el (spam-report-process-queue): New function.
26814         Process requests from `spam-report-requests-file'.
26815         (spam-report-process-queue): Doc fix.
26817 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26819         * spam.el (spam-register-routine)
26820         (spam-log-processing-to-registry, spam-log-registered-p)
26821         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26822         Change "check" to "spam-check" for semi-clarity.
26824 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26826         * pop3.el: Require nnheader.
26828         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26830         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26832         * gnus-picon.el: Require cl.
26834         * gnus-fun.el: Require gnus-ems and gnus-util.
26836         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26838         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26840         * gnus-art.el (gnus-article-edit-mode): Define before first
26841         reference.
26843 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26845         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26846         (gnus-uu-post-encoded): Use point-at-bol.
26848         * gnus-topic.el (gnus-group-active-topic-p): do.
26850         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26852         * gnus-group.el (gnus-group-kill-region): do.
26854         * gnus-art.el (article-date-ut): do.
26856         * message.el (message-fetch-field): Remove redundant
26857         case-fold-search binding.
26858         (message-narrow-to-field): Simplify.
26860 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26862         * spam.el (spam-directory): Derive from `gnus-directory'.
26864         * spam-report.el (spam-report-url-to-file)
26865         (spam-report-requests-file): New function and variable for offline
26866         reporting.
26867         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26868         and user defined function.
26869         (spam-report-url-ping-mm-url): Remove doubled slash.
26871 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26873         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26875 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26877         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26878         Fix format string mismatch.
26880         * sieve.el (sieve-deactivate-all): do.
26882         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26884         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26886         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26888         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26890 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26892         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26893         the list of checks.
26895 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26897         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26898         padding.
26900 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26902         * mm-view.el (mm-fill-flowed): New variable.
26903         (mm-inline-text): Use it.
26905 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26907         * spam.el (spam-spamassassin-register-ham-routine)
26908         (spam-spamassassin-register-spam-routine): Fix function names.
26910 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26912         * gnus.el (gnus-tmp-grouplens): Remove.
26913         (gnus-summary-line-format): Remove grouplens.
26915         * gnus-group.el (gnus-group-line-format): Ditto.
26917         * gnus-spec.el (gnus-format-specs): Ditto.
26918         (gnus-update-format-specifications): Flush the group format spec
26919         cache if there's the grouplens stuff.
26920         (gnus-parse-simple-format): Replace %l with the empty string.
26922 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26924         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26925         omission.
26927 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26929         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26930         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26932 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26934         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26935         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26936         New macros and functions.
26937         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26938         Handle > NLINK_MAX messages.
26939         * nnmaildir.el (nnmaildir-request-set-mark):
26940         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26942 2004-01-25  Alex Schroeder  <alex@gnu.org>
26944         * spam-stat.el (spam-stat-process-directory-age): New option.
26945         (spam-stat-process-directory): Use it.
26947 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26949         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26950         (spam-stat-save): Accept prefix argument.
26952 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26954         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26955         links" error.
26957 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26959         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26960         the rest of the and/or forms.
26962 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26964         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26965         compatibility with old .newsrc.eld files.
26967         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26969         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26971         * gnus-start.el (gnus-1): do.
26973         * gnus-group.el (gnus-group-line-format-alist): do.
26975         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26977         * gnus-gl.el: Remove.
26979 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26981         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26982         marks consisting of a single range {for example, (3 . 5)} rather
26983         than a list of a single range { ((3 . 5)) }.
26985 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26987         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26988         Use with-current-buffer.
26989         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26990         avoid consing a string.
26992         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26993         Remove obsolete entries for big5 and gb2312.
26995 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26997         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26998         uncompressed list.
27000 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27002         * spam-stat.el (spam-stat-strip-xref): New function.
27003         (spam-stat-process-directory): Use it.
27005         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27006         here -- it's done in message-fetch-field.
27008 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27010         * gnus-agent.el (gnus-agent-queue-mail)
27011         (gnus-agent-prompt-send-queue): New variables.
27012         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27013         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27014         "nndraft:queue" along to gnus-draft-send.
27015         Use gnus-agent-prompt-send-queue.
27016         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27017         is "nndraft:queue".  Suggested by Gaute Strokkenes
27018         <gs234@srcf.ucam.org>
27020         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27021         (agent-enable-undownloaded-faces): Add.
27022         (gnus-agent-cat-groups): Use eval-and-compile, not
27023         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27024         method of gnus-agent-cat-groups even when the buffer has been
27025         evaled.
27026         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27027         delete gnus-agent-save-active-1.
27028         (gnus-agent-save-groups): Delete.  Identical to
27029         gnus-agent-save-active.
27030         (gnus-agent-write-active): No longer adjust agent's copy of active
27031         file as agent's adjustments are now stored in their own
27032         file.  Remove optional parameter.
27033         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27034         servers.  Add use of min/max range limits from server's local
27035         file.
27036         (gnus-agent-save-alist): Remove unused optional argument.
27037         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27038         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27039         (gnus-agent-set-local): A per-server file that keeps min/max range
27040         limits for articles known to the agent.  Provides a fast mechanism
27041         for altering many active ranges.
27042         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27043         active file (local makes it unnecessary).
27044         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27046         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27047         (agent-enable-undownloaded-faces): Add.
27049         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27050         disable it when sending to "nndraft:queue".
27051         (gnus-group-send-queue): Add safety check to avoid sending queue
27052         when unplugged.
27054         * gnus-group.el (gnus-group-catchup): Use new
27055         gnus-sequence-of-unread-articles, not
27056         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27057         numbers of articles.  Use gnus-range-map to avoid having to
27058         uncompress the unread list.
27059         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27060         Fix invalid ange-ftp reference.
27062         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27063         (gnus-sorted-range-intersection): Intersection of two ranges
27064         without requiring that they first be uncompressed.
27066         * gnus-start.el (gnus-activate-group): Unless blocked by the
27067         caller, possibly expand the active range to include both cached
27068         and agentized articles.
27069         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27070         multiple version-dependent converters.
27071         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27072         gnus-agent-save-active.
27073         (gnus-save-newsrc-file): Save dirty agent range limits.
27075         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27076         gnus-agent-possibly-alter-active.
27077         (gnus-adjust-marked-articles): Faster handling of simple lists.
27079 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27081         * spam-stat.el (spam-stat-test-directory): New optional argument
27082         displays a list of files detected.  Suggested by Andrew Cohen
27083         <cohen@andy.bu.edu>.
27084         (spam-stat-buffer-words-with-scores): Don't narrow and change
27085         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27087 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27089         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27090         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27091         (spam-spamassassin-arguments)
27092         (spam-spamassassin-spam-flag-header)
27093         (spam-spamassassin-positive-spam-flag-header)
27094         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27095         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27096         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27097         (spam-list-of-processors, spam-list-of-checks)
27098         (spam-list-of-statistical-checks, spam-registration-functions)
27099         (spam-check-spamassassin-headers, spam-check-spamassassin)
27100         (spam-spamassassin-score)
27101         (spam-spamassassin-register-with-sa-learn)
27102         (spam-spamassassin-register-spam-routine)
27103         (spam-spamassassin-register-ham-routine)
27104         (spam-assassin-register-spam-routine)
27105         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27106         (spam-bogofilter-score): Fix to show article before scoring.
27108 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27110         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27111         default scoring function.
27112         (spam-generic-score): Call spam-spamassassin-score if
27113         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27114         spam-bogofilter-score otherwise.
27116         * gnus.el (spam-process, spam-autodetect-methods):
27117         Add spamassassin and spamassassin-headers.
27119 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27121         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27122         Suppress unnecessary messages.
27124 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27126         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27127         make-hash-table.
27129 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27131         * canlock.el (base64-encode-string): Don't autoload it.
27133 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27135         * run-at-time.el: Remove useless (require 'itimer),
27136         eval-and-compile and (featurep 'xemacs).
27138 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27140         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27141         GROUP is a virtual group.
27143 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27145         * gnus.el: Autoload `message-y-or-n-p'.
27147 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27149         * pgg-parse.el: Remove unnecessary (require 'custom).
27151         * pgg-def.el: do.
27153         * nnmail.el: do.
27155         * gnus-undo.el: do.
27157         * gnus-picon.el: do.
27159         * gnus-util.el: do.
27161 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27163         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27165 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27167         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27168         handle, as well as a list.
27170         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27171         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27172         (mm-w3m-cid-retrieve): Simplify.
27174 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27176         * message.el (message-kill-to-signature): Allow prefix arg to
27177         specify number of lines to keep before signature.
27179 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27181         * message.el (message-kill-to-signature): Change docstring.
27183 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27185         * canlock.el: Always require sha1-el.
27186         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27188         * message.el: Autoload sha1 only when compiling.
27190         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27191         eudc-expand-inline for XEmacs.
27193 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27195         * message.el (message-canlock-generate): Require sha1-el.
27197 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27199         * message.el (message-expand-name): Silence the byte compiler.
27201         * lpath.el: Add detect-coding-system.
27203         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27204         cus-edit.
27206 2004-01-13  Simon Josefsson  <jas@extundo.com>
27208         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27209         Invoke gnus-score-mode.
27210         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27212         * gnus-range.el (gnus-compress-sequence): Doc fix.
27213         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27215 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27217         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27219 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27221         * spam.el (spam-get-article-as-string): Update to use
27222         gnus-request-article-this-buffer, much simpler.
27223         (spam-get-article-as-buffer): Remove.
27225 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27227         * message.el (message-expand-name): Use EUDC if the user uses that.
27229 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27231         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27232         character for the encoding to avoid consing a string.
27234         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27235         unnecessarily.
27237         * mm-util.el (mm-replace-chars-in-string): Remove.
27239         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27240         of mm-replace-chars-in-string.
27242 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27244         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27246         * mm-util.el (mm-subst-char-in-string): Support inplace.
27248         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27249         a new string in every iteration.  Use shy groups.
27251 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27253         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27254         * gnus-soup.el (gnus-soup-group-brew):
27255         * gnus-msg.el (gnus-put-message):
27256         * gnus-move.el (gnus-group-move-group-to-server):
27257         * gnus-kill.el (gnus-batch-score):
27258         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27259         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27260         (gnus-group-update-group, gnus-group-read-group)
27261         (gnus-group-make-group, gnus-group-make-help-group)
27262         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27263         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27264         (gnus-group-sort-by-unread, gnus-group-catchup)
27265         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27266         (gnus-group-yank-group, gnus-group-set-info)
27267         (gnus-group-list-groups):
27268         * gnus.el (gnus-generate-new-group-name):
27269         * gnus-delay.el (gnus-delay-send-queue):
27270         * nnvirtual.el (nnvirtual-catchup-group):
27271         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27272         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27273         (gnus-group-prepare-topics, gnus-topic-check-topology):
27274         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27275         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27276         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27277         (gnus-group-make-articles-read):
27278         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27279         (gnus-group-change-level, gnus-kill-newsgroup)
27280         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27281         (gnus-get-unread-articles, gnus-make-articles-unread)
27282         (gnus-make-ascending-articles-unread): Use accessor
27283         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27284         to get group information for improved readability.
27287 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27289         * gnus-art.el (article-decode-mime-words, article-babel)
27290         (gnus-article-highlight-signature, gnus-article-add-buttons)
27291         (gnus-signature-toggle): Use gnus-with-article-buffer.
27293         * gnus-art.el (gnus-article-highlight-headers)
27294         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27296         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27297         (gnus-article-set-globals, gnus-request-article-this-buffer)
27298         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27299         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27300         (gnus-mime-display-alternative): Use with-current-buffer.
27302 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27304         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27305         also under 80 char limit, and call gnus-error if needed.
27306         (spam-fetch-article-header): Fix - it was a
27307         buffer-local variable (gnus-newsgroup-data).
27308         (spam-find-spam): Use spam-generate-fake-headers, forget about
27309         spam-insert-fake-headers.
27310         (spam-insert-fake-headers): Remove.
27312 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27314         * deuglify.el (gnus-article-outlook-unwrap-lines)
27315         (gnus-outlook-rearrange-article)
27316         (gnus-outlook-repair-attribution-outlook)
27317         (gnus-outlook-repair-attribution-block)
27318         (gnus-outlook-repair-attribution-other): Remove redundant
27319         save-excursion.
27321 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27323         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27324         (spam-fetch-field-subject-fast)
27325         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27326         (spam-fetch-article-header): Add functions to deal with Gnus
27327         internals for fast retrieval of article header data.
27328         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27330 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27332         * pop3.el (pop3-md5): Remove.
27333         (pop3-apop): Replace pop3-md5 with md5.
27335         * mm-bodies.el: base64 is always built-in.
27337         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27338         Use with-current-buffer.
27340 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27342         * canlock.el (canlock-insert-header): Remove excessive grouping in
27343         regexp.
27345         * gnus-sum.el (gnus-summary-read-document): Ditto.
27347         * gnus-uu.el (gnus-uu-part-number): Ditto.
27349         * html2text.el (html2text-remove-tags): Ditto.
27350         (html2text-format-tags): Ditto.
27351         (html2text-format-single-elements): Ditto.
27353         * mml.el (mml-parse-1): Ditto.
27355 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27357         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27359         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27361         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27363         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27365 2003-11-15  Simon Josefsson  <jas@extundo.com>
27367         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27368         (pgg-gpg-lookup-key): Use regexp match instead of
27369         split-string (split-string is different between emacs 21.2 and
27370         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27372 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27374         * gnus-art.el (gnus-mime-view-all-parts)
27375         (gnus-article-part-wrapper, gnus-article-view-part):
27376         Use with-current-buffer.
27378 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27380         * spam.el (spam-disable-spam-split-during-ham-respool)
27381         (spam-spamoracle-database, spam-cache-lookups)
27382         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27383         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27384         (spam-group-ham-marks, spam-group-spam-marks)
27385         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27386         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27387         also add spam-use-blackholes to the statistical checks.
27388         (spam-fetch-field-fast): Add interface to fetching fields, may
27389         become a macro.
27390         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27391         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27392         (spam-insert-fake-headers): Fake an article when needed.
27393         (spam-find-spam): Fake article when possible.
27394         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27395         (spam-check-bogofilter-headers): Use message-fetch-field instead
27396         of nnmail-fetch-field.
27398 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27400         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27402 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27404         * spam.el (spam-split): Do not require spam-use-CHECK to be
27405         enabled if that check is passed to spam-split explicitly; also
27406         fix so 'spam doesn't get converted to spam-split-group when
27407         spam-split-symbolic-return is t.
27408         (spam-find-spam): Find registrations of the article and use those
27409         instead of re-running spam-split to find the spam/ham
27410         classification of the article.
27411         (spam-log-processing-to-registry, spam-log-registered-p)
27412         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27413         Use gnus-error instead of gnus-message.
27414         (spam-log-registration-type): Add function to determine the
27415         classification of a message based on registry entries; will
27416         return nil if both 'spam and 'ham are found.
27417         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27418         a reasonably fast local cache without the loading errors.
27419         (spam-cache-lookups): Set to t by default.
27420         (spam-find-spam): Don't try to guess spam-cache-lookups.
27421         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27422         spam-caches entry.
27423         (spam-filelist-build-cache, spam-filelist-check-cache):
27424         Fix caching of whitelist/blacklist entries.
27425         (spam-check-whitelist, spam-check-blacklist):
27426         Invoke spam-from-listed-p with a type, not a cache variable.
27427         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27429 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27431         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27433         * nnmail.el (nnmail-split-fancy): do.
27435         * mml.el (mml-parse): do.
27437         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27438         (gnus-score-adaptive): do.
27440 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27442         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27443         (gnus-mime-button-map): Don't set keymap parent.
27444         (gnus-button-ctan-directory-regexp): Use shy grouping.
27445         (gnus-prev-page-map): Don't set keymap parent.
27446         (gnus-prev-page-map): Remove duplicated one.
27447         (gnus-next-page-map): Don't set keymap parent.
27448         (gnus-mime-security-button-map): Ditto.
27450         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27451         version number.
27453         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27455 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27457         * canlock.el (canlock-sha1-function): Remove.
27458         (canlock-sha1-function-for-verify): Remove.
27459         (canlock-openssl-program): Remove.
27460         (canlock-openssl-args): Remove.
27461         (canlock-ignore-errors): Remove.
27462         (canlock-sha1-with-openssl): Remove.
27463         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27464         (canlock-verify): Don't use canlock-ignore-errors.
27466         * sha1-el.el (sha1-string-external): Make it can return a string
27467         in binary form.
27468         (sha1-region-external): Ditto.
27469         (sha1-string-internal): Ditto.
27470         (sha1-region-internal): Ditto.
27471         (sha1-region): Ditto.
27472         (sha1-string): Ditto.
27473         (sha1): Ditto.
27475 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27477         * spam.el (spam-report-articles-gmane): New command.
27479 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27481         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27483         * run-at-time.el (run-at-time-saved): Remove.
27484         (run-at-time): Doc fix.
27486 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27488         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27489         (gnus-summary-limit-map): Add it.
27490         (gnus-summary-make-menu-bar): do.
27492 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27494         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27495         Make attempt at some caching support (done for BBDB only now).
27496         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27497         addresses to be checked.
27498         (spam-clear-cache-BBDB): Add function, to be invoked by
27499         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27500         (spam-check-BBDB): Check and use the caches, if
27501         spam-cache-lookups is on, remove superfluous (provide).
27503 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27505         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27507 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27509         * run-at-time.el (run-at-time-saved): Move to after the definition
27510         of `run-at-time'.
27512         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27514 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27516         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27517         mm-w3m-local-map-property.
27519         * mm-view.el (mm-w3m-mode-map): Remove.
27520         (mm-w3m-local-map-property): Remove.
27521         (mm-inline-text-html-render-with-w3m): Don't use
27522         mm-w3m-local-map-property.
27524 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27526         * run-at-time.el: New file.
27528         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27529         under Emacs.
27531         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27532         of gnus-set-text-properties.
27534         * gnus-uu.el (gnus-uu-save-article): Ditto.
27536         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27538         * gnus-cite.el (gnus-cite-parse): Ditto.
27540         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27541         of gnus-.
27543         * gnus-xmas.el (run-at-time): Require run-at-time.
27545         * gnus.el: Change calls to nnheader-run-at-time and
27546         password-run-at-time throughout to use run-at-time directly.
27548         * password.el: Remove definition of run-at-time.
27550         * nnheaderxm.el: Remove definition of run-at-time.
27552 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27554         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27555         in prompt.
27557 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27559         * messagexmas.el (message-xmas-redefine): Alias
27560         `message-make-caesar-translation-table' to
27561         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27562         version.
27564         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27565         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27566         `gnus-xmas-set-text-properties'.
27567         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27568         `gnus-xmas-completing-read'.
27569         (gnus-xmas-completing-read): Removed.
27570         (gnus-xmas-open-network-stream): Removed.
27572         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27573         XEmacs version.
27575         * dns.el (dns-make-network-process): Use `open-network-stream'
27576         instead of `gnus-xmas-open-network-stream'.
27578         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27580         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27582 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27584         * gnus-art.el (gnus-mime-display-alternative)
27585         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27586         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27587         Don't use gnus-local-map-property.
27589         * gnus-util.el (gnus-local-map-property): Remove.
27591         * mm-view.el (mm-view-pkcs7-decrypt):
27592         Replace gnus-completing-read-maybe-default with completing-read.
27594         * gnus-util.el (gnus-completing-read): do.
27595         (gnus-completing-read-maybe-default): Remove.
27597 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27599         * password.el: Only autoload `run-at-time' if not XEmacs.
27600         Only autoload the itimer functions if XEmacs.
27602 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27604         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27605         XEmacsen.
27607         * dgnushack.el: Autoload executable-find for XEmacs.
27609 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27611         * gnus-art.el (gnus-read-string): Remove.
27612         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27613         read-string.
27615 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27617         * netrc.el: Autoload password-read.
27618         (netrc): Add configuration group.
27619         (netrc-encoding-method, netrc-openssl-path):
27620         Add variables for encoding and decoding of files with symmetric
27621         ciphers.
27622         (netrc-encode): Add assistant function to encode a file with
27623         netrc-encoding-method.
27624         (netrc-parse): Add interactive parameter, added optional
27625         decoding if netrc-encoding-method is non-nil but otherwise
27626         behavior is standard.
27627         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27628         Do s/encode/encrypt/ everywhere.
27630         * spam.el: Remove executable-find autoload.
27632 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27634         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27636         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27638 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27640         * gnus-art.el (gnus-treat-ansi-sequences)
27641         (article-treat-ansi-sequences): New variable and function.
27642         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27644         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27645         Use it.
27647 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27649         * mm-util.el (mm-quote-arg): Remove.
27651         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27652         shell-quote-argument.
27654         * gnus-uu.el (gnus-uu-command): do.
27656         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27658         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27659         with make-char.
27661         * mm-util.el (mm-make-char): Remove.
27663         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27664         add-minor-mode.
27666         * gnus-undo.el (gnus-undo-mode): do.
27668         * gnus-topic.el (gnus-topic-mode): do.
27670         * gnus-sum.el (gnus-dead-summary-mode): do.
27672         * gnus-start.el (gnus-slave-mode): do.
27674         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27676         * gnus-ml.el (gnus-mailing-list-mode): do.
27678         * gnus-gl.el (gnus-grouplens-mode): do.
27680         * gnus-draft.el (gnus-draft-mode): do.
27682         * gnus-dired.el (gnus-dired-mode): do.
27684         * gnus-ems.el (gnus-add-minor-mode): Remove.
27686         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27687         Replace gnus-char-width with char-width.
27689         * gnus-ems.el (gnus-char-width): Remove.
27691         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27692         Replace gnus-char-width with char-width.
27694         * gnus-ems.el (gnus-char-width): Remove.
27696         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27697         definition.
27698         Remove Emacs 20 hash table compatibility code.
27700         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27701         20 compatibility code.
27703         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27705         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27707         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27708         Replace with point-at-{eol,bol}.
27710         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27712         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27714         * flow-fill.el (fill-flowed-point-at-bol)
27715         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27717         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27718         Replace with point-at-{eol,bol} throughout all files.
27720 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27722         * ntlm.el (ntlm-string-as-unibyte): New macro.
27723         (ntlm-build-auth-response): Use it.
27725         Remove Emacs 20 stuff:
27726         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27727         (butlast, mapc, remove): Remove the compiler macros.
27728         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27729         of delq and copy-sequence.
27730         * gnus-art.el (popup-menu): Remove the compiler macro.
27731         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27732         Emacs 20.
27734 2004-01-05  Simon Josefsson  <jas@extundo.com>
27736         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27737         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27738         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27739         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27740         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27741         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27742         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27743         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27744         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27745         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27746         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27747         string-xor into ntlm-string-xor.
27748         Suggested by Jesper Harder <harder@myrealbox.com>.
27750         * ntlm.el: Don't include poem.
27752         * md4.el (print-int32, print-string-hexa): Remove.
27753         Suggested by Jesper Harder <harder@myrealbox.com>.
27755         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27757         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27758         probably breaks emacs with DL patch, but do we care? Is anyone
27759         still using the DL stuff?)
27761         * sieve-manage.el: Use the password package.
27762         (sieve-manage-read-passwd): Remove.
27763         (sieve-manage-interactive-login): Use password.  Re-add
27764         condition-case around loop.
27766         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27767         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27768         Use the password package.
27770 2003-02-19  Simon Josefsson  <jas@extundo.com>
27772         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27773         token.
27775 2002-08-07  Simon Josefsson  <jas@extundo.com>
27777         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27778         (sieve-manage-authenticators)
27779         (sieve-manage-authenticator-alist): Add some SASL mechs.
27780         (sieve-sasl-auth): New function.
27781         (sieve-manage-cram-md5-auth)
27782         (sieve-manage-plain-auth): Rewrite using SASL library.
27783         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27784         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27785         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27786         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27788 2004-01-05  Simon Josefsson  <jas@extundo.com>
27790         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27791         New files.
27793 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27795         * gnus-group.el (gnus-no-groups-message): Update.
27797         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27799 2003-11-09  Simon Josefsson  <jas@extundo.com>
27801         * imap.el: Support for ID IMAP extension (RFC 2971).
27802         (imap-local-variables): Add imap-id.
27803         (imap-id): New variable.
27804         (imap-id): New function.
27805         (imap-parse-response): Parse untagged ID response.
27806         * nnimap.el (nnimap-id): New variable.
27807         (nnimap-open-connection): Use it.
27809 2003-12-28  Simon Josefsson  <jas@extundo.com>
27811         * gnus-score.el (gnus-score-edit-all-score): New.
27812         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27814 2004-01-04  Simon Josefsson  <jas@extundo.com>
27816         * password.el: Add.
27818 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27820         * dns.el (dns-query-types): Fix typo.
27821         (dns-query-types): New function.
27822         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27823         PTR and SOA replies, see RFC 1035.
27825 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27827         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27829         * Move to Changelog.2.
27831 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27833         * gnus.el (gnus-version-number): Bump version.
27835 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27837         * gnus.el: No Gnus v0.1 is released.
27839 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27841         * gnus.el: No Gnus v0.0 is released.
27843 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27845         * gnus.el (gnus-version-number): Bump.
27846         (gnus-version): No.
27848 See ChangeLog.2 for earlier changes.
27850   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27852   This file is part of GNU Emacs.
27854   GNU Emacs is free software: you can redistribute it and/or modify
27855   it under the terms of the GNU General Public License as published by
27856   the Free Software Foundation, either version 3 of the License, or
27857   (at your option) any later version.
27859   GNU Emacs is distributed in the hope that it will be useful,
27860   but WITHOUT ANY WARRANTY; without even the implied warranty of
27861   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27862   GNU General Public License for more details.
27864   You should have received a copy of the GNU General Public License
27865   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27867 ;; Local Variables:
27868 ;; coding: utf-8
27869 ;; fill-column: 79
27870 ;; add-log-time-zone-rule: t
27871 ;; End: