* dgnushack.el (dgnushack-compile-file): New function.
[gnus.git] / lisp / ChangeLog
blob3d4bf59855f189a67e7247f27f5437a270c9a61b
1 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3         * dgnushack.el (dgnushack-compile-file): New function.
4         (dgnushack-compile): Use it (bug#19514).
6 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
10 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * registry.el: Don't use <class> as a variable.
14 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16         system-name's returned value can vary
17         Also, the system-name variable is now obsolete.
18         Fixes Bug#19438.
19         * message.el (message-make-fqdn):
20         * nnvirtual.el (nnvirtual-retrieve-headers)
21         (nnvirtual-update-xref-header):
22         Prefer (system-name) to system-name, and avoid naming
23         locals 'system-name'.
25 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
27         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
28         lines don't get overlong when responding.
30 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
32         * registry.el (cl-remf, cl-loop, cl-subseq):
33         Alias to remf, loop, and subseq respectively for old Emacsen.
35 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
37         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind
38         coding-system-for-read and coding-system-for-write only around
39         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
41 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
43         * registry.el (registry-db): Set default slot later.
44         This is because its value is not a literal integer.
46 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
48         * registry.el (registry-db): Fix default registry-db max-size.
50 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
53         add warning.
55         * gnus-art.el: Fix up compiler warnings.
56         (article-display-face, article-display-x-face): Remove unused `face'.
57         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
58         (article-date-ut): Remove unused var `first'.
59         (gnus-article-prepare): Remove unused var `gnus-article'.
60         (gnus-mime-save-part-and-strip): Remove unused var `param'.
61         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
62         `coding-system' along with corresponding dead code.
63         (gnus-mime-view-part-externally): Remove unused var
64         `mm-user-display-methods'.
65         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
66         (gnus-display-mime): Remove unused var `handle'.
67         (gnus-mime-display-alternative): Remove unused var `props'.
68         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
69         (gnus-article-edit-done): Remove unused var `p'.
70         (gnus-url-mailto): Remove unused var `to'.
71         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
72         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
74 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
76         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
77         slots into a :max-size slot.
78         (registry-db-version): Add new variable for database version number.
79         (registry-prune): Use :max-size slot. Accept and use a sort-function
80         argument.
81         (registry-collect-prune-candidates): Add new function for finding
82         non-precious pruning candidates.
83         (registry-prune-hard-candidates, registry-prune-soft-candidates):
84         Remove obsolete functions.
85         (initialize-instance): Upgrade registry version when starting.
87         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
88         (gnus-registry-max-pruned-entries): Remove obsolete variable.
89         (gnus-registry-cache-file): Change default
90         filename extension to "eieio".
91         (gnus-registry-read): Add new function, split out from
92         `gnus-registry-load', that does the actual object reading.
93         (gnus-registry-load): Use it. Add condition case handler to check for
94         old filename extension and rename to the new one.
95         (gnus-registry-default-sort-function): New variable to specify a sort
96         function to use when pruning.
97         (gnus-registry-save, gnus-registry-insert): Use it.
98         (gnus-registry-sort-by-creation-time): Define a default sort function.
100         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
101         Adjust test for new object signature.
102         (gnustest-registry-pruning-test): Add new pruning test.
103         (gnustest-registry-sort-function): Default sort function for testing.
104         (gnustest-registry-pruning-sort-test): New test for sorting.
106 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108         * gnus-art.el (gnus-article-mime-handles): Refactored out into own
109         function for reuse.
110         (gnus-mime-buttonize-attachments-in-header): Adjusted.
112 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114         * message.el (message-change-subject): Really check whether the subject
115         changed.
117 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
120         PDFs.
121         (mailcap-view-mime): New function.
123 2014-12-01  Glenn Morris  <rgm@gnu.org>
125         * gnus-cloud.el (gnus-cloud): Add :version tag.
127 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
129         * gnus-art.el (gnus-use-idna):
130         * gnus-sum.el (gnus-summary-idna-message):
131         * message.el (message-use-idna):
132         Protect against nil value for idna-program.
134         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
136 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
138         * auth-source.el (auth-source-macos-keychain-search-items): Return
139         result of `auth-source-macos-keychain-result-append' (bug#19074).
141 2014-11-25  Glenn Morris  <rgm@gnu.org>
143         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
144         Add :version tag.
146 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148         * pop3.el (pop3-open-server): Warn unless encrypted.
150         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
152 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
154         Port new time stamp handling to Emacs 23.2.
155         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
156         * time-date.el (time-add, time-subtract, time-less-p):
157         Use eval-and-compile, not eval-when-compile.
159 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
161         * message.el (message-valid-fqdn-regexp): Add non-internaional new
162         TLDs.
164 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
166         Port new time stamp handling to old Emacs and to XEmacs.
167         This is needed for Gnus, which copies time-date.el and which
168         runs on older Emacs implementations.
169         * time-date.el (with-decoded-time-value):
170         Handle 'nil' and floating-point arg more compatibly with new Emacs.
171         (encode-time-value, with-decoded-time-value):
172         Obsolete only if new Emacs.
173         (time-add, time-subtract, time-less-p): Define if not new Emacs.
175         Improve time stamp handling, and be more consistent about it.
176         This implements a suggestion made in:
177         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
178         Among other things, this means timer.el no longer needs to
179         autoload the time-date module.
180         * time-date.el (seconds-to-time, days-to-time, time-since)
181         (with-decoded-time-value):
182         Treat 'nil' as current time.  This is mostly for XEmacs.
183         (encode-time-value, with-decoded-time-value): Obsolete.
184         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
185         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
187 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
190         discarding changes in ephemeral groups.
192         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
193         things the user isn't interested in.
195 2014-11-13  Julien Danjou  <jd@abydos>
197         * gnus-notifications.el (gnus-notifications-notify): Provide both
198         app-icon and image-path.
200 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
202         * mm-url.el (mm-url-encode-multipart-form-data):
203         Restore to handle "multipart/form-data" by eww.
205 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
207         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
208         Landscheidt.
210 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
212         Simplify use of current-time and friends.
213         * gnus-delay.el (gnus-delay-article):
214         * gnus-sum.el (gnus-summary-read-document):
215         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
216         * message.el (message-make-expires-date):
217         Omit unnecessary call to current-time.
218         * gnus-util.el (gnus-float-time): Simplify to an alias because
219         time-to-seconds now behaves like float-time with respect to nil arg.
220         (gnus-seconds-year): Don't call current-time twice to get the current
221         time stamp, as this can lead to inconsistent results.
222         * time-date.el (time-to-seconds) [!float-time]:
223         Use current time if arg is nil, to be compatible with float-time.
224         (time-date--day-in-year): New function, with most of the guts of
225         the old time-to-day-in-year.
226         (time-to-day-in-year): Use it.
227         (time-to-days): Use it, to avoid decoding the same time stamp twice.
229 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
231         * gnus.el (gnus-mode-line-buffer-identification):
232         Don't add image data for a non-graphic display (bug#18813).
234 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
236         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
237         load-path, it blocks autoloading of find-image (bug#18813).
239 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
241         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
242         to keep connection open (bug#18728).
244 2014-10-20  Glenn Morris  <rgm@gnu.org>
246         * Merge in all changes up to 24.4 release.
248 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
250         * message.el (message-insert-signature): Use `newline' instead of
251         inserting explicit "\n".
253 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
255         * gnus-icalendar.el: Support vcal format timezones.
256         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
257         compute dates with associated timezone.
258         (gnus-icalendar-event-from-ical): Compute all timezones.
260 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
262         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
263         check the newsrc.eld file's timestamp before saving it.
264         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
265         timestamp has changed to be newer.
267 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
269         * gnus-icalendar.el (gnus-icalendar-identities):
270         Include message-alternative-emails.
272 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
274         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
275         New compatibility functions.
276         (ntlm-build-auth-response): Use them.
278 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
280         * ntlm.el (ntlm-build-auth-request):
281         Add NTLM2 Session support.  (Bug#15603)
283 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
285         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
286         expired messages only when it was built in reverse order.
288 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
290         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
291         last so it can be used in `message-send-hook'.
293 2014-09-29  Daiki Ueno  <ueno@gnu.org>
295         * mml.el (mml-parse-1): Error out if unknown mode is specified in
296         <#secure> tag (bug#18513).
298 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
300         * parse-time.el: Require cl when compiling.
302 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
304         Use cl-lib as much as possible following the 2014-09-26 change
305         in the Emacs trunk.
306         * parse-time.el: Try requiring cl-lib.
307         (parse-time-incf): Alias to cl-incf or incf.
308         (digit-char-p): Remove.
309         (parse-time-integer): Alias to cl-parse-integer or the one defined.
310         (parse-integer): Rename to parse-time-integer.
311         (parse-time-tokenize, parse-time-rules, parse-time-string)
312         Use parse-time-incf and parse-time-integer.
314 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
316         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
317         of ":delete".
319 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
321         * gnus-art.el (gnus-article-browse-html-save-cid-content)
322         (gnus-article-browse-html-parts):
323         Revert last change that breaks links other than cid contents.
325 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
327         * gnus-art.el (gnus-article-browse-html-save-cid-content)
328         (gnus-article-browse-html-parts): Make cid file names relative.
330 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
332         * mm-view.el (mm-display-inline-fontify): Make the working buffer
333         temporarily displayed when running a mode function (at least org-mode
334         requires it).
336 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
338         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
339         the gnus-summary-article-expire-hook should be told where the function
340         is going. In particular, the Gnus registry might want to know.
342 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
346 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
348         * gnus-sum.el (gnus-summary-expire-articles): Revert.
350 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
352         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
353         the gnus-summary-article-expire-hook should be told where the function
354         is going. In particular, the Gnus registry might want to know.
356 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
358         Don't mishandle year-9999 dates (Bug#18176).
359         * parse-time.el (parse-time-rules):
360         Allow years up to most-positive-fixnum.
361         * time-date.el (date-to-time):
362         Pass "Specified time is not representable" errors through.
364 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
366         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
367         groups and t.
369 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
371         * gnus-utils.el (gnus-recursive-directory-files):
372         Unify hard or symbolic links (bug#18063).
374 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
376         * gnus-msg.el (gnus-configure-posting-style):
377         Allow string replacements in values when matching against a header.
379 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
381         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
382         the dribble buffer even when it is shrunk a lot.
383         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
385 2014-06-26  Glenn Morris  <rgm@gnu.org>
387         * mm-util.el (help-function-arglist): Remove outdated declaration.
389 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
391         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
392         attribute values.  (Bug#17834)
394 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
396         * gnus-sum.el (gnus-summary-edit-article-done):
397         Prefer point-marker to copy-marker of point.
399 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
401         * Makefile.in (install-el, install-el-elc): Compress .el files.
402         (uninstall): Remove compressed .el files.
404 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
406         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
407         (gnus-article-read-summary-keys):
408         Don't bug out when there is no article in the summary buffer.
409         (gnus-mime-buttonize-attachments-in-header):
410         Improve criterion that finds parts to display.
412         * gnus-art.el (gnus-mm-display-part):
413         * mm-decode.el (mm-shr):
414         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
415         (mm-insert-inline): Revert last changes.
417 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
419         * gnus-art.el (gnus-mm-display-part):
420         * mm-decode.el (mm-shr):
421         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
422         (mm-insert-inline): Set insertion type of end-marker, not only
423         start-marker, of undisplayer so as to stay after inserted text.
425 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
427         * html2text.el (html2text-get-attr): Fix typo when splitting value from
428         attribute. (Bug#17613)
430 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
432         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
433         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
435 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
437         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
438         delete next part button; keep spacing between buttons.
440 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
442         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
443         Work for the last MIME part in an article.
444         (gnus-mime-display-single): Suppress excessive newlines between parts.
446         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
447         by leading or trailing newline.
449 2014-05-12  Sam Steingold  <sds@gnu.org>
451         * time-date.el (seconds-to-string): New function to pretty print time
452         delay in seconds.
454 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
456         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
457         while prompting a user for a file name, etc.
458         (gnus-mime-display-single): Display part with a common appearance no
459         matter whether MIME button is omitted or not; don't add duplicate entry
460         to gnus-article-mime-handle-alist.
461         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
463 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
465         * mml2015.el (mml2015-display-key-image): New variable.
467 2014-05-08  Glenn Morris  <rgm@gnu.org>
469         * gnus-fun.el (gnus-grab-cam-face):
470         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
471         This is CVE-2014-3421.
473 2014-05-04  Glenn Morris  <rgm@gnu.org>
475         * gnus-registry.el (gnus-registry-install-p): Doc fix.
477 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
479         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
480         the displaying state of a part.
481         (gnus-mm-display-part): Don't insert a newline in the beginning of
482         a part like gnus-mime-inline-part doesn't; work for XEmacs.
484         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
485         (mm-shr): Make undisplayer unbreakable.
487         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
488         insert excessive newline.
489         (mm-inline-text-html-render-with-w3m, mm-inline-text)
490         (mm-insert-inline): Make undisplayer unbreakable.
492 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
494         * gnus.el: Ma Gnus v0.11 is released.
496 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
498         * gnus-art.el (gnus-mm-display-part):
499         Highlight header attachment buttons.
501 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
503         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
504         a part; redisplay a button (enbugged in 2014-02-05).
506 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
508         * auth-source.el (auth-source-search, auth-source-search-backends):
509         Treat :max 0 as an indicator that a boolean return is wanted, as
510         documented. Reported by Joe Bloggs.
512 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
514         * gnus-icalendar.el: Require gnus-art.
516 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
518         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
519         (gnus-icalendar--update-org-event): put event timestamp in
520         the org entry body instead of the drawer.
521         (gnus-icalendar-event--get-attendee-names): list of participants should
522         contain even attendees without common name attribute.
523         (gnus-icalendar--update-org-event): don't generate duplicates of empty
524         property tags in org drawers.
526 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
528         * gmm-utils.el (gmm-format-time-string): New function.
530         * message.el (message-insert-formatted-citation-line): Use the original
531         author's time zone to express a date string.
533 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
535         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
536         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
537         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
538         Silence compiler warnings.
539         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
541 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
543         * mml.el: Require url when compiling.
545         * gnus-cloud.el (gnus-cloud-parse-version-1):
546         Use plist-get rather than CL's getf.
547         (gnus-activate-group, gnus-subscribe-group): Declare.
549         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
551 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
553         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
554         buttons when toggling the header off.
556 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
558         * tls.el (tls-program): Reflow docstring.
560 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
562         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
563         groups work again.
565 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
567         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
568         999 correctly (i.e. "1,342").
570 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
572         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
573         out if the directory doesn't exist.
575 2014-03-07  Daiki Ueno  <ueno@gnu.org>
577         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
578         commands here; instead, only check if epg-config.el is available.
580 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
582         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
583         messages with embedded images.
584         (mml-generate-mime): Don't bug out if you don't have libxml.
586 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
588         * message.el (message-make-html-message-with-image-files): New command.
590 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
592         * gnus-group.el (gnus-group-make-group): Clarify prompt.
594         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
596 2014-02-23  David Engster  <deng@randomsample.de>
598         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
599         to stay compatible with older Emacsen, so replace `cl-loop' with
600         `loop'.
602 2014-02-22  Daniel Colascione  <dancol@dancol.org>
604         * auth-source.el (auth-source-secrets-listify-pattern): New function.
605         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
606         instead, build list of patterns.
608 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
610         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
611         Display header attachment buttons by gnus-article-prepare-display
612         rather than gnus-article-prepare so as to view in mml-preview as well.
614 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
616         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
617         in `auth-sources' means and link to EPA docs.
619 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
621         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
622         (bug#12375).
624 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
626         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
627         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
629 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
631         * message.el (message-tab): Mention what happens on normal tabs
632         (bug#11297).
634 2014-02-08  Glenn Morris  <rgm@gnu.org>
636         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
638 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
640         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
641         buttons that are hidden in unselected alternative part as well.
642         (gnus-mime-display-alternative): Redraw attachment buttons in header.
644         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
646 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
648         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
649         keystroke.
650         (gnus-server-toggle-cloud-server): Only allow clouding applicable
651         types.
653         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
654         with an empty string.
656 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
658         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
659         buffer-local in some buffers, so bind it explicitly in the buffer we're
660         trying to cancel the article in (bug#10808).
662 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
664         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
665         New functions.
667         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
668         New user option.
669         (gnus-mime-buttonize-attachments-in-header): New function.
670         (gnus-article-prepare): Use it.
671         (gnus-mime-inline-part): Suppress extra newline.
672         (gnus-mm-display-part): Save excursion;
673         remove useless deleting and adding of buttons.
674         (gnus-insert-mime-button): Allow insertion in the middle of a line.
676         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
677         Add gnus-mime-buttonize-attachments-in-header.
679 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
681         * nnimap.el (nnimap-request-articles): New command to download several
682         articles at once.
684         * gnus.el (gnus-variable-list): Save Cloud variables.
686         * gnus-int.el (gnus-request-accept-article): Doc fix.
688 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
690         * parse-time.el (parse-time-iso8601-regexp)
691         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
692         it more generally.
694 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
696         * gnus-cloud.el: New file to provide the Emacs Cloud.
698         * dgnushack.el: Silence XEmacs w3 warning.
700         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
701         `url-retrieve-synchronously', apparently.
703         * dgnushack.el: Silence XEmacs dns.el warning.
705         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
706         instead of in all files.
708         * dns.el (network-interface-list): Define for XEmacs.
710         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
711         XEmacs.
713         * nnrss.el (libxml-parse-html-region): Silence compilation error.
715 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
717         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
718         `gnus-group-split-fancy'.
720 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
722         * message.el (message-remove-header): Doc fix.
723         (message-forward-included-headers): New variable.
724         (message-remove-ignored-headers): Use it.
726 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
728         * nnir.el (nnir-request-update-mark): Don't try to update the source
729         group if we can't find it (bug#16611).
731 2014-01-31  Dave Abrahams  <dave@boostpro.com>
733         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
735 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
737         * dns.el (dns-servers-up-to-date-p): New function to see whether the
738         network interfaces changed.
739         (dns-query): Use it to flush the data.
741 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
743         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
744         from random face commands.
745         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
746         Face.
747         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
748         (gnus--random-face-with-type): Generic function returning a face-type
749         as a string.
750         (gnus--insert-random-face-with-type): Generic function inserting a face
751         in a message buffer header.
752         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
753         (gnus-insert-random-x-face-header): Rewritten to use
754         `gnus--insert-random-face-with-type`.
755         (gnus-random-face): Return random (png) Face as string.
756         (nus-insert-random-face-header): Insert random (png) Face in a message
757         buffer.
759 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
761         * mm-url.el: Remove all usage of w3.
763         * nnrss.el: Ditto.
765         * mm-decode.el: Ditto.
767         * mm-view.el: Ditto.
769         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
770         outdated and all Emacsen have url.el built-in.
772         * gnus-setup.el: Remove outdated file.
774 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
776         * gnus.el: Ma Gnus v0.9 is released.
778 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
780         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
782 2014-01-31  Dave Abrahams  <dave@boostpro.com>
784         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
785         in the summary buffer (bug#13769).
787 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
789         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
790         name if we're using a single article buffer.  Otherwise, it may point
791         to a killed buffer (bug#13756).
793 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
795         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
796         the match data, just save and restore it explictly (bug#12375).
798         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
799         that's needed.
801         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
802         the code once (bug#9069).
804 2014-01-18  Steinar Bang  <sb@dod.no>
806         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
807         reading.
809 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
811         * message.el (message-bury): Call bury-buffer with no argument
812         in the message-return-action case too.
814 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
816         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
817         (nnimap-split-fancy, nnimap-split-methods): Declare.
819         * mm-util.el (help-function-arglist): Declare.
821 2013-12-28  Glenn Morris  <rgm@gnu.org>
823         * gnus-sieve.el (gnus-sieve-select-method):
824         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
825         (gravatar-rating, gravatar-size):
826         * message.el (message-minibuffer-local-map):
827         * sieve-manage.el (sieve-manage-authenticators)
828         (sieve-manage-authenticator-alist): Specify custom types.
830         * hashcash.el (hashcash-program): Rename from hashcash-path.
831         Update callers.
833         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
834         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
835         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
837         * auth-source.el (auth-sources):
838         * nnmairix.el (nnmairix-propagate-marks-upon-close):
839         Fix custom types.
841         * tls.el (tls-certtool-program): Fix default value.
843 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
845         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
846         we get proper traces there, too.
848 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
850         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
851         value of the parameters if the current article has a Reply-To or From
852         field.
854 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
856         * gnus.el (gnus-group-buffer): Remove duplicate definition.
858 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
860         * gnus-sum.el (gnus-summary-exit): Stop animations.
862 2013-12-19  Juri Linkov  <juri@jurta.org>
864         * gnus.el (gnus-suppress-keymap):
865         * gnus-art.el (gnus-article-mode-map):
866         * gnus-group.el (gnus-group-mode-map):
867         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
868         Remove [backspace] key binding because it shadows DEL (bug#16035).
870         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
872 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
874         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
875         Make sure work directory exists.
876         (gnus-uu-digest-mail-forward): Store temporary files in work directory
877         rather than tmp directory.
878         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
879         not necessarily always run, with it.
881 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
883         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
884         value of gnus-icalendar-additional-identities work without restart.
886 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
888         * mm-util.el (mm-make-temp-file):
889         Alias to make-temp-file for modern Emacsen.
891 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
893         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
894         nnir-article-number and nnir-article-group.
896 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
898         * message.el (message-send-mail-with-sendmail):
899         Don't kill error buffer if sending fails.
901 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
903         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
904         (gnus-icalendar-event->org-entry)
905         (gnus-icalendar--update-org-event)
906         (gnus-icalendar-event->gnus-calendar): Distinguish between
907         required/optional/non-participant attendee status.  Fix bug causing
908         the first required event participant to be omitted.
910 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
912         * gnus-art.el (article-de-quoted-unreadable)
913         (article-de-base64-unreadable, gnus-mime-copy-part)
914         * gnus-html.el (gnus-article-html)
915         * mm-view.el (mm-inline-text-html-render-with-w3)
916         (mm-inline-text-html-render-with-w3m-standalone)
917         * rfc2231.el (rfc2231-decode-encoded-string):
918         Allow overriding charset by mm-charset-override-alist.
920         * gnus-art.el (gnus-article-browse-html-parts):
921         Replace LWSPs with `&nbsp;'s in header.
923         Work for broken Chinese articles.
925         * gnus-art.el (gnus-article-browse-html-save-cid-content):
926         Exclude broken handles that gnus-summary-enter-digest-group may create.
927         (gnus-article-browse-html-parts):
928         Allow overriding charset by mm-charset-override-alist.
930 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
932         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
933         (gnus-icalendar-identities): Support additional-identities.
935 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
937         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
938         org-timestamp for events ending at midnight.
940 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
942         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
943         .log files.
945 2013-11-20  David Engster  <deng@randomsample.de>
947         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
949 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
951         * message.el (message-beginning-of-line):
952         Use beginning-of-visual-line when visual-line-mode is turned on.
954 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
956         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
957         (gnus-icalendar-event-from-ical)
958         (gnus-icalendar-event->org-entry)
959         (gnus-icalendar--update-org-event): Required/optional participation,
960         list of attendees synced to org.
962 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
964         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
965         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
966         cancellations to be synced to org if the original appt has an org
967         outline.
969 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
971         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
972         (gnus-icalendar-event->org-entry)
973         (gnus-icalendar--update-org-event)
974         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
976 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
978         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
979         Fix timezone handling in gnus-icalendar export to org.
981 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
983         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
985 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
987         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
989 2013-10-30  Glenn Morris  <rgm@gnu.org>
991         * gnus-group.el (gnus-group-browse-foreign-server):
992         * gnus-int.el (gnus-start-news-server):
993         Silence compiler obsolescence warning.
995 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
997         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
998         `nnoo-current-server' first, then for the actual `nnimap-address' to
999         allow netrc entries for the nnoo server to coexist with netrc entries
1000         for the `nnimap-address'.
1002 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1004         * mm-decode.el (mm-dissect-buffer): Revert last change.
1005         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1006         The problem that motivated those changes was attributed to a broken
1007         mail sender, and has been fixed.
1009 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1011         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1012         token is missing in the Content-Type header.
1014         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1016 2013-09-18  Glenn Morris  <rgm@gnu.org>
1018         * gnus-util.el (image-size): Declare.
1020 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1022         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1023         (gnus-icalendar-event-from-ical)
1024         (gnus-icalendar-event--build-reply-event-body)
1025         (gnus-icalendar-event-reply-from-buffer)
1026         (gnus-icalendar-find-org-event-file)
1027         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1028         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1030         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1032 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1035         Use save-current-buffer.
1036         (gnus-tree-mode-map): Initialize in the declaration.
1037         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1038         (scroll-in-place): Defvar it.
1039         (gnus-tmp-*): Defvar them.
1040         (gnus-get-tree-buffer): Use derived-mode-p.
1041         (gnus--let-eval): New macro.
1042         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1043         non-prefixed variables.
1044         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1046         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1047         vars since it doesn't seem to be available.
1048         (gnus-set-global-variables, gnus-summary-read-group-1)
1049         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1050         (gnus-summary-display-article, gnus-summary-select-article)
1051         (gnus-summary-next-article, gnus-offer-save-summaries)
1052         (gnus-summary-generic-mark): Use derived-mode-p.
1053         (gnus-summary-read-group-1, gnus-summary-exit)
1054         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1055         Adjust calls to gnus-tree-close and gnus-tree-open.
1057         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1059         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1060         (gnus-agent-mode): Use derived-mode-p.
1061         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1062         gnus-command-method and *-command-method to nil, but bind
1063         gnus-command-method to *-command-method instead!
1064         (gnus-agent-fetch-articles): Remove unused var `id'.
1065         (gnus-agent-fetch-headers): Remove unused arg `force'.
1066         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1067         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1068         (gnus-agent-short-article, gnus-agent-long-article)
1069         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1070         first use.
1071         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1072         `score-param'.
1073         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1074         (gnus-get-predicate): Push in front of the cache, rather than end.
1075         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1076         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1077         (gnus-agent-expire-unagentized-dirs): Don't rebind
1078         gnus-agent-expire-current-dirs since the defvar silences the warning.
1079         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1080         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1081         (gnus-agent-regenerate): Simplify interactive spec and doc.
1083 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1085         * gnus-int.el (gnus-open-server): Silence compiler.
1087         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1089         * message.el (message-display-completion-list): Abolish.
1090         (message-completion-in-region): Use display-completion-list.
1092 2013-09-17  Glenn Morris  <rgm@gnu.org>
1094         * gnus-util.el (gnus-message-with-timestamp-1):
1095         Use `messages-buffer' function if available.  Ignore read-only.
1097 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1099         * message.el (message-expand-group, message-completion-in-region):
1100         Correct the order of start and end of a region.
1102 2013-09-13  Glenn Morris  <rgm@gnu.org>
1104         * mml2015.el (gnus-create-image): Autoload it.
1106         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1108         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1109         (image-size): Declare.
1111 2013-09-12  Glenn Morris  <rgm@gnu.org>
1113         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1114         Avoid using `find', which i) might not be defined at runtime;
1115         ii) does not work, since its default test is eql, not equal.
1116         (gnus-mime-action-alist): Declare.
1118 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1120         * score-mode.el (gnus-score-mode-map): Move initialization
1121         into declaration.
1122         (gnus-score-mode): Use define-derived-mode.
1123         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1124         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1125         into declaration.
1126         (gnus-kill-file-mode): Use define-derived-mode.
1127         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1128         Use derived-mode-p.
1129         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1130         (gnus-group-setup-buffer, gnus-group-name-at-point)
1131         (gnus-group-make-web-group, gnus-group-enter-directory)
1132         (gnus-group-suspend): Use derived-mode-p.
1133         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1134         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1135         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1136         (gnus-article-setup-buffer, gnus-article-prepare)
1137         (gnus-article-prepare-display, gnus-sticky-article)
1138         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1139         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1140         (gnus-article-read-summary-keys): Use derived-mode-p.
1142 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1144         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1146 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1148         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1149         shift_jis from the default value set for Japanese users.
1151 2013-08-13  Glenn Morris  <rgm@gnu.org>
1153         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1155         * gnus.el (gnus-valid-select-methods): Fix type.
1157         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1159 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1161         * mm-decode.el (mm-display-external): Run a timer for the temp files
1162         deletion after a viewer exits; add a deletion timer for the needsterm
1163         case, too.
1165         * mm-decode.el (mm-display-external): Try to delete temporary files by
1166         using a 1-min. timer.
1168 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1170         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1171         New internal variables.
1172         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1173         (mm-display-external): Use it to delete temporary files instead of
1174         using timers.
1176 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1180 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1182         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1183         with cond for backwards compatability.
1185 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1187         * mm-decode.el (mm-display-external): Bind process-connection-type to
1188         nil; don't delete a temp file immediately even if a viewer finishes,
1189         since it may be a shell script, like xdg-open, that launches a real
1190         viewer program belatedly.
1192 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1194         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1195         that we can create nndoc groups that excerpt other groups.
1197 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199         * gnus-delay.el (gnus-delay-article): Fix typo.
1201         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1202         articles.
1204         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1205         we can get spell-checking etc.
1207 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1209         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1210         a single one used for encoding the whole text in a header.
1212 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1215         doesn't work properly on XEmacs.
1217 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1220         before sending.
1222         * dgnushack.el (dgnushack-compile): Add a temporary check for
1223         gnus-icalendar.
1225         * mm-decode.el (mm-command-output): New face.
1226         (mm-display-external): Use it.
1228 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1230         * nnmbox.el (nnmbox-request-article): Don't change point.
1232 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1235         Include `handle' parameter.
1237 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1239         * gnus-icalendar.el: New file.
1241 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1245         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1246         dummy roots, too.
1248 2013-08-01  David Edmondson  <dme@dme.org>
1250         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1251         out on ttys.
1253 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1256         not empty.
1258         * nnrss.el (nnrss-discover-feed): Indent.
1260 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1262         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1264 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1267         dirty to ensure nnimap data being saved.
1269 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1271         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1272         menu entry.
1274         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1275         the current thread's total score instead of the current article's
1276         score.
1278         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1279         (gnus-sort-threads-recursively): Delete defcustom.
1280         (gnus-sort-threads-recursive): Adapt accordingly.
1282 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1284         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1285         (gnus-sort-threads-recursive): Use it.
1286         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1287         again.  Now that determines how to sort subthreads.
1289 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1291         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1292         (gnus-sort-threads): Use it.
1294 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1296         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1297         punctuation characters follow parentheses (bug#14950).
1299 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1301         * gnus.el (gnus-continuum-version):
1302         * gnus-msg.el (gnus-extended-version): Simplify.
1304         * gnus.el (gnus-continuum-version-1): Remove.
1305         * gnus-msg.el (gnus-bug): Revert.
1307         Calculate gnus-version correctly on Cygwin.
1309         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1310         (gnus-continuum-version-1): New function, return a string.
1312         * gnus-msg.el (gnus-extended-version, gnus-bug):
1313         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1315 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1317         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1318         (bug#13384).
1320 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1323         that were only relevant in a development version a long time ago.
1325 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1327         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1328         that the old Emacs 24s bundle.
1330 2013-07-10  David Engster  <deng@randomsample.de>
1332         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1333         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1334         fixes a bug in Emacs trunk where the 'unexist' marks were always
1335         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1336         Gnus v0.03".
1338 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1340         * gnus.el (gnus-summary-line-format): Reference
1341         `gnus-user-date-format-alist' for the &user-date; format, not
1342         `gnus-summary-user-date-format-alist'.
1344 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1347         delete files (bug#13481).
1349 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1351         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1353 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1355         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1356         display images.
1358         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1360         * message.el (message-cancel-news): According to
1361         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1362         preferred over "cmsg cancel" in the Subject.
1364         * nnir.el (nnir-engines): Note that the group specs are regexps
1365         (bug#13238).
1367         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1368         gotten read-only text properties, ensure that those aren't heeded when
1369         copying stuff over (bug#13434).
1371         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1372         (bug#13762).
1374 2013-07-05  David Kastrup  <dak@gnu.org>
1376         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1377         authinfo file again (important for blank passwords).  This had been
1378         broken with 2013-06-15 change.
1380 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1382         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1383         Revert 2013-01-14 change.
1385 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1387         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1388         of 'create-image' for XEmacs compatibility; check errors when decoding
1389         image.  Reported by Uwe Brauer.
1391 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1393         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1394         gnus-button-push revised at 2011-01-19.
1396 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1399         now live in the lisp/net Emacs 24 repository.
1401 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403         * eww.el (eww-update-header-line-format): Quote % characters.
1405 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407         * eww.el (eww-process-text-input): Display passwords as asterisks.
1409         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1411 2013-06-19  Tom Tromey  <tromey@redhat.com>
1413         * eww.el (eww-top-url): Remove.
1414         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1415         (eww-render): Set new variables.  Don't set eww-top-url.
1416         (eww-handle-link): Handle "prev", "home", and "contents".
1417         Downcase the rel text.
1418         (eww-top-url): Choose best top URL.
1420 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422         * eww.el: Rewrite to implement form elements "by hand" instead of
1423         relying in widget.el.  Using widget.el leads to too many
1424         user interface inconsistencies.
1425         (eww-self-insert): Implement entering commands in text fields.
1426         (eww-process-text-input): New function to make text input field editing
1427         work.
1428         (eww-submit): Rewrite to use the new-style form methods.
1429         (eww-select-display): Display the correct selected item.
1430         (eww-change-select): Implement changing the select value.
1431         (eww-toggle-checkbox): Implement radio/checkboxes.
1432         (eww-update-field): Fix compilation error.
1433         (eww-tag-textarea): Implement <textarea>.
1435         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1436         don't shadow mode-specific bindings.
1438         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1439         nothing to push.
1441         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1443 2013-06-19  Glenn Morris  <rgm@gnu.org>
1445         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1447 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1449         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1451 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453         * shr.el (shr-make-table-1): Implement <td rowspan>.
1454         (shr-table-horizontal-line): Allow nil as a value, and change the
1455         default.
1456         (shr-insert-table-ruler): Respect the nil value.
1458 2013-06-18  Tom Tromey  <tromey@barimba>
1460         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1461         New defvars.
1462         (eww-open-file): New defun.
1463         (eww-render): Initialize new variables.
1464         (eww-display-html): Handle "link" and "a".
1465         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1466         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1467         (eww-back-url): Rename from eww-previous-url.
1468         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1469         defuns.
1471 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473         * shr.el (shr-tag-table): Insert the images after the table, so that
1474         they're not covered by the table colourisation, which often looked
1475         awkward.
1476         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1477         <dd>.
1478         (shr-make-table-1): Implement <td colspan=> support.
1479         (shr-insert-document): Use one less than window width if `shr-width' is
1480         nil, since otherwise things may get one character too wide.
1482 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1484         * eww.el (eww-detect-charset): Improve regexp; move backward.
1486 2013-06-18  Glenn Morris  <rgm@gnu.org>
1488         * mm-decode.el (widget-convert-button): Autoload.
1490         * sieve-manage.el (mm-enable-multibyte): Autoload.
1492         * shr.el (libxml-parse-html-region): Declare.
1493         (shr-render-buffer): Explicit error if no libxml2 support.
1495 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1497         * auth-source.el (auth-source-current-line): New function.
1498         (auth-source-netrc-parse-entries): When a data token is "machine",
1499         assume we're in the wrong place and abort parsing the current line.
1501 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1504         (eww-convert-widgets): Don't bug out if the first widget starts at the
1505         beginning of the buffer.
1506         (eww-convert-widgets): Fix last patch.
1507         (eww-tag-input): Support <input type=image>.
1509         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1510         (shr-tag-base): Protect against base specs that are degenerate.
1511         (shr-ensure-paragraph): Don't delete empty lines that have text
1512         properties, because these may be input fields.
1514         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1515         we can navigate to them.
1517         * shr.el (shr-colorize-region): Put the colours over the entire region.
1518         (shr-inhibit-decoration): New variable.
1519         (shr-add-font): Use it to inhibit text property decorations while doing
1520         preliminary table renderings.  This speeds up typical Wikipedia page
1521         renderings by 15%.
1522         (shr-tag-span): Don't respect the <title>, because that overwrites the
1523         help-echo from links inside the spans.
1524         (shr-next-link): Use `help-echo' for navigation, so that we can
1525         navigate to form elements, too.
1527         * eww.el (eww-button): New face.
1528         (eww-convert-widgets): Use it to make submit buttons more button-like.
1530         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1531         that Gnus commands work.
1533         * shr.el (shr-render-td): Support horizontal alignment.
1535         * eww.el (eww-put-color): Removed.
1536         (eww-colorize-region): Use `add-face-text-property'.
1538         * shr.el (shr-add-font): Append face data, so that we get the correct
1539         precedence: The innermost value (which is applied first) wins.
1540         (shr-make-overlay): Obsolete function.
1542         * mm-decode.el (mm-convert-shr-links): New function to convert
1543         new-style shr URL links into widgets.
1544         (mm-shr): Use it.
1546         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1547         widget commands, since we're no longer using widgets for links.
1549         * shr.el (shr-next-link): New command.
1550         (shr-previous-link): New command.
1551         (shr-urlify): Don't use `widget-convert', because that's slow.
1552         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1553         because collecting the overlays and reapplying them when generating
1554         tables is slow.
1555         (shr-insert-table): Ditto.
1557 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1559         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1560         * shr.el (browse-url): Require `url'.
1561         * eww.el (url): Require format-spec.
1563 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565         * eww.el (eww-display-html): Default to using the entire window width.
1566         (eww-browse-url): Don't add a User-Agent header (twice), because that
1567         makes Bing refuse connection.
1569         * shr.el (shr-make-table): Cache the table rendering at the table
1570         level, and not the <td> level.  This is a bit faster.
1572         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1573         #id.
1575         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1576         browsers don't.
1577         (shr-expand-url): Respect #anchor links.
1578         (shr-parse-base): Chop off the anchor before using.
1579         (shr-descend): Respect display: none.
1580         (shr-descend): Allow marking elements that have certain IDs.
1582         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1584         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1586         * eww.el (eww-tag-textarea): Support <textarea>.
1588 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1590         * shr.el (shr-dom-to-xml): Fixed function call.
1592         * eww.el (eww): New group.
1593         (eww-header-line-format): New custom variable.
1594         (eww-current-title): New variable.
1595         (eww-display-html): Update header and handle title tag.
1596         (eww-update-header-line-format): New function.
1597         (eww-tag-title): New function.
1599         * shr.el (shr-dom-to-xml): New function.
1600         (shr-tag-svg): Add support for the SVG tag.
1601         (shr-bullet): New custom variable.
1602         (shr-tag-li): Support custom bullet in unordered lists.
1604 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606         * shr.el (shr-expand-url): Respect // URLs.
1608         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1609         put a background colour onto the entire buffer.
1610         (eww-render): When being redirected, use the redirect URL as the new
1611         base URL.
1613         * shr.el (shr-parse-base): Fix parsing error.
1615         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1617         * shr.el (shr-parse-base): New function.
1618         (shr-expand-url): Use it to expand relative URLs reliably.
1620 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1622         * auth-source.el (auth-source-search-collection): Fix docstring.
1623         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1624         single-quoted strings and multiline entries.
1625         (auth-source-netrc-parse-next-interesting)
1626         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1627         functions to support parser.
1629 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631         * eww.el (eww-submit): Get submit button logic right when hitting RET
1632         on non-submit buttons.
1634         * shr.el: Remove shr-preliminary-table-render, since that can't really
1635         be used for anything in practice.
1637 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1639         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1640         (sieve-manage-quit).
1642 2013-06-14  Glenn Morris  <rgm@gnu.org>
1644         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1646 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1648         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1649         control the maximum size of photo ID image.
1650         (mml2015-epg-key-image-to-string): Respect it.
1652 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1655         instead of the final one so that we can more easily distinguish them.
1657         * eww.el (eww-submit): Compute the submission URL correctly.
1659 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1662         Use plist-get rather than CL's getf.
1663         (sieve-manage-parse-capability): Avoid CL's remove-if.
1665 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1667         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1668         (sieve-manage-quit).
1670 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1673         last slash.
1675         * eww.el (eww-tag-select): Use the first value as the default value.
1677 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1679         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1680         (eww-mode): Use `define-derived-mode'.
1681         (eww-parse-headers): Parse headers from beginning of buffer so that
1682         file:// links work.
1684 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1686         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1688 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1691         to handle them at all.
1693 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1696         work, too.
1697         (eww-tag-select): Implement <select>.
1699 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1701         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1702         stream managing functions by using open-protocol-stream to do most of
1703         the work.  Has the nice benefit of enabling STARTTLS.
1704         Wait for capabilities after STARTTLS: following RFC5804, the server
1705         sends new capabilities after successfully establishing a TLS connection
1706         with the client.  The client should update the cached list of
1707         capabilities, but we just ignore the answer for now.
1708         (sieve-manage-network-p, sieve-manage-network-open)
1709         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1710         (sieve-manage-forward, sieve-manage-streams)
1711         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1712         API, nor called by any other function.
1713         Enable Multibyte for SieveManage buffers: The parser won't properly
1714         handle umlauts and line endings unless multibyte is turned on in the
1715         process buffer.
1717 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719         * eww.el (eww-tag-input): Support password fields.
1720         (eww-submit): Support POST.
1722 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724         * eww.el (eww-tag-form): Protect against degenerate forms.
1726         * shr.el (shr-expand-url): Expand URLs that start with a slash
1727         correctly.
1729         * eww.el (eww-submit): Get submit button logic right.
1731         * shr.el (shr-final-table-render): New variable to signal when we're
1732         doing the final table rendering so that we can collect more data at
1733         that point.
1735         * eww.el (eww-submit): Make form submission work.
1736         (eww-tag-input): Implement submit buttons.
1737         (eww-click-radio): Implement radio and checkboxes.
1738         (eww-submit): Handle hidden elements.
1740         * shr.el (shr-descend): Allow other packages to override (or provide)
1741         rendering of elements.
1742         (shr-expand-url): Strip query strings from URLs before expanding them.
1744         * eww.el: Don't require cl-lib.
1745         (eww-tag-form): Start form support.
1747         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1749         * eww.el: Start writing a new, tiny web browser.
1750         (eww-previous-url): New command.
1751         (eww-quit): New command.
1753 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1755         * sieve.el: Put point at beginning of buffer when viewing a script.
1756         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1757         number in sieve-buffer's header.  Fixed code to also work with a string
1758         as port specifier.  Properly close the connection on pressing 'q'.  Make
1759         sieve-manage-quit close the connection and process buffer.  Also, remove
1760         duplicate keybinding for 'q'.
1762 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1764         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1765         make it easier to read.
1766         (mm-pkcs7-enveloped-magic): Ditto.
1768 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1770         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1771         before `image-type-available-p' to avoid loading the image libraries
1772         needlessly.
1774 2013-06-05  David Engster  <deng@randomsample.de>
1776         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1777         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1778         to see whether the group was synced before.
1780 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1782         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1783         when opening the connection.
1784         Suggested by João Távora <joaotavora@gmail.com> in
1785         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1787 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1789         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1790         assume Date header begins with "Date", that may be customized into
1791         something like "X-Sent" using gnus-article-time-format.
1792         (article-transform-date): Allow multi-line Date header.
1794 2013-06-02  David Engster  <deng@randomsample.de>
1796         * registry.el (initialize-instance, registry-lookup)
1797         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1798         (registry-lookup-secondary-value, registry-search, registry-delete)
1799         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1800         not wrap methods in `eval-and-compile'.  This breaks due to latest
1801         changes in EIEIO (introduction of eieio-core.el).
1803 2013-05-30  Glenn Morris  <rgm@gnu.org>
1805         * nnmail.el (nnmail-fancy-expiry-target):
1806         Also bind mail-dont-reply-to-names.
1808         * spam-stat.el (spam-stat-save):
1809         No need to tweak font-lock in temp buffers.
1811         * shr.el (shr-put-image): Silence compiler.
1813 2013-05-29  Glenn Morris  <rgm@gnu.org>
1815         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1817         * gnus-group.el (gnus-sequence-of-unread-articles)
1818         (gnus-summary-add-mark, gnus-mark-article-as-read)
1819         (gnus-group-make-articles-read): Declare.
1821         * gnus-sum.el (gnus-parameter-list-identifier)
1822         (gnus-article-stop-animations, gnus-stop-downloads)
1823         (gnus-article-only-boring-p, article-goto-body)
1824         (gnus-flush-original-article-buffer, article-narrow-to-head)
1825         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1826         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1828         * gnus.el: No need to eval-and-compile autoloads.
1830         * gravatar.el (help-function-arglist): Autoload.
1832         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1834         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1836         * spam.el: No need to load spam-report when compiling.
1837         No need to eval-and-compile autoloads.
1838         (spam-report-resend-to): Declare.
1839         (spam-report-resend-register-routine): Require 'spam-report.
1841 2013-05-24  Julien Danjou  <julien@danjou.info>
1843         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1844         setup.
1846 2013-05-23  Glenn Morris  <rgm@gnu.org>
1848         * gnus-util.el (rmail-swap-buffers-maybe)
1849         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1850         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1851         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1853         * mm-decode.el: No need to load term when compiling.
1854         (term-mode, term-char-mode): Declare.
1856         * mm-util.el: No need to load jka-compr when compiling.
1857         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1859         * nnmaildir.el: Require is automatically eval-and-compile.
1860         (nnmail): Require at run-time too.
1862         * registry.el (registry-size): Move definition before use.
1864 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1866         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1867         signed data to conform the standard.  (Bug#14232)
1869 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1871         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1872         double angle quotation mark.
1874 2013-05-20  Glenn Morris  <rgm@gnu.org>
1876         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1878 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1880         * message.el (message-insert-formatted-citation-line): handle finding
1881         first/lastname when more than 2 names appear.
1883 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1885         * shr.el (shr-tag-span): New function.
1887 2013-05-18  Glenn Morris  <rgm@gnu.org>
1889         * message.el (message-mode): Use message-mode-abbrev-table,
1890         with text-mode-abbrev-table as parent.  (Bug#14413)
1892 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1894         * message.el (message-expand-group): Decode group names.
1896 2013-05-16  Julien Danjou  <julien@danjou.info>
1898         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1899         app-icon.
1901 2013-05-15  Glenn Morris  <rgm@gnu.org>
1903         * shr-color.el (shr-color-visible-luminance-min)
1904         (shr-color-visible-distance-min): Use shr-color group.
1906 2013-05-11  Glenn Morris  <rgm@gnu.org>
1908         * gnus-vm.el: Make it loadable without VM.
1909         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1910         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1912 2013-05-09  Glenn Morris  <rgm@gnu.org>
1914         * mml1991.el: Make it loadable.  (Bug#13456)
1916         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1917         * gnus-async.el (gnus-async-post-fetch-function):
1918         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1919         * gnus-html.el (gnus-html-image-cache-ttl):
1920         * gnus-notifications.el (gnus-notifications-timeout):
1921         * gnus-picon.el (gnus-picon-properties):
1922         * gnus-util.el (gnus-completion-styles):
1923         * gnus.el (gnus-other-frame-resume-function):
1924         * message.el (message-user-organization-file)
1925         (message-cite-reply-position):
1926         * nnir.el (nnir-summary-line-format)
1927         (nnir-retrieve-headers-override-function):
1928         * shr-color.el (shr-color-visible-luminance-min):
1929         * shr.el (shr-blocked-images):
1930         * spam-report.el (spam-report-resend-to):
1931         * spam.el (spam-summary-exit-behavior): Fix custom types.
1933         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1935 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1937         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1938         because of let-binding help-xref-following.  (Bug#14356)
1940 2013-05-06  Glenn Morris  <rgm@gnu.org>
1942         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1944 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1946         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1947         entering into the registry.
1949 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1951         * gnus.el: Ma Gnus v0.7 is released.
1953 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1955         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1956         (Bug#14304)
1958 2013-04-27  Glenn Morris  <rgm@gnu.org>
1960         * gnus.el (gnus-list-debbugs):
1961         Use require rather than autoload.  (Bug#14262)
1963 2013-04-27  Julien Danjou  <julien@danjou.info>
1965         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1966         port to "sieve" now that it has an official IANA port assigned.
1968 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1970         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1971         Don't set the MAILHOST environment variable permanently (Bug#14271).
1973 2013-04-26  Glenn Morris  <rgm@gnu.org>
1975         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1977 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1979         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1980         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1982 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1984         * nnir.el (nnir-close-group): Make sure we are in the right group.
1986         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1987         dependency table from all newly retrieved headers.
1989 2013-04-16  David Edmondson  <dme@dme.org>
1991         Support <img src="data:...">.
1993         * shr.el (shr-image-from-data): New function.
1994         (shr-tag-img): Use it.
1996 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1998         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1999         group.
2001 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2003         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2004         corresponding to any existing group (Bug#14166).
2006 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2008         * nnir.el (number-sequence): No longer used.
2009         (nnir-request-set-mark): New function.
2010         (nnir-request-update-info): Improve marks updating.
2011         (nnir-request-scan): Don't duplicate marks updating.
2012         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2013         Use 'assq rather than 'assoc.  Quote anonymous function.
2014         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2015         Use 'gnus-group-prefixed-p.
2016         (gnus-summary-create-nnir-group): Make sure server for method is open.
2018 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2020         * nnir.el (gnus-nnir-group-p): New function.
2021         (nnir-possibly-change-group): Use it.
2023         * gnus-msg.el (gnus-setup-message): Use it.
2025 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2027         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2028         `initial-input' for the argument name.
2029         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2031 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2033         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2034         (used by MH-E).
2036 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2038         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2039         group.
2041         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2042         fix compilation.
2044 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2046         * nnir.el (nnir-method-default-engines): And another typo.
2048 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2050         * nnir.el (nnir-method-default-engines): Fix typo.
2052 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2054         * nnir.el: Define 'number-sequence for xemacs.
2055         (gnus-summary-create-nnir-group): New function to create an nnir group
2056         from an nnir summary buffer based on the current query.
2057         (nnir-request-create-group): Update to allow nnir group creation based
2058         on the current query.
2060 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2062         * nndraft.el (nndraft-request-expire-articles):
2063         Make expiry target always `delete'.
2065 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2067         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2068         buffer use the posting-style and gcc of the original article group.
2069         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2071         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2072         after other deffoos.
2074 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2076         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2077         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2078         support for real (i.e. not ephemeral) nnir groups.
2079         (gnus-summary-make-nnir-group): New function for initiating searches
2080         from a summary buffer.
2082 2013-03-18  Sam Steingold  <sds@gnu.org>
2084         * message.el (message-bury): Minor cleanup.
2086 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2088         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2090 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2092         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2093         nnml-request-list.  (Bug#13873)
2094         (nndir-request-newsgroups): Remove, unused.
2096         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2098 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2100         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2101         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2102         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2104 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2106         * shr.el: Make all the overlays set the `evaporate' property so that
2107         they're removed properly.
2109 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2111         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2112         shell-quote-argument.
2114 2013-02-22  David Engster  <deng@randomsample.de>
2116         * gnus-registry.el (gnus-registry-save): Provide class name when
2117         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2118         `condition-case' to stay compatible with older EIEIO versions which
2119         only accept one argument.
2121 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2123         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2124         (epg-user-id-validity): Autoload.
2125         (mml2015-epg-check-user-id): New function.
2126         (mml2015-epg-check-sub-key): New function split from
2127         mml2015-epg-find-usable-key.
2128         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2129         optional name-is-key-id, to handle the case when user-id is unusable.
2130         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2132 2013-02-17  Glenn Morris  <rgm@gnu.org>
2134         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2136 2013-02-16  Glenn Morris  <rgm@gnu.org>
2138         * shr.el (shr-put-image): Only animate images that specify a delay.
2139         This is consistent with the old image-animated-p behavior.
2141 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2143         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2144         for XEmacs.
2146 2013-02-13  Juri Linkov  <juri@jurta.org>
2148         * gnus-art.el (gnus-article-mode-map):
2149         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2150         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2152 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2154         * auth-source.el (auth-source-format-prompt): Don't get confused by
2155         any "\" in replacement text.  (Bug#13637)
2157 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2159         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2160         (gnus-backend-trace): Honour gnus-backend-trace.
2162         * mml.el (mml-insert-part): Insert closing tag.
2164         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2166 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2169         able to find the article, which can happen in debbugs groups,
2170         apparently.
2172 2013-01-16  Glenn Morris  <rgm@gnu.org>
2174         * smiley.el (smiley-style): Make the file loadable in batch mode.
2176 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2179         imap process running.
2181 2013-01-14  Julien Danjou  <julien@danjou.info>
2183         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2184         Compare addresses against addresses, not against the full From field.
2186 2013-01-13  Richard Stallman  <rms@gnu.org>
2188         * message.el (message-forward-make-body-mime): New args BEG, END
2189         specify what part of FORWARD-BUFFER to use.  Do the work directly
2190         instead of calling `mml-insert-buffer'.
2192 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2194         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2195         cross-reference(s).
2197         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2198         cross-reference(s).
2200 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2202         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2203         and point-max-marker.
2204         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2206 2013-01-11  Julien Danjou  <julien@danjou.info>
2208         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2209         max are almost equal.  Also return the correct value for V which is
2210         already between 0 and 1.
2212 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2214         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2215         to mml2015-encrypt-to-self.
2216         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2218 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2220         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2221         mml-smime-epg-find-usable-secret-key.
2223 2013-01-08  Glenn Morris  <rgm@gnu.org>
2225         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2227 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2229         * mml-smime.el: Support signing by sender.
2230         Requested by Uwe Brauer.
2231         (mml-smime-sign-with-sender): New user option analogous
2232         to mml2015-sign-with-sender.
2233         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2234         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2235         mml2015.el.
2237 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2240         isn't running, because Gnus will probably not know how to handle the
2241         Gcc header (bug#11941).
2243         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2244         articles.
2246 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2249         (nnfolder-generate-active-file): Make this function work with recursive
2250         folder names.
2252 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2254         * nntp.el (nntp-open-connection): Use HELP as the capability command
2255         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2256         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2258 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2260         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2261         place holder since this gives `Invalid face reference: nil' messages.
2262         Use the `default' face instead.  It has the same effect here, even
2263         though it is not no-op.
2265         * gnus-util.el
2266         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2268 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2270         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2271         non-string posting styles (bug#13285).
2273 2012-12-27  Glenn Morris  <rgm@gnu.org>
2275         * plstore.el (plstore-passphrase-callback-function):
2276         Use plstore-get-file.
2278 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2280         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2281         stderr.
2283 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2285         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2287         * gnus-compat.el (set-buffer-multibyte): Remove.
2289 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2291         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2292         temporary file to get PGP key image.  Pass no-show-photos when
2293         extracting image to avoid having it pop up twice.
2295 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2297         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2298         eligible for treatment.
2300         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2301         lines.  This makes summary commands with hidden threads work more
2302         reliably.
2304         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2305         button to mark the hidden citations (bug#9395).
2307 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2309         * mml2015.el (mml2015-epg-signature-to-string): New function.
2310         (mml2015-epg-verify-result-to-string): New function.
2311         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2312         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2313         instead of epg-verify-result-to-string.
2314         (epg-signature-key-id, epg-signature-to-string): Autoload.
2315         (epg-verify-result-to-string): Remove autoload.
2317 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2319         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2320         ID image from GPG public key.
2321         (mml2015-epg-key-image-to-string): New function.
2323 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2325         * plstore.el (plstore-passphrase-callback-function): Fix error when
2326         error when plstore-cache-passphrase-for-symmetric-encryption is set
2327         (bug#13264).
2329 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2331         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2332         buffer to the article buffer here, because that clobbers multiple
2333         article buffers.
2335         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2336         buffer always points to the right summary buffer.
2338 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2340         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2341         the password (bug#12097).
2343 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2345         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2346         (bug#13263).
2348         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2349         buffer exists before using it (bug#12475).
2351         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2352         offline groups (bug#11937).
2354         * message.el (message-yank-original): When using customize to set the
2355         value of `message-cite-style', the variable it set to a symbol that's
2356         the name of the variable, which must then be dereferenced (bug#12616).
2358 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2360         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2361         the `face' property with a list whose car is the face specified in the
2362         format string and whose cdr is (nil).
2363         * lisp/gnus-util.el
2364         (gnus-put-text-property-excluding-characters-with-faces):
2365         Change accordingly.
2366         (gnus-get-text-property-excluding-characters-with-faces): New function.
2367         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2368         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2369         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2371 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2373         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2374         login methods.
2375         (nnimap-login): Respect the `nnimap-authenticator' variable.
2377         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2378         mark state when moving articles.  Otherwise unticked articles will get
2379         their ticks back after moving.
2381 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2383         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2385         * message.el (message-ignored-news-headers): Always remove
2386         X-Message-SMTP-Method to avoid information leakage if the user
2387         mistakenly inserts the header into news messages.
2389         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2391         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2392         right than four characters, this command would move point to
2393         `point-max'.  Don't do that.
2395         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2396         to nil to allow re-selecting groups that gain articles.
2397         (gnus-bug-group-download-format-alist): Update the URL.
2399 2012-12-23  Andreas Schwab  <schwab@suse.de>
2401         * shr.el (shr-tag-em): Render em as italic, not bold.
2403 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2405         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2406         for reuse.
2407         (gnus-open-server): Use it to add more tracing.
2408         (gnus-finish-retrieve-group-infos): Add backend tracing.
2409         (gnus-backend-trace): Also note the elapsed seconds.
2411 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2413         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2414         Set epa-file-encrypt-to from variable to avoid querying.
2416 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2418         * sieve-mode.el (sieve-font-lock-keywords):
2419         Keywords should be word delimited.  (Bug#13173)
2421 2012-12-13  Andreas Schwab  <schwab@suse.de>
2423         * tls.el (tls-program): Update customize type.
2425 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2427         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2428         instead of <pre> to align message header.
2430 2012-12-12  Sam Steingold  <sds@gnu.org>
2432         * gnus.el (gnus-other-frame-resume-function): Add user option.
2433         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2435 2012-12-06  Sam Steingold  <sds@gnu.org>
2437         * gnus-start.el (gnus-before-resume-hook): Add.
2438         (gnus-1): Run it when Gnus is alive.
2440 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2442         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2443         * gnus-art.el (article-unsplit-urls)
2444         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2445         * gnus-registry.el (gnus-registry-get-article-marks)
2446         * message.el (message-goto-body): Use it.
2447         (message-called-interactively-p): Remove.
2449         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2450         (spam-stat-score-buffer): Use it.
2452         * spam.el: Silence the warnings against BBDB functions when compiling.
2454         * gnus-score.el (gnus-score-decode-text-parts):
2455         Use append+mapcar instead of the cl function mapcan.
2457 2012-12-05  Sam Steingold  <sds@gnu.org>
2459         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2460         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2461         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2463 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2465         * gmm-utils.el (gmm-called-interactively-p): Revert.
2466         This seems to cause Emacs to get stuck!
2467         * gnus-art.el (article-unsplit-urls)
2468         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2469         * gnus-registry.el (gnus-registry-get-article-marks)
2470         * message.el (message-goto-body)
2471         (message-called-interactively-p): Revert.
2473         * gmm-utils.el (gmm-called-interactively-p): New function.
2474         * gnus-art.el (article-unsplit-urls)
2475         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2476         * gnus-registry.el (gnus-registry-get-article-marks)
2477         * message.el (message-goto-body): Use it.
2478         (message-called-interactively-p): Remove.
2480         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2481         * gnus-sync.el (gnus-sync-lesync-call)
2482         * message.el (message-read-from-minibuffer): Use it.
2484 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2486         * gmm-utils.el (gmm-flet): Remove.
2487         * gnus-sync.el (gnus-sync-lesync-call)
2488         * message.el (message-read-from-minibuffer): Don't use it.
2490 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2492         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2494 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2496         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2498         * gnus-sync.el (gnus-sync-lesync-call)
2499         * message.el (message-read-from-minibuffer): Use gmm-flet.
2501         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2503         * gnus-util.el (gnus-macroexpand-all): Remove.
2505 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2507         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2508         to TAB, not [tab].
2509         (gnus-summary-article-map): Likewise.
2511         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2512         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2514 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2516         * time-date.el: Commentary fix.
2518 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * color.el: Don't require cl.
2521         (color-complement): `caddr' -> `nth 2'.
2523         * time-date.el (time-to-seconds): De-obsolete.
2525 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2527         * message.el (message-get-reply-headers):
2528         Make sure the reply goes to the author if it is a wide reply.
2530 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2532         * gnus-score.el (gnus-score-body):
2533         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2534         scoring by body.
2536 2012-11-16  Glenn Morris  <rgm@gnu.org>
2538         * gnus-diary.el (nndiary-request-create-group-functions)
2539         (nndiary-request-update-info-functions)
2540         (gnus-subscribe-newsgroup-functions)
2541         (nndiary-request-accept-article-functions):
2542         Use new names for hooks rather than obsolete aliases.
2544 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2546         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2548 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2550         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2551         in meta tag with the one the part specifies in its header.
2553 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2555         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2556         by default.
2558 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2560         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2561         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2563 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2565         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2566         and a runtime function for it, of which the XEmacs version takes only
2567         two arguments.
2569 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * nndiary.el (nndiary-request-create-group-functions)
2572         (nndiary-request-update-info-functions)
2573         (nndiary-request-accept-article-functions):
2574         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2575         "-hooks" suffix.
2577 2012-10-19  Julien Danjou  <julien@danjou.info>
2579         * gnus-art.el: Require gnus-util because it uses
2580         `gnus-timer--function'.
2582 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2584         * starttls.el (starttls-extra-arguments): Doc fix.
2586 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2589         it.
2591 2012-10-06  Glenn Morris  <rgm@gnu.org>
2593         * gnus-notifications.el (gnus-notifications):
2594         Add missing group :version tag.
2595         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2596         (gnus-gcc-post-body-encode-hook):
2597         * gnus-sync.el (gnus-sync-lesync-name)
2598         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2600 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2602         * color.el (color-hsl-to-rgb): Fix incorrect results for
2603         small and large hue values.  (Bug#12559)
2605 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2607         New UIDL implementation.
2609         * mail-source.el (mail-sources, mail-source-keyword-map):
2610         Add :leave as a pop3 keyword.
2611         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2613         * pop3.el (pop3-leave-mail-on-server): Allow number.
2614         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2615         (pop3-movemail): Add UIDL support.
2616         (pop3-send-streaming-command): Take a list of mail numbers instead of
2617         the number of mails.
2618         (pop3-write-to-file): Add X-UIDL header.
2619         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2620         (pop3-uidl-add-xheader): New functions.
2622         * message.el (message-ignored-resent-headers):
2623         Add X-Content-Length and X-UIDL headers.
2625 2012-10-05  Glenn Morris  <rgm@gnu.org>
2627         * color.el (color-name-to-rgb, color-rgb-to-hex)
2628         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2629         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2630         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2631         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2633 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2635         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2636         a user about whether to delete temp files if once a user answered as n.
2638 2012-09-25  Chong Yidong  <cyd@gnu.org>
2640         * password-cache.el (password-read-and-add): Use a declare form to mark
2641         this function obsolete.
2643 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2645         * lpath.el: Bind mail-encode-mml for old Emacsen.
2647 2012-09-17  Richard Stallman  <rms@gnu.org>
2649         * message.el (message-in-body-p): Don't set mark or modify buffer.
2651         * mml.el (mml-attach-file): Doc fix.
2652         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2653         Set mail-encode-mml when in Mail mode.
2654         Simplify code to set HEAD and move back to HEAD.
2655         (mml-insert-multipart, mml-insert-part):
2656         Set mail-encode-mml when in Mail mode.
2658 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2660         * gnus-util.el (gnus-timer--function): New function.
2662         * gnus-art.el (gnus-article-stop-animations): Use it.
2664 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2666         Fix glitches caused by addition of psec to timers.
2667         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2668         rather than raw access to timer vector.
2670 2012-09-11  Julien Danjou  <julien@danjou.info>
2672         * gnus-notifications.el (gnus-notifications): Check for nil values in
2673         ignored addresses check.
2675 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2677         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2679 2012-09-07  Chong Yidong  <cyd@gnu.org>
2681         * gnus-util.el
2682         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2684         * gnus-salt.el (gnus-tree-highlight-node):
2685         * gnus-sum.el (gnus-summary-highlight-line):
2686         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2688 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2690         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2692 2012-09-06  Juri Linkov  <juri@jurta.org>
2694         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2695         scheme for buffer names to be more consistent with other group and
2696         article buffer names in Gnus.
2698 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2700         * gnus-util.el
2701         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2703         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2704         Jenkner.
2706         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2708         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2710         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2712 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2714         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2715         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2717         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2718         string-prefix-p in Emacs >=23.2.
2720         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2721         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2722         instead of string-match-p.
2723         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2725 2012-09-06  Kenichi Handa  <handa@gnu.org>
2727         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2728         lowercase a..f.
2730 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2732         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2734 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2736         * nnimap.el (nnimap-request-move-article): Decode the group name when
2737         doing internal moves to avoid charset issues.
2739         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2740         TIME is set.
2742 2012-09-05  Juri Linkov  <juri@jurta.org>
2744         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2745         than one group at a time (bug#11961).
2747 2012-09-05  Julien Danjou  <julien@danjou.info>
2749         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2750         this hide the real reason with a message giving absolutely no hint.
2752 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2754         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2755         to the backend (bug#11804).
2757         * message.el (message-insert-newsgroups): Don't insert newsgroup
2758         duplicates (bug#12275).
2760 2012-09-05  John Wiegley  <johnw@newartisans.com>
2762         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2763         sieve rules.
2765 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2767         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2768         function.
2770         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2772         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2774 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2776         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2777         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2778         This should make nnmaildir more usable with offlineimap.
2780 2012-09-05  Julien Danjou  <julien@danjou.info>
2782         * nnimap.el (nnimap-request-list): Revert change that made listing
2783         synchronous.
2784         (nnimap-get-responses): Restore.
2786 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2788         * dgnushack.el: XEmacs 21.5 compilation fix.
2790         * gnus-notifications.el (gnus-notifications-notify): Use it.
2792         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2793         warnings on XEmacs.
2795 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2797         Better seeds for (random).
2798         * gnus-sync.el (gnus-sync-lesync-setup):
2799         * message.el (message-canlock-generate, message-unique-id):
2800         Change (random t) to (random), now that the latter is more random.
2802 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2804         * nnimap.el (nnimap-change-group): Document result value
2806         * auth-source.el (auth-sources): Fix macos keychain access.
2808         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2809         allow the backend `request-head' function to determine the group
2810         name on its own.
2811         (gnus-request-expire-articles): Filter out negative article numbers
2812         during expiry (Bug#11980).
2814         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2815         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2817         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2818         you've found the article when you haven't.
2820         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2821         that nnimap-change-group can return t.
2823 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2827 2012-08-30  Julien Danjou  <julien@danjou.info>
2829         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2830         `gnus-notifications-timeout'.
2831         (gnus-notifications-timeout): Add.
2832         (gnus-notifications-action): New function.
2833         (gnus-notifications-notify): Add :action using
2834         `gnus-notifications-action'.
2835         (gnus-notifications-id-to-msg): New variable.
2836         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2837         notifications id to messages.
2839 2012-08-30  Kenichi Handa  <handa@gnu.org>
2841         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2842         once.
2844 2012-08-29  Julien Danjou  <julien@danjou.info>
2846         * gnus-notifications.el: New file.
2847         (gnus-notifications-notify): New function.
2848         (gnus-notifications): Use `gnus-notifications-notify'.
2850 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2852         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2853         transfer encoding first; bind gnus-newsgroup-charset to the charset
2854         that the article specifies (Bug#12209).
2856 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2858         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2859         (gnus-group-customize-done): Encode values posting-style holds.
2861         * gnus-msg.el (gnus-summary-resend-message)
2862         (gnus-configure-posting-styles): Decode values posting-style group
2863         parameter holds.
2865 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2867         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2868         `name' and `address' in Resent-From header.
2870 2012-08-14  Chong Yidong  <cyd@gnu.org>
2872         * gnus-art.el (article-display-face): Handle failure in
2873         gnus-create-image (Bug#11802).
2875 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2877         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2878         Use defsetf.
2880 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2882         * auth-source.el (auth-source-plstore-search)
2883         (auth-source-secrets-search): Ignore :require and :type in search spec.
2885 2012-08-06  Julien Danjou  <julien@danjou.info>
2887         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2888         `nnimap-request-move-article'.
2890         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2891         Remove autoload, already handled by gnus.el.
2893         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2895         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2896         supported by nnimap actually.  Reverts previous change.
2898         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2899         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2900         to-buffer argument that is already supported.
2902 2012-08-05  Julien Danjou  <julien@danjou.info>
2904         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2905         Add autoload.
2907 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2909         * gnus.el (gnus-valid-select-methods): Fix custom type.
2911 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2913         * auth-source.el (auth-sources, auth-source-backend-parse)
2914         (auth-source-macos-keychain-search)
2915         (auth-source-macos-keychain-search-items)
2916         (auth-source-macos-keychain-result-append)
2917         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2918         auth-source.el through the /usr/bin/security utility.
2919         (auth-sources): Fix syntax error.
2920         (auth-source-macos-keychain-result-append): Fix variable name.
2921         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2923 2012-07-27  Julien Danjou  <julien@danjou.info>
2925         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2926         Emacs < 24.1
2928 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2930         * message.el (message-kill-address): Don't kill last newline.
2931         (message-skip-to-next-address): Don't move to the next header.
2932         (message-fill-field-address): Work properly.
2934 2012-07-25  Julien Danjou  <julien@danjou.info>
2936         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2938 2012-07-24  Julien Danjou  <julien@danjou.info>
2940         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2942         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2943         (nntp-async-timer-handler): Remove, unused.
2945         * nnimap.el (nnimap-get-responses): Remove, unused.
2947         * nnheader.el (mail-header-set-extra): Remove, unused.
2949         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2950         unused.
2952         * mm-view.el (mm-view-sound-file): Remove, unused.
2954         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2955         (mm-url-encode-multipart-form-data): Remove, unused.
2957         * message.el (message-remove-signature, message-make-host-name)
2958         (message-fill-address): Remove, unused.
2960         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2961         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2962         unused.
2964         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2965         (gnus-xmas-call-region): Remove, unused.
2967         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2969         * gnus-util.el (gnus-extract-address-component-name)
2970         (gnus-extract-address-component-email, gnus-sortable-date)
2971         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2972         (gnus-process-live-p): Remove, unused.
2974         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2976         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2977         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2978         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2979         function.
2981         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2983         * gnus-score.el (gnus-summary-score-crossposting)
2984         (gnus-score-regexp-bad-p): Remove, unused.
2986         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2988         * gnus-range.el (gnus-sublist-p): Remove, unused.
2990         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2991         unused.
2993         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2995         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2996         (gnus-request-associate-buffer): Remove, unused.
2998         * gnus-group.el (gnus-group-set-method-info)
2999         (gnus-group-set-params-info): Remove, unused.
3001         * gnus-fun.el (gnus-shell-command-to-string)
3002         (gnus-shell-command-on-region): Remove, unused.
3004         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3006         * gnus-art.el (gnus-article-text-type-exists-p)
3007         (article-translate-characters, gnus-article-hide-text-of-type)
3008         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3009         Remove, unused.
3011 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3013         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3015 2012-07-21  Julien Danjou  <julien@danjou.info>
3017         * message.el (message-dont-reply-to-names): Replace deprecated
3018         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3019         (message-get-reply-headers): Ditto.
3021 2012-07-18  Julien Danjou  <julien@danjou.info>
3023         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3024         `sieve-upload-and-kill'.
3026         * sieve.el (sieve-bury-buffer): Remove function.
3027         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3028         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3030 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3032         * shr.el (shr-expand-url): Handle URL starting with `//'.
3034 2012-07-13  Chong Yidong  <cyd@gnu.org>
3036         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3037         instead of calling toggle-read-only with a (bogus) argument.
3039 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3041         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3042         of initial input when reading the author to restrict the summary to.
3044 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3046         * mm-decode.el (mm-shr):
3047         Allow overriding charset by mm-charset-override-alist.
3049 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3051         * gnus-art.el (gnus-article-view-part):
3052         Toggle subparts of multipart/alternative part.
3054 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * shr.el (shr-render-buffer): New command.
3057         (shr-visit-file): Use it.
3059 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3061         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3062         Set no-byte-compile and no-update-autoloads.
3064 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3066         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3068 2012-06-25  Julien Danjou  <julien@danjou.info>
3070         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3071         `nnimap-request-move-articles-find-limit' since we do not use it only
3072         for move operations.
3073         (nnimap-request-accept-article): Use
3074         `nnimap-request-articles-find-limit' to limit search by message-id.
3076 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3078         Support higher-resolution time stamps (Bug#9000).
3080         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3081         VARLIST.  It's optional, for backward compatibility.
3082         (encode-time-value): New optional arg PICO.  New type 3.
3083         (time-to-seconds) [!float-time]: Support the new picoseconds
3084         component if it's used.
3085         (seconds-to-time, time-subtract, time-add):
3086         Support ps-resolution time stamps as well.
3088 2012-06-19  Julien Danjou  <julien@danjou.info>
3090         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3092         * nnimap.el (nnimap-log-buffer): Check that
3093         `window-point-insertion-type' is boundp, since it's not available in
3094         XEmacs.
3096 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3098         * nnimap.el (nnimap-log-buffer): Add this, setting
3099         `window-point-insertion-type' in the buffer to t.
3100         (nnimap-log-command): Use nnimap-log-buffer.
3102 2012-06-19  Julien Danjou  <julien@danjou.info>
3104         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3105         argument to be able to limit the search.
3106         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3107         (nnimap-request-move-articles-find-limit): Add this to limit the search
3108         by Message-Id after a message move.
3109         (nnimap): Add defgroup.
3111 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3113         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3115 2012-06-15  Julien Danjou  <julien@danjou.info>
3117         * nnimap.el (nnimap-find-article-by-message-id): Use
3118         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3119         (nnimap-possibly-change-group): Add read-only argument.
3120         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3121         issuing EXAMINE manually.
3122         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3123         with read-only argument.
3124         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3125         cannot possibly change because we need to be sure that it's either
3126         read-write or read-only.
3128 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3131         being bound to a lambda form.
3133 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3135         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3136         articles when fetch-old is non-nil (bug#11370).
3138 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3140         * gnus-picon.el (gnus-picon-properties): New defcustom.
3141         (gnus-picon-create-glyph): Use it.
3143 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145         * gnus-group.el (gnus-group-get-new-news): Respect
3146         `gnus-group-use-permanent-levels', as documented (bug#11638).
3148 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3150         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3151         groups (bug#11641).
3153 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3155         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3156         is an integer to avoid later problems.
3158 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3161         locales.
3163         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3164         on a handle.
3166         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3167         address as the default.
3168         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3170         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3171         makes no sense to query the user about internal files.
3173         * gnus-spec.el: Remove all the byte-compilation stuff, since
3174         benchmarking shows that it doesn't help when entering large summary
3175         buffers.
3177         * gnus-xmas.el (gnus-xmas-define): Remove.
3179         * gnus-util.el (gnus-byte-code): Remove.
3181         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3182         grouplens stuff.
3184 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3187         (bug#11514).
3189 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3191         * message.el (message-buffers): Return all buffers derived from Message
3192         to make `gnus-dired-attach' work with mu4e.
3194 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3196         * nntp.el: Stop the `letf' madness.
3197         (nntp--report-1): New var.
3198         (nntp-report): Merge nntp-report-1 into it.
3199         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3200         the nntp-report function.
3202         * auth-source.el: Fix comment-style to follow the convention.
3204 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3206         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3207         (mm-dissect-singlepart): Don't guess the MIME type of
3208         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3209         set.
3210         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3211         toplevel MIME type is multipart/encrypted.
3213 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3215         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3216         a string so that Gcc works (bug#11514).
3218 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3221         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3223 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3225         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3226         jumping to *Server* from a dedicated *Group* window.
3227         (gnus-configure-frame): CSE.
3229         * gnus-registry.el: Minor style cleanup.
3230         (gnus-registry--set/remove-mark): New function, extracted from
3231         gnus-registry-install-shortcuts.
3232         (gnus-registry-install-shortcuts): Use it.
3234 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3236         * nnspool.el (news-path): Use eval-and-compile.
3238 2012-05-24  Glenn Morris  <rgm@gnu.org>
3240         * nnspool.el (news-directory, news-path, news-inews-program):
3241         Move here from paths.el.  Don't see a need for these to be autoloaded.
3243         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3244         Merge in doc from paths.el version.  Don't see any need for this to be
3245         autoloaded, or for the warning about users not setting it.
3247 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3249         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3250         format.  In particular, add an optional argument and a docstring.
3252         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3254         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3255         current before calling `gnus-groups-to-gnus-format'.
3256         Note that this was already the case for `gnus-active-to-gnus-format'.
3258 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3260         Fix minor Y10k bug.
3261         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3263 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3265         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3266         message once it's actually open.
3268 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3270         * gnus.el: Ma Gnus v0.5 is released.
3272 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         * auth-source.el (auth-source--aput-1, auth-source--aput)
3275         (auth-source--aget): New functions and macros.
3276         Use them instead of aput/aget.
3278 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3280         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3282 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3284         * plstore.el (plstore-called-interactively-p): New compat macro copied
3285         from message.el.
3286         (plstore-mode): Use it.
3288 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3290         * plstore.el: Revive the editing feature.
3291         (plstore-mode): New mode to edit plstore file.
3292         (plstore-mode-toggle-display, plstore-mode-original)
3293         (plstore-mode-decoded): New command.
3294         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3295         (plstore--insert-buffer, plstore--make): New function.
3296         (plstore-open, plstore-save): Simplify by using them.
3298 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3300         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3302 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3304         * tls.el (open-tls-stream): Remove unused binding.
3306 2012-04-16  Glenn Morris  <rgm@gnu.org>
3308         * nndraft.el (nndraft-request-list): Fix declaration.
3310 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312         * mm-decode.el (mm-dissect-buffer): Doc fix.
3314         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3315         don't have a current group.
3317         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3318         buffer if it doesn't exist.
3320         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3321         given, mark the group as ephemeral with the current window conf.
3323         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3324         buffer exists, which it doesn't if we haven't started Gnus.
3325         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3327 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3330         type is.
3332         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3333         `unexists' entries.
3334         (gnus-clean-old-newsrc): Fix last checkin.
3336         * nnimap.el (nnimap-update-info): None of the articles below the active
3337         low-water mark exist.
3339         * dgnushack.el: Get rid of XEmacs compilation warning.
3341         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3342         would have gotten if we posted to the group, and use that to compare
3343         against the message we want to cancel (bug#10808).
3345         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3346         on XEmacs.
3348 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3350         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3351         `scroll-margin'.
3353 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3355         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3356         citation prefix within a block of cited text should be considered part
3357         of that block *only* if it is a blank line.
3359 2012-04-09  Chong Yidong  <cyd@gnu.org>
3361         * binhex.el, hashcash.el, uudecode.el:
3362         Remove * characters from the front of variable docstrings.
3364 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3366         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3367         before kinsoku-bol characters nor within kinsoku-eol characters.
3369 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3371         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3372         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3373         (gnus-sync-read): Use mapc instead of mapcar.
3375         * mm-archive.el: Require mm-decode for some macros.
3376         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3377         the byte compiler.
3378         (mm-archive-decoders): New function that returns the value of
3379         the mm-archive-decoders variable.
3381         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3382         instead.
3383         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3385         * nnimap.el (gnus-refer-thread-use-nnir):
3386         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3388 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3392 2012-03-12  Peter Münster  <pmrb@free.fr>
3394         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3395         (gnus-demon-cancel): Ditto.
3396         (gnus-demon-run-callback): When function cannot be called due to low
3397         idleness, call it when idleness reaches the expected value, instead of
3398         waiting another timer period.
3399         (gnus-demon-init): Add `time' to arguments of call-back.
3401 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3405         * gnus.el: Register gnus-registry functions.
3407         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3408         indent.
3410         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3411         enabled before warping.
3413 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3415         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3416         registry about each article retrieved.
3418         * gnus-int.el (gnus-select-group-with-message-id): New function.
3419         (gnus-try-warping-via-registry): Ditto.
3420         (gnus-warp-to-article): Fall back on the registry.
3422 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3424         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3425         inboxes.
3427 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3431 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3433         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3434         gnus-gcc-self-resent-messages may be a group parameter.
3435         (gnus-summary-resend-message): Don't encode encoded words in header
3436         when Gcc'ing resent message.
3438 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3440         * shr.el (shr-insert): Treat non-breaking space just like normal
3441         space.  This seems to produce more pleasing results.
3442         (shr-insert): Only insert a blank line if we're starting from an image.
3443         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3444         (shr-ensure-paragraph): Consider lines with white space to be blank.
3446 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3448         * Makefile.in: Respect DESTDIR.
3450 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3452         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3453         and gnus-gcc-post-body-encode-hook.
3455 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3458         messages that don't exist.
3460         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3462 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3464         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3465         Remove.
3467         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3469         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3471 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3474         have a group name.
3476         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3477         a multibyte buffer (bug#7410).
3478         (article-wash-html): Parse the original article buffer to get the
3479         unencoded data (bug#7410).
3481         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3482         .newsrc.el files.
3484 2012-04-05  Bastien Guerry  <bzg@altern.org>
3486         * color.el (color-lighten-name): Fix typo.
3488 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3491         "#" to avoid having them interpreted as comments.
3493 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495         * shr.el (shr-insert): Update the text state properly to avoid
3496         inserting spurious paragraph starts.
3498 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500         * shr.el (shr-table-widths): Divide the extra width more fairly over
3501         the TDs (bug#10973).
3502         (shr-render-td): Don't delete too much padding.
3503         (shr-natural-width): Compute the natural width more correctly.
3504         (shr-insert): Allow the natural width to be computed for tables again.
3505         (shr-tag-table-1): Rework how the natural widths are computed by
3506         rendering the table a third time.
3507         (shr-natural-width): Removed.
3508         (shr-buffer-width): New function.
3509         (shr-expand-newlines): Use it.
3511         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3512         using a `gnus-use-full-window' setup (bug#11013).
3514 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3517         24.1 release.
3519 2012-03-10  David Edmondson  <dme@dme.org>
3521         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3522         'Forwarded Message' header and the start of the message.
3524 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3526         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3527         isn't running (bug#10897).
3529 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3532         This is inconsistent with all the other stream functions, which leave
3533         the setting up to the higher levels (if so wanted) (bug#10931).
3535 2012-02-28  Glenn Morris  <rgm@gnu.org>
3537         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3538         mm-decode.el: Standardize possessive apostrophe usage.
3540 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3544 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3546         * parse-time.el (parse-time-string): Allow extractor to return nil.
3548 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3550         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3552 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3554         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3556 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3558         * mm-decode.el (mm-shr): Remove "soft hyphens".
3560         * nnimap.el (nnimap-request-list): Return the group names encoded as
3561         utf8.  Otherwise non-European group names don't work.
3562         (nnimap-request-newgroups): Ditto.
3564         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3565         the default in `read-string' (bug#10757).
3567         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3568         topics (bug#10843).
3570         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3571         buffer.  Suggested by Herbert Valerio Riedel.
3572         (nnimap-request-move-article): Delete the message from the correct IMAP
3573         server.
3575 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3577         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3578         Reported by Peter Münster.
3580 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3582         * shr.el (shr-image-fetched): Make sure we really kill the right
3583         buffer.
3585 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3587         * gnus-start.el (gnus-1): Avoid duplicate entries.
3589 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3591         * imap.el: Remove.
3593         * nntp.el (nntp-coding-system-for-read): Remove.
3594         (nntp-coding-system-for-write): Ditto.
3595         (nntp-open-connection): Just use `binary' directly.
3597         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3598         Gnus 0.3.
3600 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3602         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3603         application/octet-stream parts really is.
3605         * gnus-sum.el (gnus-propagate-marks): Remove.
3607 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3609         * shr.el (shr-rescale-image): Undo previous change; see
3610         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3612 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3614         * gnus.el: Ma Gnus v0.3 is released.
3616 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3618         * gnus-sum.el (gnus-summary-local-variables): Make
3619         `gnus-newsgroup-unexist' into a local variable.
3621 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3623         * registry.el (registry-usage-test, registry-persistence-test): Move to
3624         tests/gnustest-registry.el.
3625         (registry-make-testable-db, registry-match-test)
3626         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3628         * gnus-registry.el (gnus-registry-misc-test)
3629         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3631         * tests/gnustest-registry.el: New file with the registry and
3632         gnus-registry ERT tests.
3634 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3636         * gnus-msg.el (gnus-summary-resend-message): Make
3637         gnus-summary-resend-message-insert-gcc be last item in
3638         message-header-setup-hook.
3640 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3642         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3643         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3644         Remove.
3645         (nnfolder-open-server): Don't use marks.
3646         (nnfolder-request-delete-group): Ditto.
3647         (nnfolder-request-rename-group): Ditto.
3648         (nnfolder-request-set-mark, nnfolder-request-marks)
3649         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3650         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3652         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3653         (nnml-marks-modtime): Remove.
3654         (nnml-request-delete-group): Don't use marks.
3655         (nnml-request-rename-group): Ditto.
3656         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3657         (nnml-save-marks, nnml-open-marks): Remove.
3659         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3660         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3661         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3662         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3663         (nntp-server-to-method-cache): Remove.
3665         * shr.el (shr-rescale-image): Fix wrong merge.
3667 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3669         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3670         too-wide lines.
3672 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3674         * nnimap.el (nnimap-record-commands): New variable.
3675         (nnimap-log-command): Use it.
3676         (nnimap-make-process-buffer): Add a space to the process buffer.
3677         (nnimap-transform-headers): Don't bug out on header lines containing
3678         stuff that look like IMAP length encodings.
3680         * shr.el (shr-rescale-image): Allow viewing large images.
3682 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3684         * nnml.el (nnml-request-compact-group): Delete the marks file after
3685         compaction (bug#10800).
3687         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3688         group exit.
3690         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3691         QRESYNC/FETCH output.
3693 2012-02-11  Glenn Morris  <rgm@gnu.org>
3695         * sieve-manage.el (sieve-manage-default-stream):
3696         * shr.el (shr):
3697         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3698         (nnir-retrieve-headers-override-function)
3699         (nnir-imap-default-search-key, nnir-notmuch-program)
3700         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3701         (nnir-method-default-engines):
3702         * message.el (message-cite-reply-position):
3703         * gssapi.el (gssapi-program):
3704         * gravatar.el (gravatar):
3705         * gnus-sum.el (gnus-refer-thread-use-nnir):
3706         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3707         (gnus-registry-max-pruned-entries):
3708         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3709         * gnus-int.el (gnus-after-set-mark-hook)
3710         (gnus-before-update-mark-hook):
3711         * gnus-async.el (gnus-async-post-fetch-function):
3712         * auth-source.el (auth-source-cache-expiry):
3713         Add missing :version tags to new defcustoms and defgroups.
3715 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3717         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3718         `gnus-newsgroup-unexist'.
3720         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3721         marks.
3722         (gnus-article-special-mark-lists): Put the `unexist' in the special
3723         marks list instead.
3725         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3726         articles in the list of articles to be selected.
3728         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3729         articles.
3730         (nnimap-update-info): Keep track of unexisting articles.
3731         (nnimap-update-qresync-info): Ditto.
3733 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3735         * message.el (message-default-send-mail-function): Made into own
3736         function for reuse by emacsbug.el.
3738 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3740         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3741         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3743 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3745         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3746         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3748         * gnus-compat.el: Define `timer-set-function'.
3750         * mm-decode.el (mm-display-external): Output the text from the command
3751         in the buffer after the command finished.  This makes text-based
3752         commands behave better.
3754 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3756         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3758 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3760         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3761         23.1.
3763 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3765         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3767 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3769         * message.el (smtpmail-smtp-user): Silence compiler warning.
3771 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3773         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3774         SMTP user name.
3776 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3778         * gnus-sum.el (gnus-summary-show-thread):
3779         next-single-char-property-change may return nil in XEmacs.
3780         (gnus-summary-article-map): Fix typo.
3782 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3784         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3785         running.
3787         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3789         * gnus.el (gnus-server-extend-method): Don't add an -address component
3790         if the method already has one (bug#9676).
3792 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3794         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3795         of an initial-input for consistency (bug#10757).
3797         * dgnushack.el: Fix XEmacs compilation warning.
3799         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3801         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3803 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3805         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3806         lines that are narrower than the window width.  Otherwise background
3807         "blocks" will look less readable.
3809 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3811         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3812         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3813         have newlines within the strings, and where the UID comes after the
3814         BODYSTRUCTURE element (bug#10537).
3816         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3817         (bug#10732).
3819         * shr.el (shr-insert-document): Add doc string.
3820         (shr-visit-file): Ditto.
3821         (shr-remove-trailing-whitespace): New function.
3822         (shr-insert-document): Use it to clean up trailing whitespace as the
3823         final step (bug#10714).
3825 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3827         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3828         buffer if `gnus-kill-summary-on-exit' is nil.
3830 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3832         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3833         when just reading a single group from "without" Gnus.
3835 2012-02-06  Chong Yidong  <cyd@gnu.org>
3837         * gnus-sum.el (gnus-summary-show-thread):
3838         next-single-char-property-change never returns nil (Bug#8657).
3840 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3842         * message.el (message-multi-smtp-send-mail): New function.
3843         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3844         header to implement multi-SMTP functionality.
3846         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3847         (gnus-agentize): Don't set it.
3848         (gnus-agent-send-mail): Don't use it.
3850         * gnus-sum.el (gnus-summary-widget-backward): New function and
3851         keystroke.
3853         * gnus-compat.el: More the compat functions more compatible.
3855         * shr.el (shr-put-image): Remove underlines from sliced images.
3856         (shr-zoom-image): Compute the region to be replaced more correctly.
3858 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3860         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3861         (gnus-summary-resend-message-insert-gcc): New function.
3862         (gnus-summary-resend-message): Modify message-header-setup-hook and
3863         message-sent-hook to make it work for Gcc.
3864         (gnus-inews-do-gcc): Update the number of unread articles of groups
3865         that messages are Gcc'd to.
3867         * message.el (message-resend): Run message-sent-hook to do Gcc.
3869 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3871         * lpath.el: Fix an XEmacs compilation warning.
3873         * gnus-compat.el: Require `help-fns' to fix compilation error.
3875         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3876         a higher level to silence compilation.
3878         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3879         parameter to allow controlling the scaling.
3881         * shr.el (shr-zoom-image): New command and keystroke.
3882         (shr-put-image): Take a `size' flag to say how to scale the image.
3884         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3885         deletion unless already defined.
3887         * gnus.el (gnus-compat): Require it.
3889         * gnus-compat.el: New file.
3891         * gnus-start.el (gnus-clean-old-newsrc): New function.
3892         (gnus-read-newsrc-file): Use it.
3894         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3895         Use recursive deletion.
3896         (mm-dissect-archive): Add support for zip files.
3898         * gnus-util.el (gnus-recursive-directory-files): New function.
3900         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3901         (mm-archive-decoders): Add tgz support.
3903         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3904         Otherwise inserting text into the Gnus buffer can look odd.
3906         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3908         * mm-archive.el (mm-archive-decoders): Add support for tar.
3910         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3912         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3914 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3916         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3918         * mm-archive.el: New file.
3920         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3922         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3924         * message.el (message-goto-*): Make all the `message-goto-*' commands
3925         push the mark before moving point.  This makes it easier to go back to
3926         where you came from after editing whatever you jumped to.
3928 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3930         * gnus.el: Ma Gnus v0.1 is released.
3932 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3934         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3935         without reconnecting.
3936         (nnimap-possibly-change-group): Ditto.
3937         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3938         connection has died before being called.
3940 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3942         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3943         an initial sync unless we're really doing one.
3945         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3946         address parameter if one already exists (bug#9676).
3948         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3949         not the prefix, as documented (bug#10689).
3951 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3953         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3954         the "server".
3956         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3957         the real error message with the useless "previously known to be down".
3958         Which isn't even correct.
3960         * nntp.el (nntp-open-connection): Report the error message if the nntp
3961         server can't be reached.
3963         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3964         groups we do a total scan for.
3965         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3966         doing that.
3968 2012-01-31  Jim Meyering  <jim@meyering.net>
3970         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3971         Correct a comment (insert "not") and hide nominally-doubled "to".
3973 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3975         * gnus.el (gnus-version): Change name to "Ma Gnus".
3977 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3979         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3980         section in the manual.
3982 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3984         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3985         words.
3986         (rfc2047-encode-string): Ditto.
3987         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3988         understand folded filename="..." parameters, for instance.
3990         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3991         the message for greater debuggability.
3993 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3995         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3996         instead of setting it locally, since the latter doesn't seem to have
3997         any effect (most of the time).
3999 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4001         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4002         function call.
4004 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4006         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4007         seconds, and make the repeat clause with HH:MM specs work as
4008         documented.
4010 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4012         * proto-stream.el (proto-stream-capability-open): Fall back on
4013         :end-of-command if :end-of-capability doesn't exist.
4015 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4017         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4018         bound globally in old Emacsen and XEmacsen.
4020 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4022         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4023         so that previous errors don't prohibit getting new news.
4025         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4027         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4029 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4031         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4032         buffer, not of the string which is its name.
4034 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4036         * proto-stream.el (proto-stream-capability-open): Wait for
4037         :end-of-capability, not :end-of-command.
4039         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4040         non-server-marks groups.
4041         (gnus-group-make-articles-read): Ditto.
4043         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4044         methods (bug#9676).
4046         * gnus.el (gnus-method-ephemeral-p): New function.
4048 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4050         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4051         left-to-right.
4053 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4055         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4056         warning.
4058 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4060         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4061         macroexpand the nnir things, since they haven't been defined yet, and
4062         nnir requires gnus-sum.
4064 2012-01-24  Julien Danjou  <julien@danjou.info>
4066         * color.el (color-rgb-to-hsl): Fix value computing.
4067         (color-hue-to-rgb): New function.
4068         (color-hsl-to-rgb): New function.
4069         (color-clamp, color-saturate-hsl, color-saturate-name)
4070         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4071         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4073 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4077 2012-01-19  Julien Danjou  <julien@danjou.info>
4079         * color.el (color-name-to-rgb): Use the white color to find the max
4080         color component value and return correctly computed values.
4081         (color-name-to-rgb): Add missing float conversion for max value.
4083 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4085         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4086         logical server name in addition to the actual machine address.
4088         * auth-source.el (auth-source-user-and-password): Add convenience
4089         wrapper to search by just host and optionally user.
4091 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4094         after rendering.
4096 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4098         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4099         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4100         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4102 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4105         (bug#9693).
4106         (gnus-summary-setup-buffer): Document return value (bug#9697).
4108         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4109         since ido doesn't work on symbols (bug#9632).
4111         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4112         when getting a single value as when getting all the values.  This means
4113         that atoms like `gcc-self' work cumulatively, like variable settings,
4114         instead of getting the value from the last matching clause.
4115         (gnus-group-find-parameter): Protect against the group buffer not
4116         existing (bug#9585).
4118 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120         * gnus-start.el (gnus-activate-group): Document more parameters
4121         (bug#9694).
4123         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4124         (bug#9692).
4126         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4127         article was fetched, so that it can be expired later (bug#9958).
4128         (gnus-agent-summary-fetch-series): Add doc string.
4129         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4130         (bug#9517).
4132         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4133         retrieval is happening.
4135         * gnus.el (gnus-parameters): Doc fix.
4137 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4139         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4140         show the thread after expansion.
4142 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144         * gnus-art.el (article-narrow-to-head): If the head is completely
4145         empty, narrow to the empty region (bug#9764).
4147         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4148         read, and then mark them as unread only when the unread mark is used.
4149         This makes `C-- T k' actually work, even though it's confusing.
4151         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4152         alive before we try to find its window.
4154 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4156         * mm-decode.el (mm-display-external): Use a longer timeout for the
4157         deletion to allow slow programs to display the file.
4159 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4162         prompt to be less confusing.
4164         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4165         argument to `message-reply'.  This broke `special-display-*' frame
4166         pop-uping (bug#10238).
4168 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4171         systems, since these allegedly don't work there.
4173 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4175         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4176         live buffer.
4178 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180         * nnir.el (nnir-retrieve-headers): Protect against the article not
4181         existing on the server (bug#10335).
4183 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4185         * gnus-agent.el (gnus-agent-load-local): Recompute
4186         gnus-agent-article-local on changing method.
4188 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190         * gnus.el (gnus-parameters): Note precedence.
4192 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4194         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4195         in the group buffer.
4197 2012-01-04  Julien Danjou  <julien@danjou.info>
4199         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4200         change.
4202 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4205         too.
4207         * nntp.el (nntp-retrieve-group-data-early): Use it.
4209 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211         * nntp.el (nntp-retrieval-in-progress): New variable.
4212         (nntp-make-process-buffer): Make it buffer-local.
4214         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4215         2010.
4216         (gnus-demon-init): Use it to compute the time if time is on the form
4217         "04:23".
4219         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4221         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4222         status in the correct buffer.
4224 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4226         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4227         when opening topics (bug#10407).
4229 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4231         * gnus-cus.el (gnus-score-customize):
4232         * gnus-sum.el (gnus-sort-gathered-threads):
4233         * message.el (message-shorten-references):
4234         * nnmairix.el (nnmairix-request-group):
4235         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4237 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4239         * gnus-agent.el (gnus-agent-regenerate-group):
4240         * gnus-int.el (gnus-retrieve-group-data-early):
4241         * mm-util.el (mm-codepage-ibm-list):
4242         * nndiary.el (Commentary, nndiary-get-new-mail):
4243         * nnir.el (nnir):
4244         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4246 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4248         * mm-view.el (mm-display-inline-fontify): Add comment.
4250 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4252         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4253         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4255 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4257         * gnus-art.el (gnus-split-methods):
4258         * gnus-msg.el (gnus-configure-posting-styles):
4259         * gnus-spec.el (gnus-parse-simple-format):
4260         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4261         * message.el (message-do-actions): Spelling fix.
4263 2011-12-15  Juri Linkov  <juri@jurta.org>
4265         * mm-decode.el (mm-inline-media-tests): Add missing
4266         `mm-handle-media-subtype'.
4268 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4270         * gnus-group.el (gnus-group-tool-bar):
4271         * gnus-sum.el (gnus-summary-tool-bar):
4272         * message.el (message-tool-bar):
4273         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4275 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4277         * plstore.el (plstore--insert-buffer): Spelling fix.
4279 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4281         * message.el (message-valid-fqdn-regexp): Update with newly approved
4282         top-level domain names ".tel" and ".asia".
4284 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4286         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4287         unconditionally.
4289 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4291         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4292         pop-to-buffer-same-window for old Emacsen.
4294 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4296         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4298 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4300         * netrc.el (netrc-credentials): Spelling fix.
4302 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4304         * gnus-fun.el (gnus-fun-ppm-change-string):
4305         * gnus-msg.el (gnus-inews-do-gcc):
4306         * gnus-sum.el (gnus-summary-find-for-reselect):
4307         * gnus.el (gnus-summary-cancelled):
4308         * message.el (message-cancel-hook, message-send-news):
4309         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4310         * nnir.el (nnir-run-hyrex):
4311         * nntp.el (nntp-with-open-group-function):
4312         * pgg.el (pgg-pending-timers): Spelling fix.
4314 2011-12-04  Chong Yidong  <cyd@gnu.org>
4316         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4317         change (Bug#10200).
4319 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4321         * compface.el (uncompface):
4322         * gnus-art.el (gnus-article-x-face-command): Update the header format
4323         of icon data for the most recent icontopbm program.
4325 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4327         * gnus-msg.el (gnus-inews-do-gcc):
4328         * message.el (message-send-mail):
4329         * mml.el (mml-generate-mime): Share the value of the buffer-local
4330         `message-options' variable between a draft buffer and temprary working
4331         buffers.
4333 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4335         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4337 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4339         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4340         for Cygwin.
4342 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4344         * gnus-group.el (gnus-group-prepare-flat):
4345         * mm-bodies.el (mm-encode-body):
4346         * mml.el (mml-preview):
4347         * nnml.el (nnml-request-compact-group):
4348         * pop3.el (pop3-stream-type): Spelling fix.
4350 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4352         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4354 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4356         * color.el (color-rgb-to-hsl):
4357         * gmm-utils.el (gmm-tool-bar-style):
4358         * gnus-group.el (gnus-group-prepare-flat):
4359         * gnus-topic.el (gnus-topic-prepare-topic):
4360         * mm-decode.el (mm-discouraged-alternatives):
4361         * rfc2047.el (rfc2047-encode-1):
4362         * starttls.el: Spelling fix.
4364 2011-11-24  Glenn Morris  <rgm@gnu.org>
4366         * binhex.el (binhex-begin-line): Give it basic doc-string.
4368         * starttls.el, tls.el: Fix case of "GnuTLS".
4370 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4372         * gnus-group.el (gnus-group-highlight): Fix typo.
4374 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4376         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4377         value of `delete-file', that returns nil for a local file but returns t
4378         for a remote file using ssh.
4380 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4382         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4384 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4387         avoid later breakage.
4389 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4391         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4392         article buffers' name.
4394 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4397         by Paul Eggert's spellfixes two days ago.
4399 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4402         doesn't have it.
4404         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4405         buffer-local instead of binding them to avoid warnings.  Also demote
4406         errors (bug#10063).
4407         (font-lock-mode-hook): Shut up byte compiler.
4409 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4411         * mm-util.el (mm-charset-after):
4412         * nnir.el (nnir-run-hyrex):
4413         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4414         (ntlm-get-password-hashes, ntlm-md4hash):
4415         * smime.el: Fix typo.
4417 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4419         * gnus-agent.el (gnus-agent-expire-group-1):
4420         * nndiary.el (nndiary-last-occurence):
4421         * nnimap.el (nnimap-request-set-mark):
4422         * nnmairix.el (nnmairix-only-use-registry):
4423         * gnus-group.el (gnus-group-prepare-flat):
4424         * gnus-sum.el (gnus-decode-encoded-word-methods):
4425         * message.el (message-wash-subject):
4426         * nntp.el (nntp-retrieve-headers-with-xover):
4427         * smime.el (smime-certificate-directory): Spelling fix.
4429 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4431         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4433         * color.el:
4434         * gnus-agent.el (gnus-agent-possibly-alter-active):
4435         * gnus-dired.el (gnus-dired-print):
4436         * mail-parse.el:
4437         * nnmairix.el (nnmairix-request-group):
4438         * shr.el (shr-image-displayer):
4439         * sieve-manage.el:
4440         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4442 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4444         * gnus-sum.el (gnus-auto-select-subject):
4445         * spam-report.el (spam-report-resend): Spelling fix.
4447 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4449         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4450         * gnus-art.el (gnus-default-article-saver):
4451         * gnus-srvr.el (gnus-server-copy-server):
4452         * gnus.el (gnus-sloppily-equal-method-parameters):
4453         * html2text.el (html2text-format-tag-list):
4454         * message.el (message-narrow-to-head):
4455         * nndiary.el:
4456         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4457         * sieve.el: Spelling fix.
4459 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4461         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4462         * gnus-sum.el (gnus-summary-make-menu-bar):
4463         * gnus-uu.el (gnus-uu-decode-postscript)
4464         (gnus-uu-decode-postscript-and-save):
4465         * mailcap.el (mailcap-print-command):
4466         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4467         Fix typos.
4469 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4471         * gnus-art.el (gnus-article-part-wrapper):
4472         * html2text.el (html2text-fix-paragraphs):
4473         * mm-decode.el (mm-image-fit-p):
4474         * rfc2047.el (rfc2047-encode-message-header):
4475         * shr-color.el (shr-color-visible-distance-min)
4476         (shr-color-relative-to-absolute, set-minimum-interval)
4477         (shr-color-visible): Fix typos.
4479 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4481         * gmm-utils.el (gmm-tool-bar-item):
4482         * gnus-art.el (gnus-treat-body-boundary):
4483         * gnus-diary.el (gnus-user-format-function-d):
4484         * gnus-start.el (gnus-get-unread-articles):
4485         * pgg-gpg.el (pgg-gpg-update-agent):
4486         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4488 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4490         * gnus-topic.el (gnus-group-prepare-topics):
4491         * gnus-uu.el (gnus-extract-view):
4492         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4494 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4496         * spam.el: Move BBDB autoloads.
4497         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4498         BBDB 2 and 3.
4499         (spam-check-BBDB): Use it.
4500         (spam-enter-ham-BBDB): Use it.
4502 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4504         * smime.el (smime-draw-buffer): Spelling fix.
4506 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4508         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4509         for scanning exactly one level.
4510         * gnus-start.el (gnus-get-unread-articles): Ditto.
4512 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4514         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4515         slightly clearer.
4517 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4519         * gnus-sync.el: More commentary about setup.
4521 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523         * message.el (message-send-and-exit): Document `arg'.
4525 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4529 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4531         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4533         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4534         we don't use `bound-and-true-p'.
4536 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4538         * gnus-util.el (gnus-bound-and-true-p): Remove.
4539         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4540         * nnir.el: Use it.
4541         * nnmairix.el: Use it.
4543 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4545         * gnus-sync.el: Improve docs about CouchDB admins.
4547         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4548         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4549         for reasons unknown.
4550         * nnir.el: Use it.
4551         * nnmairix.el: Use it.
4553         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4554         * nnir.el: Ditto.
4555         * nnmairix.el: Ditto.
4557         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4559 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4561         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4562         not needed.  Provide xmlplistread list function to produce XML plist
4563         output for non-Gnus LeSync clients.
4565 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4567         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4569         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4570         and save against it.  Group subscriptions, read marks, other marks,
4571         subscription levels, topic names, and topic offsets (the group's
4572         position within the topic) are saved.  This is an experimental backend
4573         and may change significantly.  Load json.el from the gnus-fallback-lib
4574         if it's not available otherwise.
4575         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4577 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * message.el (message-completion-function): Make sure
4580         message-tab-body-function is not attempted if one of
4581         message-completion-alist fails to find a completion (bug#9158).
4583 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4585         * mml.el (mml-quote-region): Quote <#secure> tag.
4586         (mml-generate-mime-1): Unquote <#secure> tag.
4588 2011-10-20  Chong Yidong  <cyd@gnu.org>
4590         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4591         calling a minor mode from Lisp with nil arg enables it, so we have to
4592         make the wording a bit ambiguous here).
4594 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4596         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4597         * nnir.el (nnir-mode): Use it.
4598         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4599         Use it.
4601         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4602         * nnmairix.el (gnus-registry-enabled): Ditto.
4604 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4606         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4607         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4608         only while we need to find out if it should be t or nil.
4609         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4610         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4611         the registry is installed.  Set it to nil when it's unloaded.
4612         (gnus-registry-install-p): Provide user guidance for the initial value
4613         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4614         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4615         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4616         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4617         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4618         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4619         `gnus-registry-install'.
4621 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4623         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4624         previous change.
4625         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4626         primary key is marked as disabled.
4628 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4630         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4631         primary key is marked as disabled.
4633 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4635         * html2text.el (html2text-clean-anchor): Check for quotes around
4636         `href' value.
4638 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4640         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4641         searching.  Drop `bbdb-cache'.
4643 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4645         * message.el (message-signed-or-encrypted-p): Exclude header when
4646         checking if there is signed or encrypted body in text/plain message.
4648 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4650         * html2text.el (html2text-get-attr): Correctly handle attribute values
4651         containing "=".
4653 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4655         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4656         handle bindings.
4658 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660         * gnus-win.el (gnus-configure-windows): Protect against reading
4661         ephemeral groups outside of Gnus.
4663 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4665         * shr.el (shr-tag-img): Don't get images displayed in tables.
4667 2011-10-03  Glenn Morris  <rgm@gnu.org>
4669         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4670         the "maintainer" version of debbugs.gnu.org reports.
4672 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4675         make asynchronous adjacent image insertion work better.
4677 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4679         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4680         documentation.
4682 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4685         `gnus-asynchronous' isn't shadowed.
4687 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4691         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4692         (nnimap-insert-partial-structure): The charset parameter isn't
4693         case-sensitive.
4695         * nnheader.el (nnheader-message-maybe): New function.
4697         * shr.el (shr-tag-table): Render totally broken tables better.
4699         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4700         computing the boundary.
4702 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704         * pop3.el (pop3-number-of-responses): Remove.
4705         (pop3-wait-for-messages): Rewrite to take linear time instead of
4706         exponential time.
4708 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4711         re-fetch images.
4713         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4714         re-fetch images when hitting `g' in Gnus.
4716 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4718         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4719         (mml-compute-boundary): Don't check collision if it is non-nil.
4720         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4721         before checking collision.
4723 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725         * message.el (message-indent-citation): Really make sure there's a
4726         newline at the end.
4728         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4729         Fix suggested by John Wiegley.
4731         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4733         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4735         * message.el (message-default-send-rename-function): Break out into its
4736         own function.
4738         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4739         doesn't work under XEmacs.
4741         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4742         of "imaps" to word around Windows problems.
4743         (nnimap-open-connection-1): Use it.
4745         * message.el (message-indent-citation): Revert last change which made
4746         `F' not work.
4748 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4750         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4751         terminal as well.
4753 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4755         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4756         because it displays images using overlays that aren't easy to copy to
4757         the article buffer.
4759 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4761         * message.el (message-indent-citation): Fix empty line removal at the
4762         end of the citation.
4764 2011-09-20  Julien Danjou  <julien@danjou.info>
4766         * auth-source.el (auth-source-netrc-create): Use default value for
4767         password if specified.  Evaluate default.
4768         (auth-source-plstore-create): Ditto.
4769         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4770         value evaluation.
4771         (auth-source-netrc-create): Typo fix.
4772         (auth-source-plstore-create): Ditto.
4774         * password-cache.el (password-cache-remove): Remove entries even if the
4775         value is nil, so that password with a nil value (negative caching) is
4776         possible to invalidate.
4778         * auth-source.el (auth-source-format-cache-entry): New function.
4780 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4782         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4784 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4788 2011-09-19  Julien Danjou  <julien@danjou.info>
4790         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4791         which work with things that are not ASCII.
4793 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4797 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4800         message level.
4802 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4804         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4806 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4810 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4813         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4815 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4817         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4818         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4819         articles.
4821 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4823         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4824         (message-mail-other-window, message-mail-other-frame)
4825         (message-news-other-window, message-news-other-frame):
4826         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4827         instead of setting buffer display varibles.
4829 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4833         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4835 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4838         duplicates" to a higher level.
4840         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4841         most egregious messages.
4843 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4847 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4849         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4850         up the file (bug#9351).
4852 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4855         it does with all other backends, but decode the names immediately after
4856         getting them.
4858         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4859         decoding nnimap groups.
4861         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4862         newsrc file.  It doesn't seem like an important optimization any more.
4864 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4866         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4867         overflows.
4869 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4872         (gnus-interactive-exit): Extend to `quiet'.
4874         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4876         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4877         string.
4879         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4880         renaming function arguments from `this'.
4882         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4884         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4885         has been renamed.
4886         (gnus-lrm-string-p): Include RLM and PDF, too.
4888         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4889         (bug#9225).
4891 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4893         Add autoload cookies for functions used by sendmail.el.
4894         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4896         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4898 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4900         * gnus-art.el (article-date-ut): Work properly even when there are
4901         things like Date header in the body; work for forwarded parts.
4903 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4905         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4906         original-article-buffer.
4908 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4910         * nnir.el (nnir-compose-result): Fix matching of server type.
4911         (nnir-run-swish++): Ditto.
4912         (nnir-run-namazu): Ditto.
4913         (nnir-run-notmuch): Ditto.
4915 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4918         (bug#9405).
4920         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4921         (bug#9421).
4923         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4924         (bug#9425).
4926         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4927         thing (bug#9426).
4929 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4932         the error message.
4934 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4936         * message.el (message-setup-1): Return t (Bug#9392).
4938 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4940         * gnus-sum.el: When adding article headers to a summary buffer also
4941         update gnus-newsgroup-articles (bug#9386).
4943 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4945         * auth-source.el: Autoload help-mode.
4947 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4950         names.
4952 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4954         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4955         mm-replace-in-string for compatibility issues.
4956         * mml2015.el (mml2015-epg-verify): Ditto.
4958 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4960         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4962         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4964 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4966         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4967         continue on and do the clean-up phase (bug#9188).
4969         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4970         just ignore groups that can't be opened instead of erroring out
4971         (bug#9225).
4973         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4974         nil since some many people are fuddy-duddies.
4976         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4977         images.
4979         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4980         instead.
4982         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4984         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4986         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4987         processing.
4989         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4990         buffer to avoid warnings.
4992 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4994         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4995         specified to reduce precision.
4997 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4999         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5000         bodystructures (bug#9314).
5002 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5004         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5005         Make button keymap non-sticky after buttons.
5007 2011-08-18  David Engster  <dengste@eml.cc>
5009         * nnmairix.el (nnmairix-request-set-mark)
5010         (nnmairix-goto-original-article): Remove adding of article to registry,
5011         since `gnus-registry-add-group' isn't available anymore.
5012         (nnmairix-determine-original-group-from-registry):
5013         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5014         available anymore.
5016 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5018         * starttls.el (starttls-any-program-available): Define as obsolete
5019         function.
5021 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5024         versions which Gnus use when appropriate.
5026         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5027         a pretty destructive command.
5029         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5031 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033         * message.el (message-fix-before-sending): Make a different warning
5034         about NUL characters (bug#9270).
5036         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5037         from custom (bug#9260).
5039         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5040         things work in Emacs 22 and XEmacs, too.
5042         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5043         default From.
5045         * gnus-spec.el (gnus-lrm-string-p): New macro.
5046         (gnus-lrm-string): New constant.
5047         (gnus-summary-line-format-spec): LRM-ify the from.
5048         (gnus-tilde-max-form): LRM-ify string chopping.
5050         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5052         * message.el (message-is-yours-p): Allow disabling canlock checking
5053         (bug#9295).
5054         (message-shoot-gnksa-feet): Add `canlock-verify'.
5055         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5056         message directory isn't writable (bug#9304).
5058         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5059         non-world-readable.
5061 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5063         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5064         articles.
5066 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5068         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5069         copy-list.
5071 2011-08-12  Sam Steingold  <sds@gnu.org>
5073         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5074         in the reverse order to avoid modifying the cache with `nreverse'.
5075         (gnus-all-score-files): Do not modify the value returned by
5076         `gnus-score-find-alist' because it lives in a cache variable.
5077         (gnus-current-home-score-file): No need to `nreverse' the return value
5078         of `gnus-score-find-alist', it is already in the correct order.
5080 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5082         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5083         type MESSAGE and subtype RFC822 is slightly different from those of
5084         type TEXT.
5086 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5088         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5089         This allows article-referral to work from an nnir group.
5091 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5093         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5095 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5097         * mml1991.el (mml1991-epg-find-usable-key)
5098         (mml1991-epg-find-usable-secret-key): New function.
5099         (mml1991-epg-sign): Check if signing key is usable.
5100         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5102 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5104         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5105         server-variables only.  This should fix a bug introduced with commit
5106         e1889675b7f4adf057833c5513c9374134c4e053.
5107         (nnir-run-query): 'nnir-search-engine should not be set from the global
5108         environment.
5110 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5112         * nnir.el (nnir-search-thread): Position point on referring article
5113         line.
5114         (nnir-warp-to-article): Clean up summary buffers.
5116         * nnimap.el (nnimap-request-thread): Whitespace fix.
5118 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5120         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5122 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124         * starttls.el (starttls-available-p): Rename from
5125         `starttls-any-program-available' and changed return convention.
5127 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5129         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5130         `unix-sync' unless it's defined.
5132 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5134         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5135         `aref' for XEmacs compatibiltiy.
5137 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5141 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5143         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5144         closures, quote the form properly (bug#9194).
5146 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5149         (gnus-summary-insert-new-articles): Protect against servers that are
5150         down.
5152 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5154         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5155         in mm handle if none is specified.
5157 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5159         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5161 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5163         * nnir.el (nnir-search-thread): New function to make an nnir group
5164         based on a thread query.
5166         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5167         of nnir in thread referral.
5168         (gnus-summary-refer-thread): Use it.
5170         * nnimap.el (nnimap-request-thread): Use it.
5172 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174         * shr.el (shr-tag-comment): Ignore HTML comments.
5176 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5178         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5179         argument.
5180         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5181         Use `nnir-address' to handle server info rather than passing an arg.
5183         * nnimap.el (nnimap-make-thread-query): New utility function to format
5184         an imap thread search query.
5185         (nnimap-request-thread): Use it.
5187         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5188         right select-method if we are not going back to the group buffer.
5190 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5193         enter invalid buffer configurations into the quit form (bug#9107).
5194         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5195         unplugged/plugged.
5197         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5198         keep track of which ones are unread (bug#9061).
5200         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5201         (bug#9055).
5203         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5204         (bug#9041).
5206         * gnus-html.el (mm-util): Require (bug#9073).
5208         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5209         (gnus-summary-refer-thread): Use it to remove duplicates in the
5210         un-threaded view (bug#9053).
5211         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5213 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5215         * nnir.el (nnir-read-server-parm): Use default value from global
5216         variable.  Without this the default search engine parameters aren't
5217         used at all.
5219 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221         * message.el (message-unique-id): Don't use the undocumented return
5222         value from (random t) (bug#9118).
5224 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5226         * message.el (message-auto-save-directory): If the ~/Mail directory
5227         doesn't exist, use ~ as the auto-save directory (bug#4432).
5229         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5230         hasn't already been started.
5232 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5236         * message.el (message-reply): Work around mysterious bug where
5237         `message-mode' seems to overwrite the locally bound `subject' variable.
5239 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5241         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5242         correct group.
5244         * gnus-int.el (gnus-request-thread): Add group argument.
5246         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5248 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5250         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5252         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5253         renamed to `debbugs-gnu-*'.
5255 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5257         * plstore.el: Revert the editing feature since it is not urgent.
5258         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5259         (plstore-mode-decoded): Remove.
5261 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5264         isn't very interesting any more, and it leaks potentially secret data.
5265         (gnus-debug): Remove.
5267         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5268         use of :custom-show.
5270 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5272         * plstore.el: Add documentation.
5273         (plstore-mode): New mode to edit plstore file.
5274         (plstore-mode-toggle-display, plstore-mode-original)
5275         (plstore-mode-decoded): New command.
5276         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5277         (plstore--insert-buffer, plstore--make): New function.
5278         (plstore-open, plstore-save): Simplify by using them.
5280 2011-07-06  Glenn Morris  <rgm@gnu.org>
5282         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5284 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5287         no longer is much used.
5288         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5289         Articles".
5291 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5293         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5294         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5295         `notmuch' backend.
5297 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299         * mm-decode.el (mm-text-html-renderer): Doc fix.
5301         * gnus-msg.el (gnus-bug): Fix the MML tag.
5303         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5305 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5307         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5308         secondary methods if started with `gnus-no-server'.
5310 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5312         * message.el (message-return-action): Fix typo in docstring.
5314 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5317         bug reports at once.
5319         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5321 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5323         * nndraft.el: Require gnus-group.
5324         (nndraft-request-list): Declare.
5326         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5327         no unread article unless it matches gnus-permanently-visible-groups.
5329         * nndraft.el (nndraft-update-unread-articles): New function.
5330         (nndraft-request-associate-buffer): Use it to update the number of
5331         unread articles for the nndraft groups in the group buffer when saving
5332         or killing a draft message.
5334 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5337         systems to binary before writing and reading the mbox files.
5339         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5340         instead of trying to list them all (bug#8978).
5342 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5344         * pop3.el (pop3-open-server): Use :end-of-capability.
5346 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5349         the id is always a number.
5351         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5353         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5354         debbugs mode, if possible.
5356 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5358         * auth-source.el (auth-source-token-passphrase-callback-function):
5359         Reindent.
5360         (epg-context-operation): Remove unnecessary autoload.
5362 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364         * gnus.el (gnus-list-debbugs): New command.
5366         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5367         mboxstat instead of the maintbox, since the stat seems to be fuller.
5369         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5370         summary buffers.
5372         * message.el (message-get-reply-headers): Delete all duplicates,
5373         instead of the first.
5374         (message-get-reply-headers): Ensure that we have progress while
5375         deleting duplicates.
5377         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5378         gnus-posting-style value from the summary buffer to make it easier to
5379         make that a per-buffer conf.
5381 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5383         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5384         found by setting `shortcut' in 'query.
5385         (nnir-request-article): Use `shortcut' setting when requesting article
5386         by Message-ID.
5388 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5390         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5391         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5392         Bring the pseudo-headers back too.
5394 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5396         * auth-source.el (auth-source-token-passphrase-callback-function):
5397         Simplify and remove EPA dependency.
5399 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5401         * nnir.el (nnir-request-article): Fix error message text.
5403 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5405         * auth-source.el (plstore-delete): Autoload.
5406         (auth-source-plstore-search): Support delete operation.
5407         * plstore.el (plstore-delete): New function.
5409 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5411         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5412         mark actually existing articles as unread rather than the ones that
5413         active asserts.
5415 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5417         * nntp.el (nntp-record-command):
5418         * gnus-util.el (gnus-message-with-timestamp-1):
5419         Use format-time-string rather than decoding time stamps by hand.
5420         This is simpler and insulates the code from potential changes to
5421         current-time format.
5423 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5425         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5427 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5429         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5430         (plstore-save): Support public key encryption.
5431         (plstore--init-from-buffer): New function.
5432         (plstore-open): Use it; fix error when opening a non-existent file.
5433         (plstore-revert): Use plstore--init-from-buffer.
5435 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5437         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5439 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5441         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5442         for old Emacsen.
5444 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5446         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5447         is not fully working.
5449 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451         * dgnushack.el: Autoload sha1 on XEmacs.
5453         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5454         quit window configuration.
5456         * auth-source.el (epg-context-set-passphrase-callback):
5457         Remove duplicate autoload.
5459 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5461         * nnir.el (nnir-request-article): Allow requesting articles by
5462         Message-ID with nnimap.
5464         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5465         current server.
5467 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5469         * auth-source.el: Autoload EPA/EPG functions.
5470         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5471         changed when EPA/EPG is not available.
5472         (auth-source-backend): Rename "arg" member to "data".
5473         (auth-source-backend-parse, auth-source-plstore-search)
5474         (auth-source-plstore-create): Use it.
5476 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5478         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5479         `gnus-refer-article-methods'.
5481 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5483         * auth-source.el: Require EPA and EPG.
5484         (auth-source-passphrase-alist): New variable.
5485         (auth-source-passphrase-callback-function)
5486         (auth-source-token-passphrase-callback-function): Callbacks for the
5487         netrc field encryption (GPG tokens).
5488         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5489         Symmetric encryption and decryption of the netrc GPG tokens.
5490         (auth-source-netrc-normalize): Use them, simplifying the closure.
5492 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5494         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5495         is available.
5497 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5499         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5500         non-nil, and `nnimap-split-methods' is nil, use the former.
5502 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5504         * plstore.el (plstore-revert): New function.
5505         (plstore-open): Use it; hide the buffer from user.
5507 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5509         * auth-source.el (auth-source-backend): New member "arg".
5510         (auth-source-backend-parse): Handle new backend 'plstore.
5511         * plstore.el: New file.
5513 2011-06-30  Glenn Morris  <rgm@gnu.org>
5515         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5517 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5520         expiring articles to.
5522         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5523         variations as ASCII (bug#5458).
5525 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5527         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5529 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531         * message.el (message-point-in-header-p): Tweak the function to default
5532         to saying that we're not in the headers if there is no separator at
5533         all.  This makes it possible to use the Message version of `M-q' in
5534         buffers with no headers (bug#7987).
5535         (message-point-in-header-p): Fix last checkin to work with an empty
5536         mail-header-separator, too.
5538         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5539         again, save the choice via customize.
5541 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5543         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5545         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5546         ended the connection, bail out before waiting infinitely on a new
5547         connection.
5549 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5551         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5552         reports.
5554         * gnus.el (gnus-bug-package): Use "gnus."
5555         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5557 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559         * dgnushack.el: Make the timer warning go away on XEmacs.
5561         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5562         animations going on at article exit time.
5564         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5565         since removing it breaks people upgrading.
5567         * shr.el (shr-put-image): Use the new interface for animating images.
5568         (shr-put-image): Animate for 60 seconds.
5570         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5571         avoid compiler warnings.
5573         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5574         error with `find-file-hooks' on Emacs 22.
5575         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5576         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5577         on all architectures.
5579         * spam.el (spam-stat): Require in a normal fashion without binding
5580         `spam-stat-install-hooks' to avoid compilation warnings.
5582         * spam-stat.el (spam-stat-install-hooks): Remove.
5583         (spam-stat-install-hooks): Don't run automatically.
5585 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5587         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5588         and keystroke.
5590 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5592         * auth-source.el (auth-source-netrc-cache): Move forward.
5594 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596         * proto-stream.el (proto-stream-open-starttls): Use
5597         `gnutls-available-p' to see whether we have built-in support.
5599         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5600         we already know.
5601         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5602         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5604 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5607         %S format, since that looks odd.
5608         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5609         file, especially when saving.
5611 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5613         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5614         article found.
5616 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5618         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5619         `auth-source-save-secrets' with a more sensitive alist that can be
5620         configured per file.  Experimental, so defaults to 'never.
5621         (auth-source-netrc-create): Use it.  Still experimental code.
5622         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5623         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5625 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5627         * auth-source.el (auth-source-save-secrets): New variable to control if
5628         secret tokens should be saved encrypted.
5629         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5630         to `auth-source-netrc-normalize'.
5631         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5632         on the EPA variables being defined.
5633         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5634         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5635         the lexical-let closure.
5636         (auth-source-netrc-create): Create "gpg:" tokens according to
5637         `auth-source-save-secrets'.
5639 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5641         * gnus-group.el (gnus-group-update-group): Add new argument
5642         `info-unchanged' that stops updating dribble buffer.
5644         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5645         deletes lines matching to it in dribble buffer.
5647         * gnus-agent.el (gnus-agent-fetch-group-1):
5648         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5649         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5650         * gnus-start.el (gnus-group-change-level):
5651         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5653         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5654         if newsgroup info is not changed.
5656         * gnus-group.el (gnus-group-get-new-news-this-group):
5657         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5658         Don't update dribble buffer.
5660 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5662         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5663         remove entries with groups we ignore.
5665 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5668         the underline comes at the bottom.
5670 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5672         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5673         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5674         (gnus-registry-article-marks-to-names): Rename from
5675         `gnus-registry-user-format-function-M2'.
5677 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5679         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5680         ephemeral group.
5682 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684         * shr.el (shr-browse-image): Copy the URL if called interactively.
5686 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5689         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5690         done, then unselected articles may be marked as read.
5692         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5693         since not doing this seems to lead to a race condition in pop3-logon.
5695         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5696         so that the call chain it correct when we call "upwards".
5698         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5699         in read-only groups.
5701         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5703         * message.el (message-cite-reply-position): Doc string fix.
5705         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5706         avoid regexp overflow.
5707         (nnimap-transform-split-mail): Ditto.
5709         * pop3.el (pop3-retr): Error out if the server closes the connection.
5711 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5713         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5714         mm-with-unibyte-current-buffer.  The buffer should not contain any
5715         multibyte chars anyway at this stage.
5717 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5720         at the end of lines.
5722 2011-05-29  Julien Danjou  <julien@danjou.info>
5724         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5726 2011-05-27  Glenn Morris  <rgm@gnu.org>
5728         * gnus-group.el (gnus-bug-group-download-format-alist):
5729         Use the "maintainer" version of debian reports as well.
5731 2011-05-26  Glenn Morris  <rgm@gnu.org>
5733         * gnus-group.el (gnus-bug-group-download-format-alist):
5734         Use the "maintainer" version of debbugs.gnu.org reports.
5736 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5738         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5740 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * gnus-cus.el (gnus-agent-customize-category):
5743         * gnus-delay.el (gnus-delay-send-queue):
5744         * gnus.el (gnus-other-frame):
5745         Don't quote lambda expressions with `quote'.
5747 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5749         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5750         the thread moves us backwards and so we loop forever.
5752 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5754         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5755         whitespace in base64 data lines.
5757 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5759         * gnus-registry.el (gnus-registry-user-format-function-M):
5760         Use `mapconcat'.
5761         (gnus-registry-user-format-function-M2): Use to see the full text of
5762         the marks.  Make "," the mark text separator.
5764         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5765         authentication with auth-source.
5767 2011-05-17  Glenn Morris  <rgm@gnu.org>
5769         * gnus-group.el (gnus-import-other-newsrc-file):
5770         Use insert-file-contents.
5772 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5774         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5775         1000 iterations.
5777 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5779         * nntp.el (nntp-open-connection): Check if process-type is available.
5781 2011-05-16  Julien Danjou  <julien@danjou.info>
5783         * shr.el (shr-tag-del): Add support for del tag.
5785 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5787         * gnus-html.el (gnus-html-put-image): Register a displayer.
5789         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5791 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5793         * registry.el (prune-factor): New initialization parameter defaulting
5794         to 0.1.
5795         (registry-prune-hard): Use it.
5797         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5798         0.1 expicitly.
5800 2011-05-13  Glenn Morris  <rgm@gnu.org>
5802         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5803         is bound, since this function requires sendmail.
5805 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5807         * registry.el (registry-usage-test): Disable pruning test.
5809 2011-05-11  David Engster  <dengste@eml.cc>
5811         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5812         Bind set-network-process-option for XEmacs.
5814 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5816         * registry.el (registry-prune-hard-candidates)
5817         (registry-prune-soft-candidates): Helper methods for registry pruning.
5818         (registry-prune): Use them.  Make the sort function optional.
5820 2011-05-10  Jim Meyering  <meyering@redhat.com>
5822         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5824 2011-05-10  Julien Danjou  <julien@danjou.info>
5826         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5827         symbol and not a list.
5829 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5831         * gnus-art.el (gnus-article-mode): Move binding of
5832         shr-put-image-function here from gnus-article-prepare-display.
5834         * shr.el (shr-put-image-function): New variable.
5835         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5836         (shr-put-image): Return scaled image.
5838         * gnus-art.el (gnus-shr-put-image): New function.
5839         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5841         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5842         original ones, as deletable.
5844 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5846         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5848 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5850         * registry.el (registry-full): Add convenience method.  Fix logic.
5851         (registry-insert): Use it.  Fix logic here too.
5853         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5854         `registry-prune' if `registry-full' returns t.
5855         (gnus-registry-handle-action)
5856         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5857         (gnus-registry-usage-test): Use it.
5859 2011-05-07  Julien Danjou  <julien@danjou.info>
5861         * shr.el (shr-link): Make shr-link inherit from link by default.
5863 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5865         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5867 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5869         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5870         error out because the face is not a list.
5872 2011-05-05  Glenn Morris  <rgm@gnu.org>
5874         * proto-stream.el (gnutls-negotiate): Fix declarations.
5876         * gnus-start.el (gnus-propagate-marks): Declare.
5878 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5880         * registry.el (registry-reindex): Fix percentage message.
5882         * proto-stream.el (network-stream-open-starttls): Adjust to call
5883         `gnutls-negotiate' with :process and :hostname arguments.
5885 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5887         * shr.el: Add shr-link face for links.
5888         (shr-urlify): Use it.
5890         * registry.el (registry-insert): Make error message more helpful.
5892 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894         * gnus-html.el (gnus-html-schedule-image-fetching):
5895         Use url-queue-retrieve, if it exists.
5897         * shr.el (shr-tag-img): Ditto.
5899         * gnus.el: Autoload more gnus-agent functions.
5901         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5902         agent if we haven't already (bug#8502).
5904         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5905         into the Agent, too.
5907         * gnus-agent.el (gnus-agent-store-article): New function.
5909         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5910         and moved from that file for reuse.
5912         * pop3.el (pop3-open-server): Error messages are "-ERR".
5914 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5917         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5919 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5921         * gnus.el: No Gnus v0.17 is released.
5923 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5926         buffer has moved to a different frame.
5928 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5931         to get the conversion from unibyte to multibyte buffers to work on
5932         Emacs 22.
5934         * nntp.el (nntp-request-article): Slight clean-up.
5936 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938         * shr.el (shr-strike-through): New face.
5939         (shr-tag-s): Use it to provide <s> support.
5940         (shr-tag-s): Remove duplicate definition.
5942 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5944         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5945         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5947 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5949         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5950         `gnutls-negotiate'.
5951         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5953 2011-04-23  Glenn Morris  <rgm@gnu.org>
5955         * gnus-sum.el (gnus-extra-headers): Bump :version.
5957 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959         * shr.el (shr-tag-sup): New function.
5960         (shr-tag-sub): Ditto.
5962 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5964         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5965         for the case where `gnus-registry-ignored-groups' is a list of lists,
5966         and don't call `gnus-parameter-registry-ignore' otherwise.
5968 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5970         * nnimap.el (nnimap-user): New backend variable.
5971         (nnimap-open-connection-1): Use it.
5972         (nnimap-credentials): Accept user parameter so it's explicit what user
5973         name is desired.
5975         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5976         default.
5978         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5979         not gnus-registry.el.
5981         * gnus-registry.el: Mention in comments how to modify
5982         `gnus-extra-headers' for proper recipient tracking and that it may
5983         already have To and Cc recently, which it does as of this commit.
5984         (gnus-registry-ignored-groups): Remove defcustom.
5985         Explain why in comments.
5986         (gnus-registry-action): Fix data-header reference to use the extra
5987         headers.  Explain in package commentary how to add To and Cc headers to
5988         the gnus-extra-headers.
5989         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5990         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5991         parameter list or a string list in `gnus-registry-ignored-groups'.
5992         Fix logic error.
5994 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996         * shr.el (shr-expand-url): Protect against null urls.
5998 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000         * shr.el (shr-base): New binding.
6001         (shr-tag-base): Keep track of <base>.
6002         (shr-expand-url): New function used throughout.
6004 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6006         * gnus-registry.el
6007         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6008         (gnus-registry-ignored-groups): New variable.
6009         (gnus-registry-ignore-group-p): Use it.
6010         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6011         set the destination group to nil (same as delete) if it's ignored.
6013 2011-04-20  David Engster  <dengste@eml.cc>
6015         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6017         * Makefile.in (test-nntp): New rule.
6018         (check): Add it.
6019         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6021 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6023         * gnus-registry.el (gnus-registry-action)
6024         (gnus-registry-fetch-header-fast):
6025         Don't use mail-header that looks an internal function of mailheader.el.
6027 2011-04-19  Glenn Morris  <rgm@gnu.org>
6029         * time-date.el (time-to-days): Remove unused local variables.
6031 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6033         * gnus-registry.el: Eliminate cl functions.
6034         (gnus-registry-sort-addresses): New function that replaces mapcan.
6035         (gnus-registry-action, gnus-registry-spool-action)
6036         (gnus-registry-split-fancy-with-parent)
6037         (gnus-registry-fetch-recipients-fast): Use it.
6038         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6040         * registry.el (initialize-instance, registry-lookup)
6041         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6042         (registry-lookup-secondary-value, registry-search, registry-delete)
6043         (registry-insert, registry-reindex, registry-size, registry-prune):
6044         Use eval-and-compile.
6046 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6048         * registry.el (registry-reindex): New method to recreate the secondary
6049         registry indices.
6051         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6052         tracked field changes.
6053         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6054         (gnus-registry-action, gnus-registry-spool-action)
6055         (gnus-registry-handle-action)
6056         (gnus-registry--split-fancy-with-parent-internal)
6057         (gnus-registry-split-fancy-with-parent)
6058         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6059         move, and delete actions, and for fancy splitting with parent.
6060         (gnus-registry-extract-addresses)
6061         (gnus-registry-fetch-recipients-fast)
6062         (gnus-registry-fetch-header-fast): Convenience functions.
6063         (gnus-registry-misc-test): ERT test of
6064         `gnus-registry-extract-addresses'.
6066 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6068         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6069         Track by subject first, then sender.
6071 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6073         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6075         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6076         Lisp.
6078         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6079         (gnus-draft-send): Use it to avoid popping
6080         up frames from gnus-group-send-queue.
6082 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6084         * gnus-registry.el: Updated gnus-registry docs.
6086 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6088         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6089         Fix logic bug.
6090         (gnus-registry-post-process-groups): Fix logging of no results and
6091         quote sender and subject.
6093 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6095         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6096         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6097         gnutls-cli are too slow to be done opportunistically.
6099         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6100         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6101         we had no early-data returned.
6102         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6103         two async commands to the same server at the same time.
6105 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6107         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6109 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6112         "warning" level.
6114         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6115         (mm-url-insert-file-contents): Don't set the package names.
6117 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6119         * gnus-registry.el (gnus-registry-action): Remove properties and
6120         simplify subject in `gnus-registry-handle-action'.
6121         (gnus-registry-spool-action): Get subject and sender from message if
6122         they are not passed in.
6123         (gnus-registry-handle-action): Remove properties and simplify subject
6124         consistently.
6126 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6128         * registry.el: Require CL before using defmacro*.
6130 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6132         * gnus-art.el (article-treat-date): Assume that
6133         gnus-article-date-headers may be a group parameter.
6135 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6137         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6139         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6140         interactively so the newsrc file can contain foreign groups too.
6141         Useful for debugging but not much for users.
6143 2011-04-07  David Engster  <dengste@eml.cc>
6145         * registry.el (registry-usage-test): Only do
6146         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6147         lexical binding.
6149 2011-04-07  David Engster  <dengste@eml.cc>
6151         * Makefile.in (check, test-registry): New rules for test-suite.
6153 2011-04-06  David Engster  <dengste@eml.cc>
6155         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6156         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6158 2011-04-06  David Engster  <dengste@eml.cc>
6160         * registry.el (initialize-instance): Change :after to :AFTER to be
6161         compatible with old EIEIO version in XEmacs.
6163 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6165         * gnus-registry.el (gnus-registry-post-process-groups)
6166         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6167         and provide better messaging.
6169 2011-04-06  David Engster  <dengste@eml.cc>
6171         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6172         errors.
6174         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6175         dgnushack-compile with error-on-warn enabled, and to signal an error if
6176         clean compilation failed.
6177         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6178         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6180 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6182         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6183         unconditionally anyway, discarding errors.
6184         (gnus-registry-delete-entries): New convenience function.
6185         (gnus-registry-import-eld): Import from old .eld registry.
6187         * registry.el: Don't use ERT if it's not available.  Load it
6188         unconditionally anyway, discarding errors.
6190         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6191         version from the Claudio Bley GnuTLS patch (extra optional parameters
6192         and host name).
6194 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6196         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6197         fixup the parameters that can be customized by the user between
6198         save/read cycles.
6199         (gnus-registry-read): Use it.
6200         (gnus-registry-make-db): Use it.
6201         (gnus-registry-spool-action, gnus-registry-handle-action):
6202         Fix messaging.
6203         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6204         Map references to actual group names with sender and subject tracking.
6205         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6206         (gnus-registry-usage-test): Add subject lookup test.
6208         * registry.el (registry-db, initialize-instance): Set up constructor
6209         instead of :initform arguments for the sake of older Emacsen.
6210         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6211         pre-lexbind merge bug.
6212         (registry-usage-test): Use it.
6213         (initialize-instance, registry-db): Move the non-function initforms
6214         back to the class definition.
6216 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6218         * registry.el: New library to manage gnus-registry-style data.
6220         * gnus-registry.el: Use it (major rewrite).
6222         * nnregistry.el: Use it.
6224         * spam.el: Use it.
6226 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6229         marks on non-selected articles.
6231 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6233         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6234         parameter to open-protocol-stream.
6236 2011-04-01  Julien Danjou  <julien@danjou.info>
6238         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6239         fundamental-mode.
6241 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6244         servers.
6246 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6249         made marks not propagate, again.
6251 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6253         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6254         Make this the default type.
6255         (proto-stream-open-plain): Rename from proto-stream-open-default.
6256         (open-protocol-stream, proto-stream-open-starttls)
6257         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6258         with `plain'.
6260         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6261         value.
6263         * nntp.el (nntp-open-connection-function): Document the fact that some
6264         values are not functions but are instead handled specially.
6265         Recognize nntp-open-plain-stream value.
6266         (nntp-open-connection): Recognize that value.
6268 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6271         where it seems to be needed.
6273 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6276         stuff.
6278         * gnus-score.el (gnus-score-string): Fix calling convention of
6279         `gnus-simplify-buffer-fuzzy' after last patches.
6281         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6282         server for articles we didn't get any headers for.  This is a sanity
6283         check.
6285 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6287         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6288         new CAPABILITY, use it.
6290 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6293         downloading anything.
6295         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6297 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6299         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6300         colors.
6301         (gnus-splash-svg-color-symbols): New function.
6303 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6306         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6307         (gnus-simplify-subject-fuzzy): Use the local
6308         gnus-simplify-subject-fuzzy-regex instead of the global one.
6309         This makes using this variable in group parameters work.
6311 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6313         * gnus-registry.el (gnus-registry-unfollowed-groups):
6314         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6315         archive:sent-YYYY-MM-DD groups).
6316         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6317         tracking if there are more than `gnus-registry-max-track-groups'
6318         matches.
6320 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6322         * message.el (message--yank-original-internal): New function to do the
6323         insertion cleanly inside eval in `message-yank-original'.
6324         (message-yank-original): Use it.
6326 2011-03-29  Julien Danjou  <julien@danjou.info>
6328         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6329         local variables disabled rather than `normal-mode'.
6331 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6333         * imap.el (imap-shell-open, imap-process-connection-type):
6334         Use imap-process-connection-type for 'shell' streams as well as
6335         Kerberos, SSL, other subprocesses.
6337 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6339         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6340         with open-network-stream.
6341         (proto-stream-always-use-starttls): Option removed.
6342         (open-protocol-stream): Return a process object by default.  Provide a
6343         new parameter :return-list specifying a list-type return value, which
6344         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6345         :type `network' to `try-starttls', and `network-only' to `default'.
6346         Make `default' the default, for compatibility with open-network-stream.
6347         Handle the no-parameter case exactly as open-network-stream, with no
6348         additional stream processing.  Search plists using plist-get.
6349         Explicitly add :end-of-commend parameter if it is missing.
6350         (proto-stream-open-default): Rename from
6351         proto-stream-open-network-only.  Return 'default as the type.
6352         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6353         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6354         failed.  Always return a list with a (possibly dead) process as the
6355         first element, for compatibility with open-network-stream.
6356         (proto-stream-open-tls): Use plist-get.  Always return a list.
6357         (proto-stream-open-shell): Return `default' as connection type.
6358         (proto-stream-capability-open): Use plist-get.
6359         (proto-stream-eoc): Function deleted.
6361         * nnimap.el (nnimap-stream, nnimap-open-connection)
6362         (nnimap-open-connection-1): Handle renaming of :type parameter for
6363         open-protocol-stream.
6364         (nnimap-open-connection-1): Pass a :return-list parameter
6365         open-protocol-stream to obtain a list return value.  Parse this list
6366         using plist-get.
6368         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6369         for open-protocol-stream.  Accept open-protocol-stream return value
6370         that is a subprocess object instead of a list.  Handle the case of a
6371         dead returned process.
6373 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6375         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6377         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6379 2011-03-21  Julien Danjou  <julien@danjou.info>
6381         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6382         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6383         query.
6384         (mm-inline-text): Render normal text with fontification whenever
6385         possible.
6387         * gnus-sum.el (gnus-summary-save-parts-1):
6388         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6389         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6390         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6391         Use `mm-handle-filename'.
6393         * mm-util.el (mm-handle-filename): New function, return the filename of
6394         an handle.
6396 2011-03-18  Julien Danjou  <julien@danjou.info>
6398         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6399         (gnus-buffer-live-p): Check that buffer is not nil.
6401 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6403         * gnus.el: No Gnus v0.15 is released.
6405 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6408         avoid warning on XEmacs.
6410         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6411         on XEmacs.
6413         * gnus-art.el: Require mouse, which the build bot seems to say is
6414         needed.
6416         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6418         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6419         XEmacs, since it doesn't have url-retrieve-synchronously.
6421         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6422         since assoc-string doesn't exist in XEmacs.
6424 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6426         * gnus-group.el (gnus-group-list-ticked): New function.
6427         (gnus-group-make-menu-bar): Provide a menu entry for it.
6428         (gnus-group-list-map): Provide a binding for it.
6430 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432         * shr.el (shr-visit-file): New command.
6434         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6436 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6438         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6439         servers.
6441 2011-03-16  Julien Danjou  <julien@danjou.info>
6443         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6444         inline.
6446         * gnus-art.el (article-hide-list-identifiers):
6447         Use gnus-group-get-list-identifiers.
6449         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6450         (gnus-summary-remove-list-identifiers):
6451         Use gnus-group-get-list-identifiers to get regexp.
6452         (gnus-select-newsgroup, gnus-summary-insert-subject)
6453         (gnus-summary-insert-articles):
6454         Call gnus-summary-remove-list-identifiers unconditionally.
6456 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6459         we're selecting a group with unread articles.
6461         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6463         * gssapi.el: New file separated out from imap.el to provide a general
6464         Kerberos 5 connection facility for Emacs.
6466         * message.el (message-elide-ellipsis): Document the format spec
6467         ellipsis.
6469 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6471         * message.el (message-elide-region): Allow the ellipsis to say how many
6472         lines were removed.
6474 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6477         window configurations containing buffers that are now dead.
6479         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6480         parsing to avoid integer overflows.
6481         (nnimap-parse-flags): Simplify the last change.
6482         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6483         too large for 32-bit Emacsen.
6485 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6487         * auth-source.el (auth-source-netrc-create):
6488         * message.el (message-yank-original): Fix use of `case'.
6490 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6492         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6493         XEmacs, which was one character too wide.
6495 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6497         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6498         default number of articles to display.
6499         (gnus-articles-to-read): Use pretty names for prompt.
6501 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503         * gnus-int.el (gnus-open-server): Ditto.
6505         * gnus-start.el (gnus-activate-group): Give a backtrace if
6506         debug-on-quit is set and the user hits `C-g'.
6507         (gnus-read-active-file): Ditto.
6509         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6511 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6513         * message.el (message-yank-original): Use cond instead of CL case.
6515 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6517         * auth-source.el (auth-source-netrc-create): Use usual format for the
6518         default in prompts.
6520 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6522         * lpath.el: Fbind read-char-choice for XEmacs.
6524 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6526         * auth-source.el (auth-source-netrc-create): Show the default in the
6527         prompt when prompting for token creation.
6529 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6531         * auth-source.el (auth-source-format-prompt): Always convert the value
6532         to a string to avoid evaluating non-string arguments.
6533         (auth-source-netrc-create): Offer default properly, not as initial
6534         content in `read-string'.
6535         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6536         of line to determine if we've been run before.  If so, don't run again,
6537         but print a trivial message to indicate the cache was hit instead.
6539 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6541         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6542         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6543         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6544         Gnus.
6546 2011-03-11  Julien Danjou  <julien@danjou.info>
6548         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6549         modified file".
6551 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6553         * auth-source.el (auth-source-read-char-choice): New function to read a
6554         character choice using `dropdown-list', `read-char-choice', or
6555         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6556         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6557         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6558         (auth-source-netrc-saver): Use it.
6559         (auth-source-pick-first-password): New convenience function.
6561 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6563         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6564         parameter in the credentials.
6565         (nnimap-open-connection-1): Use it after a successful login.
6566         (nnimap-credentials): Add IMAP-specific user and password prompt.
6568         * auth-source.el (auth-source-search): Add :require parameter, taking a
6569         list.  Document it and the :save-function return token.  Pass :require
6570         down.  Change the CREATED message from a warning to a debug statement.
6571         (auth-source-search-backends): Pass :require down.
6572         (auth-source-netrc-search): Pass :require down.
6573         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6574         Change save prompt to indicate all modifications saved here are
6575         deletions.
6576         (auth-source-netrc-create): Take user login name as default in user
6577         prompt.  Move all the save functionality to a lexically bound function
6578         under the :save-function token in the returned list.  Set up clearer
6579         default prompts for user, host, port, and secret.
6580         (auth-source-netrc-saver): New function, intended to be wrapped for
6581         :save-function.
6583 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6586         lines to be spaces instead.
6588 2011-03-07  Julien Danjou  <julien@danjou.info>
6590         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6591         (sieve-sasl-auth): Check that auth-source-search did return something,
6592         or just return an empty string.
6594 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6596         * gnus.el (gnus-interactive): Use read-directory-name.
6598         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6599         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6600         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6601         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6602         Likewise.
6604         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6606 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6609         onto the list of killed groups, too.  This makes killed nnimap groups,
6610         for instance, more reliably not reappear.
6612         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6613         the parent.
6615         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6617         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6618         really have server-side marks.
6620         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6621         since most backends do not usefully have server-side marks.
6622         (gnus-update-read-articles): Propagate marks to all backends that
6623         really have server-side marks.
6625 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6627         * message.el (message-cite-reply-position, message-cite-style):
6628         New variables.
6629         (message-yank-original): Use the new citation styles.
6631 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6633         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6634         buffer-local issue); don't mark it buffer-local when running under
6635         XEmacs.
6637 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6639         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6640         numbers too big to be `read'.
6642 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6644         * password-cache.el (password-in-cache-p): Add autoload.
6646         * message.el (message-options): Make buffer-local two ways to attempt
6647         to fix a XEmacs bug.
6649 2011-03-02  Julien Danjou  <julien@danjou.info>
6651         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6653 2011-03-01  Julien Danjou  <julien@danjou.info>
6655         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6656         group.
6657         (article-hide-list-identifiers): Use list-identifier group parameter.
6659 2011-02-28  Julien Danjou  <julien@danjou.info>
6661         * sieve.el (sieve-buffer-script-name): New local variable to store
6662         sieve script name.
6663         (sieve-edit-script): Store sieve script name.
6664         (sieve-upload): Use sieve script name when uploading.
6665         (sieve-upload): Use substitute-command-keys.
6666         (sieve-edit-script): Use substitute-command-keys.
6667         (sieve-refresh-scriptlist): Use substitute-command-keys.
6668         (sieve-manage-mode-map): Define keymap properly.
6669         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6670         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6671         Remove commented code about cvs.
6672         (sieve-manage-quit): New function.
6673         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6675 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6679 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6681         * auth-source.el (auth-source-search): Cache empty result sets.
6683         * password-cache.el (password-in-cache-p): Convenience function to
6684         check if a key is in the cache, even if the value is nil.
6686         * auth-source.el (auth-source-save-behavior): New variable to replace
6687         `auth-source-never-create'.
6688         (auth-source-netrc-create): Use it.
6689         (auth-source-never-save): Remove.
6691 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6693         * nnimap.el (nnimap-stream): Doc fix.
6694         (nnimap-open-connection-1): Reverse the order of the ports to that the
6695         prompted-for port is first.
6697         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6698         retrieval by the no-group selection.
6700         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6701         numerical parameters.
6703 2011-02-25  Julien Danjou  <julien@danjou.info>
6705         * gnus-gravatar.el: Use gnus-with-article-buffer.
6707         * gnus-art.el (gnus-with-article-buffer): Check that the
6708         gnus-article-buffer is alive.
6710 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6712         * auth-source.el (auth-source-creation-prompts): New variable to manage
6713         creation-time prompts.
6714         (auth-source-search): Document it.
6715         (auth-source-format-prompt): Add utility function.
6716         (auth-source-netrc-create): Don't default the user name to
6717         user-login-name.  Use `auth-source-creation-prompts' and some default
6718         prompts for user, host, port, and password (the default generic prompt
6719         remains ugly).
6720         (auth-source-never-save): Add customizable option to never save info.
6721         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6722         mode excursion.
6724 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6726         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6727         argument that XEmacs doesn't support.
6729         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6730         compiled for Emacsen having no `libxml-parse-html-region' support.
6732         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6734         * lpath.el: Bind buffer-save-without-query for XEmacs.
6736 2011-02-23  Julien Danjou  <julien@danjou.info>
6738         * gnus-art.el (article-make-date-line): Ignore errors if time is
6739         invalid and not convertible.
6740         (article-make-date-line): Only add lapsed time if time is not nil.
6742 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6744         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6745         `read-char-choice' for backwards compatibility.
6746         (auth-source-netrc-element-or-first): New function to DTRT for
6747         parameter extraction.
6748         (auth-source-netrc-create): Use it and fix multiple parameter print
6749         bug.  Use the default passed from above (given-default) or the
6750         built-in (user-login-name for :user).
6752 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6754         * gnus-start.el (gnus-dribble-read-file):
6755         Set buffer-save-without-query, since we always want to save the dribble
6756         file, probably.
6758         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6759         nnimap.
6761         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6762         -summary- since it's a user-visible variable.
6764         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6765         first time you use the new Gnus.
6767 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6769         * auth-source.el: Don't load netrc.el.
6770         (auth-sources): Search ~/.netrc as well by default.
6771         (auth-source-debug): Add 'trivia option for extra output.
6772         (auth-source-do-trivia): Use it.
6773         (auth-source-search): Simplify logic to use
6774         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6775         appropriate.  Don't keep a running count at this level.  Layer :create
6776         and :delete options appropriately on the first and second passes.
6777         Don't track the backend with the search results.
6778         (auth-source-search-backends): New function to search a list of
6779         backends for a processed spec.
6780         (auth-source-netrc-parse): Cache all netrc files, making
6781         auth-source-netrc-cache an alist keyed by the file name and using the
6782         file mtime as the caching criterion.  Keep the obfuscated data secret
6783         with a lexical bind.
6784         (auth-source-netrc-search): Don't calculate the length of the results
6785         unnecessarily.
6786         (auth-source-search-backends): Fix bug.
6787         (auth-source-netrc-create): Rework prompts.
6789 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6791         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6792         Lower case names of search constraints.
6793         (nnir-run-query): Cache and reuse search constraints for all imap
6794         servers.
6796 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6798         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6799         after exit.
6800         (gnus-setup-message): Define missing variable from last checkin.
6802         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6803         value, show the raw article.
6805 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6807         * gnus.el: No Gnus v0.13 is released.
6809 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6811         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6812         auth-source now accepts numbers.
6814         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6815         spec, too.
6816         (auth-source-ensure-strings): New function.
6818         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6819         (gnus-article-setup-buffer): Always restart the date timer so that user
6820         changes to the frequency is respected.
6822         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6823         port numbers, so make sure it gets that if nnimap-server-port is
6824         explicit.
6826 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6828         * nnimap.el (nnimap-inbox): Doc fix.
6830 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6832         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6833         Autoload.  Add optional arg FRAME, and pass it to color-values.
6834         (color-complement): Caller changed.  Doc fix.
6835         (color-gradient): Rewrite for better clarity and efficiency.
6837 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6839         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6840         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6841         color-lab-to-srgb.
6843 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6845         * color.el: First part of merge from hexrgb.el.
6846         (color-rgb-to-hex): Rename from color-rgb->hex.
6847         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6848         saturation to zero if the value is too small.
6849         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6850         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6851         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6852         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6853         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6854         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6855         (color-cie-de2000): Doc fix.
6857 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6859         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6860         given method as in the group name if we're using an extended method.
6861         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6862         command, if we're using that, instead of waiting for the beginning.
6864         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6865         we're sure to get unique server names, and we don't output two async
6866         commands in the same buffer.  This fixes an NNTP hang for some users.
6868 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6870         * gnus.el: No Gnus v0.11 is released.
6872 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6874         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6875         summary buffer before reading going to the next buffer.  This avoids
6876         putting the point in the group buffer if you `C-g' the command.
6878         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6879         cache (for now) to make ~/.authinfo.gpg files usable.
6881         * nnfolder.el (copyright-update): Define for the compiler.
6883         * auth-source.el (auth-source-search): Fix unbound variable.
6885 2011-02-19  Glenn Morris  <rgm@gnu.org>
6887         * gnus.el (gnus-meta): Doc fix.
6889 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6891         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6892         in case it's not yet loaded.
6894 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6896         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6897         line we're waiting for.
6899 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6901         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6902         face with line-width greater than zero will cause RET in gnus summary
6903         buffer to scroll down article page-wise because auto vscroll happens,
6904         it should be temporally disabled when doing a scroll-up.
6906 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6908         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6909         outputs from the server.
6911 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6913         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6914         later so that bbdb can hook in easier.
6916 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6918         * auth-source.el (auth-source-search): Don't try to create credentials
6919         if the caller doesn't want that.
6920         (auth-source-search): If we don't find a match, don't bug out on
6921         non-bound variables.
6922         (auth-source-search): Only ask a single backend to create the
6923         credentials.
6925         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6926         logging.
6927         (nnimap-credentials): Protect against auth-source-search returning nil.
6928         (nnimap-request-list): Protect against not being able to open the
6929         server.
6931 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6933         * auth-source.el (auth-source-search): Do a two-phase search, one with
6934         no :create to get the responses from all backends.
6936         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6937         when getting credentials.
6939         * gnus-util.el (gnus-delete-duplicates): New function.
6941 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6943         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6944         a creation default, pass the whole port list down.  It will be
6945         completed.
6947         * auth-source.el (auth-source-search): Updated docs to talk about
6948         multiple creation choices.
6949         (auth-source-netrc-create): Accept a list as a value (from the search
6950         parameters) and do completion on that list.  Keep a separate netrc line
6951         with the password obscured for showing the user.
6953         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6954         first choice to `auth-source-search' so it will be used for entry
6955         creation instead of the server's Gnus-specific name.
6956         (nnimap-credentials): Rely on the auth-source library to select which
6957         port is actually wanted in the new netrc entry, so don't override
6958         `auth-source-creation-defaults'.
6960         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6961         :protocol and accept a missing user, host, or port as a wildcard match.
6962         (auth-source-debug): Default to off.
6964         (auth-source-netrc-search, auth-source-netrc-create)
6965         (auth-source-secrets-search, auth-source-secrets-create)
6966         (auth-source-user-or-password, auth-source-backend, auth-sources)
6967         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6968         instead of :protocol.
6970         * nnimap.el (nnimap-credentials): Pass a port default to
6971         `auth-source-search' in case an entry needs to be created.
6972         (nnimap-open-connection-1): Use :port instead of :protocol.
6974 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6976         * auth-source.el: Bind load-path when loading EIEIO from
6977         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6978         21.4 doesn't support, to `require'.
6979         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6980         delete-dups that is not available in XEmacs 21.4.
6982 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6984         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6985         as EIEIO must also be loaded when auth-source.el is being
6986         byte-compiled.
6988 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6990         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6992         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6994         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6996         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6998         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7000         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7002         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7004         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7005         necessary.
7007 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7009         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7010         nil means that nnimap doesn't get updated.
7012 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7014         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7015         result when the user doesn't want to write to the file.
7016         (auth-source-netrc-search): Expect a synthetic result and proceed
7017         accordingly.
7018         (auth-source-cache-expiry): New variable to override
7019         `password-cache-expiry'.
7020         (auth-source-remember): Use it.
7022         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7023         parameter.  Create entry if necessary by using :create t.
7024         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7026 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7028         * auth-source.el (auth-source-debug): Enable by default and don't
7029         mention the obsolete `auth-source-hide-passwords'.
7030         (auth-source-do-warn): New function to debug unconditionally.
7031         (auth-source-do-debug): Use it.
7032         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7033         and for Secrets API entries when the secrets.el library is not
7034         available.
7036 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7038         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7039         (gnus-summary-exit): Kill the correct article buffer on exit from a
7040         `C-d' group.
7042         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7043         gnus-propagate-marks.
7045         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7046         before killing the buffers so that a non-full window conf gets handled
7047         correctly.
7048         (gnus-summary-exit): Ditto.
7049         (gnus-summary-read-group-1): Ditto.
7051         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7052         async code again so that we can debug it properly.
7054         * message.el (message-reply): Take an optional switch-buffer parameter
7055         so that Gnus window confs are respected better.
7057 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7059         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7060         `plist-get' to accept non-list parameters (XEmacs issue).
7061         Fix docstring.
7062         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7063         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7064         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7065         Login collection is "Login" and not "login".
7067 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7069         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7070         multiple headers.
7072         * nnimap.el (nnimap-inhibit-logging): New variable.
7073         (nnimap-log-command): Don't log login commands.
7075         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7076         to have more parameters.
7078         * nnimap.el (nnimap-send-command): Mark the command time for each
7079         command, so that we don't get NOOPs stepping on our toes.
7081         * gnus-art.el (article-date-ut): Get the date from the Date header on
7082         `t'.
7084 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7086         * auth-source.el (auth-source-search): Use copy-sequence instead of
7087         the cl.el copy-list.
7089 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7091         * imap.el: Bring it back (revert
7092         84d800cd31de3064f0ed39617d725709a2f8f42f).
7094 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7096         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7097         Improve prompt.
7099 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7101         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7102         washing status from the default format.  It isn't very informative.
7104 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7106         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7107         Fix Gcc processing on imap.
7109 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7111         * imap.el: Remove file.  All the functionality is in nnimap.el.
7113 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7115         * message.el (message-bury): Don't pop up a new window when selected
7116         window is dedicated.
7118 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7120         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7122 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7124         * sieve-manage.el: Autoload `auth-source-search'.
7125         (sieve-sasl-auth): Use it.
7127 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7129         * nnimap.el: Autoload `auth-source-forget+'.
7130         (nnimap-open-connection-1): Use it if the connection fails.
7132         * auth-source.el: Require `password-cache'.
7133         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7134         obsolete.
7135         (auth-source-magic): Marker for `password-cache' keys.
7136         (auth-source-do-cache): Update docstring.
7137         (auth-source-search): Use and check cache.
7138         (auth-source-forget-all-cached, auth-source-remember)
7139         (auth-source-recall, auth-source-forget, auth-source-forget+)
7140         (auth-source-specmatchp): Caching support functions.
7141         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7142         Remove and obsolete.
7143         (auth-source-user-or-password): Remove caching to further discourage
7144         using it.  Always hide passwords.
7146         * password-cache.el (password-cache-remove): Accept secrets that are
7147         not strings.
7149 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7151         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7152         code for now, since it doesn't work for all users.
7154 2011-02-09  Julien Danjou  <julien@danjou.info>
7156         * message.el (message-options): Make message-options really buffer
7157         local.
7159 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7161         * mail-source.el: Autoload `auth-source-search'.
7162         (mail-source-keyword-map): Note order matters.
7163         (mail-source-set-1): Get all the mail-source source values and
7164         defaults and search auth-source on those if needed.  This can all
7165         probably be simplified.
7167         * nnimap.el: Autoload `auth-source-search'.
7168         (nnimap-credentials): Use it.
7169         (nnimap-open-connection-1): Ask for the virtual server and physical
7170         address in one shot.
7172         * nntp.el: Autoload `auth-source-search'.
7173         (nntp-send-authinfo): Use it.  Note TODO.
7175 2011-02-08  Julien Danjou  <julien@danjou.info>
7177         * shr.el (shr-tag-body): Add support for text attribute in body
7178         markups.
7180         * message.el (message-options): Make message-options a local variable.
7182 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7184         * auth-source.el (auth-source-secrets-search)
7185         (auth-source-user-or-password): Use `append' instead of `nconc'.
7186         (auth-source-user-or-password): Build return list better and protect
7187         against nil :secret.
7189 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7191         * nnimap.el (nnimap-update-info): Refactor slightly.
7192         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7193         (nnimap-update-info): Clean up slightly.
7194         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7195         characters.
7196         (nnimap-process-quirk): Rename function to avoid collision.
7197         (nnimap-update-info): Fix macrology bug-out.
7198         (nnimap-update-info): Simplify split history test.
7200 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7202         * auth-source.el (top): Require 'eieio unconditionally.
7203         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7204         (auth-source-secrets-search): Limit search when `max' is greater than
7205         number of results.
7207 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7209         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7210         part not returning any data.
7212         * proto-stream.el (open-protocol-stream): Document the return value.
7214 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7216         * auth-source.el (auth-source-secrets-search): Add examples.
7218 2011-02-06  Julien Danjou  <julien@danjou.info>
7220         * message.el (message-setup-1): Handle message-generate-headers-first
7221         set to t.
7223 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7225         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7226         API with a string "secrets:collection-name" and with 'default.
7227         (auth-source-backend-parse): Parse "secrets:collection-name" and
7228         'default.  Recurse on parses instead of repeating code.  Use the
7229         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7230         message when ignoring a source.
7231         (auth-source-search): List ignored search keys at the top level.
7232         (auth-source-netrc-create): Use `case' instead of `cond'.
7233         (auth-source-secrets-search): Created with TODOs.
7234         (auth-source-secrets-create): Created with TODOs.
7235         (auth-source-retrieve, auth-source-create, auth-source-delete)
7236         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7237         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7238         (auth-source-user-or-password-sftp)
7239         (auth-source-user-or-password-smtp): Remove.
7240         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7241         around `auth-source-search'.  Not tested thoroughly.
7243 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7245         * auth-source.el: Bring in assoc and eioeio libraries.
7246         (secrets-enabled): New variable to track the status of the Secrets API.
7247         (auth-source-backend): New EIOEIO class to represent a backend.
7248         (auth-source-creation-defaults): New variable to set prompt defaults
7249         during token creation (see the `auth-source-search' docstring for
7250         details).
7251         (auth-sources): Simplify to allow a simple string as a netrc backend
7252         spec.
7253         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7254         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7255         (auth-source-search): Main auth-source API entry point.
7256         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7257         (auth-source-search-collection): Helper function for searching.
7258         (auth-source-netrc-parse, auth-source-netrc-normalize)
7259         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7260         Supports search, create, and delete.
7261         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7262         backend stubs.
7263         (auth-source-user-or-password): Call `auth-source-search' but it's not
7264         ready yet.
7266 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7268         * message.el (message-setup-1): Remove the read-only stuff, since it
7269         doesn't work under XEmacs, for some reason.
7271         * gnus-sum.el (gnus-user-date): Rename back from
7272         gnus-summary-user-date since user code refers to it.
7274         * shr.el (shr-render-td): Store the actual background color used.
7276         * message.el (message-setup-1): Don't bind the constant
7277         -forbidden-properties.
7278         (message-setup-1): Revert previous change, since it needs to bind the
7279         props to insert them.
7280         (message-resend): Allow removing the read-only separator line.
7282 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7284         * nnimap.el (nnimap-request-accept-article): Give an error message if
7285         the APPEND wasn't successful.
7287 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7289         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7290         that have no groups.
7292 2011-02-03  Julien Danjou  <julien@danjou.info>
7294         * gnus-draft.el: Remove progn around gnus-draft-setup.
7296 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7298         * gnus-start.el (gnus-read-active-for-groups): This function is never
7299         called with a nil `infos', so clean that up.
7300         (gnus-get-unread-articles): Request active files from primary/secondary
7301         methods that have no groups (yet).
7303 2011-02-03  Julien Danjou  <julien@danjou.info>
7305         * message.el (message-setup-1): Always generate References first.
7306         (message-mail): Return the return value of message-setup, not always t.
7307         (message-setup-1): Insert mail-header-separator with read-only and
7308         intangible properties set.
7310         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7311         user-date in docstring.
7313         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7315         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7316         docstring.
7318         * gnus.el (gnus-user-date-format-alist): Change default value.
7319         Use defcustom, with type and group.  Move from gnus-util.el.
7320         Rename to gnus-summary-user-date-format-alist.
7322 2011-02-03  Glenn Morris  <rgm@gnu.org>
7324         * nnimap.el (gnus-fetch-headers): Declare.
7326         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7328 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7330         * message.el (message-forward-make-body-digest-plain)
7331         (message-followup, message-reply): Clean up things noted by Stefan.
7333         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7334         gnus-article-update-date-headers is nil.
7335         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7336         it didn't really work with defcustom.
7337         (article-update-date-lapsed): Make sure the window start doesn't move,
7338         either.
7340 2011-02-01  Julien Danjou  <julien@danjou.info>
7342         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7343         format.
7345         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7346         standard in Emacs nowadays.
7348         * color.el (color-gradient): Add a color-gradient function.
7350 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7352         * message.el (message-expand-name): Don't trust the return value of
7353         bbdb-complete-name.
7354         (message-check-news-header-syntax): Remove unused var `start'.
7355         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7356         (message-inhibit-body-encoding): Move to before first use.
7357         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7358         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7359         (Organization, Message-ID, Date, mh-previous-window-config):
7360         Defvar the vars using dynamic scoping.
7362 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7364         * shr.el (shr-render-td): Only do colors at the final rendering.
7365         Should be slightly faster.
7366         (shr-insert-table): Fix up TD background colors when doing the
7367         vertical padding.
7369         * gnus-art.el (article-date-ut): Protect against articles with no Date
7370         header.
7371         (article-update-date-lapsed): Don't use current-column to find the
7372         horizontal position.  It's fragile in the presence of \003 characters.
7374         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7376 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7378         * gnus-art.el (article-transform-date): Rewrite to still work when
7379         there are several rfc2822 parts.
7380         (article-transform-date): Fix infinite recursion.
7381         (article-date-ut): Replace infinitely many Date headers with a single
7382         one when called interactively.
7384         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7385         secure manner.
7387         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7388         move around by not using save-window-excursion.  It seems to work...
7390 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7392         * gnus-art.el (article-make-date-line): Work for user-defined format.
7394 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7396         * nntp.el (nntp-retrieve-group-data-early)
7397         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7398         fetching functions.
7400         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7401         thoroughly for all backends that have no known groups.  This should
7402         allow new nnml methods to retrieve mail.
7404         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7405         that Gnus doesn't know exists again.
7407         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7408         (gnus-treat-date-ut): Ditto.
7409         (gnus-article-update-date-header): Rename.
7410         (gnus-treat-date-local): Remove.
7411         (gnus-treat-date-english): Remove.
7412         (gnus-treat-date-lapsed): Remove.
7413         (gnus-treat-date-combined-lapsed): Remove.
7414         (gnus-treat-date-original): Remove.
7415         (gnus-treat-date-iso8601): Remove.
7416         (gnus-treat-date-user-defined): Remove.
7417         (gnus-article-date-headers): New variable to control all the date
7418         header options.
7419         (article-date-ut): Rewrite to allow using the new way to format date
7420         headers(s).
7422 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7424         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7425         method.
7426         (nnmail-article-group): A better test for fanciness.
7428         * nnimap.el (nnimap-request-head): Protect against not finding the
7429         article by Message-ID.
7431 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7433         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7434         keep point at the "same place".
7436 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7438         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7439         data if the group is inactive.
7441 2011-01-28  Julien Danjou  <julien@danjou.info>
7443         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7444         (gnus-all-windows-visible-p): Remove old compatibility code.
7445         (gnus-window-top-edge): Add docstring.
7447         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7449 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7451         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7452         older request-update-info.
7454         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7456 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7458         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7459         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7461 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7463         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7464         groups.  This makes the nndraft:queue group pop up if it's not already
7465         there.
7467         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7468         messages" logic, which was reversed.
7470         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7471         the "same place" even if point is on the line being replaced.
7472         (article-update-date-lapsed): Allow updating both the combined lapsed
7473         and the lapsed headers.
7474         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7475         (article-make-date-line): Limit the number of segments dynamically to
7476         avoid too-long lines.
7478 2011-01-27  Julien Danjou  <julien@danjou.info>
7480         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7481         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7483 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7485         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7486         Use plist-get instead of the cl function getf.
7488 2011-01-27  Glenn Morris  <rgm@gnu.org>
7490         * gnus-util.el (float-time): Get rid of compiler warning, again.
7492 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7494         * shr.el (shr-put-color): Special-case background colors: Do put them
7495         at the blank parts at the front of the lines.
7497         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7498         exit hook to nix out all data on readedness on group exit.
7500         * gnus-util.el (float-time): If float-time is bound, always use it on
7501         all Emacsen.  It's unclear why the subrp check was there.
7502         (time-date): Require to make some autoload issues on XEmacs go away.
7504         * shr.el (shr-put-color): Don't do the box padding in tables, since
7505         they're already padded.
7507 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7509         * gnus-art.el (gnus-article-next-page): When the last line of the
7510         article is displayed, scroll down once more instead of going to the
7511         next article at once.
7512         (article-lapsed-string): Refactor out and allow specifying how many
7513         segments you want.
7514         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7515         (gnus-article-update-lapsed-header): New variable.
7517         * shr.el: Revert change that made headings use different-sized faces.
7518         The Emacs display engine isn't advanced enough that, for instance,
7519         tables can comfortably use differently-sized faces.
7521 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7523         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7524         used.
7525         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7526         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7527         we're using an encrypted connection.
7529         * proto-stream.el: Alter the interface functions to also return the
7530         actual stream type used: network or tls.
7532 2011-01-25  Julien Danjou  <julien@danjou.info>
7534         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7535         (mm-display-javascript-inline): New function.
7537         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7538         viewing function.
7540 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7542         * shr.el (shr-expand-newlines): Fix variable name.
7544 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7546         * shr.el (shr-expand-newlines): Make nested boxes work.
7548 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7550         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7551         backgrounds.
7552         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7553         in a more sensible manner.
7555 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7557         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7558         if EPG is loaded.
7560 2011-01-24  Julien Danjou  <julien@danjou.info>
7562         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7563         tags.
7565 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7567         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7568         commands.
7570         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7571         in the article buffer.
7572         (gnus-gravatar-insert): Use blank space from the current buffer to
7573         avoid breaking text properties.  This makes X-Sent updating work again.
7575         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7577 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7579         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7580         fix the bug in url-http.el instead.
7582         * shr.el (shr-image-fetched): Ditto.
7584         * shr.el (shr-image-fetched): Avoid having point move in the article
7585         buffer.
7587         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7588         buffer after being called.  It's apparently being killed by url.el, and
7589         killing it made point move to end-of-buffer in a random buffer.
7591         * shr.el (shr-image-fetched): Ditto.
7593 2011-01-23  Julien Danjou  <julien@danjou.info>
7595         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7597         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7598         text/x-org.
7600 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7602         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7603         (i.e., nnimap) returning nil as the article number.
7605 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7607         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7608         "DelSp" parameter in RFC3676.
7610 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7612         * message.el (message-check-recipients): Display the encoded version of
7613         the bogus address if they differ.
7615         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7616         after sending.
7618         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7620         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7622         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7623         group buffer after sending the queue.
7625         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7627 2011-01-22  Julien Danjou  <julien@danjou.info>
7629         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7631 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7633         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7634         nested related parts.
7636         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7637         unexpired articles.  This fixes the regression that led expiry marks to
7638         disappear from nnfolder groups.
7640 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7642         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7643         Don't confuse the "ret" of "retrograde" with RET.
7645 2011-01-21  Julien Danjou  <julien@danjou.info>
7647         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7648         than mm-insert-inline.
7650 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7652         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7653         Widen article buffer.
7655 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7657         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7658         the temp buffer.
7659         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7661 2011-01-20  Julien Danjou  <julien@danjou.info>
7663         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7665         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7666         than mm-insert-inline to insert inline part: this respect
7667         mm-inline-media-tests displayers.
7669         * mm-view.el (mm-display-shell-script-inline): New function.
7671         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7673         * mm-uu.el (mm-uu-type-alist): Add org block.
7674         (mm-uu-org-src-code-block-extract): New function.
7676         * mm-view.el (mm-display-org-inline): New function.
7678         * mm-decode.el (mm-automatic-display): Add text/org.
7680         * mailcap.el (mailcap-mime-extensions): Add .org.
7682 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7684         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7685         gnus-article-add-buttons.
7687 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7689         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7690         From header with a date and "nobody" as the sender.
7692 2011-01-19  Julien Danjou  <julien@danjou.info>
7694         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7695         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7696         if you have the same regexp several times.
7697         (gnus-button-push): Fix matching when regexp is symbol.
7699 2011-01-15  Glenn Morris  <rgm@gnu.org>
7701         * message.el (message-mail): A compose-mail function should
7702         accept headers as strings.
7704 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7706         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7707         Add :vert-only tags.
7708         (message-mail): New arg RETURN-ACTION.
7709         (message-return-action): New var.
7710         (message-bury): Use it.
7711         (message-mode): Make it buffer-local.
7712         (message-send-and-exit): Always call message-bury.
7714         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7715         message-mail.
7717 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719         * nnimap.el (nnimap-convert-partial-article): Protect against
7720         zero-length body parts.
7722         * mm-decode.el (mm-preferred-alternative-precedence):
7723         Discourage showing empty parts.
7725         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7726         and stuff if the backend didn't return the article number.  This fixes
7727         an Exchange-related nnimap bug.
7729         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7730         group window, because it does the wrong thing when a separate frame
7731         displays the group buffer.
7733         * proto-stream.el (open-protocol-stream): Protect against the low-level
7734         transport functions returning nil.
7736 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7738         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7739         (mml2015-epg-find-usable-secret-key): New function.
7740         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7741         mml2015-epg-find-usable-key (Bug#7797).
7742         (mml2015-epg-encrypt): Ditto.
7744 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7746         * dgnushack.el (rot13-string): Fix the way to get the argument.
7748 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7750         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7752 2011-01-03  Glenn Morris  <rgm@gnu.org>
7754         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7756         * sieve.el (sieve-open-server): Give a more explicit error if
7757         sieve-manage-open returns nil.  (Bug#7720)
7759 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7761         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7763 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7766         This avoids sending passwords in plain text over non-encrypted
7767         channels.
7769         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7771         * nnimap.el (nnimap-login): Refactored out into own function, and
7772         implement CRAM-MD5.
7773         (nnimap-wait-for-line): Refactored out.
7775         * mm-view.el (mml-smime): Require.
7777 2010-12-20  David Engster  <deng@eml.cc>
7779         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7780         use EPG to decrypt S/MIME messages instead of openssl.
7782 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7786         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7787         status is the group clearly is unreachable.
7789         * auth-source.el (auth-source-create): Add the optional second
7790         parameter to `local-variable-p' to be compatible with XEmacs.
7792 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7794         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7795         work when using a compressed nnml folder.
7797 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7800         backends after sanitising on entry, because this never makes sense:
7801         If the articles have gone missing, then the data no longer exists on
7802         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7803         overwrite anything anyway.
7805         * shr.el (shr-insert-document): Bind shr-width dynamically to
7806         window-width if it's nil.
7808 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7810         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7811         with the meaning of using the full emacs window width for rendering.
7813 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7815         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7816         case when sender is not given.
7818 2010-12-23  Julien Danjou  <julien@danjou.info>
7820         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7821         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7822         the addresses, otherwise we might misplaced the gravatar.
7824 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7826         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7827         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7828         obsolete in Emacs.
7830 2010-12-20  Julien Danjou  <julien@danjou.info>
7832         * gnus-util.el (gnus-rescale-image): Revert last change.
7834 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7836         * binhex.el: Improve commentary (Bug#7482).
7838 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7840         * gnus-group.el (gnus-group-delete-articles): New command.
7842 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7844         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7846 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7849         here, since it's up to the backends to do CRLF removal if their
7850         protocol has it.
7852         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7854 2010-12-17  Julien Danjou  <julien@danjou.info>
7856         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7857         they are from file.  Can also scale up.
7859 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7861         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7862         Restore gnus-use-agent.
7863         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7865         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7867 2010-12-17  Julien Danjou  <julien@danjou.info>
7869         * gravatar.el (gravatar-retrieve-synchronously): New function.
7870         (gravatar-get-data): Make more robust.
7872 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7874         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7876 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7879         to really consider the last line.
7881 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7883         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7884         list of recipient keys, or use symmetric encryption if not a list.
7885         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7886         EPA override, replacing the call to `netrc-store-data'.
7888 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7890         * gnus-srvr.el: Avoid passing nil regexp argument to
7891         delete-matching-lines.
7893 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7895         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7896         fetching stops when Gnus exits.
7898         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7899         function.
7900         (nnfolder-request-expire-articles): Save all the buffers after doing
7901         expiry.
7903         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7904         the last article", since that led to serious performance regressions
7905         when expiring nnml groups.
7907 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7909         * nnir.el: Improve customizations.
7911 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7915         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7916         group has been killed.
7917         (gnus-group-yank-group): Ditto.
7919         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7921         * nnimap.el (nnimap-request-update-group-status): New function.
7923         * gnus-int.el (gnus-request-update-group-status): New interface
7924         function.
7926         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7927         copying read-ness to the backends.
7929         * nnimap.el (nnimap-quirk): New function.
7930         (nnimap-retrieve-group-data-early): Use it.
7931         (nnimap-quirks): New alist.
7933 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7935         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7936         don't delete it within indentation.
7938 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7941         previous line.
7943 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7946         QRESYNC command by deleting a superfluous space which broke Cyrus
7947         servers.  This change will break other servers that are buggy the other
7948         way around.
7950 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7952         * spam.el: Reindent and fix long lines.
7953         (spam-copy-or-move-routine): Exclude invalid move destinations.
7955 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7957         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7958         installed the registry.
7960 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7962         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7964 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7966         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7967         groupname doesn't contain "gmane".
7969 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7971         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7972         and netrc-bound-and-true-p bindings.
7973         (netrc-parse): Cache the netrc contents.
7975         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7976         (gnus-1): Don't create the nndrafts group twice.
7977         (gnus-setup-news): There's no need to read the active file here, since
7978         that's done again later on a per-backend basis.
7979         (gnus-start-draft-setup): Make sure that the new group is started out
7980         empty.
7982         * gnus-agent.el (gnus-agentize): Don't create the queue group
7983         automatically on startup.  It'll be created later, if needed.
7985         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7986         of automatically subscribed groups.
7987         (gnus-auto-subscribed-categories): New variable.
7988         (gnus-matches-options-n): Use it.
7989         (gnus-default-subscribed-newsgroups): Remove unused variable.
7990         (gnus-start-draft-setup): Message a bit less.
7992 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7994         * nnir.el (nnir-run-imap): Return article list in order of increasing
7995         UID.
7997 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999         * gnus-sum.el (gnus-summary-enter-digest-group):
8000         Mention gnus-auto-select-on-ephemeral-exit.
8002         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8003         convention of the network-only option.
8005 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007         * proto-stream.el (proto-stream-open-network-only): New function to
8008         have a way to specify non-STARTTLS upgrade connections.
8010 2010-12-10  Julien Danjou  <julien@danjou.info>
8012         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8013         email address is nil.
8015         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8017 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8019         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8020         deletion.
8021         (nnir-run-imap): Only need to parse list once.
8023 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025         * shr.el (shr-tag-script): Ignore <script>.
8026         (shr-tag-label): Add <label> support.
8028 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8030         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8032         * shr.el (shr-image-displayer): Work for images lined side by side.
8034 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8036         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8037         parameter, since XEmacs doesn't accept t as a parameter.
8039 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8041         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8042         ids.
8043         (nnir-run-gmane): Simplify groupspec formatting.
8044         (nnir-request-expire-articles): New function.
8046 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8049         overflow, possibly.
8051         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8052         (shr-render-td): Handle td style="" better.
8053         (shr-tag-table): Use the color from the style sheet.
8054         (shr-render-td): Make sure we copy over all the overlays, too.
8056 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8058         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8059         (nnir-request-article): Improve article retrieval.
8061 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8063         * mm-util.el (mm-extra-numeric-entities): New variable.
8065         * mm-url.el (mm-url-decode-entities):
8066         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8068         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8070 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8072         * message.el: Use completion-at-point.
8073         (message-completion-function): New fun, extracted from message-tab.
8074         (message-mode): Use it for completion-at-point-functions.
8075         (message-tab): Use it and completion-at-point.
8077 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8079         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8080         character if a non-breakable character follows.
8082 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8085         any stream.
8087         * shr.el (shr-tag-font): Colorize the region.
8088         (shr-tag-body): Ditto.
8089         (shr-tag-font): Actually let the styles be inherited instead of
8090         overwriting them.
8091         (shr-tag-font): Get the background color right.
8092         (shr-tag-style): Ignore all <style> tags for the moment.
8094         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8095         a Message-ID to avoid having nnimap depend on gnus-sum.
8097         * shr.el (shr-descend): Only colorize something if we have a node that
8098         sets colors.
8100 2010-12-06  Julien Danjou  <julien@danjou.info>
8102         * shr.el (shr-render-td): Render td content with shr-descend, so style
8103         will be applied to <td> too.
8104         (shr-colorize-region): Colorize region even if we only have a background.
8105         (shr-tag-body): Fix color and background color inheritance.
8106         Do not recolorize after shr-generic.
8107         (shr-tag-font): Let shr-generic colorize via inheritance.
8109 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8111         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8113 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8115         * nnir.el (nnir-request-move-article): Remove obsolete code.
8117 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8119         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8121 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123         * gnus-sum.el (gnus-summary-respool-article): The completion function
8124         expects a list instead of an alist.
8126         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8127         string as the parameter.
8129         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8131         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8132         styles.
8133         (shr-colorize-region): New function.
8134         (shr-insert-background-overlay): Remove.
8135         (shr-render-td): Background setting should be taken care of on a higher
8136         level.
8137         (shr-tag-body): Use post-hoc colorizations.
8138         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8139         (shr-put-color-1): Don't overwrite old colors.
8140         (shr-colorize-region): When the background color isn't explicit, use
8141         a fixed background.
8143         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8144         nnmail variables.
8146 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8148         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8149         unless necessary.
8151 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8153         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8154         server.
8156 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8159         so that TAB works.
8161         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8162         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8164         * shr.el (shr-urlify): Show the URL before the title to avoid
8165         misleading URLs.
8167 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8169         * shr.el (shr-urlify): Display the title in <a> tags.
8171 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8173         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8175 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8177         * nnir.el: Rearrange code to allow macros to be autoloaded by
8178         gnus-sum.el.
8179         (nnir-retrieve-headers-override-function): Make this variable
8180         customizable.
8181         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8183         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8184         from nnir.el.
8186 2010-12-03  Julien Danjou  <julien@danjou.info>
8188         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8190 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8192         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8193         allow optional argument `environment'.
8195 2010-12-03  Glenn Morris  <rgm@gnu.org>
8197         * mm-extern.el (message-goto-body): Update declaration.
8199 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8201         * gnus-util.el (gnus-macroexpand-all): New function.
8203         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8204         instead of macroexpand-all that is unavailable in XEmacs.
8206 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8208         * nnir.el (nnir-summary-line-format): New variable.
8209         (nnir-mode): Use it.
8210         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8211         (nnir-article-ids): Reimplement as defsubst.
8212         (nnir-retrieve-headers): Don't mangle the subject header.
8213         (nnir-run-imap): Use 100 as RSV score.
8214         (nnir-run-find-grep): Fix for full server searching.
8215         (nnir-run-gmane): Better restriction to gmane groups.
8217         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8218         summary buffers.
8220 2010-12-02  Julien Danjou  <julien@danjou.info>
8222         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8224         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8226         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8227         support.
8229 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8231         * nnir.el: Update to handle the registry better.
8232         (autoload): Silence byte-compiler.
8233         (nnir-open-server): Add a hook for nnir groups.
8234         (nnir-request-move-article): Don't mangle the header.  Better to use
8235         formatting variables (which will be added in the future).
8236         (nnir-registry-action): Update the registry using the original article
8237         group name.
8238         (nnir-mode): Install nnir-specific hooks for updating the registry.
8240         * gnus-sum.el
8241         (gnus-article-original-subject, gnus-newsgroup-original-name):
8242         Remove obsolete variables.
8243         (gnus-summary-move-article): Remove use of obsolete variables.
8244         (gnus-summary-local-variables): Make move and delete hooks local to
8245         summary buffers.
8247 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249         * rtree.el: New file.
8251 2010-12-01  Julien Danjou  <julien@danjou.info>
8253         * message.el (message-user-organization): Do not use
8254         gnus-local-organization.
8256         * gnus.el: Remove gnus-local-organization.
8258         * gnus-msg.el: Remove nastygram thing.
8260 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8262         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8263         funcall.
8265 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8267         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8268         names.
8270         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8271         characters.
8273         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8274         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8275         Suggested by Štěpán Němec <stepnem@gmail.com>.
8276         (gnus-gravatar-transform-address): Use mail-extract-address-components
8277         that supports non-ASCII names rather than mail-header-parse-addresses.
8279 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281         * proto-stream.el (open-protocol-stream): All starttls connections are
8282         handled by the network handler.
8284 2010-11-30  Julien Danjou  <julien@danjou.info>
8286         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8287         (nnimap-open-connection-1): Fix PREAUTH.
8289         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8291 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8293         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8294         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8295         (shr-insert): Use them.
8296         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8298 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8300         * nnir.el (nnir-request-move-article): Bail out if original group
8301         doesn't support article moves.
8302         (nnir-get-active): Improve active list retrieval.
8304 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8308 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8310         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8311         seem to accept strings-with-numbers as port numbers.
8313 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8315         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8316         change the registry.
8318 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8320         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8321         delete-dups that is not available in XEmacs 21.4.
8323         * mm-util.el (mm-delete-duplicates): Add comment.
8325 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8327         * nnir.el (nnir-ignored-newsgroups): New variable.
8328         (nnir-get-active): Use it.
8330 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8332         * proto-stream.el (proto-stream-open-network): Add some comments.
8334         * nntp.el (nntp-open-connection): Provide a :success condition.
8336         * nnimap.el (nnimap-open-connection-1): Ditto.
8338         * proto-stream.el (proto-stream-open-network): See what the response to
8339         the STARTTLS command is.
8341         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8342         backwards compatibility).
8343         (nnimap-open-connection-1): Really respect nnimap-server-port.
8345         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8346         TLS upgrades we don't really care about the identity of the peer.
8347         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8348         that what we've checked for.
8349         (proto-stream-always-use-starttls): Only default to t if
8350         open-gnutls-stream exists.
8351         (proto-stream-open-network): If STARTTLS failed, then just open a
8352         normal connection.
8353         (proto-stream-open-network): Wait until the greeting before doing
8354         STARTTLS.
8356         * nntp.el (nntp-open-connection): Report what the connection error is.
8358         * proto-stream.el (open-protocol-stream): Rename from
8359         open-proto-stream.
8361 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363         * nnimap.el (nnimap-stream): Change default to `undecided'.
8364         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8365         first, and then network.
8366         (nnimap-open-connection-1): Respect nnimap-server-port.
8367         (nnimap-open-connection): Be more backwards-compatible.
8369         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8370         (proto-stream-open-starttls): De-duplicate the starttls code.
8371         (proto-stream-open-starttls): Folded back into the main function.
8372         (proto-stream-open-network): Fix typo in the gnutls path.
8373         (proto-stream-command): Refactor out.
8375         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8377         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8378         starttls.el STARTTLS.
8380         * color.el (color-lab->srgb): Fix function call name.
8382         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8383         if we're using tls.el.
8384         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8385         built in, then don't try to establish a STARTTLS connection.
8387         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8388         servers.
8390         * proto-stream.el (open-proto-stream): Use network, not stream.
8391         (open-proto-stream): Add a way to specify what the end of a command is.
8393         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8394         connections types.
8395         (nntp-open-network-stream): Remove.
8396         (nntp-open-ssl-stream): Remove.
8397         (nntp-open-tls-stream): Remove.
8398         (nntp-ssl-program): Remove.
8400         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8402 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8404         * nnir.el: Fix typos.
8405         (nnir-retrieve-headers-override-function): Rename variable to reflect
8406         new semantics.
8407         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8408         macros.
8409         (nnir-request-article, nnir-request-move-article): Use them.
8410         (nnir-categorize): New function.
8411         (nnir-run-query): Use it.
8412         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8413         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8414         sorted.
8415         (nnir-group-full-name): Use gnus-group-full-name instead.
8416         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8417         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8419 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8423         * proto-stream.el: New library to provide protocol-specific
8424         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8425         protocols.
8426         (open-proto-stream): Complete the documentation.
8427         (proto-stream-open-network): Fix some typos.
8429         * nnimap.el (nnimap-open-connection): Use it.
8431 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8433         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8434         negotiation.
8436 2010-11-26  Julien Danjou  <julien@danjou.info>
8438         * color.el: Rename various rgb functions to srgb.
8440 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8443         names.
8445 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8447         * shr.el (shr-insert): Revert last change.
8448         (shr-find-fill-point): Never leave point being at bol;
8449         relax the kinsoku limitation when rendering tables.
8451 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8454         results from -accept-article.
8456         * shr-color.el: Require cl when compiling.
8458         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8459         checkin.
8461         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8463         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8465         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8466         'add and 'delete to set backend marks.
8468         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8470         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8472         * nntp.el (nntp-request-set-mark): Use it.
8474         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8476         * nnml.el (nnml-request-set-mark): Ditto.
8478         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8479         introduces regressions in article selection.
8480         (nnimap-find-uid-response): New function.
8481         (nnimap-request-accept-article): Use the UID returned, if any.
8482         (nnimap-request-move-article): Use the UID returned, if any.
8483         (nnimap-get-groups): Reimplement to work with folded lines.
8484         (nnimap-find-uid-response): The UID is the last element in the list.
8485         (nnimap-request-set-mark): Extend syntax with 'set.
8487         * nnml.el (nnml-request-set-mark): Ditto.
8489         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8491         * nntp.el (nntp-request-set-mark): Ditto.
8493 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8495         * message.el (message-called-interactively-p): A temporary macro.
8496         (message-goto-body): Use it temporarily.
8498 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8501         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8502         (nnimap-last-response-string): Fix last unfolding fix.
8504 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8506         * shr.el (shr-insert): Fix the way to fold lines.
8508 2010-11-25  Julien Danjou  <julien@danjou.info>
8510         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8512         * color.el: Rename from color-lab.el
8513         (color-rgb->hex): Add.
8514         (color-complement): Add.
8515         (color-complement-hex): Add.
8517         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8519 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521         * shr-color.el (shr-color-visible): Don't bug out if the color names
8522         don't exist.
8524 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8526         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8527         assuming that article displaying or another mml-preview may be
8528         interrupted for an error or for the like.
8530         * shr.el (shr-get-background): Fix argument name.
8532 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8536         * gnus-sum.el (gnus-summary-include-articles): New function.
8538         * message.el (message-goto-body): called-interactively-p needs a
8539         parameter, so use `any'.
8541         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8542         clear marks before moving, since they're synced from the Gnus side
8543         first.
8545         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8546         (gnus-summary-move-article): Copy over all marks before moving, so that
8547         IMAP doesn't think a new article has arrived.
8549 2010-11-24  Julien Danjou  <julien@danjou.info>
8551         * shr.el (shr-insert-background-overlay): Fix typo.
8552         (shr-render-td): Copy the background before rendering.
8554         * shr-color.el (shr-color-visible): Fix docstring.
8556         * shr.el (shr-tag-table): Add bgcolor support.
8557         (shr-render-td): Add bgcolor support.
8558         (shr-get-background): Add.
8559         (shr-insert-foreground-overlay): Use shr-get-background.
8561         * message.el (message-goto-body): Use called-interactively-p.
8562         (message-in-body-p): message-goto-body returns point.
8564 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8566         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8567         Fixes something or other in Emacs 23, and is backwards compatible.
8569         * message.el (message-goto-body): Remove the <#secure special-casing,
8570         which is too special.
8572         * shr.el (shr-parse-style): Drop !important from styles.
8574 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8576         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8577         this function to return incorrect results when calling it with an
8578         explicit article argument different from
8579         (gnus-summary-article-number).
8581 2010-11-24  Julien Danjou  <julien@danjou.info>
8583         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8584         (shr-tag-body): Add background support.
8585         (shr-descend): Add background support.
8586         (shr-tag-title): Add.
8588         * shr-color.el (shr-color-visible): Really return original background
8589         if fixed.
8591 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593         * shr.el (shr-color-check): Protect against non-existent color names.
8595 2010-11-24  Julien Danjou  <julien@danjou.info>
8597         * color-lab.el: Require 'cl when compiling.
8599         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8601         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8602         matched part.
8604         * color-lab.el: Fix all expt calls to use float type.
8606 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8608         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8609         expression to shr-color-check as is.
8611         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8613         * color-lab.el: Add coding cookie.
8614         (float-pi): Use eval-and-compile.
8616         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8617         compiled for Emacsen having no `libxml-parse-html-region' support.
8619 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621         * shr.el (shr-insert-color-overlay): Split stuff like
8622         "#444444 !important" to find the real color.
8623         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8624         parse <font color="red"> entries.
8626 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8628         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8629         point when parsing headers.
8631         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8632         is positioned properly when parsing headers.
8634 2010-11-23  Julien Danjou  <julien@danjou.info>
8636         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8638         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8640         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8642         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8643         Use shr-color-hue-to-rgb.
8644         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8646 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648         * shr.el (shr-color->hexadecimal): Autoload.
8649         (shr-descend): Add color to all tags.
8651 2010-11-22  Julien Danjou  <julien@danjou.info>
8653         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8654         shr-color->hexadecimal.
8656         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8657         RGB() or HSL() color representation.
8659         * shr.el (shr-tag-font): Add.
8660         (shr-tag-color-check): New function to get better colors.
8661         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8662         tag-span.
8664         * shr-color.el: New file.
8666         * color-lab.el: New file.
8668         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8670 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8672         * nnir.el: Fix typo in comments.
8673         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8674         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8676 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8680         * nnimap.el (nnimap-get-capabilities): Refactor out.
8681         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8683 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8685         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8686         appearing when `mm-uu-hide-markers' is nil.
8688 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690         * nnimap.el (nnimap-unselect-group): Make into its own function.
8691         (nnimap-request-rename-group): Unselect group before renaming.
8692         This had gotten lost somewhere.
8693         (nnimap-request-accept-article): Keep track of examined groups, and
8694         unselect the group before APPENDing to read-only groups.
8695         (nnimap-request-move-article): Clear flags before moving so that they
8696         can be re-set later.
8698 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8700         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8701         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8703 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8705         * gnus-art.el (gnus-mime-display-single):
8706         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8707         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8708         parameter.
8710 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8713         (shr-table-vertical-line): New variable.
8714         (shr-insert-table): Use it.
8716 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8718         * gnus-html.el (gnus-html-wash-images): Don't display images if
8719         gnus-inhibit-images is non-nil; register displayer for cid images.
8720         (gnus-html-display-image): Work for cid image.
8721         (gnus-html-insert-image): Allow arguments.
8722         (gnus-html-put-image): Inhibit read-only.
8723         (gnus-html-prefetch-images): Don't prefetch images if
8724         gnus-inhibit-images is non-nil.
8726 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728         * shr.el (shr-put-image): Break lines when inserting big pictures.
8730 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8732         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8733         sender, thanks Katsumi Yamaoka.
8735 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8737         * nnir.el (nnir-run-imap): Reverse the article list for each group
8738         rather than the whole list.
8740 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8742         * shr.el (shr-image-displayer): Protect function against non-existent
8743         image source.
8745         * gnus-art.el (gnus-inhibit-images): New user option.
8746         (gnus-mime-display-single): Don't display image if it is non-nil.
8748         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8749         gnus-inhibit-images.
8751         * shr.el (shr-image-displayer): New function.
8752         (shr-tag-img): Use it.
8754 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8756         * mml2015.el (mml2015-epg-sign): Use From header.
8758 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8762         * gnus-util.el (gnus-find-text-property-region): Return markers.
8764         * shr.el (shr-tag-img): Put a displayer in the text property.
8766         * gnus-util.el (gnus-find-text-property-region): New utility function.
8768         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8769         (gnus-html-show-images): Remove.
8771         * gnus-art.el (gnus-article-show-images): New, more general function.
8773         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8774         image url text properties.
8776         * shr.el: Ditto.
8778         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8779         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8781 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8783         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8784         work for two or more articles.
8786 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8788         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8789         divide an image that's in an html article to two or more when washing
8790         non-ASCII characters in alt text of it.
8792 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8794         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8795         smime-decrypt-region using function argument.
8796         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8798         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8800         * smime.el (smime-decrypt-region): Catch it.
8802 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8804         * smime.el (smime-mode-map): Move initialization into declaration.
8805         (gnus-run-mode-hooks): Don't autoload.
8806         (smime-mode): Use define-derived-mode.
8808 2010-11-11  Glenn Morris  <rgm@gnu.org>
8810         * smime.el (from): Restrict declaration to XEmacs.
8812         * nnir.el (gnus-group-topic-name): Autoload.
8814 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * shr.el (shr-insert): Don't break long line if it is because of
8817         kinsoku-bol characters in the line end.
8819 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8821         * nnir.el (nnir-request-move-article): Fix to provide original group
8822         and subject.
8823         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8824         been retrieved.
8826         * gnus-sum.el (gnus-summary-move-article): Use original group and
8827         subject for virtual articles such as those in an nnir summary buffer.
8829 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8831         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8832         least 21.5).
8834         * smime.el (from): Declare it again for XEmacs.
8836 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8838         * message.el (message-resend): Don't disable encoding unless it's
8839         already encoded.
8841         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8842         low-numbered articles.
8844 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8846         * rfc2047.el (rfc2047-syntax-table): Simplify.
8848         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8850         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8851         set-char-table-range for XEmacs.
8853 2010-11-10  Glenn Morris  <rgm@gnu.org>
8855         * time-date.el (time-to-seconds): Always an alias on Emacs,
8856         never a real function.
8857         (with-no-warnings): Remove compat stub, now unused.
8858         (time-less-p): Doc fix.
8859         (time-to-number-of-days): Simplify.
8861         * smime.el (from): Remove unused declaration.
8863         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8864         (gnus-float-time): On Emacs, always an alias.
8866         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8867         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8869 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8871         * dgnushack.el: Don't use ignore-errors in the top level form since it
8872         is unavailable in XEmacs even if cl is loaded.
8874         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8876 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878         * shr.el (browse-url-mailto): Autoload.
8880         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8882         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8883         regexp doesn't need quoting.
8885 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8887         * message.el (message-subject-trailing-was-ask-regexp)
8888         (message-subject-trailing-was-regexp): Match was: in addition to was.
8890 2010-11-09  Glenn Morris  <rgm@gnu.org>
8892         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8893         (nnbabyl-check-mbox): Use point-at-bol.
8895 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8899         * message.el (message-mailto): New function.
8900         (message-mailto): Should accept other parameters.
8901         (message-mailto): Remove since it duplicates browse-url-mailto
8902         functionality.
8904 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8907         methods.
8908         (gnus-read-active-file): Ditto.
8910         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8911         ": " from the prompt.
8912         (gnus-group-make-group): Ditto.
8914 2010-11-07  Glenn Morris  <rgm@gnu.org>
8916         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8917         (gnus-bookmark-kill-line): Use point-at-eol.
8919 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8921         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8922         asterisks in From header.
8924 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8927         string to avoid making the From headers syntactically invalid.
8929         * message.el (message-send-mail): Don't insert courtesy messages if the
8930         message already has List-Post and List-ID messages.
8932 2010-11-06  Glenn Morris  <rgm@gnu.org>
8934         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8935         `condition', `type', `length' a prefix.
8936         (gnus-treat-predicate): Update for above name changes.
8938 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8940         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8941         binding.  Handled by `gnus-summary-refer-thread' instead.
8942         (nnir-warp-to-article): New backend function.
8944         * nnimap.el (nnimap-request-thread): Force dependency updating.
8946         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8947         (gnus-summary-refer-thread): Rework to improve thread-referral.
8949         * gnus-int.el (gnus-warp-to-article): New function.
8951         * gnus-sum.el (gnus-summary-article-map): Bind it.
8953 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8955         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8956         gnus-summary-refer-thread.
8958         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8959         headers.
8960         (gnus-summary-limit-include-thread): Prevent articles in thread from
8961         being cut in gnus-cut-threads.
8962         (gnus-summary-refer-thread): Limit retrieved headers to those in
8963         thread.
8965 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8967         * message.el (message-send-mail): Use the value of
8968         message-courtesy-message from the message buffer.
8970         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8972         * shr.el (shr-browse-url): Implement mailto: URLs.
8974         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8975         "raw".
8977         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8978         if it's already selected.
8980         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8982 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8984         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8985         to measure the length and truncate alt text.
8987 2010-11-03  Glenn Morris  <rgm@gnu.org>
8989         * nndiary.el (nndiary-generate-nov-databases-1)
8990         (nndiary-generate-active-info): Rename dynamic variable `files' to
8991         something less generic.
8993 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8995         * nnir.el (nnir-request-move-article): Call the underlying backend to
8996         move articles from nnir.
8998 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9002 2010-11-02  Julien Danjou  <julien@danjou.info>
9004         * nnir.el: Remove wais support.
9006 2010-11-02  Glenn Morris  <rgm@gnu.org>
9008         * gnus-html.el: Reorder requirements to quieten compiler.
9010 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9012         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9013         properly for XEmacs as well.
9014         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9015         (gnus-article-natural-long-line-p): Use window-width rather than
9016         frame-width.
9018 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9020         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9021         (nnir-read-parms): Don't modify query.
9022         (nnir-run-query): Add ability to search topic on current line.
9023         (nnir-get-active): Clean up.
9025 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9028         degenerate articles.
9030         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9031         (gnus-print-buffer): Just print the buffer as is, without any copying
9032         to a buffer and then re-highlighting.
9034         * nnimap.el (nnimap-request-group): Store the new updated info.
9035         (nnimap-request-group): Select the group when we don't know whether it
9036         exists or not.
9038         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9039         groups.
9041         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9042         groups.
9044         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9045         groups.
9047         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9048         long-lines case by only filling the long lines.
9050         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9051         (bug#7311).
9053 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9055         * shr.el: No need to declare `declare-function' since shr.el is for
9056         only Emacsen that provide `libxml-parse-html-region'.
9058         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9059         effective only in a file it is referred to.
9061 2010-11-01  Glenn Morris  <rgm@gnu.org>
9063         * mm-util.el (gnus-completing-read): Autoload.
9064         (mm-read-coding-system): Simplify Emacs definition.
9066         * nnmail.el (gnus-activate-group):
9067         * nnimap.el (gnutls-negotiate):
9068         * nntp.el (netrc-parse): Fix declarations.
9070 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9072         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9073         string-match-p in Emacs >=23.
9075         * gnus-msg.el (gnus-configure-posting-styles):
9076         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9078 2010-11-01  Glenn Morris  <rgm@gnu.org>
9080         * nnir.el (declare-function): Add compat stub.
9081         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9082         (nnir-run-gmane): Require 'mm-url.
9084         * mm-util.el (mm-string-to-multibyte): Simplify.
9086         * shr.el (declare-function): Add compat stub.
9087         (url-cache-create-filename): Declare.
9088         (mm-disable-multibyte, widget-convert-button): Autoload.
9090         * smime.el (ldap-search): Declare.
9091         (smime-cert-by-ldap-1): Require ldap on Emacs.
9093         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9094         (nnimap-keepalive): Use gnus-float-time.
9096         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9097         (mail-source-delete-crash-box): Use gnus-float-time.
9099         * gnus-dired.el (gnus-completing-read): Autoload.
9101         * mm-view.el (gnus-rescale-image): Autoload.
9103         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9105         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9107         * sieve-manage.el: Require 'cl when compiling.
9109         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9110         (gnus-iswitchb-completing-read): Require iswitchb.
9111         (gnus-select-frame-set-input-focus): Silence compiler.
9113 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115         * message.el (message-subject-trailing-was-query): Change default to t,
9116         since I think that's what most people want.
9118         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9119         appending for easier debugging.
9120         (nnimap-wait-for-connection): Take a regexp.
9121         (nnimap-request-accept-article): Wait for the continuation line before
9122         sending anything unless we're streaming.
9124         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9125         leave the header washing to take place.
9127 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9129         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9130         regular expression match and replace in posting styles.
9132 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9134         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9135         an entire server.
9136         (nnir-get-active): New function.
9137         (nnir-run-imap): Use it.
9138         (nnir-run-gmane): Who knew, gmane search returns an article score!
9140         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9141         server on the current line with nnir.
9143 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9146         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9147         left edge.
9148         (gnus-article-foldable-buffer): Skip past the prefix when determining
9149         raggedness.
9151         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9152         the raw article, and change `C-u g' to show the article without doing
9153         treatments.
9155         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9156         on to `gnus-treat-article'.
9157         (gnus-inhibit-article-treatments): New variable.
9159         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9161         * gnus-art.el (gnus-treatment-function-alist): Have
9162         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9163         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9164         sections.
9166         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9167         parameter.
9168         (gnus-article-fill-cited-long-lines): New function.
9169         (gnus-article-fill-cited-article): Allow filling only long sections.
9171         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9172         and non-punctuation (like after the apostrophe in "'We").
9174         * gnus-sum.el (gnus-summary-select-article): Make sure
9175         gnus-original-article-buffer is alive.
9177         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9178         reflect the order they're in in the digest.
9180         * gnus.el (gnus-group-startup-message): Move point to the start of the
9181         buffer.
9183         * nnimap.el (nnimap-capability): New function.
9184         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9185         is set.
9187 2010-10-31  David Engster  <dengste@eml.cc>
9189         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9190         conform with changes to gnus-completing-read.
9192 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9196 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9198         * nnir.el: Move defvar, defcustom around to keep file organized
9199         and keep byte-compiler quiet.
9200         (nnir-read-parms): Accept search-engine as arg.
9201         (nnir-run-query): Pass search-engine as arg.
9202         (nnir-search-engine): Remove.
9204 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206         * shr.el (shr-generic): The text nodes should be text, not :text.
9208         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9209         later in the file.
9211 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9213         * nnir.el: General clean up.  Allow searching with multiple engines.
9214         Allow separate extra-parameters for each engine.
9215         Batch queries when possible.
9216         (nnir-imap-default-search-key, nnir-method-default-engines):
9217         Add customize interface.
9218         (nnir-run-gmane): New engine.
9219         (nnir-engines): Use it.  Qualify all prompts with engine name.
9220         (nnir-search-engine): Remove global variable.
9221         (nnir-run-hyrex): Restore for now.
9222         (nnir-extra-parms, nnir-search-history): New variables.
9223         (gnus-group-make-nnir-group): Use them.
9224         (nnir-group-server): Remove in favor of gnus-group-server.
9225         (nnir-request-group): Avoid searching twice.
9226         (nnir-sort-groups-by-server): New function.
9228 2010-10-30  Julien Danjou  <julien@danjou.info>
9230         * gnus-group.el: Remove gnus-group-fetch-control.
9232         * gnus-start.el (gnus-find-new-newsgroups):
9233         Remove gnus-check-first-time-used.
9235         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9237 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9239         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9240         set on groups that don't have \* permanentflags.
9242 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9245         control the background color.
9246         (shr-tag-img): Ignore very small web bug type images.
9247         (shr-put-image): Add help-echo alt texts to the images.
9248         (shr-tag-video): Show the video poster image.
9250 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252         * shr.el (shr-table-depth): New variable.
9253         (shr-tag-table-1): Only insert the images after the top-level table.
9255         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9257         * gnus-util.el (gnus-list-memq-of-list): New function.
9259         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9260         selected.
9261         (nnimap-unsplittable-articles): New slot.
9262         (nnimap-new-articles): Use it.
9264 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9266         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9267         move to the previous line on `M-g'.
9269 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9272         *-request-group, which seems unnecessary.
9274         * nnimap.el (nnimap-quote-specials): Function copied over from
9275         imap.el.
9276         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9277         they support that.  Suggested by Tom Regner.
9279 2010-10-29  Julien Danjou  <julien@danjou.info>
9281         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9282         defalias.
9283         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9285         * gnus.el: Remove `gnus-nntp-service' variable.
9286         (gnus-secondary-servers): Make obsolete.
9287         (gnus-nntp-server): Make obsolete.
9289         * gnus-start.el (gnus-1): Remove x-splash calls.
9291         * gnus-ems.el (gnus-x-splash): Remove.
9293         * gnus.el (gnus-group-startup-message): Simplify/update code.
9295         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9296         definition.
9298         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9299         capability before doing anything.
9300         (gnus-group-insert-group-line): Remove useless
9301         gnus-group-remove-excess-properties.
9303 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9305         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9307 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9310         config after reselecting.
9312 2010-10-28  Julien Danjou  <julien@danjou.info>
9314         * shr.el (shr-put-image): Use point even if only inserting text.
9315         (shr-put-image): Save excursion when inserting alt text on non-graphic
9316         display, so the behavior is the same when we are on a graphic display.
9318         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9320 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9322         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9323         (gnus-mime-copy-part): Check coding system, not charset.
9324         (gnus-mime-view-part-externally): Never remove part.
9325         (gnus-mime-view-part-internally): Don't remove part here.
9326         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9327         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9328         multipart/alternative.
9330         * mm-decode.el (mm-display-part): Take optional arg `force'.
9332 2010-10-26  Julien Danjou  <julien@danjou.info>
9334         * gnus-group.el (gnus-group-default-list-level): Add this function to
9335         compute the default list level.
9336         (gnus-group-default-list-level): Add possibility to use a function.
9338 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9340         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9342         * gnus-group.el (gnus-group-completing-read)
9343         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9344         gnus-replace-in-string.
9346 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9348         * shr.el (shr-tag-div): Add.
9350         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9352 2010-10-25  Julien Danjou  <julien@danjou.info>
9354         * gnus-util.el: Remove `gnus-with-local-quit'.
9356         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9358 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9361         the original article buffer.
9363 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365         * nnimap.el (nnimap-request-head): New function.
9366         (nnimap-request-move-article): Try to be slightly faster by not
9367         requesting the entire message when moving.
9368         (nnimap-transform-headers): Don't bug out on bodiless articles.
9369         (nnimap-send-command): Have no outstanding messages if the IMAP server
9370         doesn't support streaming.
9371         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9373 2010-10-24  Julien Danjou  <julien@danjou.info>
9375         * message.el (message-default-headers): Fix type.
9377 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9380         prefetching images.
9382         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9383         backend for unknown groups.  This is mainly useful for nnimap groups.
9385         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9386         group isn't covered by the agent.
9388 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9390         * nnir.el (nnir-method-default-engines): New variable.
9391         (nnir-run-query): Use it.
9392         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9393         (gnus-summary-nnir-goto-thread): Change group if needed.
9395         * gnus-group.el (gnus-group-group-map): Add key binding for
9396         gnus-group-make-nnir-group.
9398 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400         * shr.el (shr-tag-object): Add.
9402         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9403         original article buffer live.
9404         (gnus-summary-select-article-buffer):
9405         Mention gnus-widen-article-buffer.
9407 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409         * shr.el (shr-tag-strong): Add.
9411 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9414         group names.  They mess up the group buffer badly.
9416         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9418         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9419         instead of the summary one.
9421 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9423         * mml.el (mml-preview): Work properly when editing article.
9425         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9426         gnus-have-read-active-file if it's already been in.
9428 2010-10-22  Tom Tromey  <tromey@redhat.com>
9430         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9431         gnus-group-completing-read.
9433 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435         * message.el (message-mode-map): Don't bind M-; to comment region, to
9436         allow the global comment-dwim to work.
9438 2010-10-21  Julien Danjou  <julien@danjou.info>
9440         * message.el (message-setup-1): Allow message-default-headers to be a
9441         function.
9443 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9445         * shr.el (shr-tag-table): Simplify.
9447 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9450         to avoid trying to snarf invalid stuff.
9452         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9454         * gnus.el (gnus-message-archive-group): Quote value.
9455         (gnus-message-archive-group): Mark as changed.
9457         * shr.el (shr-add-font): Don't put the font properties on the newline
9458         or the indentation.
9460         * message.el (message-fix-before-sending): Change options when sending
9461         non-printable characters.
9463         * gnus.el (gnus-message-archive-method): Change the default to
9464         monthly outgoing groups.
9466         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9467         that have gotten new numbers.
9469         * nnimap.el (nnimap-request-replace-article): New function.
9471 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9473         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9474         (nnrss-request-article): Don't use special html washing code.
9476 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9478         * shr.el (shr-tag-table): Remove useless nconc.
9480 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482         * gnus-art.el (article-wash-html): Simplify and remove the charset
9483         stuff.  Use the normal html rendering code instead of the special html
9484         washing code.
9486         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9487         `gnus-w3m' symbols.
9488         (mm-text-html-washer-alist): Remove.
9490         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9491         (mm-inline-media-tests): Remove use.
9492         (mm-text-html-renderer): Change default to the `shr' symbol.
9494         * mm-view.el (mm-inline-text-html): Remove use.
9496         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9497         `gnus-blocked-images' to be a function.
9498         (gnus-article-wash-function): Remove.
9500 2010-10-20  Julien Danjou  <julien@danjou.info>
9502         * spam.el (spam-list-of-processors): Mark as obsolete.
9504         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9505         (nnimap-insert-partial-structure): Fix boundary detection.
9507 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9509         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9510         run file-truename on remote files.  This can be expensive and even
9511         prevent one from editing drafts if some unrelated buffer has a stale
9512         connection.
9514 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9516         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9517         kinsoku-eol regardless of shr-kinsoku-shorten.
9518         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9519         (shr-tag-table): Support caption, thead, and tfoot.
9521 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9524         lines.
9525         (shr-save-contents): New command and keystroke.
9527         * nndoc.el (nndoc-type-alist): Add git support.
9528         (nndoc-git-type-p): New function.
9529         (nndoc-transform-git-article): Ditto.
9530         (nndoc-transform-git-headers): Ditto.
9531         (nndoc-transform-git-headers): Generate Subject headers.
9533         * shr.el (shr-parse-style): New function.
9534         (shr-tag-span): Ditto.
9536         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9537         to `G G' to avoid collisions.
9539 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9541         * shr.el: Load kinsoku if necessary.
9542         (shr-kinsoku-shorten): New internal variable.
9543         (shr-find-fill-point): Make kinsoku shorten text line if
9544         shr-kinsoku-shorten is bound to non-nil.
9545         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9546         shr-indentation too when testing if table is wider than frame width.
9547         (shr-insert-table): Use `string-width' instead of `length' to measure
9548         text width.
9549         (shr-insert-table-ruler): Make sure indentation is done at bol.
9551 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9553         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9554         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9555         undecoded network data.
9557 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9560         name in the mode line spec so that the mode line menu works
9561         (bug#2431).
9563         * message.el (message-get-reply-headers): If we're fed `to-address',
9564         then always use that.
9566         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9567         aren't so wide as to need to switch off the edit menu.
9569         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9570         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9572         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9573         `M-g'.
9574         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9575         the permanent marks.
9577 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9579         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9580         Splitting according to references/in-reply-to obeys the ignore-groups
9581         variable, while splitting by sender and subject do not.
9583 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9586         alist, so that we can look for non-Unicode chars.
9587         (article-translate-strings): Allow both character and string maps.
9589 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9591         * shr.el (shr-insert): Don't insert space behind a wide character
9592         categorized as kinsoku-bol, or between characters both categorized as
9593         nospace.
9595 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9597         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9598         headers to gnus-newsgroup-headers.
9600 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602         * shr.el (shr-tag-img): Don't align images -- since we're not
9603         rescaling, this often leads to ugly displays.
9605 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9607         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9608         duplicates.
9610 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9612         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9613         call.
9615 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617         * gnus.el: Autoload gnus-html-show-images.
9619         * nnimap.el: Use nnheader-message throughout.
9621         * shr.el (shr-tag-img): Ignore images with no data.
9623 2010-10-15  Julien Danjou  <julien@danjou.info>
9625         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9626         a possibility to disable format=flow encoding when using hard newlines.
9628 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9630         * shr.el (shr-insert): Remove space inserted before or after a
9631         breakable character or at the beginning or the end of a line.
9632         (shr-find-fill-point): Do kinsoku; find the second best point or give
9633         it up if there's no breakable point.
9635 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637         * nnimap.el (nnimap-open-connection): Message when opening connection
9638         for debugging purposes.
9640         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9641         on every setup buffer call to allow this to change from article to
9642         article.
9644         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9645         buffers where we have a wide table.
9647 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9649         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9650         uses *-request-thread.
9652 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9655         incantation, which is no longer valid.
9657 2010-10-14  Julien Danjou  <julien@danjou.info>
9659         * shr.el: Fix defcustom type (char -> character).
9661 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9664         programs.
9666 2010-10-14  Julien Danjou  <julien@danjou.info>
9668         * shr.el (shr-tag-a): Use url-link as widget type.
9670         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9671         `gnus-group-get-icon'.
9673 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9676         This should make server editing work better.
9678         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9680         * tls.el (tls-program): Remove spurious %s from openssl.
9682         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9683         (nnimap-parse-flags): Fix regexp.
9685         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9686         probably work for CJVK text, too.
9688         * nnimap.el (nnimap-extend-tls-programs): Remove.
9689         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9691         * tls.el (tls-starttls-switches): Remove starttls hack.
9692         (open-tls-stream): Ditto.
9693         (tls-find-starttls-argument): Ditto.
9695 2010-10-13  Julien Danjou  <julien@danjou.info>
9697         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9698         responses.
9700 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9702         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9704         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9705         anything in Emacs.
9707         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9709 2010-10-13  Julien Danjou  <julien@danjou.info>
9711         * shr.el (shr-width): Make shr-width a defcustom with default to
9712         fill-column.
9713         (shr-tag-img): Use shr-width rather than fill-column.
9715 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9717         * dgnushack.el (byte-optimize-apply):
9718         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9720         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9721         position when (X-)Faces exist.
9722         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9723         avatars when called interactively.
9725 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9727         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9728         gnus-article-x-face-too-ugly is bound.
9730 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9734         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9735         mailbox that doesn't exist.
9737 2010-10-12  Julien Danjou  <julien@danjou.info>
9739         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9740         (shr-get-image-data): Encode URL properly when fetching from cache.
9741         (shr-tag-img): Use aligned-to spaces to align correctly images.
9743         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9744         before inserting the Gravatar.
9746         * shr.el (shr-tag-img): Add align attribute support for <img>.
9748 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750         * gnus-gravatar.el (gnus-art): Require.
9752         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9753         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9754         Remove long obsoleted functions.
9756 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9758         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9760         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9762         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9763         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9764         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9765         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9766         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9767         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9768         * sieve-manage.el, smime.el, spam.el:
9769         Fix comment for declare-function.
9771 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773         * nnimap.el (nnimap-request-rename-group): Select group read-only
9774         before renaming it.
9776         * shr.el (shr-insert): Fix up the white space only regexp.
9778         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9779         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9781         * shr.el (shr-current-column): New function.
9782         (shr-find-fill-point): New function.
9784 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9786         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9787         numbers.
9789 2010-10-11  Julien Danjou  <julien@danjou.info>
9791         * shr.el (shr-hr-line): Add.
9792         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9793         display hr lines.
9794         (shr-max-columns): Do not change state to nil if we just inserting
9795         spaces.
9797 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9800         select the last group.
9802 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9804         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9806 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9808         * dig.el (dig-mode-map): Declare and define in one step.
9810 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9812         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9813         for Gnus.
9814         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9815         (nnimap-update-qresync-info): Mark \Seen articles as read.
9817         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9818         non-variable, too.
9820         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9821         available.
9822         (nnimap-update-info): Rely more on the current active than the param
9823         active to avoid marking articles as read too much.
9825         * auth-source.el (auth-source-create): Use (user-login-name) for the
9826         user name default.
9828         * nnimap.el (nnimap-update-info): If the server doesn't return any
9829         useful info, just use the previous info.
9830         (nnimap-update-info): Prefer old info over start-article.
9831         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9833 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9835         * nnir.el (autoload): Clean up autoloads.
9836         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9837         Use key rather than value.
9838         (nnir-imap-search-other): New variable.
9839         (nnir-read-parm): Use it.
9840         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9841         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9843 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9845         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9846         the process, too.
9848 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850         * spam.el (gnus-summary-mode-map): Bind to "$".
9851         Suggested by Russ Allbery.
9853         * shr.el: Rework the way things are indented by <li> slightly.
9855         * gnus.el (gnus-group-set-parameter): Fix typo.
9857         * nnimap.el: Start implementing QRESYNC support.
9859 2010-10-09  Julien Danjou  <julien@danjou.info>
9861         * nnir.el (nnir-engines): Fix too many arguments.
9863 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9866         group is the "last", so that the backends like nnfolder actually save
9867         their folders.
9869         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9870         try to use that for the tls stream.
9871         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9872         UIDVALIDITY and find out which groups are read-only and not.
9873         (nnimap-get-flags): Use the same marks parsing code as the rest of
9874         nnimap.
9876 2010-10-09  Julien Danjou  <julien@danjou.info>
9878         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9880         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9881         retrieving gravatars.
9883         * shr.el (shr-table-corner): Add.
9884         (shr-table-line): Add.
9885         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9887 2010-10-08  Julien Danjou  <julien@danjou.info>
9889         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9891 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9893         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9895         * gnus-sum.el (gnus-mark-article-as-unread)
9896         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9897         (gnus-summary-set-bookmark): Use it.
9899         * gnus-msg.el (gnus-setup-message): Use it.
9901         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9903         * gnus.el (gnus-group-remove-parameter): Use it.
9905         * gnus-group.el (gnus-group-make-web-group): Use it.
9907         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9909         * nnregistry.el: Update docs to mention manual.
9911         * gnus-registry.el: Update docs to mention nnregistry.el.
9912         (gnus-registry-initialize): Don't install nnregistry refer method
9913         automatically.
9914         (gnus-registry-install-nnregistry): Remove it.
9916 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9918         * shr.el (shr-insert): Don't insert double spaces.
9920 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9922         * gnus-gravatar.el (gnus-treat-from-gravatar)
9923         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9924         called interactively.
9926         * gnus-art.el (gnus-mime-view-part-externally)
9927         (gnus-mime-view-part-internally): Make predicate function passed to
9928         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9929         of a mime type.
9931         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9933 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935         * shr.el (require): Require cl when compiling.
9936         (shr-tag-hr): New function.
9938         * nnimap.el (nnimap-update-info): Remove double setting of high.
9939         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9940         This makes nnimap work properly on Courier again.
9942         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9943         the variable for backwards compatibility.
9945         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9946         the file name before using to avoid setting mm-default-directory to
9947         nil.
9949         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9950         bidning gnus-agent variables.
9952         * shr.el (shr-render-td): Use a cache for the table rendering function
9953         to avoid getting an exponential rendering behavior in nested tables.
9954         (shr-insert): Rework the line-breaking algorithm.
9955         (shr-insert): Don't leave trailing spaces.
9956         (shr-insert-table): Also insert empty TDs.
9957         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9959 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9961         * gnus-sum.el (gnus-number): Rename from `number'.
9962         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9963         (gnus-summary-limit-children): Update uses correspondingly.
9965 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9967         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9968         (gnus-gravatar-transform-address): Don't show avatars of people of
9969         which mail addresses match gnus-gravatar-too-ugly.
9971 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973         * shr.el (shr-table-widths): Expand TD elements to fill available
9974         space.
9976 2010-10-07  Julien Danjou  <julien@danjou.info>
9978         * nnimap.el (nnimap-request-rename-group): Add this method.
9980 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9982         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9983         name from XEmacs' function-arglist.
9985         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9986         gravatar under XEmacs.
9988 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9990         * auth-source.el: Update docs with TODO items.
9992         * gnus-sync.el: Update docs to explain state and plans.
9994         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9995         Hooks for mark updates.
9996         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9998         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9999         hooks with arguments, which is needed for mark update hooks.
10001 2010-10-06  Julien Danjou  <julien@danjou.info>
10003         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10004         was matched.
10006         * sieve-manage.el: Update example in `Commentary'.
10008         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10010         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10011         not 2000.
10012         (sieve-manage-authenticate): Re-add function.
10014 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016         * shr.el (shr-insert): Get 'space transition right.
10017         (shr-render-td): Only delete space at the end of the TD.
10019         * nnimap.el (nnimap-open-connection): Prepare to support
10020         open-gnutls-stream.
10022         * shr.el: Rearrange function order to be more logical.
10024 2010-10-06  Julien Danjou  <julien@danjou.info>
10026         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10027         (nnrss-discover-feed): Remove 404 URL in docstring.
10029         * nnir.el: Fix Swish-E URL.
10030         Fix Namazu URL.
10032         * message.el (message-change-subject): Remove 404 URL in a comment.
10034 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10036         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10037         called interactively.
10039         * gnus-util.el (gnus-remove-if): Allow hash table.
10040         (gnus-remove-if-not): New function.
10042         * gnus-art.el (gnus-mime-view-part-as-type):
10043         * gnus-score.el (gnus-summary-score-effect):
10044         * gnus-sum.el (gnus-read-move-group-name):
10045         Replace remove-if-not with gnus-remove-if-not.
10047         * gnus-group.el (gnus-group-completing-read):
10048         Regard collection as a hash table if it is not a list.
10050 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10054         * shr.el: Document the table-rendering algorithm.
10056 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10058         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10059         for Emacsen having no `libxml-parse-html-region' support.
10061 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10064         invalid URLs.
10066         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10067         line-broken.
10068         (shr-tag-img): Ignore image fetching errors.
10069         (shr-overlays-in-region): Compute overlay positions correctly.
10071         * mm-decode.el (mm-shr): Require shr.
10073         * gnus-art.el (gnus-blocked-images): Move variable here.
10075         * shr.el (shr-insert-table): Bind free variable.
10077         * mm-decode.el (mm-shr): Bind shr-content-function.
10079         * shr.el (shr-content-function): New variable.
10081         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10082         added for symmetry.
10084         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10086         * gnus-group.el (gnus-group-make-group): Doc fix.
10088         * nnimap.el (nnimap-request-newgroups): Return success.
10090         * shr.el (shr-find-elements): New function.
10091         (shr-tag-table): Put all the images after the table.
10092         (shr-tag-table): Really inhibit images inside the table.
10093         (shr-collect-overlays): Copy over overlays from the TD elements to the
10094         main document.
10096         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10097         gnus-blocked-images.
10099 2010-10-05  Julien Danjou  <julien@danjou.info>
10101         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10103         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10104         (gnus-html-maximum-image-size): Add this function.
10105         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10107         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10108         server-value of the capability is nil.
10110 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112         * shr.el (shr-tag-em): Add <EM> tag.
10114 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10116         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10117         customizable.
10119         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10120         handing broken links to browse-url.
10122 2010-10-05  Julien Danjou  <julien@danjou.info>
10124         * gnus-util.el (gnus-emacs-completing-read)
10125         (gnus-iswitchb-completing-read): Use autoload rather than require.
10127 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10129         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10130         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10131         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10132         iswitchb-temp-buflist for XEmacs.
10134         * gnus-util.el (gnus-completing-read-function): Exclude
10135         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10136         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10137         XEmacs.
10139         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10140         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10142         * gnus-html.el: Don't require help-fns under XEmacs.
10143         (gnus-html-schedule-image-fetching): Work for XEmacs.
10145         * mm-decode.el (mm-shr): Decode contents by charset.
10147 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10149         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10150         unknown.
10152         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10153         (shr-get-image-data): Ensure against the cache file missing.
10155         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10156         for data.
10158         * spam-report.el (spam-report-url-ping-plain): Don't query about
10159         killing the process.
10161         * shr.el (shr-render-td): Protect against too-wide text.
10163 2010-10-04  Julien Danjou  <julien@danjou.info>
10165         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10166         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10168         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10169         retrieved.
10171 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10173         * shr.el (browse-url): Require.
10174         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10175         lines.
10176         (shr-show-alt-text, shr-browse-image): New commands.
10177         (shr-browse-url, shr-copy-url): New commands.
10179         * gnus-sum.el (gnus-widen-article-window): New variable.
10180         (gnus-summary-select-article-buffer): Use it.
10182         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10183         without @ signs.
10185 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10187         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10189 2010-10-04  Julien Danjou  <julien@danjou.info>
10191         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10192         for XEmacs.
10194 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10196         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10198         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10199         (nnimap-close-server): Implement.
10201         * dgnushack.el (iswitchb): Require to shut up the compiler.
10203         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10204         (shr-insert): Tweak line breaking.
10205         (shr-insert): Handle <pre> better.
10206         (shr-tag-li): Get <li> indentation right.
10207         (shr-tag-li): Get <li> indentation even righter.
10208         (shr-tag-blockquote): Ensure paragraph start.
10209         (shr-make-table): Tweak table generation.
10210         (shr-make-table): Fix typo.
10212         * shr.el: Implement table rendering.
10214 2010-10-04  Julien Danjou  <julien@danjou.info>
10216         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10218 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10220         * shr.el (shr-insert): Use string anchors instead of line anchors.
10222 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10224         * shr.el: Add headings.
10225         (shr-ensure-paragraph): Actually work.
10226         (shr-tag-li): Make <ul> prettier.
10227         (shr-insert): Get white space at the beginning/end of elements right.
10228         (shr-tag-p): Collapse subsequent <p>s.
10229         (shr-ensure-paragraph): Don't insert double line feeds after blank
10230         lines.
10231         (shr-insert): \t is also space.
10232         (shr-tag-s): Fix "s" tag name function.
10233         (shr-tag-s): Fix face prop name.
10235 2010-10-03  Julien Danjou  <julien@danjou.info>
10237         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10239         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10240         gnus-window-inside-pixel-edges.
10242         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10243         gnus-ems.
10245         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10247         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10248         function.
10250         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10251         resize choice.
10253 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10255         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10256         beginning of the buffer.
10258         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10259         article buffer again.
10261         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10263         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10264         when it's at the start of the buffer.
10266         * shr.el (shr-tag-blockquote): Convert name.
10267         (shr-rescale-image): Use the right image-size variant.
10269         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10270         buffer isn't shown, then select the current article first instead of
10271         bugging out.
10272         (gnus-summary-select-article-buffer): Show both the article and summary
10273         buffers again.
10275         * shr.el (shr-fontize-cont): Protect against regions with no text.
10276         Rename tag functions to shr-tag-* for enhanced security.
10277         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10279 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10281         * shr.el (shr-insert):
10282         * pop3.el (pop3-movemail):
10283         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10284         loaded.
10286 2010-10-03  Glenn Morris  <rgm@gnu.org>
10288         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10290         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10292         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10294         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10296         * gnus-util.el (gnus-make-local-hook): Simplify.
10298 2010-10-02  Julien Danjou  <julien@danjou.info>
10300         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10301         (gnus-ido-completing-read): New function.
10302         (gnus-emacs-completing-read): New function.
10303         (gnus-completing-read): Use gnus-completing-read-function.
10304         Add gnus-completing-read-function.
10306 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10308         * shr.el (shr-insert-document): Autoload.
10309         (shr-img): Be silent.
10310         (shr-insert): Add a newline after every picture before text.
10311         (shr-add-font): Use overlays for combining faces.
10312         (shr-insert): Pass upwards the text start point.
10314         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10315         possible.
10316         (mm-shr): New function.
10318 2010-10-02  Julien Danjou  <julien@danjou.info>
10320         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10321         should go backward.
10323 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10325         * shr.el (shr): Fix typo in provide call.
10327 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329         * shr.el: New file.
10331         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10333         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10334         completing read.
10336 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10338         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10339         we're being queried about.  Suggested by Dan Jacobson.
10341         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10342         Suggested by Jason Eisner.
10344         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10345         table, too.  Suggested by Stefan Wiens.
10346         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10347         the table unnecessary.  Suggested by Stefan Wiens.
10349         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10350         longer needed, and probably doesn't work either, as pointed out by
10351         Stefan Wiens.
10352         (gnus-summary-exit): Remove call to the clearing function.
10353         (gnus-summary-exit-no-update): Ditto.
10355         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10356         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10357         Reported by Stefan Monnier.
10358         (gnus-summary-save-in-rmail): Ditto.
10360         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10361         article buffer, instead of both the article buffer and the summary
10362         buffer.  Sort of suggested by Dan Jacobson.
10364         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10366         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10367         Suggested by Dan Jacobson.
10369         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10370         documentation clearer.
10372         * message.el (message-shorten-references): Comment on the number "21".
10373         Suggested by Stefan Monnier.
10375         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10376         Suggested by Dan Jacobson.
10378         * gnus.el (gnus-large-newsgroup):
10379         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10381         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10382         externalize attachments.  Bug reported by Steve Wen.
10384         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10385         really message anything to the user.
10387         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10388         directly.
10390         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10391         messages in empty groups.
10393 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10395         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10396         non-UIDNEXT group.
10398 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10401         not the value from the collection.
10403         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10404         values.  This sometimes happens on some groups that have no info.
10405         (nnimap-request-newgroups): New function.
10407 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10409         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10410         check into `gnus-registry-initialize'.
10411         (gnus-registry-initialize): Ditto.
10412         Fix and extend header docs.
10414 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10417         regexp backtrace overflows.
10419         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10420         for starttls that tls.el implements; i.e. openssl.
10422         * tls.el (tls-starttls-switches): Give up on using starttls with
10423         gnutls-cli.
10424         (tls-program): Add --insecure to be consistent with the defaults from
10425         openssl s_client.  Now all three commands are insecure.
10427 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10429         * lpath.el: Bind completion-styles-alist for XEmacs.
10431         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10432         (gravatar-create-image): New function that's an alias to
10433         gnus-xmas-create-image, gnus-create-image, or create-image.
10434         (gravatar-data->image): Use it.
10436 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10438         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10439         install the nnregistry refer method.
10440         (gnus-registry-install-hooks): Use it.
10441         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10442         unfollowed groups.
10444 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10446         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10447         expanding threads.
10449 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451         * nnir.el: Use the server names without suffixes (bug#7009).
10453         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10454         unencrypted to STARTTLS, if possible.
10456 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10458         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10459         headers before superseding.
10461 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10463         * nnrss.el (nnrss-use-local): Add documentation.
10465         * nnimap.el (nnimap-extend-tls-programs): New function.
10466         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10467         (nnimap-wait-for-connection): Accept the greeting from the stupid
10468         output from openssl s_client -starttls, too.
10470         * tls.el (tls-starttls-switches): New variable.
10471         (tls-find-starttls-argument): Use it.
10472         (open-tls-stream): Ditto.
10474         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10475         (netrc-machine): Ditto.
10477         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10478         article number.
10479         (nnimap-split-fancy): New variable.
10480         (nnimap-split-incoming-mail): Use it.
10482         * nntp.el (nntp-server-list-active-group): Document.
10484         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10485         SELECT to get the message-id.
10487         * mail-source.el (mail-sources): Remove webmail support.
10488         (defvar): Ditto.
10489         (mail-source-fetcher-alist): Ditto.
10490         (mail-source-fetch-webmail): Remove.
10492         * webmail.el: Remove -- doesn't seem relevant any more.
10494         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10496         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10497         the \r.
10499 2010-09-30  Julien Danjou  <julien@danjou.info>
10501         * gnus-agent.el (gnus-agent-add-group): Fix call to
10502         gnus-completing-read.
10504 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10506         * nndoc.el (nndoc-retrieve-groups): New function.
10508         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10509         `default', use nnmail-split-methods.
10510         (nnimap-request-article): Downcase the NILs so that they are nil.
10512         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10513         symbol.
10515         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10516         code, since if the user has requested network, that's what they ought
10517         to get.
10518         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10519         (nnimap-split-rule): Mark as obsolete.
10521         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10522         New variable.
10524         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10525         correct slot, too.
10527 2010-09-29  Julien Danjou  <julien@danjou.info>
10529         * gnus.el (gnus-local-domain): Declare variable obsolete.
10531         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10532         Fix history computing.
10533         (gnus-ido-completing-read): Require ido.
10535 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10538         build Gnus.
10540         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10541         when interpreting the structures.
10542         (nnimap-request-accept-article): Add \r\n to the lines to make this
10543         work with Cyrus.
10545         * nndraft.el (nndraft-request-expire-articles): Use the group name
10546         instead if "nndraft".  Fix found by Nils Ackermann.
10548 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10550         * nnregistry.el: Add.
10552 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * nnmail.el (group, group-art-list, group-art):
10555         Remove unneeded directives.
10557 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10559         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10560         (mm-mime-charset):
10561         * rfc2047.el (rfc2047-syntax-table):
10562         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10564         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10565         rather than `insert-file-contents' and `eval-region'.
10567         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10568         construction.
10570         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10572         * time-date.el: No need to require cl for Emacs 21.
10574 2010-09-29  Julien Danjou  <julien@danjou.info>
10576         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10577         replacement of `gnus-gravatar-relief' to mimic
10578         `gnus-faces-properties-alist'.
10579         Add :version property.
10581 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10583         * mail-source.el (mail-source-report-new-mail):
10584         * message.el (message-default-mail-headers):
10585         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10587         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10589 2010-09-28  Julien Danjou  <julien@danjou.info>
10591         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10592         mail-address contains the same string as real-name.
10594         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10595         non-blank in header, otherwise it'll get stripped.
10597         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10598         real-name, and then for mail address rather than doing : or , search.
10600 2010-09-27  Julien Danjou  <julien@danjou.info>
10602         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10603         right completing-read function.
10604         (gnus-use-ido): New variable
10605         (gnus-completing-read-with-default): Remove.
10606         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10607         (gnus-agent-add-group):
10608         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10609         * mm-view.el (mm-view-pkcs7-decrypt):
10610         * mm-util.el (mm-codepage-setup):
10611         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10612         * mml-smime.el (mml-smime-openssl-sign-query):
10613         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10614         (mml-insert-multipart):
10615         * gnus-msg.el (gnus-summary-yank-message):
10616         * gnus-int.el (gnus-start-news-server):
10617         * mm-decode.el (mm-interactively-view-part):
10618         * gnus-dired.el (gnus-dired-attach):
10619         * gnus.el (gnus-read-method):
10620         * gnus-bookmark.el (gnus-bookmark-jump):
10621         * gnus-art.el (gnus-mime-view-part-as-type)
10622         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10623         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10624         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10625         * nnmairix.el (nnmairix-create-server-and-default-group)
10626         (nnmairix-update-groups, nnmairix-get-server)
10627         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10628         (nnmairix-get-group-from-file-path):
10629         * nnrss.el (nnrss-find-rss-via-syndic8):
10630         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10631         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10632         (gnus-group-browse-foreign-server):
10633         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10634         (gnus-summary-execute-command, gnus-summary-respool-article)
10635         (gnus-read-move-group-name):
10636         * gnus-score.el (gnus-summary-increase-score)
10637         (gnus-summary-score-effect):
10638         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10640 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10642         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10643         x-focus-frame.
10645         * nnimap.el (auth-source-forget-user-or-password)
10646         (auth-source-user-or-password): Autoload.
10648         * message.el (message-from-style, message-interactive)
10649         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10650         (message-yank-prefix, message-indentation-spaces, message-signature)
10651         (message-signature-file): Add comment.
10653 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10655         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10656         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10657         new articles.
10659         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10660         parts.
10661         (nnimap-request-article): Work with the t setting, too.
10663         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10664         that you don't get flashes of other buffers.
10665         (gnus-summary-show-complete-article): Intern before setting.
10667 2010-09-27  David Engster  <dengste@eml.cc>
10669         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10670         well as HEADERS.
10671         (nnmairix-retrieve-headers): Provide new argument for the above.
10673 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675         * gnus-sum.el (gnus-summary-move-article): Don't alter
10676         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10677         group.
10679         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10681         * message.el (message-cite-prefix-regexp): Revert my last edit.
10683         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10684         variable instead of the Gnus variable.
10686         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10688         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10690         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10691         since some servers don't like it.
10692         (nnimap-open-connection): Forget credentials if the server says the
10693         password was wrong.
10694         (nnimap-parse-line): Protect against invalid data.
10696         * gnus-sum.el (gnus-summary-move-article): Add comment.
10697         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10698         nothing alters it while scanning for new messages.
10700         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10701         which may or may not help.
10702         (nnimap-open-connection): If we're doing a stream connection, and then
10703         discover we're on a STARTTLS-capable server, then open a STARTTLS
10704         connection instead.
10706 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708         * nnimap.el (utf7): Require.
10710         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10711         prefix.
10713 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10715         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10717 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719         * nnimap.el (nnimap-request-accept-article): Message the error on
10720         error.
10722 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10724         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10726 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728         * nndoc.el (nndoc-request-list): Return success always.
10730         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10731         `fetch-old' -- we only want to fetch the articles we've requested.
10732         The rest are in the agent, probably.
10733         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10734         disappeared server" to something low.  It's not important.
10736         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10737         arrived before the FETCH data.
10739         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10740         target here, because we don't know the Gnus name of the group.
10742         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10743         for the correct group.
10745         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10747         * gnus.el (gnus): Give a final warning after startup.
10749         * gnus-util.el (gnus-action-message-log): New variable.
10750         (gnus-message): Use it.
10751         (gnus-final-warning): New function.
10753         * nnimap.el (nnimap-open-connection): Record the greeting.
10754         (nnimap): Add greeting.
10756 2010-09-26  Julien Danjou  <julien@danjou.info>
10758         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10759         arguments.
10760         (gnus-html-wash-images): Fix spec computing to include start/end.
10762         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10764 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10767         deletion.
10768         (nnimap-retrieve-headers): Don't select the group, because that's
10769         already done by nnimap-possibly-change-group.
10771         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10772         (gnus-picon-transform-address): Use it.
10774         * mail-source.el (mail-source-value): Revert previous patch.
10776         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10777         on failure.
10778         (nnimap-open-connection): Look up both virtual and physical server name
10779         credentials.
10781         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10783 2009-02-07  Dave Love  <fx@gnu.org>
10785         * tls.el (open-tls-stream): Don't query killing process.
10787 2009-02-08  Dave Love  <fx@gnu.org>
10789         * gnus-win.el (gnus-window-to-buffer-helper)
10790         (gnus-all-windows-visible-p): Function needn't be a symbol.
10792         * mail-source.el (mail-source-value): Function needn't be a symbol.
10794 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796         * message.el (message-cite-prefix-regexp): Remove } from the cite
10797         prefix.
10799         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10800         highlight again, so that the highlight is correct.
10802         * gnus-picon.el (gnus-picon): Remove again.
10803         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10805         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10806         doing the header highlightling, so that the background color of the
10807         picon is correct.
10809         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10810         (gnus-picon): Ditto.
10811         (gnus-picon): Reinstate.  The background color for picons is white.
10812         (gnus-picon-insert-glyph): Make the background white.
10814         * nnml.el (nnml-open-nov): Don't return dead buffers.
10816         * auth-source.el (auth-source-create): Query the user for whether to
10817         store the credentials.
10819         * netrc.el (netrc-store-data): New function.
10821         * auth-source.el (auth-source-user-or-password): Use the existing auth
10822         sources, if any, for creation.
10824         * gnus.el (gnus-group-fast-parameter): Return the last matching
10825         parameter instead of the first matching parameter.
10827 2010-09-26  Julien Danjou  <julien@danjou.info>
10829         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10831 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10833         * mml2015.el (mml2015-use): Remove gpg support.
10835         * mml1991.el (mml1991-function-alist): Remove gpg function.
10836         (mml1991-gpg-sign): Remove.
10838 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10840         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10841         (gnus-browse-unsubscribe-current-group): Document it.
10842         (gnus-browse-unsubscribe-group): Use it.
10844 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10847         address to the To list for easier response.
10849         * gnus.el (gnus-play-startup-jingle): Remove.
10850         (gnus-splash): Don't play jingle.
10851         (gnus): Silence gnus-load message.
10853         * gnus-art.el (gnus-treat-play-sounds): Remove.
10855         * gnus.el (gnus-play-jingle): Remove audio support.
10857         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10859         * earcon.el: Remove -- no users.
10861         * gnus-audio.el: Remove -- no users of this package.
10863         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10865         * gnus-start.el (gnus-setup-news): Remove nocem support.
10867         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10869         * gnus.el (gnus-use-nocem): Remove.
10871         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10872         Remove.
10874         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10875         uses NoCeM any more.
10877         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10878         (gnus-button-ctan-handler): Ditto.
10879         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10880         (gnus-button-ctan-directory-regexp): Ditto.
10881         (gnus-button-handle-ctan): Ditto.
10882         (gnus-button-tex-level): Ditto.
10883         (gnus-button-alist): Remove CTAN stuff.
10885 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10888         nnimap-streaming test.
10890         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10891         servers twice.
10893         * nnimap.el (nnimap-open-connection): Add more error reporting when
10894         nnimap fails early.
10896         * nnheader.el (nnheader-get-report-string): New function.
10897         (nnheader-get-report): Use it.
10899         * gnus-int.el (gnus-check-server): Say what the error was when opening
10900         failed.
10902         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10903         using streaming.
10905 2010-09-25  Julien Danjou  <julien@danjou.info>
10907         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10908         gnus-window-inside-pixel-edges.
10910 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10914         * mm-decode.el (mm-save-part): Allow saving to other directories the
10915         normal Emacs way.
10917         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10918         Suggested by Jay Berkenbilt.
10920         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10921         there isn't a single byte.
10923         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10924         just do it.  It doesn't really seem to matter what the user responds
10925         here, I think, so it's just a confusing question.
10927         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10928         non-streaming case.
10930         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10931         (gnus-article-encrypt-body): Use it.
10933         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10934         keystroke.
10936         * nnimap.el (nnimap-find-wanted-parts-1):
10937         Use gnus-fetch-partial-articles.
10939         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10941         * nnimap.el (nnimap-insert-partial-structure): New function.
10942         (nnimap-get-partial-article): New function.
10943         (nnimap-request-article): Use it.
10944         (nnimap-wait-for-response): Return whether the wait was successful.
10945         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10946         retrieval wasn't successful.
10947         (nnimap-retrieve-group-data-early): Allow throttling servers.
10948         (nnimap-streaming): New variable.
10949         (nnimap-fetch-partial-articles): Remove.
10951         * mm-decode.el (mm-with-part): Protect against killed buffers.
10953         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10954         for prettier summary display.
10956 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10958         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10960 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10962         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10963         apparently third-party libraries depend on it.
10965         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10966         before starting negotiation.
10968         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10969         privacy reasons.
10970         (gnus-treat-mail-gravatar): Ditto.
10972         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10973         buffer when inserting images.  Inserting text into the headers, for
10974         instance, can make them invalid.
10976 2010-09-25  Julien Danjou  <julien@danjou.info>
10978         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10979         variables.
10981         * nnheader.el: Remove useless variables news-reply-yank-from and
10982         news-reply-yank-message-id.
10984         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10985         variables.
10987         * mml1991.el: Remove useless mml1991-verbose.
10989         * gnus.el: Remove useless variable gnus-use-generic-from.
10990         Remove obsolete variable gnus-topic-indentation.
10992         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10994         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10996         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10998         * gnus-group.el: Remove useless gnus-group-icon-cache.
10999         Remove useless gnus-ephemeral-group-server.
11001         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11003         * mml2015.el: Remove useless mml2015-verbose.
11005         * mml-smime.el: Remove useless mml-smime-verbose.
11007         * gnus.el: Remove useless gnus-local-domain.
11009         * gnus-gravatar.el (gnus-gravatar-transform-address):
11010         Use gnus-gravatar-size.
11012         * gnus-art.el: Remove useless gnus-treat-translate.
11014 2010-09-24  Julien Danjou  <julien@danjou.info>
11016         * gnus-sum.el: Add support for Gravatars.
11018         * gnus-art.el: Add support for Gravatars.
11020         * gnus-gravatar.el: Add this file.
11022         * gravatar.el: Add this file.
11024 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11028         * gnus-group.el (gnus-group-fetch-faq): Remove.
11030         * gnus.el (gnus-group-faq-directory): Remove.
11032         * gnus-group.el (gnus-group-fetch-charter): Remove.
11034         * gnus.el (gnus-group-charter-alist): Remove.
11036         * gnus-group.el (gnus-group-archive-directory): Remove.
11037         (gnus-group-recent-archive-directory): Ditto.
11038         (gnus-group-make-archive-group): Remove.
11040         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11042         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11043         use the same article number for all the cached articles.
11045         * nnimap.el (nnimap-command): Register the last command time so
11046         that we can use it for idling NOOPs.
11047         (nnimap-open-connection): Start the keeplive timer.
11048         (nnimap-make-process-buffer): Store all the process buffers.
11049         (nnimap-keepalive): New function.
11051         * starttls.el (starttls-open-stream): Add autoload cookie.
11053 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11055         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11056         handling.
11058 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11061         its data structures.
11063         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11064         instead of the cl.el copy-list.
11065         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11066         equalp.
11068 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11070         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11071         and tool-bar-local-item-from-menu.
11073         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11074         mode-line-highlight face for Emacs.
11076         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11077         loading gnus-sum.elc; fix comment for canlock-verify.
11078         (gnus-article-jump-to-part): Use read-number.
11079         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11080         Remove Emacs pre-21 compatible code for help-echo.
11081         (gnus-article-next-page-1): No need to adjust the number of lines.
11082         (gnus-article-describe-bindings): Always use help-buffer.
11084         * gnus-audio.el (gnus-audio-inline-sound):
11085         * gnus-cus.el (gnus-custom-mode):
11086         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11088         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11090         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11091         compatible code.
11093 2010-09-24  Glenn Morris  <rgm@gnu.org>
11095         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11096         visiting the fcc file in rmail-mode.
11098         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11100 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11102         * nnir.el: Silence the byte compiler.
11104         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11105         alias to browse-url-url-encode-chars if any.
11106         (gnus-html-encode-url): Use it.
11108 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11110         * gnus-start.el (gnus-use-backend-marks): New variable.
11111         (gnus-get-unread-articles-in-group): Use it.
11113         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11114         makeover.
11116 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11118         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11120 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11122         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11123         Remove.
11124         (gnus-setup-news-hook):
11125         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11127         * gnus-int.el (gnus-request-update-info): Protect against backends not
11128         having the function.
11130         * nnimap.el (nnimap-stream): Mention starttls.
11131         (nnimap-open-connection): Add starttls support.
11133 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11135         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11137 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11139         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11140         BODYSTRUCTUREs.
11141         (nnimap-transform-headers): Unfold quoted {42} headers.
11143         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11144         the info.
11145         (gnus-get-unread-articles): Only call updatep on backends that support
11146         it.
11148         * nnweb.el (nnweb-request-update-info): NOOP.
11150         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11152         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11153         since it only deals with marks.
11155         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11156         gnus-request-marks, and make a new gnus-request-update-info.
11158         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11159         the active instead of the high number, which is usually too low.
11161 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11163         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11164         * encrypt.el: Remove.
11166 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11169         server in symbolic form.
11171         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11173 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11176         (nnimap-update-info): Fix up code slightly.
11178         * gnus-int.el (gnus-open-server): Add tracing for performance
11179         debugging.
11181         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11182         (gnus-group-insert-group-line): Pass the real group name so that it
11183         gets the right data.
11185         * gnus-start.el (gnus-get-unread-articles): Don't have
11186         `gnus-get-unread-articles-in-group' update info, since that can be
11187         really slow and doesn't seem to be needed?
11189 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11191         * time-date.el (date-to-time): Try using parse-time-string first before
11192         using the slower timezone-make-date-arpa-standard.
11194 2010-09-22  Julien Danjou  <julien@danjou.info>
11196         * gnus-group.el (gnus-group-insert-group-line):
11197         Call gnus-group-highlight-line.
11198         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11199         default hook list.
11200         (gnus-group-update-eval-form): Add new function.
11201         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11202         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11204 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11207         immediate, then expire all articles.
11208         (nnimap-update-info): Fix off-by-one errors.
11209         (nnimap-flags-to-marks): Would return no marks lists for group with no
11210         flags.  Instead return the other data.
11212 2010-09-22  Julien Danjou  <julien@danjou.info>
11214         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11215         Only return an icon.
11216         (gnus-group-insert-group-line): Compute icon to return.
11218         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11219         (gnus-html-image-fetched): Only cache if
11220         gnus-html-image-automatic-caching is set.
11221         (gnus-html-image-fetched): Check for errors.
11223 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11225         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11226         once per method on `g'.  This ensures that backends like nnfolder don't
11227         open all their folders.
11229         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11230         (nnimap-request-list): Nix out group in the correct buffer.
11231         (nnimap-parse-flags): Implement by using `read' instead of
11232         hand-parsing.
11233         (nnimap-flags-to-marks): Pass on permanent-flags.
11234         (nnimap-make-process-buffer): Record the server name.
11235         (nnimap-parse-flags): Fix typo.
11236         (nnimap-request-scan): Run split on the server in general, not just a
11237         single group.
11239         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11240         parameter, and propagate this downwards.
11242         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11243         since EXAMINE changes it on the server.
11245         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11246         this command might take a while.
11248 2010-09-22  Julien Danjou  <julien@danjou.info>
11250         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11251         harmful if you have 2 images side-by-side, they can't be properly
11252         update on text deletion.  Using text-property is safer here.
11253         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11254         data.
11256 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11258         * nnimap.el (nnimap-expunge-inbox): Remove.
11259         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11260         (nnimap-expunge): Flip default to t.
11262         * gnus.el (gnus-method-to-server): Don't push things to the cache
11263         unless it's unique.
11264         (gnus-server-to-method): Ditto.
11266 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11268         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11270 2010-09-22  Julien Danjou  <julien@danjou.info>
11272         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11273         get the start of data.
11274         (gnus-html-encode-url): Add this function to encode special chars in
11275         URL.
11276         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11277         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11279         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11280         default.
11281         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11283         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11284         images alt-text.
11285         (gnus-html-put-image): Put alt-text as help-echo.
11287 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11289         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11290         * mm-util.el (mm-decompress-buffer):
11291         * nnir.el (nnir-run-find-grep):
11292         * pop3.el (pop3-list): Use 3rd arg of split-string.
11294         * time-date.el (format-seconds): Comment fix.
11296         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11297         and byte-optimize-form-code-walker.
11298         (dgnushack-make-auto-load): Don't advise make-autoload.
11300         * lpath.el: Remove Emacs 21 stuff.
11302 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11305         outside the active range.  Suggested by Dan Christensen.
11307         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11308         slightly later to avoid double-getting it.
11310         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11311         previous patch.
11313         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11315 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11317         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11319 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11321         * gnus-int.el (gnus-open-server): Give a better error message in the
11322         "go offline" case.
11324         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11325         marks for nnimap, which is seldom the right thing to do.
11327         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11328         (gnus-same-method-different-name): New function.
11330         * nnimap.el (parse-time): Require.
11332         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11333         method in the presence of many similar methods.
11335         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11337         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11338         nnml-inhibit-expiry.
11340         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11341         find out whether methods are equal.
11343         * nnimap.el (nnimap-find-expired-articles): New function.
11344         (nnimap-process-expiry-targets): New function.
11345         (nnimap-request-move-article): Request the article before looking at
11346         what the Message-ID is.  Fix found by Andrew Cohen.
11347         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11349         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11350         for oldness in addition to being a predicate.
11352         * nnimap.el (nnimap-request-group): When we have zero articles, return
11353         the right data to Gnus.
11354         (nnimap-request-expire-articles): Only delete articles immediately if
11355         the target is 'delete.
11357         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11358         method, this would bug out.
11360         * gnus-group.el (gnus-group-expunge-group): Rename from
11361         gnus-group-nnimap-expunge, and implemented as a normal interface
11362         function.
11364         * gnus-int.el (gnus-request-expunge-group): New function.
11366         * nnimap.el (nnimap-request-create-group): Implement.
11367         (nnimap-request-expunge-group): New function.
11369 2010-09-21  Julien Danjou  <julien@danjou.info>
11371         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11372         (gnus-html-cache-expired): Add new function.
11373         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11374         wethever we should display image for fetch it.
11375         Compute alt-text earlier to pass it to the fetching function too.
11376         (gnus-html-schedule-image-fetching): Change function argument to only
11377         get one image at a time, not a list.
11378         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11379         cache.
11380         (gnus-html-get-image-data): New function to retrieve image data from
11381         cache.
11382         (gnus-html-put-image): Change buffer argument to use image data rather
11383         than file, and place image above region rather than inserting a new
11384         one.  Do not take alt-text as argument, since it's useless now: we place
11385         the image above alt-text.
11386         (gnus-html-prune-cache): Remove.
11387         (gnus-html-show-images): Start to fetch image when we find one, do not
11388         push into a temporary list.
11389         (gnus-html-prefetch-images): Only fetch image if they have expired.
11390         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11391         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11393 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11395         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11397 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11400         spec inser "*" if the group isn't active instead of 0.
11402         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11403         opening the server.
11404         (nnimap-request-delete-group): Implement group deletion.
11405         (nnimap-transform-headers): Return the size of the entire message in
11406         the Bytes header, not just the size of the first part.
11407         (nnimap-request-move-article): When moving an article from nnimap,
11408         request the article first so the accepting form has an article to
11409         accept.  Reported by Dan Christensen.
11410         (nnimap-command): Make sure that the error message doesn't error out.
11412 2010-09-20  David Edmondson  <dme@dme.org>
11414         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11415         we haven't requested anything.
11417 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11419         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11420         "".  Fix found by Andrew Cohen.
11422         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11423         instead of -encode-string.
11425 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11427         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11429         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11430         by mm-subst-char-in-string.
11432 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11434         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11435         waiting for the connection string.
11437         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11438         arriving.
11440         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11441         bogus characters.  This allows selecting certain Gmail groups.
11443         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11444         (nnimap-fetch-partial-articles): New variable.
11445         (nnimap-open-connection): When looking for credentials, also use the
11446         nnimap-server-port.
11447         (nnimap-request-article): Return the group/article number, so that Gnus
11448         `^' works as expected.
11449         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11451         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11452         comments.
11453         (gnus-methods-sloppily-equal): New function.
11454         (gnus): When using the development version of Gnus, load the gnus-load
11455         file.
11457         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11458         `gnus-open-server' on each method before trying to scan them etc.
11459         This ensures that all the backend parameters are set correctly.
11461         * nnimap.el (nnimap-authenticator): New variable.
11462         (nnimap-open-connection): Allow anonymous login.
11463         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11464         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11466         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11467         patch, found by Knut Anders Hatlen.
11469 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11471         * gnus-agent.el (gnus-agent-batch-confirmation)
11472         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11473         to gnus-message.
11474         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11475         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11476         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11477         * gnus-int.el (gnus-open-server): Likewise.
11478         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11479         (gnus-score-check-syntax): Likewise.
11480         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11481         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11482         Likewise.
11483         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11485 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11487         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11488         calling conventions so that prefetch doesn't bug out.
11490 2010-09-19  Julien Danjou  <julien@danjou.info>
11492         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11493         rather than `subst-char-in-region' in order to be able to replace ASCII
11494         char by UTF-8 ones.
11496         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11497         than curl.
11498         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11499         the right URL and ALT text on images.
11500         (gnus-html-wash-tags): Fix tag case.
11501         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11502         (gnus-article-html): Add -o display_ins_del=2 option.
11503         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11505 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11508         the extra mail headers, which sometimes seem to happen for unknown
11509         reasons.
11511         * mail-parse.el (mail-header-encode-parameter): Define as
11512         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11513         (or most, perhaps?) mail readers don't understand the latter, but do
11514         understand the former.
11516         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11517         to nil, so that no methods are automatically agentized.  I think this
11518         is probably what most users want.
11520         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11521         from url-retrieve, for instance about invalid URLs.
11523         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11524         groups that have no articles.
11525         (nnimap-request-article): Check that we really got an article when we
11526         requested one.
11528         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11529         doesn't exist.
11531         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11532         nntp buffer so the agent can save it.
11533         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11534         that CRLF doesn't get translated to \n.
11535         (nnimap-open-connection): Don't make 'shell commands only send \n.
11537 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11539         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11540         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11541         Update var name.
11542         (nnml-generate-nov-file): Use dolist.
11543         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11544         Use with-current-buffer.
11546 2010-09-18  Julien Danjou  <julien@danjou.info>
11548         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11549         parallel.
11551 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11554         the range update right.
11555         (nnimap-request-group): Don't make `M-g' bug out on group with no
11556         marks.
11557         (nnoo): Require, so that other packages can require nnimap.
11558         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11559         command we're looking for.  This helps when the server sends more
11560         responses after we've gotten everything we expected.
11561         (nnimap): Add a `newlinep' field to keep track of end-of-line
11562         conventions.
11563         Don't send CRLF to things that don't want it.
11564         (nnimap-request-accept-article): Ditto.
11566 2010-09-18  Julien Danjou  <julien@danjou.info>
11568         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11569         than curl to retrieve images.
11571 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11574         the marks.
11575         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11576         (nnimap-wait-for-connection): New function.
11577         (nnimap-open-connection): If we have PREAUTH, don't query for login
11578         credentials.
11579         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11580         when doing a partial update.
11582 2010-09-18  Julien Danjou  <julien@danjou.info>
11584         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11585         tags.
11587 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11589         * nnimap.el (nnimap-credentials): New function.
11590         (nnimap-open-connection): Use the new function to look for credentials
11591         also on the numeric equivalents of "imap" and "imaps".
11593         * gnus-start.el (gnus-activate-group): Send the info to
11594         gnus-request-group.
11596         * nnimap.el (nnimap-request-group): Have the "check" version of the
11597         function parse flags and update the info, so that a `M-g' get a total
11598         resync of all flags from the group.
11600         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11601         to allow backends to alter the info on group selection.  Also alter all
11602         the backend -request-group functions to take the parameter.
11604         * nnimap.el (nnimap-store-info): New function.
11605         (nnimap-update-info): Store the info for later usage.
11606         (nnimap-request-group): Use the stored info for the dont-check case, so
11607         that we don't retrieve all marks when we enter a group.
11609         * nnimap.el: Use deffoo instead of defun for interface functions.
11611         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11612         update the group info.  This makes the nndraft groups, for instance, go
11613         back to their old behavior.
11615         * gnus-sum.el (gnus-select-newsgroup): Indent.
11617         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11618         in.
11619         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11620         nothing.
11622         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11623         from methods that are denied.
11625         * gnus-int.el (gnus-method-denied-p): New function.
11627         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11628         store the password instead of netrc.
11629         (nnimap-open-connection): Don't error out when we can't make a
11630         connections.
11632         * auth-source.el (auth-source-create): In the password prompt, say what
11633         we're querying for.  Also prompt for user name if that hasn't been
11634         given.
11636         * nnimap.el (nnimap-with-process-buffer): Remove.
11638 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11640         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11641         method when we're reading from the agent.
11643         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11645         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11646         that's probably most useful for users.
11648         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11649         "failed" all the time.
11651         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11652         ...)) with (with-current-buffer ... ).
11654         * nntp.el (nntp-open-server): Return whether the open was successful or
11655         not.
11657         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11658         select an unread unseen article first.
11660         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11661         /etc/services, supply some sensible port defaults.
11663         * dgnushack.el: Define netrc-credentials.
11665 2010-09-17  Julien Danjou  <julien@danjou.info>
11667         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11669 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11671         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11672         doesn't have any parameters.
11674 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11677         only upcased checks.
11679         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11681         * nnimap.el (nnimap-open-shell-stream): New function.
11682         (nnimap-open-connection): Use it.
11683         (nnimap-transform-headers): Get the number of lines in each message.
11684         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11685         number of lines.
11686         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11687         problem.
11689         * utf7.el (utf7-encode): Autoload.
11691         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11692         to allow the mail splitting to not return a default group.  This is
11693         useful for nnimap, which will leave unmatched mail in the inbox.
11695         * nnimap.el: Rewritten.
11697         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11698         nnimap usage.
11700         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11701         if the move is internal, so that nnimap can do fast internal moves.
11703         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11704         data.
11705         (gnus-read-active-for-groups): Support finishing the early retrieval of
11706         data.
11708         * gnus-range.el (gnus-range-nconcat): New function.
11710         * gnus-int.el (gnus-finish-retrieve-group-infos)
11711         (gnus-retrieve-group-data-early): New functions.
11713 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11715         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11716         (nnrss-retrieve-groups):
11717         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11718         (pop3-quit): Use with-current-buffer.
11720 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11722         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11723         instead of nnheader-accept-process-output.
11725         * dgnushack.el (dgnushack-compile): Add comment.
11727         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11729         * gnus-html.el (gnus-html-schedule-image-fetching)
11730         (gnus-html-prefetch-images): Replace process-kill-without-query by
11731         gnus-set-process-query-on-exit-flag.
11733 2010-09-16  Romain Francoise  <romain@orebokech.com>
11735         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11737 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11739         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11740         parameter to unintern is mandatory-ish in Emacs 24.
11742         * gnus-html.el (gnus-html-schedule-image-fetching)
11743         (gnus-html-prefetch-images): Check for curl before using it.
11745         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11746         depend on curl, which isn't essential.
11748         * imap.el: Revert back to version
11749         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11750         seem problematic.
11752 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11754         * gnus-registry.el (gnus-registry-install-shortcuts):
11755         Explicitly pass `obarray' to `unintern' to avoid a warning.
11757 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11759         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11760         change.
11762         * nnrss.el (nnrss-request-list): Remove this function and related
11763         functions, including the moreover stuff.
11765 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767         * nnrss.el (nnrss-retrieve-groups): New function.
11769 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11771         * .dir-locals.el: Add no-byte-compile cookie.
11773 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11775         * time-date.el (format-seconds): Comment fix.
11777         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11778         for back end that doesn't support request-scan.
11780 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11783         then do request scans from the backends.
11785         * netrc.el (netrc-credentials): New conveniency function.
11787         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11788         avoid running a hook per line, since this takes a lot of time,
11789         profiling shows.
11790         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11791         directly if gnus-visual-p is true.
11793 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11795         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11796         groups; replace mapcar with dolist which is a bit faster; pass groups
11797         info to gnus-read-active-file-1.
11798         (gnus-read-active-file-1): Scan only specified groups if the new
11799         optional arg `infos' is given.
11801 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11803         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11805         * pop3.el (pop3-movemail): Remove.
11806         (pop3-streaming-movemail): Rename to pop3-movemail.
11808         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11809         don't restrict end-tag searches to the end of the line.
11811 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11813         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11814         articles of every unchecked group to t, which means unknown since the
11815         server has never been opened.
11817 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11819         * gnus-html.el (gnus-html-show-alt-text): New command.
11820         (gnus-html-browse-image): Ditto.
11821         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11822         to browse the image directly.
11823         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11824         better.
11826         * gnus-async.el (gnus-async-article-callback):
11827         Call `gnus-html-prefetch-images' unconditionally.
11829         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11830         before feeding URLs to curl.
11832 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11834         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11835         internal images as deletable by `W D D'.
11837         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11838         (gnus-async-article-callback): Fix typo.
11840 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11843         current line to work around bugs in the output from w3m.
11845         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11846         for groups that want that.
11848         * nntp.el (nntp-wait-for-string): Supply a timeout for
11849         accept-process-output to ensure progress.
11851         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11852         level to get unread articles from, then use that for foreign groups,
11853         too.
11855         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11856         confuses the rest of the function.
11858         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11859         for the methods that support -retrieve-groups, too.
11861         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11863 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11865         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11866         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11868         * pop3.el: Require cl when compiling.
11869         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11871 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11873         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11874         that aren't going to be activated.
11875         (gnus-get-unread-articles): Fix up the last commit.
11877         * gnus-html.el (gnus-article-html): Allow calling without specifying
11878         the handle.  In that case, dissect the buffer first.
11880         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11882         * nnimap.el (nnimap-open-connection): Revert the change that would look
11883         into authinfo for imaps instead of imap.
11885         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11886         say that you don't want to call gnus-request-group with don-check, but
11887         do check the reponse.  This is for virtual groups only.
11888         (gnus-get-unread-articles): Count the archive groups as secondary, so
11889         that they're activated the same way as before.
11891         * imap.el (imap-message-map): Removed optional buffer parameter, since
11892         no callers use it.
11893         (imap-message-get): Ditto.
11894         (imap-message-put): Ditto.
11895         (imap-mailbox-map): Ditto.
11896         (imap-mailbox-put): Ditto.
11897         (imap-mailbox-get): Ditto.
11898         (imap-mailbox-get): Revert last change for this function.
11900         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11901         case-insensitively.
11902         (nnimap-debug): Remove.
11904         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11905         callers to use `imap-fetch' instead.  According to the comments, this
11906         should be safe, since all other IMAP clients use the 1:* syntax.
11907         (imap-enable-exchange-bug-workaround): Remove.
11908         (imap-debug): Remove -- doesn't seem very useful.
11910         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11911         mail from a file, and the file doesn't exist.
11913         * imap.el (imap-log): New convenience function used throughout instead
11914         of repeating the same code all over the place.
11916         * pop3.el (pop3-streaming-movemail): Return t for success.
11918         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11919         .authinfo if we're using ssl connection.
11921         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11922         already have if we're in a main Gnus `g' run.
11924         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11926 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11928         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11930         * nnmh.el (nnmh-request-list-1): Bind `file'.
11932         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11933         alias to set-process-query-on-exit-flag or process-kill-without-query.
11934         (pop3-open-server): Use it.
11936 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11939         box to the Incoming file.  Fixes mistake in previous checkin.
11941         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11942         request loop (for debugging purposes) removed.
11944         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11945         culprit is more visible.
11946         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11947         (nnml-add-incremental-nov): New functions to do "incremental" nov
11948         updates, where we just append to the end of the existing nov files
11949         without reading/writing them in full.
11951         * mail-source.el (mail-source-delete-crash-box): Really only check the
11952         incoming files once in a while.
11954         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11956         * mail-source.el (mail-source-delete-crash-box): Only check the
11957         incoming files for deletion once per day to save a lot of file
11958         accesses.
11960         * pop3.el (pop3-logon): Fix up unbound variable typo.
11962         * mail-source.el (pop3-streaming-movemail): Autoload.
11964         * pop3.el (pop3-streaming-movemail):
11965         Respect pop3-leave-mail-on-server.
11967         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11968         retrieval.
11970         * pop3.el (pop3-process-filter): Remove unused function.
11971         (pop3-streaming-movemail, pop3-send-streaming-command)
11972         (pop3-wait-for-messages, pop3-write-to-file)
11973         (pop3-number-of-responses): New functions for streaming pop3
11974         retrieval.
11976         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11977         come from no known methods.
11978         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11979         list.
11981         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11982         message sizes.
11983         (pop3-movemail): Use erase-buffer instead of looping and deleting
11984         regions, which seems rather odd.
11986         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11987         file once per `g' run.
11989         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11990         directories.  This makes the draft queue directory work.
11992         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11993         data from the backends, so that we only request the list of groups from
11994         each method once.  This should speed things up considerably.
11996         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11997         detect that it's not implemented.
11999         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12000         we actually do recurse down into the tree, but don't stat all leaf
12001         nodes.
12003         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12004         then say so instead of bugging out.
12006         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12007         files exist before trying to read them.
12009         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12010         around <pre_int>.
12012         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12014         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12016 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12018         * mm-util.el (mm-image-load-path): Just return the image directories,
12019         not all directories in the path in addition to the image directories.
12020         (mm-image-load-path): Maintain a cache of the image directories so that
12021         the `g' command in Gnus doesn't have to stat dozens of directories each
12022         time.
12024         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12025         (gnus-html-wash-tags): Add a new `i' command to insert images.
12026         (gnus-html-insert-image): New command and keystroke.
12027         (gnus-html-redisplay-with-images): New command and keystroke.
12028         (gnus-html-show-images): Rename command.
12029         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12030         spacers.
12031         (gnus-html-wash-tags): Decode entities at the end, so that entities
12032         inside the tags don't mess up the rest of the "parsing".
12034         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12035         so that nnimap methods aren't agentized by default.  There's apparently
12036         many problems related to agent/imap behavior.
12038         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12040         * gnus-html.el: Doc fix.
12042 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12044         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12045         specifier-spec-list for Emacs 21.
12047         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12048         glyph-width and glyph-height instead of display-graphic-p and
12049         image-size; make avoidance of displaying small images work for XEmacs.
12051         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12052         for XEmacs.
12054         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12055         of symbol that holds plist data.
12056         (gnus-process-plist): Remove plist of process after getting it.
12058 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12060         * message.el (message-generate-hashcash): Change default to
12061         'opportunistic if hashcash is installed.
12063         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12064         (gnus-html-put-image): Only call image-size once, since it's somewhat
12065         time-consuming on remote X servers.
12067 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12069         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12070         type on data, not a file name.
12072         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12073         window-pixel-edges for Emacs 21.
12075         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12076         decoded contents.
12077         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12079 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12081         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12082         group line format, since it isn't very interesting.
12084         * gnus-agent.el (gnus-agent-short-article),
12085         (gnus-agent-long-article): Increase values for these two variables,
12086         since most people are likely to have more network connection and
12087         storage than before.
12089         * gnus.el (gnus-refer-article-method): Change default to 'current.
12090         When referring an article, the common behavior is to refer it from the
12091         current select method, not the native select method.  The chances of
12092         the native select method having the message in question is rather slim
12093         these days.
12095         * gnus-sum.el (gnus-auto-select-subject): Change default to
12096         `unseen-or-unread'.  I think it's likely that most people want to
12097         select an unseen article over a previously seen, but unread one.
12099         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12100         means that in the article buffer none of the minor mode elements will
12101         be shown, usually, and this is not desirable in most cases.
12103         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12104         that commands like `d' (and the like) go to the next line in the
12105         buffer, instead of the next unread article.  I think this is the
12106         behavior that is most natural for most users.
12107         (gnus-single-article-buffer): Change default to nil, so that people can
12108         have as many article buffers open as they have summary buffer.  I think
12109         this is the most natural way for the groups to behave.
12111         * message.el (message-generate-new-buffers): Change default to
12112         `unsent', so that all new message buffers start their names with the
12113         string "*unsent", and it's easier to find the buffers if you move from
12114         them.
12116 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12119         small.  They're probably tracking images.
12120         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12121         (gnus-html-rescale-image): Yet another try at getting the image sizing
12122         right.
12124         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12125         nntp-marks-file-name is nil.
12127 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12129         * gnus-html.el (gnus-html-wash-tags)
12130         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12131         Better logging.
12133 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12135         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12137         * gnus-html.el (gnus-html-wash-tags): Check the value of
12138         gnus-blocked-images in the summary buffer.
12140 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12142         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12144 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12147         like "a", it seems like.
12148         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12149         since it needs to be picked from the correct buffer.
12151         * nnwfm.el: Remove.
12153         * nnlistserv.el: Remove.
12155 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12157         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12158         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12160 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12162         * nnkiboze.el: Remove.
12164         * nndb.el: Remove.
12166         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12167         alt text.
12168         (gnus-html-rescale-image): Try to get the rescaling logic right for
12169         images that are just wide and not tall.
12171         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12172         overshadow variable bindings.
12174 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12176         * gnus-html.el (gnus-html-wash-tags)
12177         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12178         Add extra logging.
12180 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12182         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12183         (gnus-max-image-proportion): New variable.
12184         (gnus-html-rescale-image): New function.
12185         (gnus-html-put-image): Rescale images.
12187 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12189         Fix up some byte-compiler warnings.
12190         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12191         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12192         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12193         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12194         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12195         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12196         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12198 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12200         * gnus-html.el (gnus-article-html): Decode contents by charset.
12202 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12204         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12205         (gnus-html-frame-width, gnus-blocked-images):
12206         * message.el (message-prune-recipient-rules): Add custom version.
12207         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12209         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12210         functions.
12212         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12213         gnus-process-get.
12215 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12217         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12218         instead of lsub directly.
12220 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12222         * nnwarchive.el: Remove.
12224         * gnus-soup.el: Remove.
12226         * nnsoup.el: Remove.
12228         * nnultimate.el: Remove.
12230         * gnus-html.el (gnus-blocked-images): New variable.
12232         * message.el (message-prune-recipients): New function.
12233         (message-prune-recipient-rules): New variable.
12235         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12236         guess whether a long line is natural text or not.
12238         * gnus-html.el (gnus-html-schedule-image-fetching):
12239         Use gnus-process-plist and friends for compatibility.
12241 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12243         * gnus-html.el: Require packages that define macros used in this file.
12244         (gnus-article-mouse-face): Declare to silence byte-compiler.
12245         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12246         process-get.
12247         (gnus-html-put-image): Use plist-get to avoid getf.
12248         (gnus-html-prefetch-images): Use with-current-buffer.
12250 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12252         * gnus-ems.el: Provide compatibility functions for
12253         gnus-set-process-plist.
12255         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12256         header-line-format for XEmacs 21.4.
12258         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12259         * gnus.el (gnus-valid-select-methods):
12260         * message.el (message-send-mail-partially-limit):
12261         * mm-decode.el (mm-text-html-renderer):
12262         * mml.el (mml-insert-mime-headers-always):
12263         * smiley.el (smiley-regexp-alist): Bump custom version.
12265 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12267         * gnus-html.el: Require mm-url.
12268         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12269         with the url to `url'.
12270         (gnus-html-wash-tags): Support cid: URLs/images.
12272 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12275         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12276         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12278         * gnus-move.el: Remove file, since it doesn't really work.
12280         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12281         UTF-8.  This seems to fix problems with some German web feeds.
12283         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12284         at the top so that the proper colors are applied.
12286         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12287         don't have dots in their names.
12289         * gnus-art.el (gnus-article-view-part): Doc fix.
12291         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12292         XEmacs-compatible.
12293         (gnus-html-put-image): Don't do images on non-graphic displays.
12295         * nnslashdot.el: Remove this unused backend.
12297         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12298         actions.
12299         (gnus-undo-register-1): Revert last change.
12301         * gnus-group.el (gnus-group-completing-read): Protect against not
12302         having completion-styles bound.
12304         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12305         make broken recipients happier.
12307         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12309         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12310         point parameter.
12312         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12314         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12315         completion-styles for group selection.
12317 2009-02-04  Andreas Schwab  <schwab@suse.de>
12319         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12320         headers and regexp-quote the match if necessary.
12322 2009-03-24  Miles Bader  <miles@gnu.org>
12324         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12325         the blinking smiley.
12327 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12329         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12330         blink smiley.
12332 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12334         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12335         where the dribbel file lives exists.
12337         * message.el (message-send-mail-partially-limit): Change the default to
12338         nil, since most people don't want this.
12340         * mm-url.el (mm-url-decode-entities): Also decode entities like
12341         &#x3212.
12343 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12345         * gnus-sum.el (gnus-summary-idna-message):
12346         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12347         Hyperlink urls in docstrings with URL `...'.
12349 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12351         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12352         functions.
12354 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12356         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12357         say what the mouseover text should be.
12359         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12360         version of the mm-w3m-safe-url-regexp variable to only download images
12361         in the groups where we want that to happen.
12363         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12365         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12366         easier debugging.
12367         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12368         big pictures in the article buffer.
12370         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12371         gnus-article-html.
12372         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12373         w3m.
12375         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12377 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12379         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12380         which doesn't exist.
12382         * message.el (message-inhibit-ecomplete): New variable to allow some
12383         function to inhibit ecomplete address storage.
12384         (message-resend): Disable ecomplete message storage when resending
12385         messages.
12387         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12389 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12391         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12392         Save excursion while copying, moving, and deleting articles in order to
12393         prevent the cursor from jumping to unforeseen place.
12395 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12397         * lpath.el: No need to bind bookmark-current-buffer,
12398         bookmark-yank-point and bookmark-make-record-function.
12400 2010-08-17  Glenn Morris  <rgm@gnu.org>
12402         * gnus-sync.el: Require gnus components whose functions are used.
12404         * gnus-art.el (bookmark-make-record-function):
12405         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12406         Declare for compiler.
12408         * mm-url.el (mml-compute-boundary): Autoload.
12410 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12412         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12414 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12416         Typo fix "hoo4a" -> "hook".
12418         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12420 2010-08-14  Glenn Morris  <rgm@gnu.org>
12422         * gnus-sync.el (gnus-sync): Fix defgroup version.
12424 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12426         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12428         * gnus-sync.el: Fix docs.
12429         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12430         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12432 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12434         Optimizations for gnus-sync.el.
12436         * gnus-sync.el: Add docs about gnus-sync-backend
12437         possibilities.
12438         (gnus-sync-save): Remove unnecessary message.
12439         (gnus-sync-read): Optimize and show what groups were skipped.
12441 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12443         Minor bug fixes for gnus-sync.el.
12445         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12446         Don't read the sync on get-new-news.
12448         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12449         quiet.
12451         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12452         (fix typo).
12454 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12456         Make saving and restoring of hidden threads work with overlays.
12457         Patch applied by Ted Zlatanov.
12459         * gnus-sum.el (gnus-hidden-threads-configuration)
12460         (gnus-restore-hidden-threads-configuration): Update to deal with text
12461         properties, rather than searching for a magic character.
12463 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12465         New gnus-sync.el library for synchronization of marks.
12467         * gnus-sync.el: New library for synchronization of marks.
12469         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12470         renamed from `gnus-registry-grep-in-list'.
12472         * gnus-registry.el (gnus-registry-follow-group-p):
12473         Use `gnus-grep-in-list'.
12475         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12477 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12479         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12480         determining charset of text fails.
12482 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12484         * nnmail.el (nnmail-get-new-mail-1): Revert.
12486         * nnml.el (nnml-active-number): Make sure names of newly created groups
12487         in nnml-group-alist are encoded.
12489 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12491         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12492         containing non-ASCII characters in active file for nnml back end.
12494 2010-07-24  David Engster  <dengste@eml.cc>
12496         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12497         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12499 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12501         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12502         tag (Bug#6654).
12504 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12506         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12507         the article buffer, not the summary buffer.
12509 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12511         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12512         Emacs 23 as well.
12514 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12516         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12517         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12519 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12521         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12522         Patch applied by Karl Fogel.
12524         * gnus-sum.el (gnus-summary-bookmark-make-record):
12525         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12527 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12529         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12530         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12531         C-w still not working correctly from Article buffers; Thierry's
12532         patch to fix that will be applied after this.
12534         * gnus-art.el (bookmark-make-record-function): New local variable.
12536         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12537         article buffer.
12538         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12540 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12542         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12543         on changes in bookmark.el.
12545 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12547         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12548         `no-log' instead of message not to log prompt string.
12550 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12552         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12553         the *other* type of HTML form submission.
12555 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12557         * auth-source.el (auth-source-pick): If choice does not contain a
12558         questioned keyword, set the check to t.
12560 2010-06-12  Romain Francoise  <romain@orebokech.com>
12562         * gnus-util.el (gnus-date-get-time): Move up before first use.
12564 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12566         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12567         (gnus-article-edit-part): Bind it to make last part that is substituted
12568         or deleted visible.
12569         (gnus-mime-display-single): Buttonize part of which id equals to
12570         gnus-mime-buttonized-part-id.
12572 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12574         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12575         (gnus-dd-mmm): Use gnus-date-get-time.
12576         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12577         simplify logic.
12578         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12579         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12581 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12583         * auth-source.el (top): Autoload `secrets-list-collections',
12584         `secrets-create-item', `secrets-delete-item'.
12585         (auth-sources): Fix tag string.
12586         (auth-get-source, auth-source-retrieve, auth-source-create)
12587         (auth-source-delete): New defuns.
12588         (auth-source-pick): Rewrite in order to avoid 2 passes.
12589         (auth-source-forget-user-or-password): New parameter USERNAME.
12590         (auth-source-user-or-password): New parameters CREATE-MISSING and
12591         DELETE-EXISTING.  Retrieve password interactively, if needed.
12593 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12595         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12596         deleting unused directories when gnus-expert-user is t.
12598 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12600         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12601         for each temp file when gnus-article-browse-delete-temp is ask.
12603 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12605         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12606         Replace Lisp calls to delete-backward-char by calls to delete-char.
12608 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12610         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12612 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12614         * password-cache.el (password-cache-remove): Fix docstring.
12616 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12618         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12619         article unless decoding article to be saved.
12621 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12623         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12624         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12625         generated within the mm-with-unibyte-current-buffer macro.
12627 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12629         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12630         to nil when we're in a mml-preview buffer and no group is selected.
12632 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12634         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12635         when catching the `C-g'.  Reported by "Leo".
12637 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12639         * message.el (message-forward-make-body-plain)
12640         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12641         multibyte-string-p.
12643         * lpath.el: Revert.
12645 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12647         * message.el (message-forward-make-body-mml): Assume original message
12648         is multibyte string; error on unibyte.
12649         (message-forward-make-body-plain): Ditto; don't add excessive newline
12650         in body end.
12652         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12654 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12656         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12657         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12659 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12661         * mm-extern.el (mm-extern-url): Don't use
12662         mm-with-unibyte-current-buffer.
12663         (mm-extern-cache-contents): Use with-current-buffer instead of
12664         save-excursion + set-buffer.
12666 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12668         * mm-util.el (mm-emacs-mule): Remove.
12670 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12672         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12673         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12674         change.
12676 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12678         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12679         bind the default value of enable-multibyte-characters to nil.
12681 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12683         * message.el (message-forward-make-body-plain)
12684         (message-forward-make-body-mml):
12685         Don't use mm-with-unibyte-current-buffer.
12687 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12689         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12691 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12693         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12694         (Bug#5592).
12696 2010-05-07  Julien Danjou  <julien@danjou.info>
12698         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12699         it to mm-pipe-part.
12701         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12702         it is given.
12704 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12706         * binhex.el (binhex-decode-region-internal):
12707         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12708         (dns-query):
12709         * nnweb.el (nnweb-gmane-search):
12710         * pgg-parse.el (pgg-parse-armor):
12711         * pgg.el (pgg-verify-region):
12712         * sha1.el (sha1-string-external):
12713         * uudecode.el (uudecode-decode-region-internal):
12714         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12715         XEmacs.
12717         * gnus-art.el (gnus-article-browse-html-parts):
12718         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12719         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12720         make-temp-file.
12722         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12723         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12724         compiling.
12726         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12727         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12728         XEmacs when compiling.
12730         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12731         gnus-pick-mode-off-hook for XEmacs when compiling.
12732         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12733         gnus-binary-mode-off-hook for XEmacs when compiling.
12735         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12736         Return nil if char-charset is not available.
12738         * imap.el (imap-disable-multibyte)
12739         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12740         macros.
12742         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12743         instead of encode-coding-string.
12745         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12746         'xemacs) instead of mm-emacs-mule to switch function definitions.
12747         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12749         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12750         bind temporary-file-directory for XEmacs;
12751         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12752         timer-set-function for XEmacs 21.4 and SXEmacs;
12753         bind timer-list for XEmacs 21.4 and SXEmacs;
12754         fbind char-charset and find-charset-region for non-Mule XEmacs;
12755         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12756         encode-coding-region and encode-coding-string for XEmacs having no
12757         file-coding feature.
12759 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12761         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12763 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12765         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12766         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12768 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12770         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12771         alias `jka-compr-delete-temp-file' no longer exists.
12773 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12775         Use define-minor-mode in Gnus where applicable.
12776         * mml.el (mml-mode): Use define-minor-mode.
12777         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12778         (gnus-undo-mode): Use define-minor-mode.
12779         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12780         (gnus-dead-summary-mode): Use define-minor-mode.
12781         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12782         Initialize in declaration.
12783         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12784         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12785         (gnus-mailing-list-mode): Use define-minor-mode.
12786         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12787         (gnus-draft-mode): Use define-minor-mode.
12788         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12789         (gnus-dired-mode): Use define-minor-mode.
12791 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12793         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12794         handles on recursive mml-to-mime translation and check them for
12795         boundary delimiter collisions.  Reported by Greg Troxel.
12797 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12799         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12801 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12803         * mm-util.el (mm-find-buffer-file-coding-system):
12804         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12806 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12808         * message.el (message-generate-headers): Record insertion of optional
12809         headers as well.  Otherwise the check to prevent repeated insertion of
12810         optional headers is a no-op.
12812 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12814         * smime.el: Don't mention CVS.
12816         * nnrss.el (nnrss-fetch): Don't mention CVS.
12818         * nnir.el: Don't mention CVS.
12820 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12822         * gnus-sum.el (gnus-summary-bookmark-make-record):
12823         Add `location' field.
12825 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12827         * lpath.el: Fbind bookmark-default-handler,
12828         bookmark-get-bookmark-record, bookmark-make-record-default,
12829         bookmark-prop-get for Emacs <23 and XEmacs.
12831 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12833         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12834         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12835         Use with-current-buffer to silence the byte-compiler.
12836         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12837         bother to require `gnus'.
12838         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12840 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12842         * gnus-sum.el (gnus-summary-bookmark-make-record)
12843         (gnus-summary-bookmark-jump): New functions.
12844         (gnus-summary-mode): Setup bookmark support.
12846 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12848         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12849         if set.
12851 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12853         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12854         gnus-article-browse-html-save-cid-image; make it work recursively for
12855         forwarded messages as well.
12856         (gnus-article-browse-html-parts): Work when prefix arg is given.
12857         (gnus-article-browse-html-article): Doc fix.
12859 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12861         * message.el (message-default-mail-headers)
12862         (message-default-headers): Carry the value mail-default-headers over
12863         into message-default-mail-headers, rather than message-default-headers.
12865 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12867         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12868         charset.
12870         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12871         charset into the <meta> tag when the article is encoded to utf-8.
12873 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12875         * gnus-art.el (gnus-article-browse-delete-temp-files):
12876         Delete directories as well.
12877         (gnus-article-browse-html-parts): Work for images that do not specify
12878         file names; delete temp directory when quitting; insert header at the
12879         right place; use file: scheme for image files.
12881 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12883         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12884         (gnus-article-browse-html-parts): Use it to make temporary cid image
12885         files in addition to html file so that browser may display them.
12887 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12889         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12891 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12893         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12895 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12897         * auth-source.el (auth-sources): Change default to be simpler.
12898         Explain about Secret Service API sources.  Improve Customize options.
12899         (auth-source-pick): Change to accept any number of search parameters.
12900         Implement fallbacks iteratively, not recursively.  Add scoring on the
12901         second pass and sort by score.  Call Secret Service API when needed.
12902         (auth-source-user-or-password): Use it.  Call Secret Service API
12903         directly when needed to get the user name and the password.
12905 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12907         * message.el (message-interactive): Doc fix.
12908         (message-qmail-inject-args): Reflow.
12909         (message-kill-to-signature): Fix typo in docstring.
12911         * smiley.el (smiley-buffer): Fix typo in docstring.
12913 2010-03-24  Glenn Morris  <rgm@gnu.org>
12915         * mail-source.el (gnus-message): Declare.
12916         (mail-source-delete-old-incoming): Require gnus-util.
12918 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12920         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12922         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12924         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12925         password-cache's default if it is not bound.
12926         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12927         password-cache-expiry's default if it is not bound.
12929         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12930         available in Emacs 21.
12932         * lpath.el: Suppress compiler warnings for:
12933         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12934         XEmacs;
12935         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12936         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12937         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12939 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12941         * auth-source.el (auth-sources): Fix up definition so extra parameters
12942         are always inline.
12944 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12946         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12947         wasn't updated after mismatch.  Clear cached mailbox info correctly
12948         when uidvalidity changes.
12949         (nnimap-group-prefixed-name): New function to avoid some code
12950         duplication.
12951         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12952         (nnimap-request-group): Use it.
12953         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12954         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12955         with many imap folders.  This is done by caching the group status from
12956         the imap server persistently in a group parameter `imap-status'.  (This
12957         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12958         but not persistently, so every Gnus startup was still very slow.)
12960 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12962         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12963         delete the extra newline.  Otherwise editing of :string and :number
12964         types don't work.
12966 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12968         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12969         secrets.el dependency.
12970         (auth-sources): Add optional user name.  Add secrets.el configuration
12971         choice (unused right now).
12973 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12975         * gnus-sum.el (gnus-summary-make-menu-bar):
12976         Let `gnus-registry-install-shortcuts' fill in the functions.
12978         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12979         warnings.
12980         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12981         (gnus-registry-install-shortcuts): Populate and use it in a
12982         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12984 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12986         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12987         In-place substitutions for the group name encoding/decoding.
12988         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12989         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12990         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12991         (nnimap-update-unseen, nnimap-request-list)
12992         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12993         (nnimap-request-set-mark, nnimap-split-to-groups)
12994         (nnimap-split-articles, nnimap-request-newgroups)
12995         (nnimap-request-create-group, nnimap-request-accept-article)
12996         (nnimap-request-delete-group, nnimap-request-rename-group)
12997         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12998         `encoded-mbx' for consistency.
12999         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13000         variable `imap-current-mailbox'.
13002         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13003         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13005 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13007         * pop3.el (pop3-display-message-size-flag): Display message size byte
13008         counts during POP3 download.
13009         (pop3-movemail): Use it.
13010         (pop3-list): Implement listing of available messages.
13012 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13014         * nnir.el (nnir-get-article-nov-override-function): New function to
13015         override the normal NOV retrieval.
13016         (nnir-retrieve-headers): Use it.
13018 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13020         * auth-source.el (netrc-machine-user-or-password): Autoload.
13022 2010-03-19  Glenn Morris  <rgm@gnu.org>
13024         Stop message.el from loading about 40 libraries it doesn't always need.
13025         The general approach is to autoload rather than require, and to
13026         require in the specific functions rather than the file.  (Bug#5642)
13028         * gmm-utils.el: Don't require wid-edit.
13029         (widget-create-child-value, widget-convert, widget-default-get):
13030         Autoload.
13032         * gnus-util.el: Don't require time-date, netrc.
13033         (message-fetch-field, gnus-group-name-decode): Declare rather than
13034         autoloading.
13035         (gnus-fetch-field): Require message.
13036         (gnus-decode-newsgroups): Require gnus-group.
13038         * ietf-drums.el: Don't require time-date.
13040         * message.el: Don't require hashcash, canlock, ecomplete.
13041         Do require mail-utils.  Require nnheader only when compiling.
13042         (smtpmail-default-smtp-server): Remove declaration.
13043         (message-send-mail-function): Check smtpmail-default-smtp-server
13044         is bound rather than requiring smtpmail.
13045         (message-auto-save-directory, message-insert-signature):
13046         Use expand-file-name rather than nnheader-concat.
13047         (nnheader-insert-file-contents): Autoload.
13048         (hashcash-wait-async): Declare.
13049         (message-send-mail): Only call gnus-setup-posting-charset if
13050         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13051         (message-send-mail-with-sendmail): Require sendmail.
13052         (canlock-password, canlock-password-for-verify): Declare.
13053         (message-canlock-password): Require canlock.
13054         (nnheader-get-report): Autoload.
13055         (gnus-setup-posting-charset): Declare.
13056         (message-send-news): Require gnus-msg.
13057         (message-make-references, message-make-in-reply-to): Use mail-header-id
13058         rather than the alias mail-header-message-id.
13059         (ecomplete-add-item, ecomplete-save): Declare.
13060         (message-put-addresses-in-ecomplete): Require ecomplete.
13061         (ecomplete-display-matches): Autoload.
13063         * mm-decode.el: Don't require mailcap, gnus-util.
13064         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13065         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13066         Autoload.
13067         (mailcap-mime-extensions): Declare.
13069         * mm-encode.el: Don't require mailcap.
13070         (mailcap-extension-to-mime): Autoload.
13072         * mml-sec.el: Don't require password-cache.
13074         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13075         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13076         (mml-minibuffer-read-type): Require mailcap.
13077         (mml-preview): Require gnus-msg.
13079         * mml1991.el: Require password-cache.
13080         (password-cache-expiry): Remove declaration.
13082         * mml2015.el: Require password-cache.
13083         (password-cache-expiry): Remove declaration.
13085         * nneething.el (mailcap): Require mailcap.
13087         * nnheader.el (declare-function): Add compatibility stub.
13088         (message-remove-header): Declare rather than autoload.
13089         (nnheader-replace-header): Require message.
13091         * nnimap.el (declare-function): Add compatibility stub.
13092         (netrc-parse, netrc-machine-user-or-password): Declare.
13093         (nnimap-open-connection): Require netrc.
13095         * nntp.el (declare-function): Add compatibility stub.
13096         (netrc-parse, netrc-machine, netrc-get): Declare.
13097         (nntp-send-authinfo): Require netrc.
13099         * rfc2047.el: Don't require qp.
13100         (quoted-printable-encode-region, quoted-printable-decode-string):
13101         Autoload.
13103         * sieve-mode.el: Don't require easymenu.
13104         (easy-menu-add-item): Autoload it.
13106         * spam-stat.el (time-to-number-of-days): Autoload it.
13108 2010-03-19  Glenn Morris  <rgm@gnu.org>
13110         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13112 2010-03-18  Glenn Morris  <rgm@gnu.org>
13114         * hashcash.el (declare-function): Remove duplicate definition.
13116 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13118         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13119         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13120         value if any backslash escapes).
13122 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13124         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13125         if it is available.  (bug#5647)
13127         * lpath.el: Suppress compiler warning for coding-system-from-name for
13128         Emacs 21 and XEmacs.
13130 2010-03-14  Juri Linkov  <juri@jurta.org>
13132         * hmac-def.el:
13133         * hmac-md5.el:
13134         * netrc.el: Fix keywords.
13136 2010-02-26  Glenn Morris  <rgm@gnu.org>
13138         * message.el (message-send-mail-function): Change the default, so that
13139         it inherits from a customized send-mail-function.  (Bug#5643)
13141 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13143         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13144         shell-command-to-string signals an error (bug#5299).
13146 2010-02-24  Glenn Morris  <rgm@gnu.org>
13148         * message.el (message-smtpmail-send-it)
13149         (message-send-mail-with-mailclient): Doc fixes.
13151 2010-02-16  Glenn Morris  <rgm@gnu.org>
13153         * message.el (message-default-mail-headers): Change the default value
13154         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13156 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13158         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13159         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13161 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13163         * time-date.el (date-to-time): Doc fix (Bug#5408).
13165 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13167         * message.el (message-mail): Just pass yank-action on to message-setup.
13168         (message-setup): Handle (FUN . ARGS) form of yank-action.
13169         (message-with-reply-buffer, message-widen-reply)
13170         (message-yank-original): Handle non-buffer values of
13171         message-reply-buffer (Bug#4080).
13172         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13174 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13176         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13177         Fix typo in docstring.
13179 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13181         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13182         response.
13184 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13186         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13188         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13190         * message.el (message-check-news-header-syntax): Protect against a
13191         string that `rfc822-addresses' returns when parsing fails.
13193 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13195         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13196         (gnus-previous-char-property-change): New functions.
13198         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13200 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13202         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13203         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13205 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13207         * message.el (message-exchange-point-and-mark): Rework last change to
13208         avoid using optional arg of exchange-point-and-mark, for backward
13209         compatibility.
13211 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13213         * message.el (message-exchange-point-and-mark):
13214         Call exchange-point-and-mark with an argument rather than setting
13215         mark-active by hand (Bug#5175).
13217 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13219         * nntp.el (nntp-service-to-port): Work for service expressed with
13220         numeric string; replace [:digit:] with [0-9] for XEmacs.
13222 2009-12-17  Glenn Morris  <rgm@gnu.org>
13224         * gnus-group.el (gnus-bug-group-download-format-alist):
13225         Change emacs entry to debbugs.gnu.org.  Bump :version.
13227 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13229         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13231 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13233         * message.el (message-info): Explain why we use `Info-goto-node'.
13235 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13237         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13239 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13241         * message.el (message-completion-in-region): New compatibility function.
13242         (message-expand-group): Use it.
13244 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13246         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13247         with no unread article should be listed if the 2nd arg `predicate' is
13248         given.
13250 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13252         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13254 2009-11-29  Juri Linkov  <juri@jurta.org>
13256         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13257         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13258         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13260 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13262         * sha1.el (sha1-string-external): default-directory "/" in case
13263         otherwise non-existent.  process-connection-type pipe for touch of
13264         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13266 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13268         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13269         it's comms related and sgml-mode.el has "comm" on that basis too.
13271 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13273         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13274         containing tspecial characters if they have been already quoted.
13276 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13278         * dns-mode.el (auto-mode-alist): Purecopy string.
13280 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13282         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13284 2009-10-24  Glenn Morris  <rgm@gnu.org>
13286         * gnus-art.el (help-xref-stack-item): Define for compiler.
13288 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13290         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13292 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13294         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13296 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13298         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13299         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13301 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13303         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13304         (gnus-overlays-in): New alias to overlays-in.
13306         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13307         gnus-overlay-get, and gnus-delete-overlay.
13308         (gnus-summary-show-thread): Make it work as well for systems in which
13309         next-single-char-property-change is not available.
13310         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13312         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13313         (gnus-overlay-get): New alias to extent-property.
13314         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13316         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13317         SXEmacs.
13319         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13320         SXEmacs.
13322 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13324         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13326 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13328         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13329         and XEmacs that don't have `remove-overlays'.
13331 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13333         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13334         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13335         selective display.  Use overlays instead.
13337 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13339         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13341 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13343         * spam-stat.el (spam-stat-load): Fix typo in message.
13345 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13347         * dig.el (dig-invoke): Fix typo in docstring.
13348         (query-dig): Reflow docstring.
13350 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13352         * gnus-art.el (gnus-article-encrypt-body):
13353         * message.el (message-check-recipients):
13354         * mm-util.el (mm-codepage-setup):
13355         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13356         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13358 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13360         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13361         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13362         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13363         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13364         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13366 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13368         * dig.el: Add "Keywords: comm", as per net-utils.el.
13370 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13372         * dig.el (dig-mode): Use define-derived-mode.
13374 2009-09-19  Glenn Morris  <rgm@gnu.org>
13376         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13378 2009-09-18  Glenn Morris  <rgm@gnu.org>
13380         * gnus-diary.el (gnus-diary-check-message):
13381         * message.el (message-insert-formatted-citation-line):
13382         * nnbabyl.el (top-level):
13383         * nndiary.el (nndiary-schedule):
13384         Fix typos in condition-case handlers.
13386 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13388         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13389         configuration that provides the sole article window in a frame;
13390         position point correctly after deleting a part.
13392 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13394         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13395         (spam-resolve-registrations-routine): Use it to unregister articles
13396         that change status.
13398 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13400         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13401         with XEmacs.
13402         (parse-time-string-chars): Use it.
13404 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13406         * imap.el (imap-interactive-login): Better messages.
13407         (imap-open): Fix bug with renamed buffer on reconnect.
13408         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13409         for easier debugging and cleaner code.  On successful (guessed based on
13410         server capabilities) secondary authentication, set imap-state
13411         correctly.
13412         (imap-last-authenticator): Define imap-last-authenticator as a variable
13413         to avoid warnings.
13415 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13417         * nnrss.el (nnrss-request-article): Remove binding of
13418         default-enable-multibyte-characters that has gotten needless by
13419         the 2007-07-13 change in rfc2047-encode-message-header.
13421         * mml.el (mml-insert-multipart): Error on the message header.
13422         (mml-insert-part): Error on the message header; position point at
13423         the end of a MIME tag.
13425 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13427         * time-date.el (autoload): Expand define-obsolete-function-alias into
13428         defalias and make-obsolete for old Emacsen that Gnus supports.
13429         (with-no-warnings): Define it for old Emacsen.
13430         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13431         is available.
13432         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13433         float-time is available; suppress compile warning for time-to-seconds.
13435         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13436         (gnus-float-time): Alias to float-time if it exists.
13438         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13439         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13440         float-time is available; suppress compile warning for time-to-seconds.
13442         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13443         XEmacs.
13445 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13447         * imap.el (imap-message-map): Docstring fix.
13449 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13451         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13452         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13453         Add the optional argument `encoding' that overrides the default.
13455         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13456         mm-encode-buffer.
13458 2009-09-04  Glenn Morris  <rgm@gnu.org>
13460         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13461         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13462         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13463         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13464         * mm-util.el (mm-with-unibyte-current-buffer)
13465         (mm-find-buffer-file-coding-system):
13466         * yenc.el (yenc-decode-region): Use default-value rather than
13467         default-enable-multibyte-characters.
13469 2009-09-03  Glenn Morris  <rgm@gnu.org>
13471         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13472         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13473         than default-enable-multibyte-characters.
13475 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13477         * gnus-art.el (gnus-article-read-summary-keys):
13478         Fix gnus-buffer-configuration's value temporarily used.
13480 2009-09-02  Glenn Morris  <rgm@gnu.org>
13482         * gnus-util.el (gnus-float-time): New function.
13483         * gnus-delay.el (gnus-delay-article):
13484         * gnus-sum.el (gnus-thread-latest-date):
13485         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13486         * nnspool.el (nnspool-request-newgroups):
13487         Use gnus-float-time rather than time-to-seconds.
13488         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13490         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13491         (gnus-header-subject-face, gnus-header-newsgroups-face)
13492         (gnus-header-name-face, gnus-header-content-face):
13493         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13494         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13495         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13496         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13497         (gnus-cite-face-11):
13498         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13499         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13500         (gnus-server-closed-face, gnus-server-denied-face)
13501         (gnus-server-offline-face):
13502         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13503         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13504         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13505         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13506         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13507         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13508         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13509         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13510         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13511         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13512         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13513         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13514         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13515         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13516         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13517         (gnus-summary-high-undownloaded-face)
13518         (gnus-summary-low-undownloaded-face)
13519         (gnus-summary-normal-undownloaded-face)
13520         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13521         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13522         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13523         (gnus-splash-face):
13524         * message.el (message-header-to-face, message-header-cc-face)
13525         (message-header-subject-face, message-header-newsgroups-face)
13526         (message-header-other-face, message-header-name-face)
13527         (message-header-xheader-face, message-separator-face)
13528         (message-cited-text-face, message-mml-face):
13529         * sieve-mode.el (sieve-control-commands-face)
13530         (sieve-action-commands-face, sieve-test-commands-face)
13531         (sieve-tagged-arguments-face):
13532         * spam.el (spam-face):
13533         Mark face aliases with "-face" in the name as obsolete.
13535 2009-09-01  Glenn Morris  <rgm@gnu.org>
13537         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13538         than goto-line.
13540 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13542         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13543         Don't move point if the command is invoked inside the message header.
13545 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13547         * imap.el (imap-send-command): Simplify.
13548         (imap-wait-for-tag): point-max -> buffer-size.
13550 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13552         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13553         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13554         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13555         * nnir.el (nnir-swish-e-index-file):
13556         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13557         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13558         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13559         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13560         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13561         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13563 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13565         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13566         Don't save excursion.
13568 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13570         * nnheader.el (nnheader-find-file-noselect):
13571         * mm-util.el (mm-insert-file-contents):
13572         Use (default-value 'major-mode) instead of default-major-mode.
13574 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13576         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13578 2009-08-26  Glenn Morris  <rgm@gnu.org>
13580         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13581         than placing in files.el.
13583 2009-08-25  Glenn Morris  <rgm@gnu.org>
13585         * nnir.el (top-level): Don't require cl at run-time.
13586         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13587         Replace cl-function substitute with gnus-replace-in-string.
13588         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13589         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13590         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13591         simplified expansions.
13593 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13595         * dig.el (dig): Add autoload cookie.
13597 2009-08-22  Glenn Morris  <rgm@gnu.org>
13599         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13600         goto-line.
13602 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13604         * parse-time.el (parse-time-string-chars): Save match data.
13606 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13608         * parse-time.el (parse-time-string-chars): Compute using character
13609         classes, to handle non-ascii characters (Bug#3190).
13611 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13613         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13615         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13616         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13617         (gnus-mm-display-part, gnus-mime-display-single)
13618         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13619         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13621         * gnus-sum.el
13622         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13623         (gnus-summary-move-article): Add expirable mark to articles copied or
13624         moved to group that has auto-expire turned on if the option is non-nil.
13626 2009-07-24  Glenn Morris  <rgm@gnu.org>
13628         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13629         Fix typo.  (Bug#3903)
13631 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13633         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13634         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13635         that should not be used for draft articles.
13636         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13637         that has no concern in minor mode keys.
13638         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13639         Abolish.
13641 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13643         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13644         article without making inquiry to a user for unknown encoding.
13646         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13647         (nnmaildir--scan): Assume i-node and device number that file-attributes
13648         returns might be cons-cell.
13650         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13652         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13654 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13656         * auth-source.el: Remove docs now in auth.texi.  Don't use
13657         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13658         `auth-source-hide-passwords' and use them.
13660 2009-07-15  Glenn Morris  <rgm@gnu.org>
13662         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13664 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13666         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13667         excessive whitespace from the default values of title and description.
13669 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13671         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13672         mail-fetch-field to fetch Content-Description header in order to
13673         exclude newlines.
13675 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13677         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13678         format used by GnuPG 2.0.11.
13680 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13682         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13683         to deleted part.
13685 2009-05-30  David Engster  <dengste@eml.cc>
13687         * nnmairix.el: Remove old documentation in the commentary block.
13688         (nnmairix-request-group): Do not update active file for nnml back ends.
13689         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13690         end so that overview files are ignored.
13691         (nnmairix-update-groups): Make updating the groups more robust by using
13692         marks.
13693         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13694         with dollar characters in message-id.
13696 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13698         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13699         2008-12-25 in dns.el.
13701 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13703         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13704         could happen if the text is only composed of spaces and/or tabs.
13706 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13708         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13709         when sending a queued message to avoid extra mml tags.
13711 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13713         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13715 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13717         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13718         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13719         rmail-toggle-header for XEmacs;
13720         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13722 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13724         * gnus-dired.el: Remove autoload for gnus-setup-message.
13725         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13726         displaying Gnus logo; always use compose-mail.
13728 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13730         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13732 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13734         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13735         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13736         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13737         available.
13738         (gnus-nocem-epg-verify): New function.
13740 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13742         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13744 2009-02-15  Glenn Morris  <rgm@gnu.org>
13746         * gnus-util.el (rmail-insert-rmail-file-header)
13747         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13748         autoloads.
13749         (rmail-default-rmail-file): Remove unnecessary declaration.
13750         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13752 2009-02-14  Glenn Morris  <rgm@gnu.org>
13754         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13755         variable (only used in gnus-util, which declares it anyway).
13756         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13757         which was only needed by gnus-art (changed to not use it any more).
13758         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13759         only used in gnus-util, which autoloads it itself.
13760         (rmail-update-summary): Fix autoload.
13762         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13763         rather than rmail-output-to-rmail-file.
13765 2009-02-07  Glenn Morris  <rgm@gnu.org>
13767         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13768         autoload of function that no longer exists.
13769         (rmail-toggle-header): Declare.
13770         (message-forward-rmail-make-body): Handle mbox Rmail.
13772 2009-01-31  Glenn Morris  <rgm@gnu.org>
13774         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13775         2009-01-09 change.
13777 2009-01-31  Dave Love  <fx@gnu.org>
13779         * imap.el (imap-fetch-safe): Bind debug-on-error.
13780         (imap-debug): Add imap-fetch-safe.
13782 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13784         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13785         (auth-source-forget-all-cached): New convenience function.
13786         (auth-source-user-or-password): Accept list of modes or a single mode.
13788         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13789         auth-source modes.
13791         * netrc.el (netrc-machine-user-or-password): Use list of
13792         auth-source modes.
13794         * nnimap.el (nnimap-open-connection): Use list of
13795         auth-source modes.
13797         * nntp.el (nntp-send-authinfo): Use list of
13798         auth-source modes.
13800 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13802         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13803         now.
13805 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13807         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13808         coding system in XEmacs; add a workaround for XEmacs.
13810         * lpath.el: Fbind coding-system-aliasee.
13812 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13814         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13815         of current-language-environment.
13817 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13819         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13820         available at runtime.
13822 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13824         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13826 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13828         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13829         the greatest positive fixnum value doesn't work under an XEmacs with
13830         bignum support; use the most-positive-fixnum constant instead,
13831         available since Emacs 21.1 with cl and XEmacs 21.1.
13833 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13835         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13836         XEmacs gets not to work.
13838 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13840         * mm-util.el (mm-coding-system-priorities): Allow the value like
13841         "Japanese (UTF-8)" of current-language-environment.
13843 2009-01-09  Glenn Morris  <rgm@gnu.org>
13845         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13846         with last-command-event.
13848 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13850         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13851         in the doc string.
13853         * message.el (message-fix-before-sending): Amend comment.
13855 2009-01-08  Dave Love  <fx@gnu.org>
13857         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13859 2009-01-07  David Engster  <dengste@eml.cc>
13861         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13862         simplified server definitions by converting it via
13863         gnus-server-to-method.
13865 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13867         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13868         parameter's operands.
13870 2009-01-06  David Engster  <dengste@eml.cc>
13872         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13873         primary select method (for gnus-group-mark-article-as-read).
13875 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13877         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13878         `(gnus)Face', not `(gnus)X-Face'.
13880 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13882         * mm-util.el (mm-ucs-to-char): New function.
13884         * mm-url.el (mm-url-decode-entities): Use it.
13886         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13887         unicode-to-char.
13889 2009-01-05  Dave Love  <fx@gnu.org>
13891         * time-date.el: Require cl for `declare'.
13893 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13895         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13896         Dave Love.
13898 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13900         * message.el (message-fix-before-sending): Add `eight-bit' to
13901         illegible-text check.
13903 2009-01-03  Michael Olson  <mwolson@gnu.org>
13905         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13906         `headers' is nil.  This can occur if the IMAP server does not have
13907         permissions to read messages from a folder, but can write new messages
13908         to the folder.
13909         (nnimap-request-article-part): Do not insert `data' if it is nil.
13911         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13912         characters which will confuse `read', so skip past them.
13914 2009-01-01  Dave Love  <fx@gnu.org>
13916         * imap.el (imap-string-to-integer): Fix typo.
13917         (imap-fetch-safe): New function.
13918         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13920         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13922         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13923         (imap-parse-greeting): Fix doc strings.
13924         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13925         (imap-parse-flag-list): Make messages unique.
13926         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13928         * nnimap.el: Fix author email.
13929         (nnimap-split-rule): Add FIXME comment.
13930         (nnimap-debug): Fix doc string.
13932 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13934         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13936 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13938         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13939         nslookup if resolv.conf isn't available.
13940         (dns-query): Rename from query-dns.
13941         (dns-query-cached): Rename from query-dns-cached.
13943 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13945         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13946         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13947         to check if those variables exist (first appeared in Emacs 18.50).
13949 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13951         * mm-util.el (mm-line-number-at-pos): New function.
13953         * spam-report.el (spam-report-process-queue): Use it.
13955 2008-12-24  David Engster  <dengste@eml.cc>
13957         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13958         parameters that haven't existed as variables as buffer-local variables.
13960 2008-12-23  Dave Love  <fx@gnu.org>
13962         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13963         cadar.
13965         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13966         imap-starttls-p.
13967         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13969 2008-12-22  Dave Love  <fx@gnu.org>
13971         * imap.el: Fix author email.  Doc fixes.
13972         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13973         reply.
13975 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13977         * spam-report.el (spam-report-gmane-max-requests): New constant.
13978         (spam-report-gmane-wait): New variable.
13979         (spam-report-gmane-ham, spam-report-gmane-spam)
13980         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13981         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13982         the server.
13984         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13985         Add explanations.
13987         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13988         nnheader-accept-process-output and nnheader-read-timeout if available.
13989         (pop3-movemail): Use it.
13991         * message.el (message-check-news-body-syntax): Fix signature check if
13992         there's an attachment.
13994 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13996         * mm-util.el: Add comments to the mm- emulating functions.
13998 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14000         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14001         Reported by Stephen Berman <stephen.berman@gmx.net>.
14003 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14005         * mm-util.el (mm-substring-no-properties): New function.
14006         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14007         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14008         (mm-string-to-multibyte): Doc fix.
14010         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14012 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14014         * mml.el (mml-attach-file): Strip text properties from file name.
14015         (Bug#1574)
14017 2008-12-16  Glenn Morris  <rgm@gnu.org>
14019         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14021 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14023         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14024         knows since the charset specified might be a bogus alias that
14025         mm-charset-synonym-alist provides.
14027 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14029         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14030         "ISO_8859-1".
14032         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14034 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14036         * mm-util.el (mm-charset-eval-alist):
14037         Define it before mm-charset-to-coding-system.
14038         (mm-charset-to-coding-system): Add optional argument `silent';
14039         define it before mm-charset-override-alist.
14040         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14041         default value if it can be used in Emacs currently running;
14042         silence mm-charset-to-coding-system.
14044 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14046         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14047         `allow-override' which says whether to use `mm-charset-override-alist'.
14048         (rfc2047-decode-encoded-words): Use it.
14050         * mm-util.el (mm-charset-override-alist): Fix custom type;
14051         add `(gb2312 . gbk)' to choices.
14053 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14055         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14056         fast.
14058         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14060         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14062 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14064         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14065         on links.
14067         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14069 2008-12-03  Lute Kamstra  <lute@gnu.org>
14071         * sha1.el: Remove leading * from docstrings of defcustoms,
14072         deffaces, defconsts and defuns.
14074 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14076         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14077         users' addresses that don't have domain parts.
14078         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14079         rather than message-narrow-to-head since there will be the message
14080         header separator.
14082 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14084         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14085         since the result is inserted in a unibyte buffer anyway.
14086         (nnimap-demule-use-string-to-multibyte): Remove.
14087         (nnimap-demule): Alias it to mm-string-to-multibyte.
14089 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14091         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14092         variable for debugging bug#464 and bug#1174.
14093         (nnimap-demule): Use it.
14095 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14097         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14098         score calculation correctly.
14100 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14102         * message.el (message-send-mail): Just set the buffer to unibyte
14103         rather than use mm-with-unibyte-current-buffer which does a lot more.
14104         (message-send-mail-partially): Don't bother with
14105         mm-with-unibyte-current-buffer since it's already been made unibyte by
14106         message-send-mail.
14108 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14110         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14112 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14114         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14116 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14118         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14119         require itself and to remove `with-no-warnings'.
14121 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14123         * starttls.el (starttls-any-program-available): Get the name of the
14124         available TLS layer program.
14125         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14126         well as the host name in the "opening" message.
14128         * auth-source.el (auth-source-cache, auth-source-do-cache)
14129         (auth-source-user-or-password): Cache passwords and logins by default,
14130         allow override with `auth-source-do-cache'.
14131         (auth-source-forget-user-or-password): Allow users to remove cache
14132         entries if needed.
14134 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14136         * md4.el (md4-buffer): Fix typo in docstring.
14137         (md4, md4-64): Doc fixes.
14138         (md4-pack-int32): Reflow docstring.
14140 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14142         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14143         condition-case to only the forward-sexp call.
14145 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14147         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14148         quotes contained.  Make it more robust regardless by an extra
14149         condition-case wrapper.
14151 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14153         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14155 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14157         * nnml.el (nnml-request-expire-articles): Check if the function set to
14158         `nnmail-expiry-target' returns the symbol `delete'.
14160         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14162         * nnmail.el (nnmail-expiry-target): Fix custom type.
14164 2008-10-02  Glenn Morris  <rgm@gnu.org>
14166         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14167         Silence compiler warning.
14169 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14171         * tls.el (open-tls-stream): Show the actual command being
14172         executed, instead of the format string.
14174 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14176         * lpath.el: Fbind codepage-setup for Emacs 23.
14178 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14180         * mml.el (mml-menu): Don't assume mml2015 is bound.
14182 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14184         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14185         exists.
14187 2008-09-27  Glenn Morris  <rgm@gnu.org>
14189         * gnus-util.el (mail-header-remove-comments): Autoload it.
14191 2008-09-27  Andreas Schwab  <schwab@suse.de>
14193         * gnus-util.el (gnus-split-references): Strip comments.
14194         (gnus-parent-id): Likewise.
14196 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14198         * message.el (message-confirm-send): Fix version.
14200 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14202         * message.el (message-idna-to-ascii-rhs-1): Use
14203         mail-extract-address-components rather than mail-header-parse-addresses
14204         that is an alias by default to ietf-drums-parse-addresses that does not
14205         support non-ASCII names in headers' contents.
14207 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14209         * message.el (message-confirm-send): Fix variable documentation to
14210         avoid the "y/n" wording.
14212 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14214         * message.el (message-set-auto-save-file-name): Save to a different
14215         filename so multiple messages (especially drafts) can be recovered.
14217 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14219         * message.el (message-confirm-send): Add appropriate version.
14221 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14223         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14224         defvar.
14226 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14228         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14229         (mm-pkcs7-enveloped-magic): Ditto.
14231 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14233         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14234         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14236 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14238         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14239         default, it's better.
14241 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14243         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14244         summary line gnus-number property and ignore them (with a warning
14245         message).
14247 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14249         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14250         macro caddr in the interactive form since it won't be expanded.
14252 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14254         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14255         `charset'; fix name of function called recursively.
14256         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14258 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14260         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14261         (gnus-mime-set-charset-parameters): New function.
14262         (gnus-mime-view-part-as-charset): Use it to correctly display part
14263         specifying wrong charset.
14265 2008-09-08  David Engster  <dengste@eml.cc>
14267         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14268         in completing-read for back end server.
14270 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14272         * message.el (message-confirm-send): New variable to confirm sending a
14273         message.
14274         (message-send): Use it.
14276 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14278         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14280 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14282         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14284 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14286         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14287         prevent tracking too many groups.
14288         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14289         Use it.
14291 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14293         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14294         moving point to the bottom of the window in order to avoid recentering.
14296 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14298         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14300         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14301         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14302         (gnus-article-beginning-of-window): Fix calculation.
14304 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14306         * gnus-msg.el (gnus-summary-supersede-article)
14307         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14308         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14309         message header.
14311 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14313         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14314         pending output coming after the status change.
14316 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14318         * message.el:
14319         * gnus-start.el:
14320         * gnus-registry.el: Remove VMS support.
14322 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14324         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14325         macro.
14326         (rfc2104-hash): Use it.
14328 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14330         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14331         (gnus-summary-sort-by-most-recent-date): New commands.
14332         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14333         and menu entries.
14335 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14337         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14338         don't redisplay article for raw contents; remove plural articles stuff.
14340         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14341         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14342         on gnus-summary-save-article; display results properly.
14344 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14346         * lpath.el: No need to fbind ns-focus-frame.
14348 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14350         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14352 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14354         * gnus-art.el (gnus-summary-save-in-pipe):
14355         Consider gnus-save-all-headers.
14357 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14359         * gnus-util.el (ns-focus-frame): Remove declaration.
14360         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14361         like x.
14363 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14365         * rfc2104.el (rfc2104-zero): Delete defconst.
14366         (rfc2104-hex-alist): Likewise.
14367         (rfc2104-hex-to-int): Delete func.
14368         (rfc2104-hexstring-to-bitstring): Likewise.
14369         (rfc2104-nybbles): New defconst.
14370         (rfc2104-hash): Rewrite for speed.
14372 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14374         * tls.el (open-tls-stream): Make it work with the 2nd argument
14375         BUFFER that is a string but does not exist as a buffer object, as
14376         mentioned in the doc-string.
14378 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14380         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14381         SXEmacs.
14383 2008-07-16  Glenn Morris  <rgm@gnu.org>
14385         * gnus-util.el (ns-focus-frame): Declare for compiler.
14387 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14389         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14390         set as a group parameter.
14391         (gnus-summary-save-in-pipe): Work when it is called independently.
14392         (gnus-summary-pipe-to-muttprint): Don't modify
14393         gnus-summary-pipe-output-default-command.
14395 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14397         * message.el (message-send-mail-with-sendmail):
14398         Display the error message.
14400 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14402         * gnus-art.el (gnus-default-article-saver):
14403         Add gnus-summary-save-in-pipe to choices.
14404         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14405         gnus-summary-pipe-output-default-command as the default command.
14406         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14407         instead of gnus-last-shell-command.
14409         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14410         New user option.
14411         (gnus-summary-muttprint-program): Mention the value will be changed.
14412         (gnus-summary-save-article): Force showing of all headers.
14413         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14415 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14417         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14419 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14421         * nnimap.el (nnimap-id):
14422         * sieve-manage.el (sieve-manage-open): Doc fixes.
14424 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14426         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14427         if available.
14429 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14431         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14433         * nnkiboze.el (nnkiboze-generate-group):
14434         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14436         * nnmairix.el: Require CL.
14438 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14440         * dgnushack.el: Autoload get-display-table and put-display-table for
14441         XEmacs 21.5.
14443         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14444         21.4 and SXEmacs.
14446 2008-06-15  David Engster  <dengste@eml.cc>
14448         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14450 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14452         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14453         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14454         runtime choice under XEmacs.
14456         * gnus-sum.el (gnus-summary-set-display-table):
14457         Use `gnus-put-display-table', `gnus-get-display-table',
14458         `gnus-set-display-table' for the display table, instead of `aset'.
14460         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14461         Use `gnus-put-display-table', `gnus-get-display-table',
14462         `gnus-set-display-table' for the display table.
14464 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14466         * nnmairix.el: Add autoloads.
14468 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14470         * nnmairix.el (nnmairix-delete-recreate-group)
14471         (nnmairix-update-and-clear-marks): Fix error messages.
14473 2008-06-14  David Engster  <dengste@eml.cc>
14475         * nnmairix.el: Upgrade to version 0.6.
14476         (nnmairix-group-toggle-propmarks-this-group)
14477         (nnmairix-group-toggle-readmarks-this-group)
14478         (nnmairix-group-delete-recreate-this-group)
14479         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14480         (nnmairix-remove-tick-mark-original-article): New commands.
14481         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14482         (nnmairix-propagate-marks-to-nnmairix-groups)
14483         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14484         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14485         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14486         functions needed for marks propagation and manipulation of read marks.
14487         (nnmairix-update-groups): New function.
14488         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14489         (nnmairix-determine-original-group-from-registry)
14490         (nnmairix-determine-original-group-from-path)
14491         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14492         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14493         New helper functions.
14494         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14495         keystrokes for new commands.
14496         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14497         (nnmairix-request-group): Check allow-fast group parameter.
14498         (nnmairix-request-create-group): Set allow-fast group parameter if
14499         nnmairix-allowfast-default is set.
14500         (nnmairix-close-group): Propagate marks upon closing if needed.
14501         (nnmairix-group-toggle-threads-this-group): Use new.
14502         nnmairix-group-toggle-parameter helper function.
14503         (nnmairix-search): Better check for empty search result.
14504         (nnmairix-goto-original-article): Use new helper functions for
14505         determining original article.
14506         (nnmairix-show-original-article): Make sure message-id is in brackets.
14507         (nnmairix-call-mairix-binary): Change variable name.
14508         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14509         helper function.
14510         (nnmairix-widget-toggle-activate): Fix doc string.
14512 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14514         * nnir.el: Require edmacro when compiling with XEmacs.
14515         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14516         available in Emacs 21.
14518 2008-06-11  Glenn Morris  <rgm@gnu.org>
14520         * gnus-util.el (x-focus-frame):
14521         * gnus.el (image-size):
14522         * mm-decode.el (image-size): Declare.
14524         * gnus-picon.el (declare-function): Add compat definition.
14525         (image-size): Declare.
14527         * gnus-group.el (tool-bar-map):
14528         * gnus-sum.el (tool-bar-map): Define for compiler.
14530         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14532         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14534         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14535         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14536         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14537         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14538         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14539         * sieve-manage.el, spam-report.el, spam.el:
14540         Remove unnecessary eval-and-compile of autoloads.
14542 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14544         * auth-source.el: Precise Tramp doc.
14546 2008-06-07  Glenn Morris  <rgm@gnu.org>
14548         * nnmairix.el: Remove unnecessary eval-when-compile.
14550 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14552         * lpath.el: Fbind propertize for XEmacs 21.4.
14554 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14556         * nnir.el: Move here from ../contrib.
14558 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14560         * gnus-util.el (gnus-read-shell-command): New function.
14561         * mm-decode.el (mm-pipe-part):
14562         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14564 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14566         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14568 2008-06-03  Glenn Morris  <rgm@gnu.org>
14570         * pop3.el (nnheader-accept-process-output): Autoload it.
14572 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14574         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14575         are not 2-digit hexadecimal characters that follow `%'s.
14577 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14579         * message.el (message-bogus-recipient-p): Fix type in doc string.
14580         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14581         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14582         Improve custom options.
14583         (message-bogus-recipient-p): Adjust accordingly.
14585 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14587         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14588         long-form month and day names.
14590 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14592         * dgnushack.el: Autoload debug, eudc-expand-inline and
14593         pgg-snarf-keys-region for XEmacs.
14595         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14597         * nnmairix.el: Require edmacro when compiling with XEmacs.
14599 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14601         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14602         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14604 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14606         * auth-source.el: Add more docs.
14608         * netrc.el (netrc-machine): Always match if the port is not given.
14610 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14612         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14613         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14614         retrieval faster in some cases, but might make CPU usage larger.
14615         If this has any bad side effects, we might revert this change.
14617         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14618         seems to make mail retrieval much, much faster.
14619         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14620         unconditionally.
14622         * gnus-draft.el (gnus-group-send-queue):
14623         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14625 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14627         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14629         * message.el (message-bogus-address-regexp): Fix and improve custom
14630         type.
14631         (message-setup-hook): Add message-check-recipients as custom option.
14633 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14635         * message.el (message-cite-function): Remove bogus autoload which crept
14636         in during merge from v5-10.
14638 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14640         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14642         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14644         * auth-source.el: Preliminary Tramp docs.
14645         (auth-sources): Change the default auth-sources to use
14646         EPA .gpg files.
14648 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14650         * nntp.el: Autoload `auth-source-user-or-password'.
14651         (nntp-send-authinfo): Use it.
14653         * nnimap.el: Autoload `auth-source-user-or-password'.
14654         (nnimap-open-connection): Use it.
14656         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14657         for the gnus-message function.
14658         (auth-source-user-or-password): Use it.
14660 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14662         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14663         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14664         (rfc2104-hash): Use it.
14666 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14668         * gnus-art.el (gnus-article-toggle-truncate-lines):
14669         Don't use `iff' in docstring.
14671 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14673         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14675         * gnus-util.el (gnus-extract-address-component-name)
14676         (gnus-extract-address-component-email): Convenience functions around
14677         `gnus-extract-address-components'.
14679         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14680         Use `gnus-extract-address-component-email' to fix bug of comparing full
14681         sender name to `user-mail-address'.
14683 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14685         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14686         catch/throw to optimize.
14687         (gnus-registry-find-keywords): Just use member to find a keyword.
14689 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14691         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14692         is current before calling gnus-server-prepare.
14693         (gnus-server-setup-buffer, gnus-server-update-server)
14694         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14696 2008-05-04  Juri Linkov  <juri@jurta.org>
14698         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14699         (mailcap-file-default-commands): Use mailcap-replace-in-string
14700         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14701         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14703 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14705         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14707 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14709         * gnus.el: Bump version to 0.11.
14711 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14713         * gnus.el: No Gnus v0.10 is released.
14715 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14717         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14718         hooks.
14719         (gnus-update-read-articles): Speed up non-marks-using users.
14720         (gnus-use-marks): Define gnus-use-marks.
14721         (gnus-propagate-marks): Rename variable to something more sensible.
14723 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14725         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14726         (gmm-image-load-path-for-library): Fix typos in docstrings.
14727         (gmm-message): Reflow docstring.
14729 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14731         * mail-source.el (mail-source-set-1, mail-source-bind):
14732         Move auth-source code out of the macro to clean it up and fix bugs.
14734 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14736         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14737         by sender if it's equal to user-mail-address, it's likely to be
14738         useless.
14740         * mail-source.el (mail-source-bind): Don't use user or password if they
14741         are not bound.  Unintern them if they are nil.  Don't use server unless
14742         it's bound, and default it to empty string otherwise.
14744 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14746         * mail-source.el: Load auth-source.el.
14747         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14748         get user name or password, if auth-sources is set up.
14750         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14751         strategy of splitting with parent.
14752         (gnus-registry-split-fancy-with-parent)
14753         (gnus-registry-post-process-groups): Use it and fix prior
14754         bug (returning a list as the split result).
14756         * auth-source.el (auth-sources): Remove server parameter.
14757         (auth-source-pick, auth-source-user-or-password)
14758         (auth-source-user-or-password-imap)
14759         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14760         (auth-source-user-or-password-sftp)
14761         (auth-source-user-or-password-smtp): Remove server parameter.
14763 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14765         * smime.el (smime-sign-region, smime-encrypt-region)
14766         (smime-decrypt-region):
14767         Remove redundant calls to `generate-new-buffer-name'.
14769 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14771         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14772         Don't use QP for message/rfc822.
14773         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14775 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14777         * sieve-manage.el (sieve-string-bytes): Remove.
14778         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14779         correct byte-length only if the process's coding-system is the same as
14780         the one used internally by Emacs to represent strings.
14782 2008-04-22  Juri Linkov  <juri@jurta.org>
14784         * mailcap.el (mailcap-file-default-commands): New function.
14786 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14788         * message.el (message-signature-separator, message-cite-function):
14789         Change custom version.
14791 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14793         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14794         commands.
14795         (tls-checktrust): Ditto.
14797 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14799         * mm-decode.el (mm-display-external): Make temp file read-only.
14801 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14803         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14804         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14805         `C-c C-f d'.
14807 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14809         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14811 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14813         * gnus.el: Bump version to 0.9.
14815 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14817         * gnus.el: No Gnus v0.8 is released.
14819 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14821         * mail-source.el (mail-source-value):
14822         Prefer fboundp to functionp so it works with macros as well.
14824 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14826         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14827         Fix last change in case the element is not even a symbol.
14829 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14831         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14832         Prefer fboundp to functionp so it works with macros as well.
14834 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14836         * auth-source.el: Add docs.
14837         (auth-sources): Modify format to support server.
14838         (auth-source-pick, auth-source-user-or-password)
14839         (auth-source-user-or-password-imap)
14840         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14841         (auth-source-user-or-password-sftp)
14842         (auth-source-user-or-password-smtp): Add server parameter.
14844 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14846         * gnus-registry.el: Initialize the registry when gnus-registry-install
14847         is t.
14849 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14851         * compface.el (uncompface): Make buffer unibyte.
14853 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14855         * mail-source.el (mail-source-value):
14856         Prefer fboundp to functionp so it works with macros as well.
14858 2008-04-05  Glenn Morris  <rgm@gnu.org>
14860         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14862 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14864         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14865         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14867         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14868         multibyteness after rather than before erasing it.
14870         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14871         mm-with-multibyte.
14872         (gnus-request-article-this-buffer): Make sure the proper decoding is
14873         used if gnus-original-article-buffer happens to be unibyte.
14875         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14876         default-enable-multibyte-characters.
14878         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14879         default-enable-multibyte-characters.
14881         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14883         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14885 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14887         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14888         Fix last change in case the element is not even a symbol.
14890 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14892         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14893         (imap-message-copyuid-1): Use it.
14894         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14895         J. Williams in
14896         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14898         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14899         imap-enable-exchange-bug-workaround.
14900         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14902 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14904         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14905         a 100 byte status-checks into a 2-3MB transfer for each group.
14906         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14907         to enable bug workaround or not.
14908         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14910 2008-03-31  Glenn Morris  <rgm@gnu.org>
14912         * message.el (mml2015-use): Declare for compiler.
14913         (message-info): Require mml2015 when appropriate.
14915 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14917         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14918         whitespace.
14920 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14922         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14923         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14924         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14925         (nntp-service-to-port): New function.
14926         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14927         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14928         (nntp-open-netcat-stream): New function.
14929         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14931 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14933         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14935 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14937         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14939 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14941         * dns.el (dns-write): Use set-buffer-multibyte.
14943 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14945         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14947 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14949         * message.el (message-signature-separator): Change default.
14950         Improve custom type.
14951         (message-cite-function): Change default to
14952         message-cite-original-without-signature.
14954         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14955         toggle.
14957         * message.el (message-check-news-body-syntax): Fix signature check.
14958         (message-setup-1): Mark buffer as unmodified _after_ running
14959         message-setup-hook and handling message-alternative-emails.
14960         (message-shorten-references): Be more strict when building list of
14961         valid references to comply with GNKSA.
14963         * gnus-group.el (gnus-read-ephemeral-bug-group)
14964         (gnus-read-ephemeral-debian-bug-group)
14965         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14967         * message.el (message-info): Don't use booleanp which isn't supported
14968         in Emacs 21 and XEmacs.
14970 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14972         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14973         gnus-group-gmane-group-download-format.
14974         (gnus-group-read-ephemeral-gmane-group): Rename from
14975         gnus-group-read-ephemeral-gmane-group.
14976         (gnus-read-ephemeral-gmane-group-url): Rename from
14977         gnus-group-read-ephemeral-gmane-group-url.
14978         (gnus-bug-group-download-format-alist): New variable.
14979         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14980         (gnus-read-ephemeral-emacs-bug-group): New commands.
14982 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14984         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14985         (gnus-visible-headers): Improve custom type.
14987 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14989         * mml.el (mml-menu): Add workarounds for XEmacs.
14991         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14992         X-Boundary header.
14994         * message.el (message-simplify-recipients): Fix previous commit.
14996 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14998         * mm-util.el (mm-set-buffer-multibyte): New function.
14999         * mm-decode.el (mm-copy-to-buffer): Use it.
15001         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15002         Prefer fboundp to functionp so it works with macros as well.
15004 2008-03-19  Glenn Morris  <rgm@gnu.org>
15006         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15007         Accidentally removed in the sync process with Emacs.
15009 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15011         * message.el (message-alter-recipients-discard-bogus-full-name):
15012         New function.
15013         (message-alter-recipients-function): New variable.
15014         (message-get-reply-headers): Use it.
15015         (message-replace-header): New helper function.
15016         (message-recipients-without-full-name): New variable.
15017         (message-simplify-recipients): New command.
15019         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15021         * message.el (message-info): Handle EasyPG manual.
15023         * mml.el (mml-menu): Add entry for EasyPG.
15025 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15027         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15028         parameter.
15030         * message.el (message-disassociate-draft): Specify drafts group name
15031         fully.
15033 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15035         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15036         Eliminate unnecessary duplicates from the match list.
15038 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15040         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15042         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15044         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15045         args of `how-many' of which the XEmacs version doesn't take; declare
15046         Info-index-next as function.
15048 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15050         * gnus-score.el (gnus-score-headers): Fix handling of
15051         gnus-inhibit-slow-scoring.
15053         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15054         string.
15055         (gnus-button-url-regexp): Improve handling of parenthesis.
15056         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15057         (gnus-button-handle-info-keystrokes): Handle index entries.
15059 2008-03-15  Glenn Morris  <rgm@gnu.org>
15061         * parse-time.el (parse-time-string): Simplify.
15063 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15065         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15066         Incoming* files.
15068 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15070         * auth-source.el (auth-sources): Rename from auth-source-choices.
15071         (auth-source-pick): Use it.
15073 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15075         * binhex.el (binhex-decode-region-internal):
15076         * uudecode.el (uudecode-decode-region-internal):
15077         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15078         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15079         setting default-enable-multibyte-characters.
15081 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15083         * auth-source.el (auth-source-protocols)
15084         (auth-source-protocols-customize, auth-source-choices): Add and
15085         modified variable customizations and defaults.
15086         (auth-source-pick, auth-source-user-or-password)
15087         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15088         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15089         (auth-source-user-or-password-sftp)
15090         (auth-source-user-or-password-smtp): Use new variables and provide an
15091         interface to netrc.el.
15093 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15095         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15096         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15097         Make sure the nntp port to specify is a string.
15099 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15101         * nntp.el: Use with-current-buffer.
15102         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15103         dubious mm-with-unibyte-current-buffer.
15104         (nntp-with-open-group-function): New function extracted from
15105         nntp-with-open-group macro.
15106         (nntp-with-open-group): Use the function, so it's easier to debug.
15107         Add indentation and debugging info.
15108         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15109         Recommend the use of the netcat alternatives.
15111         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15112         Avoid mm-string-as-multibyte as well.
15114         * nnweb.el (nnweb-insert-html):
15115         Remove use of nnheader-string-as-multibyte.
15117         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15118         (nnheader-string-as-multibyte): Remove.
15120         * mm-view.el: Use inhibit-read-only.
15121         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15122         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15123         or unibyte-string.
15125         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15126         (mm-uu-yenc-extract): Use with-current-buffer.
15128         * gnus-soup.el (gnus-soup-send-packet): Don't use
15129         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15131         * nnmh.el: Use with-current-buffer.
15132         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15133         mm-string-as-multibyte on the output of mm-encode-coding-string.
15135         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15136         (nnimap-request-move-article): Use with-current-buffer.
15138         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15139         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15140         conversion uses string-make-unibyte rather than string-as-unibyte.
15142         * gnus-msg.el: Use with-current-buffer.
15144         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15146 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15148         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15149         string for caching if it is 'PIN.
15151 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15153         * lpath.el: Consider the case without Emacs/W3.
15155 2008-03-08  Glenn Morris  <rgm@gnu.org>
15157         * time-date.el (date-to-time, time-subtract, time-add)
15158         (safe-date-to-time): Doc fixes.
15160 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15162         * mail-source.el (mail-source-delete-old-incoming-confirm):
15163         Change default to nil.
15164         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15166 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15168         * lpath.el: Rearrange.
15170         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15171         (gnus-article-goto-prev-page): Work for articles having ^L's.
15173         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15175         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15177 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15179         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15180         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15181         (gnus-bookmark-jump): Adjust some variable names.
15183 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15185         * auth-source.el: New package.
15186         (auth-source-choices): Add customization entry point variable.
15188         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15189         bug.
15191 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15193         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15194         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15195         (gnus-registry-install-shortcuts): Rename from
15196         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15197         the `gnus-registry-mark-map' keymap dynamically from
15198         `gnus-registry-marks'.  The generated functions update the summary line
15199         when a registry mark is added or deleted, and will call
15200         `gnus-registry-install-p' (see the comments in the code).
15201         (gnus-registry-user-format-function-M): Use concat intelligently.
15203         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15204         the registry mark functions.
15206 2008-03-05  Glenn Morris  <rgm@gnu.org>
15208         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15209         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15210         gnus-art.
15211         (top-level): No need to load own source when compiling.
15213 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15215         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15216         Suggested by <chris.anderton@zetnet.co.uk>.
15218 2008-03-04  Glenn Morris  <rgm@gnu.org>
15220         * gnus-sum.el (top-level): No need to require gnus when compiling,
15221         since unconditionally required near start of file.
15222         (gnus-summary-display-while-building): Move definition before use.
15224 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15226         * gnus-registry.el (gnus-registry-user-format-function-M):
15227         Add formatting function.
15229 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15231         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15232         with plists.
15233         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15234         Use new format.
15236 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15238         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15239         `where-is-internal' that returns a range of key sequences.
15241 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15243         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15245         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15246         (gnus-summary-jump-to-group): Consider windows on other displayed
15247         frames as well.  Similar changes might be needed elsewhere, but that's
15248         the one I've bumped into during my use.
15250         * nndoc.el (nndoc-oe-dbx-type-p):
15251         * gnus-msg.el (gnus-debug):
15252         * gnus-group.el (gnus-update-group-mark-positions):
15253         Use mm-string-to-multibyte.
15255 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15257         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15258         doesn't handle NotDashEscaped.
15260         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15261         (mml-dnd-attach-options): Fix typo in custom choice.
15263         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15264         Change nndoc-article-type to mbox.
15265         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15267         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15268         to nil, instead of html2text.
15270         * imap.el (imap-debug): Add `imap-ping-server'.
15272         * gnus-bookmark.el: Add FIXMEs.
15274         * message.el (message-form-letter-separator)
15275         (message-send-form-letter-delay): New variables.
15276         (message-send-form-letter): Use them.  New command to send form
15277         letters.  Requested by Uwe Siart.
15278         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15280 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15282         * Update copyright years.
15284 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15286         Sync from EMACS_22_BASE.
15288         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15290 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15292         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15293         empty author.
15295 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15297         * gnus-registry.el (gnus-registry-marks): Add variable for
15298         customization of marks and their appearance.
15299         (gnus-registry-read-mark): Use it.
15300         (gnus-registry-do-marks): Add utility function to loop through
15301         `gnus-registry-marks'.
15302         (gnus-registry-install-shortcuts-and-menus): Add function to install
15303         shortcuts and menus.
15304         (gnus-registry-initialize): Use it.
15305         (gnus-registry-default-mark): Clarify documentation.
15307 2008-02-29  Glenn Morris  <rgm@gnu.org>
15309         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15310         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15311         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15312         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15313         Change defcustom :version from 23.0 to 23.1.
15315 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15317         * gnus-registry.el (gnus-registry-follow-group-p)
15318         (gnus-registry-post-process-groups): Add functions to aid registry
15319         splitting and improve logging.  Clarify behavior in function
15320         documentation.
15321         (gnus-registry-split-fancy-with-parent): Use them.
15323 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15325         * gnus-art.el: Use with-current-buffer.
15327 2008-02-27  David Engster  <dengste@eml.cc>
15329         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15330         Express real group name in the response.
15332 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15334         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15335         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15336         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15337         autoload gnus-registry-fetch-group when compiling.
15338         (nnmairix-request-group-with-article-number-correction):
15339         Remove unreferenced argument passed to nnmairix-call-backend.
15341 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15343         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15344         (mm-uu-extract): Improve face for low color ttys.
15345         Reported by Sascha Wilde.
15347 2008-02-27  Glenn Morris  <rgm@gnu.org>
15349         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15350         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15351         variables to defconsts.  Convert comments to doc-strings.
15352         (nnmairix-last-server, nnmairix-current-server): Convert from free
15353         variables to defvars.  Convert comments to doc-strings.
15354         (gnus-registry-fetch-group): Autoload.
15355         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15356         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15357         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15358         caddr.
15359         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15360         nnmairix-request-group-with-article-number-correction call.
15361         (nnmairix-fast, nnmairix-group): New, less general names, for free
15362         variables passed from nnmairix-request-group to
15363         nnmairix-request-group-with-article-number-correction.  Declare.
15364         (nnmairix-request-group-with-article-number-correction):
15365         Use nnmairix-fast, nnmairix-group rather than fast, group.
15367 2008-02-26  David Engster  <dengste@eml.cc>
15369         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15370         version 0.5.
15372 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15374         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15375         instead of making an extra function call.  Don't add the current group
15376         to articles only when they have the group.  Use
15377         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15378         Reported by David <de_bb@arcor.de>.
15380 2008-02-24  Miles Bader  <miles@gnu.org>
15382         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15383         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15384         (mm-find-mime-charset-region):
15385         * mm-bodies.el (mm-encode-body):
15386         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15388 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15390         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15391         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15393 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15395         * mail-source.el (mail-source-delete-incoming): Change default.
15396         Supplement doc string.
15398         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15400 2008-02-14  Glenn Morris  <rgm@gnu.org>
15402         * time-date.el (format-seconds): New function.
15404 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15406         * nnmail.el (nnmail-message-id-cache-file): Derive from
15407         `gnus-home-directory'.
15409 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15411         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15412         Document negative prefix.
15414         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15416 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15418         * message.el (message-unsent-separator): Add the Exim bounce
15419         separator.
15421 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15423         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15424         list.
15425         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15426         recipient/signer list.
15428 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15430         * Makefile.in (datarootdir): Define.
15431         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15432         name that might contain whitespace.
15434 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15436         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15437         fbound (Emacs 23 unicode), signal an error.
15439 2008-02-08  Glenn Morris  <rgm@gnu.org>
15441         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15443 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15445         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15446         ports to the calls to `netrc-machine-user-or-password' in addition to
15447         "imap" and "imaps".
15449 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15451         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15453         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15455 2008-02-01  Kenichi Handa  <handa@m17n.org>
15457         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15458         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15459         (rfc2104-hash): Convert the result of concat to unibyte string.
15461 2008-02-01  Dave Love  <fx@gnu.org>
15463         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15464         coding-system-for-read.
15465         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15467 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15469         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15470         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15471         <hanche@math.ntnu.no>.
15473 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15475         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15477         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15479 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15481         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15482         * message.el (message-beginning-of-line): Use featurep instead of bound
15483         tests in order to resolve conditionals at compile time.
15485 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15487         * mail-source.el (mail-sources): Add `group' choice.
15489         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15490         parameter `in-group' to control into which group the articles go.
15491         Add treatment of `group' mail-source.
15493 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15495         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15497         * mm-decode.el (mm-dissect-buffer): Decode description.
15499         * mml.el (mml-to-mime): Encode message header first.
15501 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15503         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15504         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15506         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15507         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15509 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15511         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15513 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15515         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15516         prefix keys.
15517         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15518         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15519         gnus-xmas.el.
15521         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15522         (gnus-xmas-article-describe-bindings): New function.
15523         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15524         gnus-xmas-article-describe-bindings.
15526         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15528 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15530         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15531         Add new variables for article mark management.
15532         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15533         list of extra data entries which, when present, will indicate that the
15534         article ID should not be trimmed from the registry.
15535         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15536         functions.
15537         (gnus-registry-read-mark): New function to read a mark name from the
15538         user.
15539         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15540         (gnus-registry-set-article-mark-internal): New functions to add and
15541         remove marks.
15542         (gnus-registry-get-article-marks): New function to show the marks for
15543         an article, or retrieve them for further use.
15545 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15547         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15548         keys when no argument is given.
15550 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15552         * imap.el (imap-ping-server): New variable.
15553         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15554         (imap-ping-server): Minor doc string fixes.
15556 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15558         * imap.el (imap-ping-server): New function.
15559         (imap-opened): Call imap-ping-server.
15561 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15563         * gnus-sum.el (gnus-article-sort-by-random)
15564         (gnus-thread-sort-by-random): Fix doc strings.
15565         Reported by jidanni@jidanni.org.
15567 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15569         * gnus-art.el (gnus-article-describe-bindings): New function.
15570         (gnus-article-read-summary-keys): Use it.
15571         (gnus-article-mode-map): Bind `C-h b' to it.
15573 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15575         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15576         XEmacs.
15577         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15578         Protect against non-character events.
15580         * lpath.el: Fbind map-keymap for Emacs 21.
15582 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15584         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15585         New command.
15586         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15587         instead of END.  Change name of the temp file.
15588         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15589         customizable.
15591 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15593         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15594         bind `S W' to gnus-article-wide-reply-with-original; set default
15595         binding to gnus-article-read-summary-send-keys.
15596         (gnus-article-read-summary-keys): Fix the order of keys; display
15597         continuation keys correctly in the echo area; describe bindings
15598         correctly when keys end with `C-h'.
15599         (gnus-article-read-summary-send-keys): New function.
15600         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15601         Work for gnus-article-read-summary-send-keys; display continuation keys
15602         correctly in the echo area.
15603         (gnus-article-reply-with-original): Ignore prefix argument.
15604         (gnus-article-wide-reply-with-original): New function.
15606         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15607         Emacs 21.
15609 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15611         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15612         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15614 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15616         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15617         (gnus-group-read-ephemeral-gmane-group): New command.
15619 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15621         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15623 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15625         * message.el (message-send-mail-function): Increase custom version.
15627         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15628         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15630 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15632         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15633         for the cases where imap-authenticate is called with a nil buffer
15634         parameter.
15636 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15638         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15639         html parts correctly; support forwarded messages.
15640         (gnus-article-browse-html-article): Remove work buffers.
15642         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15643         compiling.
15644         (netrc-bound-and-true-p): New macro.
15645         (netrc-parse): Use it instead of bound-and-true-p that is not available
15646         in XEmacs 21.4.
15648 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15650         * gnus-registry.el (gnus-registry-mark-article)
15651         (gnus-registry-article-marks): Add functionality to mark articles
15652         through the Gnus registry.
15654         * encrypt.el: Clarify documentation for the new pgg method.
15655         (encrypt-file-alist): Add PGG option.
15656         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15657         functionality.  Abstract password key and messaging to external
15658         functions.
15659         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15660         (encrypt-message-method-and-cipher): Add new convenience external
15661         functions.
15662         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15663         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15665         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15666         (netrc-parse): Use encrypt-file-alist to determine if
15667         encrypt-find-model or encrypt-insert-file-contents should be used.
15669         * encrypt.el: Clarify documentation.  Load password-cache or
15670         password, whichever one is found first, instead of autoloading.
15672 2007-12-19  Glenn Morris  <rgm@gnu.org>
15674         * mml.el (message-options-set, message-narrow-to-head)
15675         (message-in-body-p, message-mail-p, message-encode-message-body):
15676         Autoload.
15677         (message-remove-header, message-narrow-to-headers-or-head)
15678         (message-subscribed-p, message-make-mail-followup-to)
15679         (message-position-on-field, message-news-p)
15680         (message-options-set-recipient, message-generate-headers)
15681         (message-sort-headers): Declare as functions.
15683 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15685         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15686         convention in doc string.
15688 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15690         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15691         title to html parts.
15692         (gnus-article-browse-html-article): Pass message header to it.
15694         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15696 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15698         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15699         or password compatible with XEmacs.
15701 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15703         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15704         format document.
15705         (gnus-mime-delete-part): Don't write description line if empty.
15706         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15708 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15710         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15711         (gnus-summary-mark-read-and-unread-as-read)
15712         (gnus-summary-mark-current-read-and-unread-as-read)
15713         (gnus-summary-mark-unread-as-ticked): Doc fix.
15714         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15716 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15718         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15719         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15721 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15723         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15724         yes-or-no-p.
15726 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15728         * mm-decode.el (mm-add-meta-html-tag): New function.
15729         (mm-save-part-to-file, mm-pipe-part): Use it.
15731         * gnus-art.el (gnus-article-browse-delete-temp-files):
15732         Use gnus-y-or-n-p instead of y-or-n-p.
15733         (gnus-article-browse-html-parts): Work with message/external-body; use
15734         mm-add-meta-html-tag.
15736 2007-12-11  Glenn Morris  <rgm@gnu.org>
15738         * gnus-cache.el: Require gnus-sum not just when compiling.
15740         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15742         * gnus-int.el (gnus-server-opened, gnus-status-message):
15743         Move definitions before use.
15745         * mm-decode.el: Require gnus-util.
15746         (mm-remove-part): Only call delete-annotation on XEmacs.
15748         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15750         * nnmail.el: Require gnus-int.
15752         * spam.el: Move `require's before `eval-when-compile's.
15754         * gnus-ems.el (gnus-alive-p):
15755         * gnus-fun.el (message-goto-eoh):
15756         * gnus-util.el (gnus-group-name-decode):
15757         * mail-source.el (gnus-compress-sequence):
15758         * message.el (Info-goto-node, format-spec):
15759         * mm-bodies.el (message-options-get):
15760         * mm-decode.el (mm-view-pkcs7):
15761         * mm-util.el (gmm-write-region):
15762         * mml-smime.el (mml-compute-boundary)
15763         (gnus-completing-read-with-default):
15764         * mml.el (widget-button-press, gnus-make-hashtable):
15765         * mml1991.el (mm-decode-content-transfer-encoding)
15766         (mm-encode-content-transfer-encoding)
15767         (message-options-get, message-options-set):
15768         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15769         * nnfolder.el (gnus-request-group):
15770         * nnheader.el (ietf-drums-unfold-fws):
15771         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15772         * smime.el (gnus-run-mode-hooks):
15773         * spam-stat.el (gnus-message): Autoload.
15775         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15776         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15777         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15778         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15779         Add declare-function compatibility definition.
15781         * gnus-cache.el (nnvirtual-find-group-art):
15782         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15783         (gnus-add-image, gnus-add-wash-type):
15784         * gnus-group.el (nnkiboze-score-file):
15785         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15786         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15787         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15788         (message-tokenize-header, gnus-get-buffer-create)
15789         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15790         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15791         * gnus.el (gnus-group-decoded-name):
15792         * mail-source.el (imap-capability):
15793         * mm-bodies.el (message-options-set):
15794         * mm-decode.el (gnus-configure-windows):
15795         * mm-extern.el (message-goto-body):
15796         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15797         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15798         (epg-sub-key-validity, message-options-set):
15799         * mml.el (widget-event-point, gnus-configure-windows):
15800         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15801         * mml2015.el (epg-check-configuration, epg-configuration)
15802         (message-options-set):
15803         * nndb.el (nndb-request-article):
15804         * nnfolder.el (gnus-request-create-group):
15805         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15806         * nnmaildir.el (gnus-group-mark-article-read):
15807         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15808         * rfc1843.el (message-fetch-field):
15809         * spam.el (gnus-extract-address-components):
15810         Declare as functions.
15812 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15814         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15816         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15818         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15819         bind show-trailing-whitespace for XEmacs.
15821 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15823         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15824         new no-op macro for backward compatibility.
15826         * imap.el (imap-string-to-integer): New function.
15828 2007-12-09  Glenn Morris  <rgm@gnu.org>
15830         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15832         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15833         * message.el, mm-view.el, sieve-manage.el, smime.el:
15834         Add declare-function compatibility definition.
15836         * gnus-art.el (w3-region, w3m-region, Info-menu):
15837         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15838         * gnus-sum.el (gnus-get-predicate):
15839         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15840         * message.el (mail-abbrev-in-expansion-header-p):
15841         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15842         (w3m-detect-meta-charset, w3m-region):
15843         * sieve-manage.el (password-read, password-cache-add)
15844         (password-cache-remove):
15845         * smime.el (password-read-and-add): Declare as functions.
15847 2007-12-08  David Kastrup  <dak@gnu.org>
15849         * gnus-sum.el (gnus-summary-simplify-subject-query):
15850         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15851         `message'.
15853 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15855         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15856         it to bind idna-program, installation-directory, defined-colors, and
15857         face-attribute for XEmacs of the version that compiles defcustom forms.
15859 2007-12-07  Glenn Morris  <rgm@gnu.org>
15861         * gnus-art.el (article-make-date-line): Revert previous change.
15863 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15865         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15867 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15869         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15870         Call gnus-add-to-range ranges only once with a prepared article-list.
15872 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15874         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15875         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15876         group names with backslashes.
15877         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15879 2007-12-06  Deepak Goel  <deego3@gmail.com>
15881         * gnus-art.el (article-make-date-line):
15882         * gnus-start.el (gnus-load):
15883         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15885 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15887         * gnus-art.el (gnus-use-idna):
15888         * gnus-start.el (gnus-site-init-file):
15889         * message.el (message-use-idna):
15890         * mm-uu.el (mm-uu-hide-markers):
15891         * smiley.el (smiley-style): Revert changes that suppress warnings.
15893 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15895         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15896         specify charset to html source.
15897         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15899 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15901         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15902         idna-program in order to suppress byte compile warning issued by XEmacs
15903         that came to byte compile the default value section of defcustom forms
15904         recently.
15906         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15907         value of installation-directory.
15909         * message.el (message-use-idna): Don't directly refer to the value of
15910         idna-program.
15912         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15914         * smiley.el (smiley-style): Don't directly call face-attribute.
15916 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15918         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15920         * gnus-dired.el: Reduce Gnus dependencies.
15921         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15922         Don't require.  Use autoloads instead.
15923         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15924         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15925         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15926         (gnus-dired-mode): Adjust doc string.
15927         (gnus-dired-mail-mode): New variable.
15928         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15929         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15930         (gnus-dired-mail-buffers): New function.  Return mail or message
15931         composition buffers.
15932         (gnus-dired-attach): Use it.
15933         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15934         NO-DECODE.
15935         (gnus-dired-print): Use `gnus-print-buffer' depending on
15936         `gnus-dired-mail-mode'.
15938 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15940         * rfc2047.el (rfc2047-encoded-word-regexp)
15941         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15942         explaining what regexp patterns are for.
15944 2007-12-04  Glenn Morris  <rgm@gnu.org>
15946         * password.el: Move to password-cache.el.
15948         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15949         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15950         * mml-smime.el (password-read, password-cache-add)
15951         (password-cache-remove):
15952         No need to autoload, since mml-sec requires password.
15954         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15955         * message.el (gnus-extract-address-components):
15956         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15958         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15959         password.
15961 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15963         * mailcap.el: Reduce dependencies.
15964         (mail-header-parse-content-type): Autoload.
15965         (mailcap-delete-duplicates): New alias.
15966         (mailcap-mime-info): Add optional argument NO-DECODE.
15967         (mailcap-mime-types): Use mailcap-delete-duplicates.
15969         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15971 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15973         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15974         (imap-parse-status): Upcase status-att for servers that sends them
15975         lower-case (e.g., MS Exchange 2007).
15977 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15979         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15980         function.
15982         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15983         (gnus-uu-yenc-article): New function.
15985         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15987         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15989 2007-12-02  Glenn Morris  <rgm@gnu.org>
15991         * binhex.el (binhex): New custom group.
15992         (binhex-decoder-program, binhex-decoder-switches)
15993         (binhex-use-external): Move to the binhex custom group.
15995         * uudecode.el (uudecode): New custom group.
15996         (uudecode-decoder-program, uudecode-decoder-switches)
15997         (uudecode-use-external): Move to the uudecode custom group.
15999         * netrc.el (top-level): Don't load `encrypt' features.
16000         (netrc-parse): Don't use encrypt.
16001         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16003         * encrypt.el: Remove file.
16005 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16007         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16008         matches on patches.
16010         * gnus-art.el (gnus-article-browse-html-article):
16011         Mention `mm-text-html-renderer' in the doc string.
16013         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16014         string.  Add comments.
16016         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16017         if rhs is ASCII.
16019 2007-12-01  Glenn Morris  <rgm@gnu.org>
16021         * mail-source.el (top-level): Require format-spec before
16022         eval-when-compile.
16024 2007-11-30  Glenn Morris  <rgm@gnu.org>
16026         * encrypt.el: Require password, rather than autoloading password-read.
16028 2007-11-29  Glenn Morris  <rgm@gnu.org>
16030         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16031         (sasl-make-client, sasl-next-step, sasl-step-data)
16032         (sasl-step-set-data): Declare as functions.
16034 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16036         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16038 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16040         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16041         certs should be verified and what is to be done in the event of a
16042         verification failure.
16044         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16045         caller can indicate whether the cache should be disregarded for this
16046         call.  This way the result of the call is reproducible at all times and
16047         can be considered a canonical server name for the supplied method.
16048         (gnus-agent-method-p): Canonicalize server names by pushing their
16049         method through `gnus-method-to-server' using the no-cache argument.
16051         * gnus-srvr.el (gnus-server-insert-server-line):
16052         Call `gnus-method-to-server' with `no-cache' argument.
16054         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16055         gnus-agent-possibly-synchronize-flags as this should be called when the
16056         server is actually being opened.
16057         (gnus-agent-possibly-synchronize-flags)
16058         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16059         flags file of an agentized server to the latter function.
16061         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16062         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16063         after a connection has been established successfully.
16065 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16067         * gnus-art.el (article-display-face): Force to display face if called
16068         interactively; check if gnus-article-x-face-too-ugly matches author.
16069         (article-display-x-face): Display face even if From header is missing
16070         as article-display-face does.
16072 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16074         * hashcash.el (message-narrow-to-headers-or-head)
16075         (message-fetch-field, message-goto-eoh)
16076         (message-narrow-to-headers): Declare as functions.
16078 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16080         * mail-source.el (mail-sources): Default to fetch from file for
16081         compatibility with default of nnmail-spool-file.
16083 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16085         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16086         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16087         to look for encoded word that should be encoded again.
16088         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16089         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16090         encoding pattern.
16091         (rfc2047-decode-region): Switch strict regexp and loose one according
16092         to rfc2047-allow-irregular-q-encoded-words.
16094 2007-11-25  Romain Francoise  <romain@orebokech.com>
16096         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16098 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16100         * tls.el (tls-program): Provide more custom choices from
16101         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16102         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16104 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16106         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16107         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16109         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16110         `nnmail-spool-file'.
16112         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16113         `nnmail-spool-file'.
16115         * gnus-move.el (gnus-change-server): Ditto.
16117         * gnus-kill.el (gnus-batch-score): Ditto.
16119         * gnus-cache.el (gnus-jog-cache): Ditto.
16121         * gnus-msg.el (gnus-summary-reply):
16122         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16124 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16126         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16127         version.  Minor improvement to doc strings.
16128         (tls-program): Add comment.
16130 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16132         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16133         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16134         mismatch between the hostname provided in the certificate and the name
16135         of the host connnecting to.
16136         (open-tls-stream): Use them.  Check certificates against trusted root
16137         certificates.
16139 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16141         * gnus-cache.el (gnus-cache-generate-nov-databases):
16142         Use nnml-generate-nov-databases-directory instead of
16143         nnml-generate-nov-databases-1.
16145 2007-11-24  Glenn Morris  <rgm@gnu.org>
16147         * message.el (message-tool-bar-retro): Update for rename
16148         mail_send.xpm->mail-send.xpm.
16150 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16152         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16153         `smime-ldap-search' for Emacs 22 and up.
16155 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16157         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16159         * message.el (message-send-mail-function): Fix error convention.
16160         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16161         (message-widen-reply, message-send-mail, message-talkative-question)
16162         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16163         (message-clone-locals, message-send-news): Use with-current-buffer.
16164         (message-insert-or-toggle-importance): Remove unused var `valid'.
16165         (message-make-references): Remove unused var `new-references'.
16166         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16168 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16170         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16171         (spam-split-symbolic-return-positive): Reflow docstring.
16172         (spam-backends, spam-summary-exit-behavior)
16173         (spam-mark-ham-unread-before-move-from-spam-group)
16174         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16175         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16176         (spam-clear-cache, spam-backend-check, spam-install-backend)
16177         (spam-install-statistical-backend, spam-list-of-processors)
16178         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16179         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16180         (spam-check-crm114, spam-initialize, spam-unload-hook):
16181         Fix typos in docstrings.
16183 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16185         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16186         been checked if they have never been read and those group levels are
16187         higher than the one that a user specified.
16189 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16191         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16192         foreign groups unless a group level is specified by a user.
16193         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16195 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16197         * message.el (message-send-mail-function): Require sendmail.
16199 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16201         * message.el (message-send-mail-function): Check for smtpmail too.
16203         * utf7.el (utf7-encode, utf7-decode): Use coding system
16204         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16206         * message.el (message-send-mail-function): New function.
16207         (message-send-mail-function): Set default using
16208         message-send-mail-function.  Adjust doc string.
16209         (message-send-mail-with-mailclient): New function.
16211 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16213         * smime.el (from):
16214         * rfc2047.el (message-posting-charset):
16215         * qp.el (mm-use-ultra-safe-encoding):
16216         * pop3.el (parse-time-months):
16217         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16218         * nnml.el (files):
16219         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16220         (jka-compr-compression-info-list, ange-ftp-path-format)
16221         (efs-path-regexp):
16222         * nndiary.el (files):
16223         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16224         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16225         (epg-digest-algorithm-alist, inhibit-redisplay)
16226         (password-cache-expiry):
16227         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16228         (pgg-output-buffer, password-cache-expiry):
16229         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16230         (efs-path-regexp):
16231         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16232         (inhibit-redisplay):
16233         * mm-uu.el (file-name, start-point, end-point, entry)
16234         (gnus-newsgroup-name, gnus-newsgroup-charset):
16235         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16236         (latin-unity-ucs-list):
16237         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16238         (mm-uu-binhex-decode-function):
16239         * message.el (gnus-message-group-art, gnus-list-identifiers)
16240         (rmail-enable-mime-composing, gnus-local-organization)
16241         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16242         (gnus-read-active-file, facemenu-add-face-function)
16243         (facemenu-remove-face-function, gnus-article-decoded-p)
16244         (tool-bar-mode):
16245         * mail-source.el (display-time-mail-function):
16246         * gnus-util.el (nnmail-pathname-coding-system)
16247         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16248         (gnus-original-article-buffer, gnus-user-agent)
16249         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16250         (xemacs-codename, sxemacs-codename, emacs-program-version):
16251         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16252         * gnus-start.el (gnus-agent-covered-methods)
16253         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16254         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16255         (gnus-newsgroup-headers, gnus-group-list-mode)
16256         (gnus-group-mark-positions, gnus-newsgroup-data)
16257         (gnus-newsgroup-unreads, nnoo-state-alist)
16258         (gnus-current-select-method, mail-sources)
16259         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16260         (nnmail-spool-file, gnus-cache-active-hashtb):
16261         * gnus-mh.el (mh-lib-progs):
16262         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16263         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16264         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16265         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16266         (gnus-group-buffer):
16267         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16268         (font-lock-set-defaults):
16269         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16270         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16271         (gnus-summary-post-menu, total-parts, type, condition, length):
16272         * gnus-agent.el (gnus-agent-read-agentview):
16273         * flow-fill.el (show-trailing-whitespace):
16274         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16275         eval-and-compile wrappers for byte compiler pacifiers.
16277         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16278         (mm-display-inline-fontify): Check for featurep 'xemacs not
16279         extent-list.
16281         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16282         itimer-list.
16283         (mm-create-image-xemacs): Only do something for XEmacs.
16284         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16286         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16288         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16289         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16291 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16293         * nnimap.el (nnimap-split-download-body):
16294         * gnus-demon.el (gnus-demon):
16295         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16297 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16299         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16300         New macros.
16301         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16302         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16303         copy data from unibyte buffer to multibyte current buffer.
16304         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16305         to copy data from unibyte current buffer to multibyte buffer.
16306         (nntp-make-process-buffer): Make process buffer unibyte.
16308         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16310 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16312         * pop3.el (pop3-open-server): Accept and process data more robustly at
16313         connection start to avoid spurious "POP SSL connection failed" errors.
16315 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16317         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16318         read group names.
16320 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16322         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16324 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16326         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16327         (nnmail-save-active): Use a unibyte buffer when saving active file,
16328         which may contain non-ASCII group names.
16330         * nnml.el (nnml-request-group): Decode group names in messages.
16332 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16334         * message.el (message-citation-line-function)
16335         (message-insert-formatted-citation-line): Fix spelling of
16336         `message-insert-formated-citation-line'.
16338 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16340         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16342 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16344         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16345         nnmail-pathname-coding-system.
16347         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16348         that a user enters; decode group names in messages.
16350         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16352 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16354         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16356         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16358         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16359         risky local variable.
16361         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16363 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16365         * encrypt.el: Improve documentation to fix function name typo.
16366         Reported by Daiki Ueno <ueno@unixuser.org>.
16368 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16370         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16371         even if the point is not in the last page of an article.
16372         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16373         back to the previous page.
16375 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16377         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16379 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16381         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16383 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16385         * message.el (message-check-news-body-syntax):
16386         Avoid mm-string-as-multibyte.
16387         (message-hide-headers): Don't assume (point-min)==1.
16389 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16391         * message.el (message-remove-blank-cited-lines): Fix if remove is
16392         given.
16393         (message-bogus-address-regexp): New variable.
16394         (message-bogus-recipient-p): New function.
16395         (message-check-recipients): New command.
16396         (message-syntax-checks): Add `bogus-recipient'.
16397         (message-fix-before-sending): Add `bogus-recipient'.
16399         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16400         (gnus-treat-body-boundary): Don't test window-system.
16402 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16404         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16406 2007-10-28  Miles Bader  <miles@gnu.org>
16408         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16409         at compile-time too.
16411 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16413         * gnus-msg.el (gnus-message-setup-hook):
16414         Add `message-remove-blank-cited-lines' to options.
16416 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16418         * message.el (message-remove-blank-cited-lines): New function.
16419         Suggested by Karl Plästerer.
16421 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16423         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16424         mapc.
16426         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16427         (top-level): Use mapc to set functions to be traced for debugging.
16429         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16430         called for effect with while loop.
16432         * message.el (message-talkative-question): Replace mapcar called for
16433         effect with mapc.
16435         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16436         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16437         called for effect with dolist.
16439         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16441         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16442         gnus-extra-headers and nnmail-extra-headers.
16444         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16445         called for effect with dolist.
16446         (top-level): Use mapc to set functions to be traced for debugging.
16448         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16449         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16450         dolist.
16452         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16453         Replace mapcar called for effect with mapc.
16454         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16455         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16456         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16457         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16459         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16460         remove-if that's a cl function.
16462         * webmail.el (webmail-debug): Replace mapcar called for effect with
16463         dolist.
16465         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16466         with mapc.
16468 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16470         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16471         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16472         with while loop.
16474         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16475         functions from article-* functions.
16476         (gnus-multi-decode-header): Replace mapcar called for effect with
16477         dolist.
16479         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16480         (gnus-bookmark-show-details): Replace mapcar called for effect with
16481         while loop.
16483         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16484         called for effect with while loop.
16486         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16487         with dolist.
16489         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16490         Replace mapcar called for effect with dolist.
16492         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16494         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16495         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16496         Replace mapcar called for effect with dolist.
16497         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16498         mapc.
16500         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16501         Replace mapcar called for effect with dolist.
16502         (gnus-topic-list): Replace mapcar called for effect with mapc.
16504         * gnus.el: Use mapc instead of mapcar to add autoloads.
16506 2007-10-23  Richard Stallman  <rms@gnu.org>
16508         * gnus-group.el (gnus-group-highlight): Mark as risky.
16510 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16512         * gnus.el (gnus-server-to-method): Return method found first in
16513         gnus-newsrc-alist.
16515         * gnus-art.el (gnus-article-highlight-signature)
16516         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16517         button overlay without the front stickiness.
16519 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16521         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16522         overview buffer needed a catch to receive its throw.
16523         (gnus-agent-flush-cache): Declare as interactive to make this function
16524         easier to use.
16526 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16528         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16529         `next-line'.
16531 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16533         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16534         exclude address matching message-dont-reply-to-names.
16536 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16538         * gnus-util.el (gnus-string<): New function.
16540         * gnus-sum.el (gnus-article-sort-by-author)
16541         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16543 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16545         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16546         the frame-focus tag is set in gnus-buffer-configuration.
16548 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16550         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16551         the front stickiness.
16553 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16555         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16556         url pattern; remove duplicate one.
16557         (gnus-article-extend-url-button): New function.
16558         (gnus-article-add-buttons): Use it.
16559         (gnus-button-push): Use concatenated url that it makes.
16561 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16563         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16565 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16567         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16568         Don't hardcode point-min==1.
16570 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16572         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16573         Fix comment about "iso8859-1".
16575 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16577         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16578         ones returned from the verify-function.
16580         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16581         Call mml2015-extract-cleartext-signature if extraction failed.
16583 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16585         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16586         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16587         failed.
16589 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16591         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16593 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16595         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16596         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16597         recommends to use EasyPG instead of PGG.
16599         * pgg.el: Revert to revision 6.23.2.16.
16601         * pgg-def.el: Revert to revision 6.6.2.14.
16603         * pgg-gpg.el: Revert to revision 6.23.2.34.
16605 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16607         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16608         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16609         thread for both the null and zero (kill/expire thread) universal prefix
16610         cases.
16611         (gnus-summary-expire-thread): Add new function to expire a thread,
16612         using gnus-summary-kill-thread.
16613         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16614         shortcuts for gnus-summary-expire-thread.
16615         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16616         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16618 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16620         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16621         extras value, so an extras entry can be deleted.
16622         (gnus-registry-delete-extra-entry): Use it.
16623         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16624         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16625         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16626         storage through the gnus-registry, and provide an appropriate API for
16627         it.
16629 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16631         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16632         Suggested by Leo <sdl.web@gmail.com>.
16634         * gnus.el: Do.
16636 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16638         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16639         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16641         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16643         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16644         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16646 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16648         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16649         newline.
16650         (nnmbox-request-accept-article): Don't change article in source buffer;
16651         narrow to header to use message-fetch-field rather than
16652         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16653         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16654         as delimiters; make sure article ends with newline.
16655         (nnmbox-delete-mail): Correct last position of article to be deleted;
16656         ignore X-Gnus-Newsgroup header in article body.
16657         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16658         positions; make sure article ends with newline.
16660         * message.el (message-display-abbrev): Don't infloop when a user
16661         inserts SPC in the beginning of header.
16663         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16664         coding-system-for-read and coding-system-for-write for XEmacs having no
16665         file-coding feature.
16667         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16669 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16671         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16672         list of groups not followed by default.  Fix type to be regexp.
16673         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16675 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16677         * hmac-def.el (define-hmac-function): Switch from old-style to
16678         new-style backquotes.
16680         * md4.el (md4-make-step): Likewise.
16682 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16684         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16685         raw-text coding system when saving .newsrc file, which may contain
16686         non-ASCII group names.
16688 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16690         * gnus-cus.el (gnus-score-extra): New widget.
16691         (gnus-score-extra-convert): New function.
16692         (gnus-score-customize): Use it for Extra.
16694 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16696         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16697         (mml2015-mailcrypt-clear-verify): Use it.
16698         (mml2015-gpg-clear-verify): Use it.
16699         (mml2015-pgg-clear-verify): Use it.
16700         (mml2015-epg-clear-verify): Replace the current part with the output
16701         from GnuPG; don't extract the plaintext by itself.
16703         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16704         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16705         mml2015-clear-verify-function; don't touch the armor headers or
16706         dash-escaped text here.
16708 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16710         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16711         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16712         parts, or application/octet-stream as a last resort.
16713         (gnus-mime-view-part-as-type): Don't toggle display.
16714         (gnus-mime-view-part-as-charset): Don't turn off display before
16715         querying charset.
16717         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16718         stuff to undisplayer function in Emacs.
16719         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16721         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16722         text/calendar parts.
16724 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16726         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16727         decoding text/calendar parts.
16729         * message.el (message-forward-make-body-mime): Always mark body as
16730         having no illegible text; remove signed-or-encrypted argument.
16731         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16733         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16734         (mml-generate-mime-1): Don't encode body if it is specified to be in
16735         raw form; don't make buffer be unibyte when inserting multibyte string.
16737 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16739         * sha1.el: Fix up comment style.
16740         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16741         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16743         * hex-util.el: Fix up comment style.
16744         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16746         * gnus-salt.el: Use with-current-buffer.
16747         (gnus-pick-setup-message): Fix long-standing typo.
16749 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16751         * imap.el (imap-logout-timeout): New variable.
16752         (imap-logout, imap-logout-wait): New functions.
16753         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16755         * nnimap.el (nnimap-logout-timeout): New server variable.
16756         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16757         nnimap-logout-timeout.
16759         * gnus-art.el (gnus-article-summary-command-nosave)
16760         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16762 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16764         * gnus.el (gnus-maximum-newsgroup): New variable.
16766         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16767         according to gnus-maximum-newsgroup.
16769         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16770         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16771         Limit the range of articles according to gnus-maximum-newsgroup.
16773 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16775         * gnus-art.el (gnus-sticky-article): Fix problems described in
16776         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16777         Don't perform gnus-configure-windows here; reuse existing sticky
16778         article buffer.
16780         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16781         it doesn't exist in gnus-article-mode.
16783 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16785         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16786         (gnus-agent-decoded-group-name): New function.
16787         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16788         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16790 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16792         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16793         Add binding for gnus-sticky-article.
16794         (gnus-summary-exit): Don't kill sticky article buffers.
16796         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16797         article buffer.
16798         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16799         (gnus-kill-sticky-article-buffers): New commands.
16801 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16803         * nntp.el (nntp-xref-number-is-evil): New server variable.
16804         (nntp-find-group-and-number): If it is non-nil, don't trust article
16805         numbers in the Xref header.
16807 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16809         * gnus-agent.el (gnus-agent-read-group): New function.
16810         (gnus-agent-flush-group, gnus-agent-expire-group)
16811         (gnus-agent-regenerate-group): Use it.
16812         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16813         nnmail-pathname-coding-system.
16815 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16817         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16819         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16820         that are unread as unread, and also as selected so that information of
16821         marks having been changed by a user may be updated when exiting group.
16823 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16825         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16827 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16829         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16830         calculated ignoring signature parts to gnus-treat-article.
16832 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16834         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16835         a point here in order to keep the window start.
16836         (gnus-insert-mime-security-button): Make a button overlay without the
16837         front stickiness.
16838         (gnus-mime-display-security): Goto the end of a button.
16840         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16842 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16844         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16845         group-name-at-point.
16846         (gnus-group-completing-read): New function that offers decoded
16847         non-ASCII group names for completion.
16848         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16849         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16850         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16851         (gnus-group-fetch-control): Use it.
16852         (gnus-fetch-group): Use group-name-at-point for the initial value
16853         rather than the default value; use gnus-alive-p.
16855         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16856         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16857         (gnus-summary-post-news): Use gnus-group-completing-read.
16859         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16860         (gnus-read-move-group-name): Decode group name for completion.
16862 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16864         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16865         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16866         Yamaoka slightly modified the code).
16868 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16870         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16871         (nnmail-split-incoming): Bind it.
16873         * nnml.el (nnml-group-name-charset): New function.
16874         (nnml-decoded-group-name): Use it; don't decode group name if
16875         nnmail-group-names-not-encoded-p is non-nil.
16876         (nnml-encoded-group-name): New function.
16877         (nnml-group-pathname): Inline nnml-decoded-group-name.
16878         (nnml-request-expire-articles): Decode group name in message.
16879         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16880         nnmail-pathname-coding-system.
16881         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16882         not decoded ones according to nnmail-group-names-not-encoded-p.
16883         (nnml-generate-active-info): Use nnml-encoded-group-name.
16885 2007-08-08  Glenn Morris  <rgm@gnu.org>
16887         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16888         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16889         doc-strings and comments.
16891 2007-07-25  Glenn Morris  <rgm@gnu.org>
16893         * Relicense all FSF files to GPLv3 or later.
16895 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16897         * gnus-sum.el (gnus-summary-move-article):
16898         Make gnus-summary-respool-article work.
16900 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16902         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16903         string.
16905 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16907         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16908         that should be ignored when comparing distant RSS articles with local
16909         ones.
16910         (nnrss-make-hash-index): New function.  Create a hash index according
16911         to the ignored fields.
16912         (nnrss-check-group): Use it.
16914 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16916         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16918         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16920         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16921         the new optional argument ENCODED is non-nil.
16922         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16923         coding system for encoding group name.
16924         (gnus-group-make-rss-group): Pass un-encoded group name to
16925         gnus-group-make-group.
16926         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16927         encoded.
16929         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16930         Encode group name to which articles are moved or copied.
16931         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16932         coding system for encoding Newsgroup, Followup-To and Xref headers.
16934         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16935         marks; use nnheader-file-coding-system to write a file.
16936         (nnagent-retrieve-headers): Bind file-name-coding-system to
16937         nnmail-pathname-coding-system.
16939         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16941         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16942         (nnml-request-article, nnml-request-create-group)
16943         (nnml-request-rename-group, nnml-find-id)
16944         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16945         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16946         (nnml-save-marks): Use nnml-group-pathname instead of
16947         nnmail-group-pathname.
16949         (nnml-request-create-group, nnml-request-expire-articles)
16950         (nnml-request-move-article, nnml-request-delete-group)
16951         (nnml-deletable-article-p, nnml-possibly-create-directory)
16952         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16953         (nnml-open-marks): Bind file-name-coding-system to
16954         nnmail-pathname-coding-system.
16956         (nnml-request-article): Pass server argument to nnml-find-group-number.
16957         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16958         Pass server argument to nnml-possibly-create-directory.
16959         (nnml-request-accept-article): Pass server argument to
16960         nnml-active-number and nnml-save-mail.
16961         (nnml-find-group-number): Pass server argument to nnml-find-id.
16962         (nnml-request-update-info): Pass server argument to
16963         nnml-marks-changed-p.
16965         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16966         (nnml-save-mail, nnml-active-number): Add server argument.
16968         (nnml-request-delete-group): Warn if group is missing.
16969         (nnml-get-nov-buffer): Decode group name.
16970         (nnml-generate-active-info): Encode group name.
16971         (nnml-open-marks): Decode group name in messages.
16973 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16975         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16976         if it is not specified.
16977         (gnus-article-pipe-part, gnus-article-save-part)
16978         (gnus-article-interactively-view-part, gnus-article-copy-part)
16979         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16980         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16981         (gnus-article-replace-part, gnus-article-delete-part)
16982         (gnus-article-view-part-as-type): Pass raw prefix argument to
16983         gnus-article-part-wrapper.
16985 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16987         * gnus-agent.el (gnus-agent-save-active):
16988         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16990         * gnus-cache.el (gnus-cache-save-buffers)
16991         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16992         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16993         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16994         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16995         (gnus-cache-generate-active, gnus-cache-rename-group)
16996         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16997         (gnus-cache-update-overview-total-fetched-for):
16998         Bind file-name-coding-system to nnmail-pathname-coding-system.
16999         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17000         New variables.
17001         (gnus-cache-decoded-group-name): New function.
17002         (gnus-cache-file-name): Use it.
17003         (gnus-cache-generate-active): Use non-decoded group name for active.
17005         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17006         right place.
17007         (gnus-write-active-file): Don't break non-ASCII group names.
17009         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17010         nnmail-pathname-coding-system.
17012         * lpath.el: Bind default-file-name-coding-system,
17013         file-name-coding-system and language-info-alist for XEmacs.
17015         * gnus-uu.el (gnus-uu-decode-save): Typo.
17017 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17019         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17021 2007-07-14  David Kastrup  <dak@gnu.org>
17023         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17024         finishing actions if we did not edit the article.
17026 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17028         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17029         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17030         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17031         (gnus-agent-flush-group, gnus-agent-flush-cache)
17032         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17033         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17034         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17035         (gnus-agent-regenerate-group)
17036         (gnus-agent-update-files-total-fetched-for)
17037         (gnus-agent-update-view-total-fetched-for):
17038         Bind file-name-coding-system to nnmail-pathname-coding-system.
17039         (gnus-agent-group-pathname): Don't encode file names by
17040         nnmail-pathname-coding-system.
17041         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17042         coding-system-for-write instead of buffer-file-coding-system to
17043         gnus-agent-file-coding-system.
17045         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17046         Decode group name.
17048         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17050         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17051         (gnus-read-newsrc-el-file): Make group names unibyte.
17053         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17054         nnmail-pathname-coding-system.
17056         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17057         (nnrss-request-delete-group): Bind file-name-coding-system to
17058         nnmail-pathname-coding-system.
17059         (nnrss-read-server-data, nnrss-read-group-data):
17060         Bind file-name-coding-system correctly.
17061         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17063         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17064         (nntp-server-to-method-cache): New variable.
17065         (nntp-group-pathname): New function that decodes non-ASCII group names.
17066         (nntp-possibly-create-directory, nntp-marks-changed-p)
17067         (nntp-save-marks, nntp-open-marks): Use it.
17068         (nntp-possibly-create-directory, nntp-open-marks):
17069         Bind file-name-coding-system to nnmail-pathname-coding-system.
17070         (nntp-open-marks): Decode group names when bootstrapping marks.
17072         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17073         Newsgroups and Followup-To headers.
17075 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17077         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17078         (gnus-server-closed-face, gnus-server-denied-face)
17079         (gnus-server-offline-face): Remove variable.
17080         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17082         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17083         of modifying message-stack directly for XEmacs.
17085         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17086         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17087         if the coding-system argument is nil for XEmacs.
17089         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17090         mm-charset-override-alist.
17092         * rfc2047.el: Don't require base64; require rfc2045 for the function
17093         rfc2045-encode-string.
17094         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17095         to quote the parameter value.
17097 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17099         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17100         form in gnus-group-name-charset-method-alist.
17102         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17103         overrides the default layout edit-form.
17105         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17107         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17109 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17111         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17112         as unfetched articles.
17114 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17116         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17118 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17120         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17121         original back end that keeps marks in the local system.
17123 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17125         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17126         arg of pop-to-buffer for XEmacs.
17127         (gnus-article-read-summary-keys): Ditto; don't restore window
17128         configuration if summary command ends up with neither article buffer
17129         nor summary buffer; describe bindings if summary keys end with C-h.
17131 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17133         * message.el (message-fix-before-sending): Skip raw message part to be
17134         forwarded while checking illegible text.
17135         (message-forward-make-body-mime, message-forward-make-body):
17136         Mark signed or encrypted raw message as having no illegible text.
17138 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17140         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17141         (gnus-message-with-timestamp-1): New macro.
17142         (gnus-message-with-timestamp): New function.
17143         (gnus-message): Use them.
17145         * nnheader.el (nnheader-message): Use them.
17147 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17149         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17150         .newsrc.eld file.
17152 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17154         * gnus-agent.el (gnus-agent-fetch-headers)
17155         (gnus-agent-retrieve-headers):
17156         Bind gnus-decode-encoded-address-function to identity.
17158         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17159         available also when the server returns simply a dot.
17161         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17163 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17165         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17167 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17169         * gnus-ems.el (gnus-x-splash): Make it work.
17171         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17172         from being used.
17174         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17176 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17178         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17179         4th and the 5th arguments.
17181         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17182         the front stickiness.
17183         (gnus-article-summary-command-nosave): Correct the order of the
17184         arguments passed to pop-to-buffer.
17185         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17186         summary command ends up with the article buffer.
17188         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17189         the same faces.
17191 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17193         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17195 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17197         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17198         * gnus-sum.el (gnus-summary-highlight):
17199         * pgg.el (pgg-sign-region, pgg-sign):
17200         * mail-source.el (mail-source-delete-old-incoming-confirm):
17201         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17203 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17205         * gnus-art.el (gnus-mime-view-part-externally)
17206         (gnus-mime-view-part-internally): Fix predicate function passed to
17207         completing-read.
17209         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17211         * gnus.el (gnus-update-message-archive-method): Add :version.
17213 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17215         * gnus.el (gnus-update-message-archive-method): New variable.
17217         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17218         according to gnus-message-archive-method if
17219         gnus-update-message-archive-method is non-nil.
17221 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17223         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17224         Suggested by Loic Dachary <loic@dachary.org>.
17225         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17227 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17229         * message.el (message-pop-to-buffer): Add switch-function argument.
17230         (message-mail): Pass switch-function argument to it.
17232 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17234         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17235         Improve doc string.
17237 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17239         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17240         (gnus-header-content):
17241         * gnus-cite.el (gnus-cite-10):
17242         * gnus-srvr.el (gnus-server-closed):
17243         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17244         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17245         (gnus-group-mail-3-empty, gnus-group-mail-low)
17246         (gnus-group-mail-low-empty, gnus-splash):
17247         * message.el (message-header-to, message-header-cc)
17248         (message-header-subject, message-header-other, message-header-name)
17249         (message-header-xheader, message-separator, message-cited-text)
17250         (message-mml): Lighten colors of faces used for dark background.
17252 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17254         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17255         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17257 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17259         * message.el (message-narrow-to-headers-or-head):
17260         Ignore mail-header-separator in the body.
17262 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17264         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17265         same as window size.
17267 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17269         * message.el (message-font-lock-keywords): Use message-header-xheader
17270         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17271         ahead of the anything pattern, to get it recognized.
17273 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17275         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17276         spam.el loads uses it in the compiled defadvice form.
17278 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17280         * gnus-sum.el (gnus-articles-to-read)
17281         (gnus-summary-insert-old-articles): Don't truncate group name for
17282         `read-string'.
17284         * gnus-util.el (gnus-limit-string): Delete this function.
17286         * gnus-sum.el (gnus-simplify-subject-fully):
17287         Use `truncate-string-to-width' instead.
17289 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17291         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17292         Tell if, on summary exit, the next group has to be selected.
17293         (gnus-summary-exit): Use it.
17295 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17297         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17298         non-break space.
17300 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17302         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17303         Check if group is not a directory.
17304         (nnfolder-request-expire-articles): Don't delete articles if the target
17305         group is not available.
17307         * nnml.el (nnml-request-create-group): Properly check if group is not a
17308         file.
17309         (nnml-request-expire-articles): Don't delete articles if the target
17310         group is not available.
17312         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17313         Don't quote characters that are within parentheses.
17315 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17317         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17318         (gnus-handle-ephemeral-exit): Select article according to it.
17320 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17322         * message.el (message-insert-formated-citation-line): Remove newline.
17323         (message-citation-line-format): Add final \n here so that the user can
17324         avoid a blank line.
17326 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17328         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17329         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17330         Update lanl/arXiv support.
17332 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17334         * gnus.el: Bump version number.
17336 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17338         * gnus.el (gnus-version-number): Bump version.
17340 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17342         * gnus.el: No Gnus v0.6 is released.
17344 2007-04-27  Didier Verna  <didier@xemacs.org>
17346         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17347         * gmm-utils.el (gmm-regexp-concat): ... here.
17348         * message.el: Don't require 'gnus-util.
17349         (message-dont-reply-to-names): Handle name change above.
17350         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17352 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17354         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17355         since the initial value varies according to the system.
17357 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17359         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17361 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17363         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17365 2007-04-24  Didier Verna  <didier@xemacs.org>
17367         Improve the type of gnus-ignored-from-addresses.
17368         * gnus-util.el (gnus-orify-regexp): New function.
17369         * message.el (gnus-util): Require it.
17370         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17371         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17372         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17374 2007-04-24  Didier Verna  <didier@xemacs.org>
17376         * gnus-sum.el:
17377         * gnus-utils.el: Fix some trailing whitespaces.
17379 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17381         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17382         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17383         article's Message-ID; refer parent article in summary buffer.
17385         * message.el (message-bounce): Call mime-to-mml.
17387         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17388         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17389         optimize and/or forms properly.
17391 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17393         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17394         URL.
17396 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17398         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17400 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17402         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17403         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17404         displayed of multipart/alternative part if it is invoked from summary
17405         buffer.
17407         * mm-view.el (mm-inline-text-html-render-with-w3m)
17408         (mm-inline-text-html-render-with-w3m-standalone)
17409         (mm-inline-render-with-function): Use mail-parse-charset by default.
17411 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17413         * parse-time.el (parse-time-string-chars): Check if CHAR
17414         is less than the length of parse-time-syntax.
17416 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17418         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17419         from gnus-newsgroup-processable.
17421 2007-04-16  Didier Verna  <didier@xemacs.org>
17423         * gnus-msg.el (gnus-configure-posting-styles):
17424         Handle message-signature-directory properly with :file syntax.
17425         Reported by "Leo".
17427 2007-04-11  Didier Verna  <didier@xemacs.org>
17429         New user option: message-signature-directory.
17430         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17431         * message.el (message-insert-signature): Ditto.
17432         * message.el (message-signature-file): Doc update.
17433         * message.el (message-signature-directory): New.
17435 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17437         * gnus-msg.el (gnus-inews-yank-articles):
17438         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17440 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17442         * message.el (message-yank-original): Make sure cited text ends with
17443         newline; don't exchange point and mark.
17445 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17447         * tls.el (open-tls-stream): Properly handle case where there
17448         is no associated buffer.
17450 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17452         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17453         message-yank-original, make sure (< mark TEXT point).
17455 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17457         * message.el (message-fill-column): New variable.
17458         (message-mode): Use it.  Add comment on a possible new hook.
17460         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17461         (nnmail-get-new-mail): Reformat.
17463         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17465         * gmm-utils.el: Fix Commentary.
17466         (gmm-tool-bar-from-list): Fix typo in doc string.
17468 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17470         * message.el (message-yank-original): Don't switch point and mark
17471         unnecessarily to put point and mark as documented.
17473 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17475         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17476         from the message heads.
17478 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17480         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17481         article buffer does not have a window.  This may not be the best
17482         solution but is certainly better than setting the start of the null,
17483         that is the current, window.
17485 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17487         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17488         (gnus-draft-setup): Run it.
17490         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17491         gnus-score-fast-scoring.  Allow regexp.
17492         (gnus-score-headers): Use it.
17494         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17495         XEmacs.
17497         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17498         string.
17499         (gnus-button-alist): Also catch `<f1> k ...'.
17500         (gnus-treat-display-x-face): Fix doc string.
17502 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17504         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17505         evaluation of gnus-extended-version to ensure correct generation of the
17506         User-Agent header when message-generate-headers-first is used.
17508 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17510         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17511         hashcash-path is nil.  Don't call callback with incorrect number of
17512         parameters if val is 0.
17514 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17516         * message.el (message-required-news-headers):
17517         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17519 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17521         * tls.el (open-tls-stream): In handshake-waiting loop,
17522         don't wait more if there is output available to process.
17524 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17526         * tls.el (tls-program): Doc fix.
17528 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17530         * message.el (message-generate-new-buffers): Change the meaning of the
17531         nil value; add `standard' to the choices; treat t as `unique'; improve
17532         doc string.
17533         (gnus-select-frame-set-input-focus): Autoload.
17534         (message-buffer-name): Search for the existing message buffer if
17535         message-generate-new-buffers is nil or `standard'; treat the value t of
17536         message-generate-new-buffers as `unique'.
17537         (message-pop-to-buffer): Raise the frame already displaying the message
17538         buffer; clear the echo area after querying.
17539         (message-setup): Pass the `continue' argument to compose-mail.
17540         (message-mail): Prefer `switch-function' if it is given; search for the
17541         existing message buffer if the `continue' argument is non-nil; pass
17542         continue and switch-function arguments to compose-mail by way of
17543         message-setup.
17544         (message-mail-other-window): Adjust argument of message-setup.
17545         (message-mail-other-frame): Ditto.
17547 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17549         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17550         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17551         to turn font-lock on when turning gnus-message-citation-mode on.
17553 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17555         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17556         (mml-smime-function-alist): New variable; add epg as the backend.
17557         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17558         mml-smime- functions instead.
17559         * mm-view.el: Require smime.
17561 2007-03-05  Didier Verna  <didier@xemacs.org>
17563         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17564         instead of just inheritance for posting styles.
17565         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17567 2007-02-24  Chris Moore  <dooglus@gmail.com>
17569         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17570         * pgg-pgp.el (pgg-pgp-encrypt-region):
17571         * pgg-gpg.el (pgg-gpg-encrypt-region):
17572         Check pgg-encrypt-for-me if no other recipients.
17574 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17576         * tls.el (tls-certtool-program): Fix custom type.
17578 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17580         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17581         and point-at-eol instead of line-(beginning|end)-position.
17583         * assistant.el (assistant-parse-buffer): Ditto.
17585         * netrc.el (netrc-parse-services): Ditto.
17587 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17589         * mml2015.el (mml2015-epg-find-usable-key): New function.
17590         (mml2015-epg-sign): Use it.
17591         (mml2015-epg-encrypt): Use it.
17593 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17595         * message.el (message-make-in-reply-to): Quote name containing
17596         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17597         if there are special characters.  Reported by NAKAJI Hiroyuki
17598         <nakaji@jp.freebsd.org>.
17600 2007-02-27  Didier Verna  <didier@xemacs.org>
17602         Include the group parameters as well as the topic ones in the
17603         inheritance filter process.
17604         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17605         argument GROUP-PARAMS-LIST.
17606         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17608 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17610         * nntp.el (nntp-never-echoes-commands)
17611         (nntp-open-connection-functions-never-echo-commands): New variables.
17612         (nntp-send-command): Use them.
17614 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17616         * mml2015.el (mml2015-epg-verify): Simplify.
17618 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17620         * mml.el (mml-content-disposition-alist): New user option.
17621         (mml-content-disposition): New function.
17622         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17623         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17625 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17627         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17628         verification.
17630 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17632         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17633         articles posted in the last 24 hours.
17635 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17637         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17639 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17641         * nntp.el (nntp-send-command): Don't wait for echoes when
17642         nntp-open-ssl-stream is used.
17644 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17646         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17647         (gnus-message-add-citation-keywords)
17648         (gnus-message-remove-citation-keywords): Remove.
17649         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17650         directly, make the variables in font-lock-defaults buffer-local, add
17651         gnus-message-citation-keywords to them and then update the value of
17652         font-lock-keywords.
17654 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17656         * message.el (message-cite-original-1): Don't call
17657         gnus-article-highlight-citation.
17659         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17660         citations; fix line count.
17662 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17664         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17665         (gnus-message-add-citation-keywords)
17666         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17667         versions of font-lock-add-keywords and font-lock-remove-keywords to
17668         work with XEmacs correctly.
17670 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17672         * gnus-cite.el (gnus-cite-face-list): Set the values of
17673         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17674         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17675         (gnus-message-cite-prefix-regexp): New variable.
17676         (gnus-message-search-citation-line): Use it; protect against long
17677         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17678         the 0th match data for Emacs.
17679         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17680         (gnus-message-add-citation-keywords): Append keywords rather than
17681         prepending; emulate font-lock-add-keywords if it is not available.
17682         (gnus-message-remove-citation-keywords):
17683         Emulate font-lock-remove-keywords if it is not available.
17685         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17687         * message.el (message-cite-prefix-regexp): Set the value of
17688         gnus-message-cite-prefix-regexp.
17690 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17692         * nnweb.el (nnweb-google-parse-1): Update parser.
17694 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17696         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17698 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17700         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17701         regexp.
17703 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17705         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17706         string-to-multibyte.
17707         (uudecode-decode-region-internal): Use it.
17709         * lpath.el: Fbind string-as-multibyte for XEmacs.
17711 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17713         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17714         Fix custom choice.
17716         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17718 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17720         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17722         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17723         `write-region' to respect `mm-inhibit-file-name-handlers'.
17725 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17727         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17728         Use gnus-home-directory instead of "~/" or "$HOME".
17730 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17732         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17733         to mention filename.
17734         Add comments at beginning regarding usage.
17735         (encrypt-write-file-contents): Change interactive so a string is
17736         acceptable.  If the file has no associated model, show an error instead
17737         of a nonsense prompt.
17739 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17741         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17742         Thanks to Yoshihiko Yamada for kind notification of this typo.
17744 2007-01-12  Kenichi Handa  <handa@m17n.org>
17746         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17747         multibyte buffer.
17749 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17751         * gnus-score.el (gnus-score-fast-scoring): New variable.
17752         (gnus-score-headers): Use it.
17754         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17756         * message.el (message-cite-original-1):
17757         Call gnus-article-highlight-citation if requested.
17758         (message-make-from): Allow name and address as optional arguments.
17760         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17762         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17763         bugs to doc string.
17764         (gnus-button-alist): Add mid\\|message-id.
17765         (gnus-button-fetch-group): Extend for use in
17766         `browse-url-browser-function'.
17767         (gnus-button-url-regexp): Try to catch paired parentheses like in
17768         Wikipedia URLs.
17770         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17771         Suggested by Simon Krahnke <overlord@gmx.li>.
17773 2007-01-13  Romain Francoise  <romain@orebokech.com>
17775         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17776         Update copyright.
17778 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17780         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17782 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17784         * gnus-registry.el (gnus-registry-unfollowed-groups)
17785         (gnus-registry-split-fancy-with-parent): Fix documentation.
17787 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17789         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17790         from nnweb groups.
17792 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17794         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17795         Xref urls.  Erase buffer before requesting head.
17797         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17799 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17801         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17802         customizable.
17804 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17806         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17807         no signing key is found.
17808         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17809         no encrypting and/or signing key is found.
17811 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17813         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17815 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17817         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17818         headers read from disk with the ones newly found in the current search.
17819         This should no longer cause problems, because the article numbers in
17820         Gmane's `nov.php' output are ignored since the previous change.
17822 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17824         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17826 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17828         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17829         replace-regexp-in-string; bind url-version; fbind display-images-p and
17830         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17831         find-face and set-itimer-function for Emacs; bind itimer-list for
17832         Emacs.
17834         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17836 2007-01-01  Romain Francoise  <romain@orebokech.com>
17838         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17840 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17842         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17843         `define-minor-mode' macro definition expanded properly.
17844         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17845         exclude it there.
17847         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17848         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17849         `fboundp' test.
17850         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17851         This is OK to autoload in (S)XEmacs now.
17853 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17855         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17856         keystroke.
17857         (gnus-summary-limit-to-singletons): Fix typo.
17859         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17860         else fails.
17862 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17864         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17865         docstring.
17867         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17868         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17869         (gnus-summary-insert-dormant-articles): Fix typo in message.
17871 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17873         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17874         nil for XEmacs.
17875         (gnus-message-citation-mode): Don't autoload in XEmacs.
17877         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17879 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17881         * nnimap.el (nnimap-expunge-search-string):
17882         Mention nnimap-search-uids-not-since-is-evil in docstring.
17884 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17886         * spam.el: Revert to make-obsolete-variable because
17887         define-obsolete-variable-alias is not supported in Emacs 21.
17889         * spam.el (spam-ifile-path, spam-ifile-database-path)
17890         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17891         make-obsolete-variable.
17892         (spam-bsfilter-path, spam-bsfilter-program)
17893         (spam-spamassassin-path, spam-spamassassin-program)
17894         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17895         Don't use "path" inappropriately.
17896         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17897         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17898         variable names.
17900 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17902         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17903         summary buffer.
17905         * password.el (password-cache-remove): Use clear-string to burn
17906         password, if available.
17908 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17910         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17912         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17914         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17915         (gnus-message-highlight-citation): Move defcustom here from
17916         gnus-cite.el.
17917         (gnus-message-citation-mode): Autoload.
17919         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17920         checks to make it compile with XEmacs.
17921         (gnus-message-citation-mode): New minor mode.
17922         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17923         (gnus-message-highlight-citation): New variables.
17924         (gnus-message-search-citation-line)
17925         (gnus-message-add-citation-keywords)
17926         (gnus-message-remove-citation-keywords)
17927         (turn-on-gnus-message-citation-mode)
17928         (turn-off-gnus-message-citation-mode): New functions.
17930 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17932         * gnus-cite.el: Enable highlighting of different citation levels in
17933         message-mode.
17935 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17937         * message.el (message-make-fqdn): Fix comment.
17938         (message-bogus-system-names): Add ".local".
17940         * spam.el (spam-ifile-path, spam-ifile-program)
17941         (spam-ifile-database-path, spam-ifile-database)
17942         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17943         Don't use "path" inappropriately.
17944         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17945         strings.
17946         (spam-check-ifile, spam-ifile-register-with-ifile)
17947         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17948         Use new variable names.
17950         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17951         (gnus-treat-display-smileys): Simplify using
17952         gnus-image-type-available-p.
17954         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17955         available.
17957         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17958         Use `display-images-p' if available.
17960 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17962         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17963         one after turning on the buffer's multibyteness instead of decoding
17964         them directly in the unibyte buffer that causes unexpected conversion
17965         in Emacs 23 (unicode).
17967 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17969         * message.el (message-generate-hashcash): Fix custom type.
17971 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17973         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17975 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17977         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17978         disconnect icons.  Add help text.
17980 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17982         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17983         negated to be consistent with the others we handle.
17985 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17987         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17988         version of gnus-summary-buffer to something, so that we can use two
17989         article buffers at the same time.
17991 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17993         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17994         trigger all the extra headers.
17995         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17996         sorting.
17998 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18000         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18001         solid groups.
18003 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18005         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18007 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18009         * legacy-gnus-agent.el: Add Copyright notice.
18011 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18013         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18015 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18017         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18019         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18020         to make it work reliably in CVS Emacs.
18021         (gnus-summary-limit-strange-charsets-predicate)
18022         (gnus-summary-limit-to-predicate): New functions.
18024 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18026         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18027         specifying array size.
18028         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18029         array if it is too small.
18030         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18031         (gnus-sort-threads-loop): New function.
18033 2006-12-06  Chris Moore  <dooglus@gmail.com>
18035         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18036         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18038 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18040         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18041         options.
18043 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18045         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18046         DOS-ing the recipient.
18048         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18049         the headers when creating the mapping to avoid mismappings.
18050         (nnweb-gmane-create-mapping): Always nix out old mapping.
18052 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18054         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18055         and mm-verify-option to never.
18057 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18059         * message.el (message-signed-or-encrypted-p): New function.
18060         (message-forward-make-body): Use it.
18062         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18063         Replace encode-coding-string with mm-encode-coding-string.
18065 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18067         * nneething.el (nneething-decode-file-name):
18068         Replace decode-coding-string with mm-decode-coding-string.
18070         * gnus-int.el (gnus-open-server): Say failed server's name.
18072 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18074         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18075         strings to a single string.  Quote `errors-file-name'.
18076         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18077         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18078         Adjust calls.  Use `shell-quote-argument'.
18080 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18082         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18083         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18085         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18086         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18087         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18088         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18089         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18090         (gnus-subscribe-newsgroup, gnus-1):
18091         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18092         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18093         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18094         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18096 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18098         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18099         keystroke.
18100         (gnus-summary-limit-to-bodies): Implement headersp.
18102 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18104         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18106 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18108         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18110 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18112         * message.el (message-generate-hashcash): Expand range of values to
18113         include `opportunistic'.
18114         (message-send-mail): Use it.
18116 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18118         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18119         and comment it.
18121         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18123 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18125         * gnus-util.el (gnus-extract-address-components): Improve comment.
18127 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18129         * gnus-util.el (gnus-extract-address-components): Work with address in
18130         which the name portion contains @.
18132         * lpath.el: Fbind custom-autoload.
18134 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18136         * gnus.el (gnus-start): Move custom group up.
18137         (gnus-select-method): Don't autoload, but make it available for
18138         `customize-variable'.
18139         (gnus-getenv-nntpserver): Don't autoload.
18141 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18143         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18145 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18147         * message.el (message-sendmail-extra-arguments): New variable.
18148         (message-send-mail-with-sendmail): Use it.
18150 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18152         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18153         mm-with-unibyte-current-buffer to make string unibyte.
18155         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18156         mm-string-as-multibyte.
18158 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18160         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18161         Reported by Werner Koch <wk@gnupg.org>.
18163 2006-11-14  Daiki Ueno  <ueno@p360>
18165         * mml2015.el: Autoload epa-select-keys when compiling.
18167 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18169         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18170         message-options.
18171         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18173 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18175         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18176         EasyPG (< 0.0.6).
18177         (mml2015-always-trust): New user option.
18178         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18179         prompt.
18181 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18183         * nntp.el (nntp-authinfo-force): New variable.
18184         (nntp-send-authinfo): Use it.
18186 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18188         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18189         decode encoded words.  Improve prompt.  Add comment about forwarding.
18190         (message-replacement-char): Move up.
18192 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18194         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18195         instead of gnus-intersection because arguments of gnus-sorted-nunion
18196         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18198 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18200         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18201         (message-simplify-subject-functions):
18202         Enable message-strip-subject-encoded-words by default.
18204 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18206         * message.el (message-strip-subject-encoded-words): New function.
18207         (message-simplify-subject-functions): New variable.
18208         (message-simplify-subject): Use it.  Fix typo in doc string.
18209         Support message-strip-subject-encoded-words.
18211 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18213         * gnus-diary.el (gnus-diary-delay-format-function):
18214         * nndiary.el (nndiary-reminders):
18215         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18217 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18219         * gnus-art.el (article-hide-boring-headers): Fetch date from
18220         gnus-original-article-buffer to avoid problems with localized date
18221         strings.
18223 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18225         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18227 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18229         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18230         New variables.
18231         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18232         (mm-charset-synonym-alist): Move some entries to
18233         mm-codepage-iso-8859-list.
18234         (mm-charset-synonym-alist, mm-charset-override-alist):
18235         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18237 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18239         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18241 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18243         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18244         with Emacs 21 and XEmacs.
18246 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18248         * spam.el (spam-parse-address): New function for better parsing,
18249         catching errors, etc.
18250         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18252 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18254         * mm-view.el: Add interactive arg to html2text autoload.
18256 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18258         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18260 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18262         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18263         New variables.
18264         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18265         (mm-charset-synonym-alist): Move some entries to
18266         mm-codepage-iso-8859-list.
18268         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18270 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18272         * message.el (message-citation-line-format)
18273         (message-insert-formated-citation-line): Fix implementation of %E, %N
18274         and %n according to the doc string.
18276 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18278         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18279         Use car-safe to avoid bad parses.
18281 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18283         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18284         names.
18286         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18288 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18290         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18291         header.
18293         * message.el (message-draft-headers): Add Date.
18294         (message-headers-to-generate): Fix typo in docstring.
18296         * nndraft.el (nndraft-required-headers): New variable.
18297         (nndraft-generate-headers): Use it.
18299         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18301 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18303         * gnus-registry.el (gnus-registry-wash-for-keywords)
18304         (gnus-registry-find-keywords): New functions to allow easy searching of
18305         articles that are in the registry.
18307 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18309         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18310         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18311         Reported by Damien Elmes <damien@repose.cx>.
18313 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18315         * gnus.el (gnus-mime): Remove unused custom group.
18317 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18319         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18320         "blank line" when searching for end of armor headers.
18322 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18324         * gmm-utils.el (gmm-write-region): Fix variable name.
18326 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18328         * gmm-utils.el (gmm-write-region): New function based on compatibility
18329         code from `mm-make-temp-file'.
18331         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18333         * nnmaildir.el (nnmaildir--update-nov)
18334         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18335         Use `gmm-write-region'.
18337 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18339         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18340         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18342         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18344         * message.el (message-replacement-char): New variable.
18345         (message-fix-before-sending): Use it.
18346         (message-simplify-subject): New function to remove duplicate code.
18347         (message-reply, message-followup): Use it.
18349         * gnus-sum.el (gnus-summary-make-menu-bar):
18350         Clarify gnus-summary-limit-to-articles.
18352 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18354         * gnus-util.el (gnus-with-local-quit): New macro.
18356         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18358 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18360         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18361         ignore non-string data.
18363 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18365         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18366         non-string data (needs to be done in the registry too).
18368 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18370         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18371         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18372         (gnus-registry-split-fancy-with-parent)
18373         (gnus-registry-fetch-simplified-message-subject-fast)
18374         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18375         Remove text properties on ingress into the registry and when it's saved.
18376         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18377         registry from entries with no groups.
18379 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18381         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18382         function to remove string properties.
18384 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18386         * gmm-utils.el (gmm): Adjust custom version.
18388         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18389         Adjust custom version.
18391         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18393 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18395         * gnus-art.el (gnus-insert-prev-page-button)
18396         (gnus-insert-next-page-button): Simplify.  Reformat.
18398 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18400         * gnus-art.el (gnus-insert-prev-page-button)
18401         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18403 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18405         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18407 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18409         * gnus-art.el (gnus-insert-mime-button)
18410         (gnus-insert-mime-security-button):
18411         Apply gnus-article-button-face to MIME and security buttons.
18413 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18415         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18416         readable.
18418 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18420         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18422 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18424         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18425         `browse-url-of-file' instead of `browse-url'.
18427 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18429         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18430         regexp.  Articles containing quotation were cut prematurely.
18432 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18434         * message.el (message-cite-original-1): Use nobody by default for the
18435         value of From header.
18436         (message-reply): Ditto.
18438 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18440         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18441         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18442         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18444 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18446         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18447         mails in the doc string.  Add some URLs in comment.
18448         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18450 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18452         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18453         backslashes handling and the way to find boundaries of quoted strings.
18455 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18457         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18458         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18459         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18460         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18462 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18464         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18465         doc string.
18466         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18468 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18470         * lpath.el: Fbind epg-check-configuration.
18472 2006-09-06  Simon Josefsson  <jas@extundo.com>
18474         * mml2015.el (mml2015-use): Doc fix, mention epg.
18476 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18478         * mml2015.el (mml2015-use): Default to epg, if available.
18480 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18482         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18483         message-sender.
18484         (mml1991-epg-encrypt): Ditto.
18485         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18486         message-sender.
18487         (mml2015-epg-encrypt): Ditto.
18489 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18491         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18492         several common directories.
18494 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18496         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18497         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18499 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18501         * gnus-art.el (article-decode-encoded-words): Make it fast.
18503 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18505         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18507         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18508         in quoted string into `\'.
18510 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18512         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18513         Use standard-syntax-table.
18515 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18517         * gnus-art.el (gnus-decode-address-function): New variable.
18518         (article-decode-encoded-words): Use it to decode headers which are
18519         assumed to contain addresses.
18520         (gnus-mime-delete-part): Remove useless `or'.
18522         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18523         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18524         (gnus-nov-parse-line): Use it to decode From header.
18525         (gnus-get-newsgroup-headers): Ditto.
18526         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18528         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18529         (mail-decode-encoded-address-string): New alias.
18531         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18532         New function.
18533         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18534         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18535         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18536         (rfc2047-decode-string): Ditto.
18537         (rfc2047-decode-address-region): New function.
18538         (rfc2047-decode-address-string): New function.
18540 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18542         * message.el (message-caesar-buffer-body): Allow rotating headers.
18544         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18546         * message.el (message-insert-formated-citation-line): Fix %f.
18547         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18549 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18551         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18552         (gnus-bookmark-mouse-available-p): New macro.
18553         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18554         (gnus-bookmark-bmenu-show-infos): Use it.
18555         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18556         (gnus-bookmark-bmenu-hide-infos): Ditto.
18557         (gnus-bookmark-remove-properties): New function.
18558         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18559         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18560         (gnus-bookmark-write-file): Bind coding-system-for-write.
18561         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18562         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18563         group before selecting it.
18564         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18565         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18566         quit-window if it is not available; use gnus-mouse-2 and bind it to
18567         gnus-bookmark-bmenu-select-by-mouse.
18568         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18569         (gnus-bookmark-bmenu-select-by-mouse): New function.
18571 2006-08-13  Romain Francoise  <romain@orebokech.com>
18573         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18574         space.
18576 2006-08-10  Romain Francoise  <romain@orebokech.com>
18578         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18579         (dns-mode-soa-auto-increment-serial): New user option.
18580         (dns-mode-soa-maybe-increment-serial): New function.
18581         (dns-mode): Add the latter to `write-contents-functions'.
18583 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18585         * compface.el (uncompface): Use binary rather than raw-text-unix.
18587 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18589         * compface.el (uncompface): Make sure the eol conversion doesn't take
18590         place when communicating with the external programs.
18591         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18593 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18595         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18597 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18599         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18600         Make it more robust by parsing author and date independently.
18602 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18604         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18606 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18608         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18609         first matching secret key.
18610         (mml2015-epg-encrypt): Ditto.
18612         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18613         first matching secret key.
18614         (mml1991-epg-encrypt): Ditto.
18616         * mml2015.el (mml2015-encrypt-to-self): New user option.
18617         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18618         mml2015-epg-encrypt-to-self is set.
18620         * mml1991.el (mml1991-encrypt-to-self): New variable.
18621         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18622         mml1991-epg-encrypt-to-self is set.
18624         * mml2015.el (mml2015-signers): New user option.
18625         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18626         (mml2015-epg-encrypt): Allow to select signing keys.
18628         * mml1991.el (mml1991-signers): New variable.
18629         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18630         (mml1991-epg-encrypt): Allow to select signing keys.
18632 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18634         * nnheader.el (nnheader-insert-head): Make it work even if the file
18635         uses CRLF for the line-break code.
18637 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18639         * mml2015.el: Require mml-sec instead of password.
18640         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18641         (mml2015-cache-passphrase): Inherit the default value from
18642         mml-secure-cache-passphrase.
18643         (mml2015-passphrase-cache-expiry): Inherit the default value from
18644         mml-secure-passphrase-cache-expiry.
18646         * mml1991.el: Require mml-sec instead of password.
18647         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18648         (mml1991-cache-passphrase): Inherit the default value from
18649         mml-secure-cache-passphrase.
18650         (mml1991-passphrase-cache-expiry): Inherit the default value from
18651         mml-secure-passphrase-cache-expiry.
18653         * mml-sec.el: Require password.
18654         (mml-secure-verbose): New user option.
18655         (mml-secure-cache-passphrase): New user option.
18656         (mml-secure-passphrase-cache-expiry): New user option.
18658 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18659             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18661         * pgg-def.el (pgg-truncate-key-identifier):
18662         Truncate the key ID to 8 letters from the end.
18664 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18666         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18667         workaround for the url package included with Emacs.
18669         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18671 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18673         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18674         correctly.  This fixes a bug caused by the 2006-05-12 change.
18676 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18678         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18679         some information about the error when saying that the `bogus' mail
18680         group will be used.
18682 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18684         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18685         string.
18687 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18689         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18691 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18693         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18695 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18697         * mml1991.el (mml1991-function-alist): Add epg.
18698         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18699         (mml1991-epg-encrypt): New functions.
18701 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18703         * mml2015.el (mml2015-verbose): New variable.
18704         (mml2015-cache-passphrase): Ditto.
18705         (mml2015-passphrase-cache-expiry): Ditto.
18706         (mml2015-function-alist): Add epg.
18707         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18708         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18709         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18710         New functions.
18712 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18714         * message.el (message-cite-original-1): Preserve region when removing
18715         quoted text due to X-No-Archive in order to avoid bogus attribution
18716         when citing multiple messages.
18718 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18720         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18721         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18723 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18725         * gnus-diary.el (gnus-user-format-function-d)
18726         (gnus-user-format-function-D): Autoload.
18728         * imap.el (Commentary): Fix typo.
18730         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18731         2006-04-22 contribution.
18733 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18735         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18736         It didn't really fix the bogosity I'm seeing with solid web groups.
18738 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18740         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18741         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18742         created using server names.  If we use the feature without declaring
18743         it, Gnus does not properly manage server and group state.
18745         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18746         bound.
18748 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18750         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18751         looking up the method using GROUP's prefix before inventing a new one.
18752         It is used on killed/unknown groups in various places where returning
18753         an all-new method isn't expected by the caller.
18755         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18756         and match semantics of gnus-group-real-prefix.
18758 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18760         * nnmail.el (nnmail-broken-references-mailers): New variable.
18761         (nnmail-ignore-broken-references): New function generalizing
18762         nnmail-fix-eudora-headers.
18763         (nnmail-fix-eudora-headers): Now obsolete.
18765         * gnus-art.el (gnus-button-handle-custom):
18766         Support `customize-apropos*'.
18768 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18770         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18772         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18773         articles.
18775 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18777         * message.el (message-cite-reply-above): New variable.
18778         (message-yank-original): Use it.
18780 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18782         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18784 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18786         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18787         as read.
18789         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18791 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18793         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18794         (gnus-bookmark-default-file): Use gnus-directory.
18795         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18796         Remove "*" in doc string.
18797         (gnus-bookmark-write-file): Simplify.
18798         (gnus-bookmark-maybe-sort-alist): Use `when'.
18799         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18800         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18801         Add FIXME about Emacs 21 and XEmacs compatibility.
18802         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18803         compatibility.
18804         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18805         compatibility.
18806         (gnus-bookmark-menu-heading): Fix version.
18808 2006-06-19  Bastien Guerry  <bzg@altern.org>
18810         * gnus-bookmark.el: New file.
18812 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18814         * message.el (message-syntax-checks): Doc fix.
18816 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18818         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18819         unsubscribed groups as if they were killed ones.  It causes duplicate
18820         entries in gnus-newsrc-alist.
18822 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18824         * message.el (message-syntax-checks): Doc fix.
18825         (message-send-mail): Add check for continuation headers.
18826         (message-check-news-header-syntax): Fix regexp used to check for
18827         continuation headers.
18829 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18831         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18833 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18835         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18837 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18839         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18840         default-truncate-lines.
18842 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18844         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18845         to fill the utf-8 entry.
18847         * lpath.el: Fbind unicode-precedence-list.
18849 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18851         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18853 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18855         * gnus-agent.el (directory-files-and-attributes): Move all the way
18856         forward (the third and final move).
18857         (gnus-agent-read-agentview): Trap reconstruction errors due to
18858         nonexistent directory.  Handle by returning nil.
18860 2006-05-30  Didier Verna  <didier@xemacs.org>
18862         * message.el (message-dont-reply-to-names): Update the custom type.
18863         * message.el (message-dont-reply-to-names): New defsubst: potentially
18864         convert a list of regexps into a single one.
18865         * message.el (message-get-reply-headers): Use it.
18866         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18868 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18870         * gnus-agent.el (directory-files-and-attributes): Move forward.
18872 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18874         * gnus-ml.el (gnus-mailing-list-subscribe)
18875         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18876         (gnus-mailing-list-message): Fix doc strings.
18878 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18880         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18881         of doing it manually.
18883 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18885         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18886         comment.
18888 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18890         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18891         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18892         (gnus-agent-read-local): All symbols allocated in my-obarray.
18893         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18894         (gnus-agent-regenerate-group): Check numeric names to see if they are
18895         messages or groups.
18896         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18897         better way of do this...)
18899         * gnus-cache.el (gnus-agent-total-fetched-for):
18900         Ignore 'dummy.group' (there should be a better way of do this...)
18902 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18904         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18905         (gnus-saved-headers): Ditto.
18906         (gnus-default-article-saver): Mention functions may have properties.
18907         (gnus-article-save): Override gnus-save-all-headers and
18908         gnus-saved-headers by :headers property which saver function may have.
18909         (gnus-summary-save-in-file): Add :headers property.
18910         (gnus-summary-write-to-file): Ditto.
18912         * gnus-sum.el (gnus-summary-save-article): Bind
18913         gnus-prompt-before-saving to t when saving many articles in a file;
18914         always show all headers.
18916         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18918 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18920         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18921         marks.
18923         * message.el (message-indent-citation): Add optional arguments to allow
18924         using it outside of message buffers.
18926         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18927         (gnus-article-treat-unfold-headers): Use it.
18928         (gnus-article-truncate-lines): New variable.
18929         (gnus-article-mode): Use it.
18930         (gnus-article-toggle-truncate-lines): New function.
18932         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18933         Add gnus-article-toggle-truncate-lines.
18935         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18936         coding system in XEmacs, use binary.
18938 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18940         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18941         after-load-alist.
18943         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18944         this function should save decoded articles.
18945         (gnus-summary-write-to-file): Use property to specify this function
18946         should save decoded articles and specify gnus-summary-save-in-file
18947         should be used to save articles other than the first one when saving
18948         many articles.
18949         (gnus-summary-save-body-in-file): Use property to specify this
18950         function should save decoded articles.
18951         (gnus-summary-write-body-to-file): Use property to specify this
18952         function should save decoded articles and specify
18953         gnus-summary-save-body-in-file should be used to save articles other
18954         than the first one when saving many articles.
18956         * gnus-sum.el (gnus-summary-save-article): Simplify.
18958 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18960         * gnus-art.el (gnus-default-article-saver):
18961         Add gnus-summary-write-body-to-file.
18962         (gnus-article-save-coding-system): Don't use coding system object
18963         in XEmacs.
18964         (gnus-read-save-file-name): Add optional `dir-var' argument which
18965         specifies directory in which files are saved; work even if optional
18966         `variable' argument is not specified.
18967         (gnus-summary-write-to-file): Read file name.
18968         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18969         (gnus-summary-write-body-to-file): New function.
18971         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18972         (gnus-summary-local-variables): Add it.
18973         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18974         (gnus-summary-save-article): Remove optional `decode' argument;
18975         determine whether to decode articles by the value of
18976         gnus-default-article-saver; when saving many files using
18977         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18978         it first and use gnus-summary-save-in-file or
18979         gnus-summary-save-body-in-file thereafter unless
18980         gnus-prompt-before-saving is always; move point to article which
18981         will be saved.
18982         (gnus-summary-save-article-file): Revert.
18983         (gnus-summary-write-article-file): Revert.
18984         (gnus-summary-save-article-body-file): Revert.
18985         (gnus-summary-write-article-body-file): New function.
18987 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18989         * gnus-art.el (gnus-default-article-saver): Doc fix.
18990         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18991         from gnus-summary-save-article-coding-system, and default to a
18992         certain coding system.
18993         (gnus-output-to-file): Add coding cookie and encode text according
18994         to gnus-article-save-coding-system; don't use mm-append-to-file.
18996         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18997         gnus-art.el and rename to gnus-article-save-coding-system.
18998         (gnus-summary-save-article): Require gnus-art; don't show all
18999         headers if it decodes articles; don't add coding cookie here;
19000         don't bind mm-text-coding-system-for-write.
19001         (gnus-summary-save-article-file): Save decoded articles.
19002         (gnus-summary-write-article-file): When saving many files, use
19003         gnus-summary-write-to-file first and gnus-summary-save-in-file
19004         thereafter unless gnus-prompt-before-saving is always.
19005         (gnus-summary-save-article-body-file): Save decoded articles.
19007         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19009 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19011         * nnrss.el (nnrss-check-group): Bind hash-index.
19013 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19015         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19016         its hash index.  Store this hash in `nnrss-group-data'.
19017         (nnrss-read-group-data): Update accordingly.
19019 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19021         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19022         entry.
19024         * gnus-sum.el (gnus-summary-make-menu-bar):
19025         Add gnus-article-browse-html-article.
19027 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19029         * gnus-sum.el (gnus-summary-mime-map):
19030         Add gnus-article-browse-html-article.
19032         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19034 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19036         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19037         suitable coding systems in customize.
19039 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19041         * mail-source.el (mail-sources): Fix custom type.
19043 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19045         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19046         (gnus-summary-expire-articles-now): Shorten prompt.
19048         * gmm-utils.el (wid-edit): Require.
19049         (defun-gmm): Rename from `gmm-defun-compat'.
19050         (gmm-image-search-load-path): Use it.
19051         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19053 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19055         * gnus-sum.el (gnus-summary-save-article-coding-system):
19056         New variable.
19057         (gnus-summary-save-article): Add optional `decode' argument.
19058         If it is set and gnus-summary-save-article-coding-system is non-nil,
19059         save decoded article.
19060         (gnus-summary-write-article-file): Save decoded article if
19061         gnus-summary-save-article-coding-system is non-nil.
19063         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19064         type.
19066 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19068         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19070 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19072         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19073         first to test gnus-single-article-buffer which may be buffer-local.
19075         * gnus-sum.el (gnus-summary-setup-buffer):
19076         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19077         group; make gnus-article-buffer, gnus-article-current, and
19078         gnus-original-article-buffer always buffer-local.
19079         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19080         group.
19081         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19083 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19085         * nnml.el (nnml-request-compact-group): Compressed files might not
19086         have .gz extension.
19088 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19090         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19091         (mm-copy-to-buffer): Use with-current-buffer.
19092         (mm-display-part): Simplify.
19093         (mm-inlinable-p): Add optional arg `type'.
19095 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19097         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19098         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19099         Try harder to show the attachment internally or externally using
19100         gnus-mime-view-part-as-type.
19102 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19104         * message.el (message-from-style, message-signature-separator)
19105         (message-user-organization-file, message-send-mail-function)
19106         (message-citation-line-function, message-yank-prefix)
19107         (message-indent-citation-function, message-signature)
19108         (message-signature-file, message-signature-insert-empty-line):
19109         Remove autoloads.
19111         * gnus-art.el (gnus-buttonized-mime-types):
19112         Remove "multipart/signed".  Revert 2006-04-26 change.
19114 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19116         * gnus.el (gnus-version-number): Bump version.
19118 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19120         * gnus.el: No Gnus v0.5 is released.
19122 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19124         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19125         fetching articles by message-id.
19127 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19129         * message.el (hashcash): Require hashcash as normal.
19131         * ecomplete.el (ecomplete-highlight-match-line):
19132         Use point-at-eol.
19133         (ecomplete-highlight-match-line): Use `highlight', because that
19134         face exists in both Emacs and XEmacs.
19136         * message.el (message-display-abbrev): Use point-at-bol.
19138         * mail-source.el: Don't require timer/timer-funcs.
19140         * gnus-async.el: Ditto.
19142         * password.el: Ditto.
19144         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19146         * mm-url.el: Ditto.
19148         * gnus-xmas.el: Don't require timer-funcs.
19150         * mm-util.el: Require timer/timer-funcs.
19152 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19154         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19155         Close.
19157 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19159         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19160         unibyte after clear-decrypt function runs.
19162         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19163         returns as a unibyte string.
19165 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19167         * lpath.el: Revert.
19169         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19170         (pgg-gpg-process-sentinel): Revert.
19172         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19173         (pgg-pgp-lookup-key): Revert.
19175         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19176         (pgg-pgp5-lookup-key): Revert.
19178         * pgg.el (pgg-fetch-key): Revert.
19180 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19182         * lpath.el: Fbind string-as-multibyte for XEmacs.
19184         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19185         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19186         (mml1991-pgg-encrypt): Ditto.
19188         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19189         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19190         a multibyte buffer.
19192         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19193         (pgg-pgp-lookup-key): Ditto.
19195         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19196         (pgg-pgp5-lookup-key): Ditto.
19198         * pgg.el (pgg-fetch-key): Ditto.
19200 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19202         * message.el (message-user-organization-file): Check several
19203         locations of the organization file.
19205         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19206         Add gnus-article-view-part-as-type.
19208         * gnus-art.el (gnus-article-view-part-as-type): New function.
19210         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19211         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19213         * mml.el: Simplify autoload.
19214         (mml-mode): defvar dnd-protocol-alist instead of using
19215         symbol-value.
19216         (mml-default-directory): New variable.
19217         (mml-minibuffer-read-file): Use it.
19218         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19220         * message.el (message-citation-line-format): New variable.
19221         (message-insert-formated-citation-line): New function.
19222         (message-citation-line-function):
19223         Add `message-insert-formated-citation-line' to custom type.
19225         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19226         to doc string.
19228         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19229         depending on mm-verify-option.
19231 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19233         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19234         binding pgg-* variables; reimplement the section which prevents
19235         MIME header from being signed.
19236         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19237         pgg-text-mode; remove a blank line at the top of body.
19239         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19240         lines at the top of body; use gnus-newsgroup-charset if there's no
19241         Charset header.
19243 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19245         * message.el (message-self-insert-commands): Doc fix.
19247         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19248         (mm-uu-pgp-encrypted-test): Ditto.
19249         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19250         between header and body; return application/pgp-encrypted handle
19251         if decryption failed; decode decrypted body by charset.
19253         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19254         element match to application/pgp-*.
19256 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19258         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19259         HTML.
19261 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19263         * mail-source.el (mail-source-call-script): Message the error
19264         string.
19266 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19268         * gnus-util.el (gnus-byte-compile): Use it.
19270 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19272         * gnus-util.el (kill-empty-logs): New function.
19274 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19276         * message.el (message-mail-alias-type): Doc fix.
19277         (message-mail-alias-type-p): New function.
19278         (message-send): Use it.
19279         (message-mode): Ditto.
19280         (message-strip-forbidden-properties): Ditto.
19282         * ecomplete.el (ecomplete-database-file-coding-system):
19283         New variable.
19284         (ecomplete-save): Use it.
19285         (ecomplete-setup): Use it.
19287 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19289         * message.el (message-self-insert-commands): New variable.
19290         (message-strip-forbidden-properties): Use it.
19292 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19294         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19295         that doesn't make XEmacs choke.
19297 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19299         * gnus-util.el (gnus-replace-in-string):
19300         Prefer replace-regexp-in-string over of replace-in-string.
19302 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19304         * gnus-util.el (gnus-select-frame-set-input-focus):
19305         Use select-frame-set-input-focus if it is available in XEmacs; use
19306         definition defined in Emacs 22 for old Emacsen.
19308         * dgnushack.el: Autoload unmorse-region for XEmacs.
19310         * lpath.el: Bind cursor-in-non-selected-windows and
19311         select-frame-set-input-focus for XEmacs.
19313 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19315         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19317 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19319         * gnus-registry.el (gnus-registry-cache-save): Remove text
19320         properties when saving via the temp buffer.
19322 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19324         * message.el (message-generate-hashcash): Honor custom type.
19326 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19328         * message.el (message-generate-hashcash): Default to non-nil when
19329         hashcash is found.
19331         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19332         (gnus-refer-thread-limit): Increase default to 500.
19334         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19336         * flow-fill.el (fill-flowed): Allow delete-space.
19338 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19340         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19341         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19342         Remove autoloads.
19344 2006-04-18  Simon Josefsson  <jas@extundo.com>
19346         * message.el (message-generate-hashcash): Default to.
19348 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19350         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19351         concatenating segments rather than before concatenating them.
19353 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19355         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19357 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19359         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19361         * message.el (message-forward-make-body-plain):
19362         Allow message-forward-ignored-headers to be a list.
19363         (message-remove-ignored-headers): Factor out into function.
19364         (message-forward-make-body-mml): Use it.
19366         * imap.el (imap-quote-specials): New function.
19367         (imap-login-auth): Quote specials.
19369         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19370         (rfc2231-parse-string): Allow concatanation of parameters that
19371         aren't contiguous.  The test case is
19372           (mail-header-parse-content-type "message/external-body;
19373             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19374             access-type=LOCAL-FILE;
19375             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19377 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19379         * nntp.el (nntp-accept-process-output): Return the value of
19380         `nnheader-accept-process-output'.
19382 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19384         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19385         (gnus-button-alist): Recognize more diff formats.
19386         (gnus-button-patch): Strip directory.
19388 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19390         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19391         Emacs 22 when setting focus.
19393 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19395         * gnus-art.el (gnus-article-treat-types): Do treatment of
19396         text/x-verbatim parts.
19397         (gnus-button-patch): New command.
19399         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19400         addresses that contain invalid characters.
19402 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19404         * message.el (message-put-addresses-in-ecomplete):
19405         Use gnus-replace-in-string.
19406         (message-is-yours-p): Use the more correct
19407         mail-header-parse-address instead of
19408         mail-extract-address-components.
19409         (message-put-addresses-in-ecomplete): Fix typo.
19411         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19412         keystroke.
19414         * gnus-art.el (gnus-treatment-function-alist): Change order of
19415         newsgroups/generic header folding to avoid double-folding.
19417         * message.el (message-hidden-headers): Add X-Draft-From.
19419         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19420         New command.
19421         (gnus-summary-repeat-search-article-backward): New command.
19423         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19424         groups in the parent topic.
19426 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19428         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19429         (spam-extra-header-to-number): Return the CRM114 number as a
19430         number instead of a string.
19432 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19434         * gnus-art.el (gnus-face-properties-alist): Move here from
19435         gnus-fun.
19437         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19439 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19441         * message.el (message-strip-forbidden-properties): Only display on
19442         self-insert-command.
19444         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19445         reindent.
19446         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19448 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19450         * smiley.el (smiley-style): Fix typo.
19452 2006-03-23  Kenichi Handa  <handa@m17n.org>
19454         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19455         instead of set-buffer-multibyte.
19457 2006-03-23  Kenichi Handa  <handa@m17n.org>
19459         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19460         buffer and then decode the buffer text if necessary.
19461         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19462         first, and after mm-encode-body, change the buffer to unibyte.
19464 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19466         * hashcash.el (hashcash-insert-payment-async-2):
19467         Use message-goto-eoh instead of doing it manually.
19468         (mail-add-payment): Use message-narrow-to-header instead of trying
19469         to do the same itself.
19471         * message.el (message-hidden-headers): Add Face.
19473         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19474         reparenting code.
19475         (gnus-summary-reparent-children): Refactored out code.
19476         (gnus-summary-thread-map): New keystroke.
19477         (gnus-summary-reparent-children): Make into command.
19479         * smiley.el (smiley-style): Default to `medium' if using a large
19480         font.
19482         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19483         does it itself.
19485         * message.el (message-point-in-header-p): Simplify definition.
19487 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19489         * nnagent.el (nnagent-request-set-mark): Silence log file
19490         writing.
19491         (nnagent-request-set-mark): Use write-region instead of
19492         append-to-file.
19494         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19495         strange select method.
19497         * ecomplete.el (ecomplete-display-matches): Get highlightling
19498         right.
19499         (ecomplete-display-matches): Use literals.
19500         (ecomplete-display-matches): Disable message logging.
19502         * message.el (message-display-abbrev): Small optimization.
19504         * ecomplete.el (ecomplete-display-matches): Allow automatic
19505         display.
19507         * message.el (message-strip-forbidden-properties):
19508         Display abbrevs.
19509         (message-display-abbrev): Get automatic display right.
19511         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19512         keystrokes.
19514 2006-04-13  Romain Francoise  <romain@orebokech.com>
19516         TODO: Backport to v5-10!
19518         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19519         Move here (and rename) from gnus-registry.el.
19521         * gnus-registry.el: Require gnus-util.
19522         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19524 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19526         * gnus-group.el (gnus-group-catchup-current):
19527         Change if-then-else-if-then-else into cond.
19528         (gnus-group-catchup): Indent.
19529         (group-name-at-point): New function.
19530         (gnus-fetch-group): Provide default from thing at point.
19532 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19534         * message.el (message-display-abbrev): Fix regexp.
19536         * ecomplete.el (ecomplete-highlight-match-line):
19537         Reimplement choosing.
19538         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19539         dead variables.
19541         * message.el (message-newline-and-indent): Remove debugging.
19542         (message-display-abbrev): Use new implementation.
19544 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19546         * gnus-art.el (gnus-article-mode):
19547         Set cursor-in-non-selected-windows to nil.
19549         * smiley.el: Revert previous change.
19550         (smiley-data-directory): defvar it before using it in the
19551         defcustom of `smiley-style'.
19553 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19555         * message.el (message-newline-and-indent): New function.
19557         * ecomplete.el: Implement more bits.
19559         * message.el (message-put-addresses-in-ecomplete): Clean up the
19560         string.
19562         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19564         * gnus-sum.el (gnus-summary-save-parts):
19565         Bind gnus-summary-save-parts-counter and use it to make unique file
19566         names.
19568         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19570         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19571         parameter to say whether to actually parse the individual
19572         addresses.
19574         * message.el (message-put-addresses-in-ecomplete): New function.
19575         (ecomplete): Require.
19576         (message-mail-alias-type): Add ecomplete as an option.
19578 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19580         * flow-fill.el (fill-flowed): Remove trailing space from blank
19581         quoted lines.
19583 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19585         * smiley.el (smiley-style): Move definition later to avoid a
19586         compilation warning.
19588 2006-04-12  Kenichi Handa  <handa@m17n.org>
19590         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19591         buffer and then decode the buffer text if necessary.
19592         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19593         first, and after mm-encode-body, change the buffer to unibyte.
19594         Use mm-disable-multibyte instead of set-buffer-multibyte.
19596 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19598         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19599         Content-Type header instead of Content-Disposition header.
19600         (gnus-mime-inline-part): Ditto.
19601         (gnus-mime-view-part-as-charset): Ignore charset that the part
19602         specifies.
19604         * mm-decode.el (mm-display-part): Work with external parts and
19605         usual parts similarly.
19607         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19608         instead of gnus-display-mime.
19610         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19611         instead of with-temp-buffer.
19613         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19614         tag to summarized topics part in order to encode non-ASCII text.
19616 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19618         * smiley.el (smiley-style): New variable.
19619         (smiley-directory): New function.
19620         (smiley-data-directory): Derive from `smiley-style' using
19621         `smiley-directory'.
19622         (smiley-regexp-alist): Add new entries.
19624         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19625         (gnus-article-browse-delete-temp): Add :version.
19627 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19629         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19630         the sieve region.
19632 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19634         * gnus.el (gnus-version-number): Bump version.
19636 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19638         * gnus.el: No Gnus v0.4 is released.
19640 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19642         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19643         layout.
19645         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19646         unknown charset.
19648         * message.el (message-header-synonyms): Add Original-To to the
19649         default.
19651         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19652         optional parameter.
19654 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19656         * gnus-fun.el (gnus): Require it for gnus-directory.
19658 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19660         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19662 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19664         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19666 2006-04-05  Simon Josefsson  <jas@extundo.com>
19668         * password.el (password-reset): New function.
19670 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19672         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19673         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19675 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19677         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19678         Some whitespace was matched into the url, which broke browsing hits
19679         > 100 when mm-url-use-external was nil.
19681 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19683         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19684         Check gnus-extra-headers for 'Newsgroups.
19686         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19687         bound.
19689 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19691         * pgg-gpg.el: Clean up process buffers every time gpg processes
19692         complete.
19694 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19696         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19697         doc string.
19699 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19701         * pgg-gpg.el (pgg-gpg-process-filter)
19702         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19704         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19705         lines, temporary fix.
19707 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19709         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19711 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19713         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19714         default-enable-multibyte-characters.  This reverts the change from
19715         revision 6.17 which is no longer necessary because the passphrase
19716         is sent separately now.  GnuPG messages are unreadable under
19717         multibyte locales with default-enable-multibyte-characters set to
19718         nil.
19720 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19722         * message.el (message-tool-bar-gnome): Move "spell".
19724 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19726         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19727         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19728         instead.
19730 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19732         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19733         Improve newsgroups handling for NNTP overviews which don't include
19734         Newsgroups.
19736 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19738         * message.el (message-resend): Bind message-generate-hashcash to nil.
19740 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19742         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19743         when searching for already-paid recipients.
19745 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19747         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19748         passphrases when it is not needed.
19749         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19750         passphrase stuff from gpg, should only be necessary when you use
19751         gpg with a smartcard.
19753 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19755         * mml.el (mml-insert-mime): Ignore cached contents of
19756         message/external-body part.
19758         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19759         (mm-insert-part): Ditto.
19761 2006-03-23  Simon Josefsson  <jas@extundo.com>
19763         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19764         Reiner.
19765         (pgg-gpg-use-agent-p): Use it again.
19767 2006-03-23  Simon Josefsson  <jas@extundo.com>
19769         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19770         older emacsen.
19771         (pgg-gpg-use-agent-p): Don't use it.
19773 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19775         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19776         if we can.
19778 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19780         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19781         (pgg-gpg-update-agent): New function.
19782         (pgg-gpg-use-agent-p): New function.
19783         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19784         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19785         (pgg-gpg-sign-region): Use it.
19787 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19789         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19790         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19792 2006-03-21  Simon Josefsson  <jas@extundo.com>
19794         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19795         <wilde@sha-bang.de>.
19796         (pgg-gpg-use-agent): New variable.
19797         (pgg-gpg-process-region): Use it.
19798         (pgg-gpg-encrypt-region): Likewise.
19799         (pgg-gpg-encrypt-symmetric-region): Likewise.
19800         (pgg-gpg-decrypt-region): Likewise.
19801         (pgg-gpg-sign-region): Likewise.
19802         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19804 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19806         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19808         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19809         Add comment on version.
19811 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19813         * smiley.el: Add missing test smiley.
19815 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19817         * mm-decode.el (mm-with-part): New macro.
19818         (mm-get-part): Use it; work with message/external-body as well.
19819         (mm-save-part): Treat name and filename equally.
19821         * mm-extern.el (mm-extern-cache-contents): New function.
19822         (mm-inline-external-body): Use it; force the part to be displayed;
19823         move undisplayer added to the cached handle to the parent.
19825         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19826         (gnus-mime-view-part-as-type): Work with message/external-body.
19828         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19830 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19832         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19833         images in image-load-path.  [Sync with image.el, revision 1.60, in
19834         Emacs.]
19836 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19838         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19839         path rather than symbol.  Always return list of directories.
19840         Guarantee that image directory comes first.  [Sync with image.el,
19841         revision 1.59, in Emacs.]
19843         * message.el (message-make-tool-bar): Adjust to new API of
19844         `gmm-image-load-path-for-library'.
19846         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19848         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19850 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19852         * gnus-art.el (gnus-article-only-boring-p):
19853         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19854         intangible text.
19855         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19857 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19859         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19860         Use `defun' instead of `gmm-defun-compat'.
19862 2006-03-14  Simon Josefsson  <jas@extundo.com>
19864         * message.el (message-unique-id): Don't use message-number-base36
19865         if (user-uid) is a float.
19866         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19868 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19870         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19872         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19873         empty line between a part and a message part.
19875 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19877         * smiley.el: Add more test smileys.
19878         (smiley-data-directory, smiley-regexp-alist)
19879         (gnus-smiley-file-types): Fix doc strings.
19880         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19881         adding new elements.
19882         (smiley-mouse-map): Unused code.  Make it a comment.
19884 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19886         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19887         scan latest NoCeM messages instead of old ones.
19888         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19889         delimiters that are recently used.
19890         (gnus-nocem-load-cache): Add autoload cookie.
19892         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19894         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19895         level which is larger than gnus-use-nocem is specified.
19897         * gnus-group.el (gnus-group-get-new-news): Ditto.
19899 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19901         * gnus-util.el (gnus-tool-bar-update): New function.
19903         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19904         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19906         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19908         * gnus-group.el (gnus-group-redraw-when-idle)
19909         (gnus-group-redraw-check): Remove.
19910         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19912 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19914         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19915         if optional last element is specified in splits (FIELD VALUE...).
19917 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19919         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19920         to gmm-image-load-path-for-library.  Call with no-error argument.
19921         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19923         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19925         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19927         * gmm-utils.el (gmm-image-load-path): Remove alias.
19929 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19931         * gmm-utils.el (gmm-image-load-path): Add alias.
19933         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19934         nnml-generate-nov-databases-1.
19935         (nnml-generate-nov-databases): Use it.
19936         (nnml-generate-nov-databases-directory): Document no-active
19937         argument.
19939         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19940         directory if path is t.  Add no-error.
19942         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19943         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19945         * gnus-art.el (gnus-article-browse-delete-temp-files):
19946         Simplify resetting gnus-article-browse-html-temp-list.
19948         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19949         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19950         Add example to docstring.  Rename local variables.  Move error
19951         checks to default case in cond and simplify.
19953 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19955         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19956         handle is multipart when calling it recursively.
19957         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19959 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19961         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19962         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19964 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19966         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19967         is loaded.
19969         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19970         loaded.
19972 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19974         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19975         to "Emacs 23 (unicode)" in doc string.
19977         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19978         "Emacs 23 (unicode)" in comment.
19980 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19982         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19984         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19985         characters 160 through 255 in Emacs 23.
19987 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19989         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19990         gnus-article-browse-html-temp.
19991         (gnus-article-browse-delete-temp): Make it customizable.
19992         Add `file'.  Adjust doc string.
19993         (gnus-article-browse-delete-temp-files): Add argument.
19994         Allow query for each file.  Adjust doc string.
19995         (gnus-article-browse-html-parts):
19996         Add `gnus-article-browse-delete-temp-files' to
19997         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19999 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20001         * gnus-art.el (gnus-article-browse-html-temp)
20002         (gnus-article-browse-delete-temp): New variables.
20003         (gnus-article-browse-delete-temp-files): New function.
20004         (gnus-article-browse-html-parts): Use it.
20006 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20008         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20010         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20011         string.
20013         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20014         gnus-summary-insert-new-articles when unplugged.
20015         Remove gnus-summary-search-article-forward.
20017         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20018         display-visual-class instead of display-color-cells.
20020 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20022         * dgnushack.el: Autoload customize-group for XEmacs.
20024         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20025         message/* containing non-ASCII text properly.
20027 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20029         * message.el: Require gmm-utils, remove autoloads.
20030         (message-tool-bar): Set default based on
20031         gmm-tool-bar-style.
20032         (message-tool-bar-gnome): Add gmm-customize-mode.
20034         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20035         gmm-tool-bar-style.
20036         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20038         * gnus-group.el (gnus-group-tool-bar): Set default based on
20039         gmm-tool-bar-style.
20040         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20042         * gmm-utils.el (gmm-image-directory): Rename variable from
20043         gmm-image-load-path.
20044         (gmm-image-load-path): Use gmm-image-directory.
20045         (gmm-customize-mode): New function.
20046         (gmm-tool-bar-style): New variable.
20048         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20049         gnus-group-redraw-line-number.
20050         (gnus-group-redraw-check): Simplify.
20051         (gnus-group-tool-bar-update): Remove redraw check.
20052         (gnus-group-make-tool-bar): Add redraw check.
20054 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20056         * gnus-art.el (gnus-button): Add missing parentheses.
20058 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20060         * lpath.el: Fbind line-number-at-pos.
20062 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20064         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20066 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20068         * gnus-art.el (gnus-button): New face.
20069         (gnus-article-button-face): Use it.
20071         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20072         Add gnus-summary-next-page.  Re-order.
20074         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20075         next-node are now included.
20076         (gnus-group-redraw-line-number): New internal variable.
20077         (gnus-group-redraw-check): Helper function for updating the tool
20078         bar.
20079         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20081         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20083         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20084         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20085         Use it to match format of Spamassassin 3.0 and later.
20086         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20087         (spam-check-bogofilter)
20088         (spam-bogofilter-register-with-bogofilter): Fix args of
20089         `gnus-error' calls.
20091 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20093         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20094         unnecessary interaction when sending queued mails.
20095         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20097 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20099         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20100         first or last are nil.
20102 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20104         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20106 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20108         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20110 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20112         * dns.el (query-dns): Protect more against buggy tcp output.
20114 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20116         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20117         nov.php.
20119 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20121         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20122         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20123         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20124         output on the server side.
20125         (nnweb-google-create-mapping): Update regexps and add some
20126         progress indication.
20128 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20130         * gnus-group.el (gnus-group-tool-bar-gnome):
20131         Fix gnus-agent-toggle-plugged.  Re-order icons.
20132         (gnus-group-tool-bar-gnome):
20133         Add gnus-group-{prev,next}-unread-group.
20134         (gnus-group-tool-bar-gnome): Re-order icons.
20136         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20137         Move gnus-summary-insert-new-articles.
20139         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20140         Fix comments.
20142         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20143         also available in Emacs 21.3.
20145         * message.el (message-fix-before-sending): Change "Emacs 22" to
20146         "Emacs 23 (unicode)" in comment.
20148         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20149         "Emacs 23 (unicode)" in comment.
20151         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20152         comment.
20153         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20155         * mm-view.el (mm-fill-flowed): Add :version.
20157 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20159         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20160         and load-path.
20162 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20164         * message.el: Autoload gmm-image-load-path.
20165         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20166         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20167         consitency.
20169         * gmm-utils.el (gmm-image-load-path): Also search in
20170         "../etc/images".  Don't set gmm-image-load-path if we don't find
20171         the image.
20173 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20175         * gmm-utils.el (gmm-image-load-path): Don't make
20176         `gmm-image-load-path' include subdirectories which the second arg
20177         `image' might specify.
20179         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20180         subdirectory to icon file names.
20182         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20184 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20186         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20187         gmm-image-load-path calls.
20189         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20191         * message.el (message-make-tool-bar): Ditto.
20193         * mml.el (mml-preview): Add comment concerning tool bar icons.
20195         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20196         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20198         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20199         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20201         * message.el (message-tool-bar-gnome): Use new icon names.
20202         (message-make-tool-bar): Use `gmm-image-load-path'.
20204         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20205         New functions from MH-E.
20206         (gmm-image-load-path): New variable from MH-E.
20207         (gmm-image-load-path): New function from MH-E.  Add arguments
20208         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20209         *-image-load-path-called-flag.
20211 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20213         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20215 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20217         * nnimap.el (nnimap-request-move-article): Change folder back to
20218         source group before deleting.
20220 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20222         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20224         * gnus-art.el (mm-url-insert-file-contents-external):
20225         Autoload mm-url.
20227         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20229 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20231         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20232         coding system which mm-charset-to-coding-system returns for a
20233         given charset is valid.
20235 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20237         * html2text.el (html2text-remove-tag-list):
20238         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20240 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20242         * gnus-cus.el: Revert 2005-10-17 change.
20244 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20246         * gnus-art.el (article-strip-banner):
20247         Call article-really-strip-banner only when the regexp match is made.
20249 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20251         * gnus-art.el (article-strip-banner):
20252         Use gnus-extract-address-components instead of
20253         mail-header-parse-addresses to make it work with non-ASCII text;
20254         remove mail-encode-encoded-word-string.
20256         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20257         values which are surrounded with \"...\"; make it never cause a
20258         Lisp error; give up parsing of parameters if it failed in
20259         extracting type.
20261 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20263         * smime.el (smime-cert-by-ldap-1): Fix bug where
20264         `smime-ldap-search' returns results without userCertificates.
20266 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20268         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20270 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20272         * spam.el (spam-check-spamassassin-headers): Adapt format for
20273         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20274         <ari@mbf.ocn.ne.jp>.
20275         (spam-list-of-processors): Add spam-use-gmane.
20277 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20279         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20280         make-temp-file; make it work with XEmacs as well.
20282         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20283         mm-make-temp-file.
20285         * mm-decode.el (mm-display-external): Use the 3rd arg of
20286         mm-make-temp-file.
20287         (mm-create-image-xemacs): Ditto.
20289 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20291         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20292         with message-narrow-to-headers.
20293         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20294         (gnus-draft-check-draft-articles): New function.
20295         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20297 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20299         * gnus-art.el (gnus-article-browse-html-parts):
20300         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20301         Don't use suffix argument for mm-make-temp-file for Emacs 21
20302         compatibility.  Remove useless `format'.
20304 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20306         * nnweb.el (nnweb-google-wash-article): Update regexps.
20307         (nnweb-group-alist): Use defvoo instead of defvar.
20309 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20311         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20312         re-loading nn* modules.
20314 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20316         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20317         for `tool-bar-mode' and don't check it's default-value.
20319         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20321         * message.el (message-make-tool-bar): Ditto.
20323         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20324         `substring'.  Shorten tmp-file name.
20326         * gnus.el: Remove bogus comment.
20328 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20330         * gnus-art.el (gnus-article-browse-html-parts): New function.
20331         (gnus-article-browse-html-article): New function for viewing html
20332         articles with a browser.
20334 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20336         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20337         in elisp.
20338         (pgg-gpg-encrypt-symmetric-region): Ditto.
20339         (pgg-gpg-sign-region): Ditto.
20341         * pgg-def.el (pgg-text-mode): New variable.
20343         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20344         (mml2015-pgg-encrypt): Ditto.
20346         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20347         (mml1991-pgg-encrypt): Ditto.
20349 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20351         * nnfolder.el (nnfolder-insert-newsgroup-line):
20352         Use message-make-date instead of current-time-string.
20354         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20355         to gnus-decoded which mm-uu might set.
20357 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20359         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20360         don't decode quoted parameters; remove misimported Emacs code.
20361         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20362         (rfc2231-decode-encoded-string): Don't use split-string which
20363         behaves differently according to Emacs version; use
20364         mm-decode-coding-region to convert charset to coding-system.
20365         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20366         (rfc2231-encode-string): Remove misimported Emacs code.
20368 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20370         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20371         when calling mail-header-parse-content-type.
20372         (article-de-quoted-unreadable): Ditto.
20373         (article-de-base64-unreadable): Ditto.
20374         (article-wash-html): Ditto.
20376         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20377         calling mail-header-parse-content-type and
20378         mail-header-parse-content-disposition.
20379         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20380         mail-header-parse-content-type.
20382         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20383         insert charset and format parameters; encode description after
20384         inserting it to buffer.
20385         (mml-insert-parameter): Fold lines properly even if a parameter is
20386         segmented into two or more lines; change the max column to 76.
20388         * rfc1843.el (rfc1843-decode-article-body): Don't use
20389         ignore-errors when calling mail-header-parse-content-type.
20391         * rfc2231.el (rfc2231-parse-string): Return at least type if
20392         possible; don't cause an error even if it fails in parsing of
20393         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20394         (rfc2231-encode-string): Don't break lines at the beginning, leave
20395         it to mml-insert-parameter.
20397         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20398         calling mail-header-parse-content-type.
20400 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20402         * spam-report.el (spam-report-gmane-use-article-number):
20403         Improve doc string.
20404         (spam-report-gmane-internal): Check if a suitable header was found
20405         in the article.
20407 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20409         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20410         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20412 2006-02-05  Romain Francoise  <romain@orebokech.com>
20414         Update copyright notices of all files in the gnus directory.
20416 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20418         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20420 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20422         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20423         segmented lines of parameter value to cope with Thunderbird 1.5
20424         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20425         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20426         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20428 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20430         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20431         parts.
20433 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20435         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20436         there's only one active file for all servers.
20437         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20438         solid groups.  Gnus might have used a FAST request to select the group.
20439         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20440         and nnweb-search redundantly in the active file.
20441         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20442         (nnweb-request-create-group): Don't use ARGS.
20443         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20444         initializations.  Let nnoo do the work.
20446 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20448         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20449         Say the part has been decoded.
20451         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20453 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20455         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20456         mailcap-viewer-test-cache when there's no 'test clause, since that
20457         will invert the meaning of a "nil" test previously determined by
20458         mailcap-mailcap-entry-passes-test.
20460 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20462         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20463         compiling.
20465         * gnus-sum.el: Ditto.
20467         * message.el: Don't bind tool-bar-map when compiling.
20469 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20471         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20473 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20475         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20476         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20477         current Google Groups.
20479 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20481         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20482         and tool-bar-mode.
20484         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20485         and tool-bar-mode.
20487         * message.el (message-tool-bar-update): Simplify.
20488         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20490         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20491         gnus-summary-buffer.
20492         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20493         gnus-summary-reply.
20495         * gmm-utils.el (gmm): Add :version.
20497 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20499         * Makefile.in (clean): New rule.
20500         (distclean): Use it.
20502 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20504         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20505         Don't autoload.
20507 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20509         * gmm-utils.el (gmm-verbose): Add :group.
20511 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20513         * message.el: Change some comments WRT tool-bars.
20515         * gnus-sum.el (gnus-summary-tool-bar)
20516         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20517         (gnus-summary-tool-bar-zap-list): New variables.
20518         (gnus-summary-make-tool-bar): Complete rewrite using
20519         `gmm-tool-bar-from-list'.
20521         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20522         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20523         New variables.
20524         (gnus-group-make-tool-bar): Complete rewrite using
20525         `gmm-tool-bar-from-list'.
20526         (gnus-group-tool-bar-update): New function.
20528         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20530 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20532         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20533         is dissected into a single part of which the type is the same as
20534         the given one; decode charset.
20536 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20538         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20539         into alists as symbol not string, since that's what
20540         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20541         look for.
20543 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20545         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20546         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20548         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20550 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20552         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20553         (gnus-xmas-mime-security-button-menu): New function.
20555         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20556         (gnus-mime-security-button-menu): New definition.
20557         (gnus-mime-security-button-map): Use them.
20558         (gnus-mime-security-button-menu): New function.
20559         (gnus-insert-mime-security-button): Addition to help echo.
20560         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20561         (gnus-mime-security-pipe-part): New functions.
20563         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20564         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20566         * mm-decode.el (mm-handle-set-disposition): Remove.
20567         (mm-handle-set-description): Remove.
20569 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20571         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20572         (mm-w3m-standalone-supports-m17n-p): New function.
20573         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20574         w3m usage.
20576         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20577         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20579 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20581         * message.el (message-tool-bar-zap-list):
20582         Use gmm-tool-bar-zap-list as custom type.
20583         (message-tool-bar-update): New function.
20584         (message-tool-bar, message-tool-bar-gnome)
20585         (message-tool-bar-retro): Add message-tool-bar-update.
20586         (message-tool-bar-gnome): Add flyspell-buffer.
20588         * gnus-util.el (gnus-error): Describe `args'.
20590         * gmm-utils.el (gmm-error): Describe `args'.
20591         (gmm-tool-bar-zap-list): New widget.
20592         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20594 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20596         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20597         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20598         the number of recursive calls.
20600         * mm-decode.el (mm-handle-set-disposition): New macro.
20601         (mm-handle-set-description): New macro.
20603 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20605         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20606         encoding.
20608 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20610         * message.el (message-tool-bar-zap-list, message-tool-bar)
20611         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20612         (message-tool-bar-local-item-from-menu): Remove.
20613         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20614         (message-make-tool-bar): New function.
20615         (message-mode): Use `message-make-tool-bar'.
20617         * gmm-utils.el: New file.
20618         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20619         (gmm-lazy): New widget copied from `nnmail.el'.
20620         (gmm-tool-bar-from-list): New function for creating customizable
20621         tool bars.
20622         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20623         output.
20624         (gmm): Add :prefix to defgroup.
20626 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20628         * gmm-utils.el (gmm-widget-p): New function.
20630 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20632         * mml.el (mml-attach-file): Describe `description' in doc string.
20633         (mml-menu): Add Emacs MIME manual and PGG manual.
20635 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20637         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20639 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20641         * nntp.el (nntp-end-of-line): Doc fix.
20643 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20645         * imap.el (imap-open): Handle case where buffer is a buffer
20646         object.
20648 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20650         * gnus-delay.el (gnus-delay): Don't autoload.
20651         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20652         to be re-loaded when customizing the `gnus-delay' group.
20654 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20656         * message.el (message-insert-citation-line): Use newlines.
20658 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20660         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20661         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20662         these routines, so the passphrase can be managed externally and
20663         passed in to the system.
20664         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20665         pgg-add-passphrase-to-cache function.
20667         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20668         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20669         these routines, so the passphrase can be managed externally and
20670         passed in to the system.
20671         (pgg-pgp5-sign-region): Use new name of
20672         pgg-add-passphrase-to-cache function.
20674 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20676         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20677         part of the decoded armor to find the key-identifier.
20678         (pgg-gpg-lookup-key-owner): New function to return the
20679         human-readable identifier of a key owner.
20680         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20681         itself.
20682         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20683         the key value) if we have a key and can match it against a secret
20684         key.  Also, added a note pointing out fact that the prompt only
20685         indicates the first matching key.
20687         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20688         pgg-decrypt-region.
20689         (pgg-add-passphrase-to-cache): Rename from
20690         `pgg-add-passphrase-cache' to reduce confusion (all callers
20691         changed).
20692         (pgg-remove-passphrase-from-cache): Rename from
20693         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20694         changed).
20695         (pgg-read-passphrase, pgg-add-passphrase-cache)
20696         (pgg-remove-passphrase-cache): Add informative docstrings.
20697         (pgg-decrypt): Convey provided passphrase in subordinate call to
20698         pgg-decrypt-region.
20700 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20702         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20703         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20704         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20705         'passphrase' argument, so the passphrase can be managed externally
20706         and then passed in to the system.
20708         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20709         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20710         so the passphrase cache can be used reliably with identifiers
20711         besides a pgp packet's key id.
20713         * pgg-gpg.el (pgg-gpg-encrypt-region)
20714         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20715         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20716         these routines, so the passphrase can be managed externally and
20717         passed in to the system.
20719         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20720         'notruncate' argument, so the passphrase cache can be used
20721         reliably with identifiers besides a pgp packet's key id.
20723 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20725         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20726         symmetric encryption.
20727         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20728         encrypted session key.
20729         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20730         message ask for the passphrase in a proper way.
20732         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20733         New user commands for symmetric encryption.
20735 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20737         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20739         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20741 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20743         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20745 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20747         * mm-decode.el (mm-inlined-types): Add application/pgp.
20748         (mm-automatic-display): Ditto.
20750         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20751         part as text.
20753 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20755         * nnrss.el: Update copyright.
20756         (nnrss-opml-import): Query whether to subscribe to each entry.
20758         * gnus-art.el:
20759         * gnus-sum.el:
20760         * gnus-xmas.el:
20761         * messagexmas.el:
20762         * mm-uu.el:
20763         * mm-view.el: Update copyright.
20765 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20767         * message.el (message-info): New function.
20768         (message-mode-menu): Add it.
20769         Update copyright.
20771         * ChangeLog: Fix and update copyright.
20773 2006-01-13  Romain Francoise  <romain@orebokech.com>
20775         * message.el (message-forward-subject-name-subject): Prefer the
20776         address to 'nowhere' if the sender has no name.
20777         Fix typo.  Update copyright year.
20779 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20781         * gnus-art.el (article-wash-html):
20782         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20783         (gnus-article-wash-html-with-w3m-standalone): New function.
20785         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20786         mm-inline-text-html-render-with-w3m-standalone.
20787         (mm-text-html-washer-alist): Map w3m-standalone to
20788         gnus-article-wash-html-with-w3m-standalone.
20789         (mm-inline-text-html-render-with-w3m-standalone): New function.
20791 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20793         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20794         Improve LaTeX.
20796 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20798         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20799         (nnrss-request-article): Render text/plain parts as HTML.
20801         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20802         the buffer.
20804 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20806         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20807         custom definition of `gnus-posting-styles'.
20809         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20810         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20812 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20814         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20815         Use nntp for bug archive.
20817 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20819         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20820         parts.
20821         (nnrss-normalize-date): New function converts ISO 8601 date into
20822         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20823         (nnrss-check-group): Use it.
20825 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20827         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20829         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20830         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20831         (nnrss-insert-w3): Ditto.
20833 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20835         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20836         the articles to be forwarded including the case where neither a
20837         number of articles nor a region is specified.
20839 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20841         * nnrss.el (nnrss-request-article): Fix last change; fill
20842         text/plain parts.
20844 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20846         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20847         in text/plain part.
20848         (nnrss-check-group): Don't add excessive newline to dc:subject.
20850 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20852         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20853         article.
20855 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20857         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20858         (nnml-use-compressed-files, nnml-save-mail): Support other
20859         comression programs such as bzip2.
20861 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20863         * dns.el (query-dns): Make sure we check the buffer size before
20864         removing tcp headers.
20866 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20868         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20869         remove MIME buttons associated with multipart/alternative parts.
20870         (gnus-mime-display-alternative): Tag buttons using `article-type'
20871         text property.
20873         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20874         associated with multipart/alternative parts.
20876         * gnus-art.el (gnus-signature-separator): Fix custom type.
20878         * mm-decode.el (mm-inlined-types): Fix custom type.
20879         (mm-keep-viewer-alive-types): Ditto.
20880         (mm-automatic-display): Ditto.
20881         (mm-attachment-override-types): Ditto.
20882         (mm-inline-override-types): Ditto.
20883         (mm-automatic-external-display): Ditto.
20885 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20887         * spam-report.el (spam-report-user-mail-address)
20888         (spam-report-user-agent): New variables.
20889         (spam-report-url-ping-plain): Use spam-report-user-agent.
20891 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20893         * gnus-art.el (gnus-button-handle-custom): Do not just use
20894         `customize-apropos' for any "M-x customize-*" button but the
20895         function called for.  Accept both the function name and its
20896         argument in order to achieve this.
20897         (gnus-button-alist): Remove support for "custom:" URL's.
20898         Pass function name to `gnus-button-handle-custom' in case of "M-x
20899         customize-*" buttons.
20901 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20903         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20904         multipart/alternative and add xref to mm-discouraged-alternatives
20905         in doc string.
20907         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20908         gnus-buttonized-mime-types in doc string.
20910 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20912         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20913         Suggest image/.* in the doc string.
20915 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20917         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20918         message-marks (Debian bug#342521).
20920 2005-12-12  Simon Josefsson  <jas@extundo.com>
20922         * password.el (password-read-from-cache): Add.
20923         (password-read): Use it.
20925 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20927         * rfc2047.el (rfc2047-charset-to-coding-system):
20928         Recognize us-ascii as a MIME charset.
20930         * mm-bodies.el (mm-decode-content-transfer-encoding):
20931         Protect against the case where the 2nd arg TYPE is nil.
20933 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20935         * pop3.el (pop3-stream-type): Fix custom version.
20937         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20939 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20941         * mm-decode.el (mm-display-external): Add missing cdr.
20943 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20945         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20946         RFC1524) if it is in mailcap or add a suffix according to
20947         mailcap-mime-extensions when generating a temp filename; postpone
20948         deleting a temp file for 2 seconds for some wrappers, shell
20949         scripts, and so on, which might exit right after having started a
20950         viewer command as a background job.
20952 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20954         * nntp.el (nntp-marks-directory): Fix custom group.
20956         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20957         steps when < 10.
20959         * gnus-start.el (gnus-no-server-1):
20960         Mention `gnus-level-default-subscribed' in doc string.
20962 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20964         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20965         parens.
20967 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20969         * gnus-xmas.el (gnus-use-toolbar): Revert.
20970         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20971         gnus-use-toolbar is default.
20973         * messagexmas.el (message-use-toolbar): Revert.
20974         (message-setup-toolbar): Use global default-toolbar if
20975         message-use-toolbar is default.
20977 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20979         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20980         according to default-toolbar-visible-p.
20982         * messagexmas.el (message-use-toolbar): Ditto.
20984 2005-11-26  Dave Love  <fx@gnu.org>
20986         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20987         (tls-program, tls-success): Provide openssl alternative.
20989         * starttls.el: Doc fixes.
20990         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20991         SERVICE to PORT.
20993         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20994         port null or service name.
20995         (starttls-negotiate): Autoload.
20997 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20999         * message.el (message-kill-to-signature): Fix interactive spec.
21001 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21003         * pop3.el (pop3-open-server): Recognize a string as a service name.
21005 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21007         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21009 2005-11-23  Dave Love  <fx@gnu.org>
21011         Add pop3s, pop3/starttls.
21013         * pop3.el (pop3-authentication-scheme): Clarify doc.
21014         (open-tls-stream, starttls-open-stream): Autoload.
21015         (pop3-stream-type): New.
21016         (pop3-open-server): Use it.
21018         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21019         for POP.
21020         (mail-source-keyword-map): Add :stream for POP.
21021         (mail-source-fetch-pop): Use pop3-stream-type.
21023 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21025         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21026         of current-time-string.
21028 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21030         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21031         date header.
21033 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21035         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21036         it can seriously impact performance as it bypasses the agent's
21037         local caches.
21039 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21041         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21042         must be explicitly online rather than "not explicitly offline" for
21043         its flags to be synchronized.
21045         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21046         that gnus-uu-unmark-thread will function correctly.
21048         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21049         1024K is instead displayed as 1M.
21051 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21053         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21055 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21057         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21059 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21061         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21062         error message to display actual error condition.
21063         (gnus-agent-save-local): Avoid saving symbols that are bound to
21064         nil as they simply result in a warning message in
21065         gnus-agent-read-local.
21067 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21069         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21070         rather than make-variable-buffer-local for file-precious-flag.
21072 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21074         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21075         for duplicates which are removed.  The invalid sort check then
21076         triggers a rescan after the sort as sorting may have moved
21077         duplicate entries such that they can be cheaply detected.
21079 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21081         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21083 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21085         * gnus-agent.el (gnus-agent-article-alist-save-format):
21086         Change internal variable to a custom variable.  Change default value
21087         from compressed(2) to uncompressed(1).
21088         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21089         support for uncompressed agentview files.  Taken together, reading
21090         the agentview file should now be 6-7 times faster.
21092 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21094         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21095         as a buffer-local variable.  This avoids creating truncated
21096         dribble files as a result of a hang up, eg.
21098 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21100         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21101         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21102         XEmacs.
21104 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21106         * gnus-start.el (gnus-start-draft-setup):
21107         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21109         * gnus.el (gnus-splash): Change custom group.
21110         (gnus-group-get-parameter, gnus-group-parameter-value):
21111         Describe allow-list argument.
21113         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21114         string.
21116 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21118         * gnus-art.el (gnus-default-article-saver): Add user-defined
21119         `function' to custom type.
21121 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21123         * imap.el (imap-open): Handle case where buffer is a buffer
21124         object.
21126 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21128         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21129         long lines.
21130         (gnus-cache-delete-group): Wrap doc strings.
21132         * gnus-agent.el (gnus-agent-rename-group)
21133         (gnus-agent-delete-group): Wrap doc strings.
21135 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21137         * messagexmas.el (message-use-toolbar): Change the valid values
21138         into default, top, bottom, left, and right.
21139         (message-toolbar-thickness): New variable.
21140         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21141         well.
21142         (message-setup-toolbar): Make it work.
21144         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21145         (gnus-use-toolbar): Change the valid values into default, top,
21146         bottom, left, and right.
21147         (gnus-toolbar-thickness): New variable.
21148         (gnus-xmas-setup-toolbar): New function.
21149         (gnus-xmas-setup-group-toolbar): Use it.
21150         (gnus-xmas-setup-summary-toolbar): Use it.
21152 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21154         * gnus-start.el (gnus-1): Add "native" to
21155         gnus-predefined-server-alist.
21157         * gnus.el (gnus-method-to-server): Don't add "native" to the
21158         lists here, because that leads to problems when
21159         gnus-select-method is bound.
21161 2005-11-09  Simon Josefsson  <jas@extundo.com>
21163         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21164         use (not sort-by-date) instead.
21166 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21168         * gnus-delay.el (gnus-delay-group): Don't autoload.
21169         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21170         to be re-loaded when customizing the `gnus-delay' group.
21172 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21174         * message.el: Revert last changes.
21175         (message-insert-citation-line): Use newlines.
21177 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21179         * message.el (message-courtesy-message)
21180         (message-mark-insert-begin, message-mark-insert-end)
21181         (message-elide-ellipsis, message-cancel-message)
21182         (message-add-header, message-change-subject)
21183         (message-cross-post-followup-to-header)
21184         (message-cross-post-insert-note, message-reduce-to-to-cc)
21185         (message-widen-reply, message-delete-not-region)
21186         (message-kill-to-signature, message-insert-signature)
21187         (message-insert-importance-high, message-insert-importance-low)
21188         (message-insert-or-toggle-importance)
21189         (message-insert-disposition-notification-to)
21190         (message-indent-citation, message-yank-original)
21191         (message-cite-original-without-signature, message-cite-original)
21192         (message-insert-citation-line, message-position-on-field)
21193         (message-fix-before-sending, message-send-mail-partially)
21194         (message-send-mail, message-send-mail-with-sendmail)
21195         (message-send-mail-with-qmail, message-send-news)
21196         (message-check-news-header-syntax, message-generate-headers)
21197         (message-insert-courtesy-copy, message-fill-address)
21198         (message-fill-header, message-shorten-references)
21199         (message-setup-1, message-cancel-news)
21200         (message-forward-make-body-plain, message-forward-make-body-mime)
21201         (message-forward-make-body-mml, message-encode-message-body)
21202         (message-forward-make-body-digest-plain)
21203         (message-forward-make-body-digest-mime)
21204         (message-use-alternative-email-as-from): Insert `hard-newline'
21205         instead of ordinary newlines.
21207 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21209         * message.el (message-generate-headers): Downcase the argument
21210         given to message-check-element.
21212 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21214         * nntp.el (nntp-authinfo-rejected): New error condition.
21215         (nntp-wait-for): Use new error condition to signal authentication
21216         error.
21217         (nntp-retrieve-data): Rethrow new error condition to break out of
21218         recursive call to nntp-send-authinfo.
21220 2005-11-08  Romain Francoise  <romain@orebokech.com>
21222         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21223         (gnus-summary-exit-map): Bind to `Z p'.
21224         (gnus-summary-make-menu-bar): Add menu item.
21226 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21228         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21229         (gnus-treat-*): Add `first' in all doc strings.
21231         * gnus-group.el (gnus-group-compact-group): Fix typo.
21233 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21235         * gnus.el (gnus-parameters-case-fold-search): New variable.
21236         (gnus-parameters-get-parameter): Use it.
21238         * gnus-score.el (gnus-home-score-file): Doc fix.
21240 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21242         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21244 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21246         * mm-util.el (mm-special-display-p): New function.
21248         * mml.el (mml-preview): Use it; doc fix.
21250 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21252         * imap.el (imap-open): Handle case where buffer is a buffer object.
21254 2005-10-29  Romain Francoise  <romain@orebokech.com>
21256         * message.el (message-fix-before-sending): Fix comment.
21258 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21260         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21262 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21264         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21265         Used in gnus-score.el.
21267 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21269         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21271 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21273         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21274         whitespace removed in revision 7.8.  Use concatenated string to
21275         protect trailing whitespace.
21277 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21279         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21280         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21281         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21282         Courier IMAP ("some version from 2004").  Mostly based on similar
21283         code in the same function.
21285 2005-10-26  Didier Verna  <didier@xemacs.org>
21287         * gnus-group.el (gnus-group-compact-group): Invalidate original
21288         article buffer.
21289         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21290         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21291         NOV database and in article itself.
21292         Invalidate article backlog.
21294 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21296         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21298 2005-10-26  Simon Josefsson  <jas@extundo.com>
21300         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21301         part of 2004-07-25 change.
21303 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21305         * message.el (message-display-completion-list): New function.
21306         (message-expand-group): Use it; make sure the Completions buffer
21307         is modifiable.
21308 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21310         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21311         user-mail-name is an empty string.
21313 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21315         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21316         depending on gnus-score-decay-constant.
21318         * encrypt.el (encrypt-insert-file-contents)
21319         (encrypt-write-file-contents): Don't use `gnus-message'.
21321         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21322         arguments.
21323         (mm-uu-type-alist): Add message-marks and insert-marks.
21324         Pass arguments to mm-uu-verbatim-marks-extract.
21325         (mm-uu-hide-markers): New variable.
21326         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21328         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21329         (gnus-convert-image-to-face-command): Use "convert" by default to
21330         allow other input image formats.
21331         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21332         accordingly.
21334 2005-10-23  Simon Josefsson  <jas@extundo.com>
21336         * imap.el (imap-gssapi-program): Align command line parameters
21337         with latest GNU SASL.
21338         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21340 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21342         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21343         HTML.
21344         (nnslashdot-request-article): Ditto.
21346         * lpath.el (featurep): Add nobreak-char-display.
21348 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21350         * mail-source.el (mail-source-fetch-pop): Require pop3.
21351         (mail-source-check-pop): Ditto.
21353 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21355         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21356         errors.
21358 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21360         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21361         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21363         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21365         * mm-bodies.el (mm-decode-string):
21366         Call `mm-charset-to-coding-system' with allow-override argument.
21368 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21370         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21371         (rfc2047-charset-to-coding-system): New function.
21372         (rfc2047-decode-encoded-words): New function.
21373         (rfc2047-decode-region): Use them.
21374         (rfc2047-decode-cte): Remove.
21375         (rfc2047-parse-and-decode): Remove.
21376         (rfc2047-decode): Remove.
21378 2005-10-15  Kenichi Handa  <handa@m17n.org>
21380         * rfc2047.el (rfc2047-decode-cte): New function.
21381         (rfc2047-decode-region): Change the way to decode successive
21382         encoded-words: decode B- or Q-encoding in each encoded-word,
21383         concatenate them, and decode it as charset.
21385 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21387         * lpath.el: Fbind codepage-setup for XEmacs.
21389 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21391         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21392         widget-move-and-invoke.
21393         (gnus-custom-mode): Use gnus-custom-map.
21395 2005-10-15  Bill Wohler  <wohler@newt.com>
21397         * message.el (message-tool-bar-map): Rename image file from
21398         mail_send to mail/send.
21400 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21402         * message.el (message-expand-group): Pass the common
21403         prefix substring of completion to `display-completion-list'.
21405 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21407         * mml-sec.el (mml-secure-method): New internal variable.
21408         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21409         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21410         New functions using mml-secure-method.
21412         * mml.el (mml-mode-map): Add key bindings for those functions.
21413         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21414         Harder <harder@myrealbox.com>.
21415         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21416         Goto end of message if point is the headers of the message.
21418         * message.el (message-in-body-p): New function.
21420         * assistant.el: Autoload gnus-util and netrc.
21422         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21423         Use `mm-charset-override-alist' only when decoding.
21425         * mm-bodies.el (mm-decode-body):
21426         Call `mm-charset-to-coding-system' with allow-override argument.
21428         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21429         `filename' from Content-Disposition if Content-Type doesn't
21430         provide `name'.
21431         (gnus-mime-view-part-as-type): Set default instead of
21432         initial-input.
21434 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21436         * format-spec.el (format-spec): Propagate text properties of % spec.
21438 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21440         * gnus-art.el (gnus-treat-predicate): Add `first'.
21442 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21444         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21445         (mm-charset-override-alist): New variable.
21446         (mm-charset-to-coding-system): Use it.
21447         (mm-codepage-setup): New helper function.
21448         (mm-charset-eval-alist): New variable.
21449         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21450         Warn about unknown charsets.
21452         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21454 2005-10-04  David Hansen  <david.hansen@gmx.net>
21456         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21457         (nnrss-check-group): Ditto.
21459 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21461         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21462         Rename x-gnus-verbatim to x-verbatim.
21463         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21465         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21466         x-verbatim.
21468         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21470         * gnus-util.el (gnus-remove-duplicates): Remove.
21472         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21473         instead of gnus-remove-duplicates.
21475         * message.el (message-remove-duplicates): Remove.
21476         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21477         message-remove-duplicates.
21479         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21480         available, else use implementation from `delete-dups'.
21482         * message.el (message-insert-expires): New function.
21483         (message-mode-map): Add key binding.
21484         (message-mode-field-menu): Add menu entry.
21485         (message-mode): Document it.
21486         (message-make-expires-date): Use `message-make-date'.
21488 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21490         * message.el (message-make-expires-date): New function.
21492 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21494         * Makefile.in (list-installed-shadows): New entry.
21495         (install): Use it.
21496         (remove-installed-shadows): New entry.
21498         * dgnushack.el (dgnushack-default-load-path): New variable.
21499         (dgnushack-find-lisp-shadows): New function.
21500         (dgnushack-remove-lisp-shadows): New function.
21502 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21504         * Makefile.in (install-el-elc): New entry.
21505         (install): Use it so that .el files are necessarily installed.
21507 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21509         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21511 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21513         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21514         function rather than the diff-mode.el package.
21515         (mm-display-external): Use with-current-buffer.
21516         (mm-viewer-completion-map, mm-viewer-completion-map):
21517         Move initialization inside declaration.
21519 2005-09-29  Simon Josefsson  <jas@extundo.com>
21521         * spam.el: Load hashcash when compiling, to avoid warnings.
21522         Don't autoload mail-check-payment.
21523         (spam-check-hashcash): Define unconditionally, since hashcash.el
21524         is part of Gnus now.  Ignore errors from payment checking.
21526 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21528         * message.el (message-bold-region, message-unbold-region):
21529         Rename from `bold-region' and `unbold-region'.
21531         * message.el: Remove useless autoloads.
21533 2005-09-28  Simon Josefsson  <jas@extundo.com>
21535         * message.el (message-use-idna): Default to t.
21536         (message-use-idna): Test whether encoding works too.  Doc fix.
21538 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21540         * nntp.el (nntp-warn-about-losing-connection): Remove.
21542 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21544         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21545         customizable.  Change default value.
21546         (mm-uu-diff-groups-regexp): Change default value.
21547         (mm-uu-type-alist): Add doc string.
21548         (mm-uu-configure): Add doc string.  Make it interactive.
21549         (mm-uu-tex-groups-regexp): New variable.
21550         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21551         (mm-uu-type-alist): Add LaTeX documents.
21552         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21553         of "text/verbatim".
21554         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21556         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21557         instead of "text/verbatim".
21559         * message.el (message-mark-inserted-region)
21560         (message-mark-insert-file): Use slrn style marks when called with
21561         prefix argument.
21563 2005-09-27  Simon Josefsson  <jas@extundo.com>
21565         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21567 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21569         * message.el (message-remove-duplicates): New function.
21570         Implementation borrowed from `gnus-remove-duplicates'.
21571         (message-idna-to-ascii-rhs): Also encode idna addresses in
21572         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21573         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21574         only ask about the same idna domain once per header and also tell
21575         in what header to replace the idna domain.
21577         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21578         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21579         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21580         a header is decoded and not just the last one.
21582 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21584         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21585         has been decoded.
21587         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21588         (mm-insert-part): Don't modify text if it has been decoded.
21590         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21591         decoded.
21593         * mm-view.el (mm-inline-text): Don't strip text props unless
21594         decoding enriched or richtext parts.
21596 2005-09-25  Romain Francoise  <romain@orebokech.com>
21598         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21599         * gnus-start.el (gnus-subscribe-interactively):
21600         * gnus-uu.el (gnus-uu-grab-articles):
21601         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21602         space.
21604 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21606         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21607         * mm-view.el (mm-view-pkcs7-decrypt):
21608         * gnus-sum.el (gnus-summary-limit-to-extra)
21609         (gnus-summary-respool-article, gnus-read-move-group-name):
21610         * gnus-score.el (gnus-summary-increase-score):
21611         * gnus-util.el (gnus-completing-read-with-default):
21612         * gnus-art.el (gnus-read-save-file-name)
21613         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21614         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21615         * message.el (message-check-news-header-syntax):
21616         Follow convention for reading with the minibuffer.
21618 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21620         * spam-report.el (spam-report-url-ping-plain):
21621         Use gnus-extended-version as User-Agent.
21623         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21624         default value is nil.
21626         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21627         (mm-uu-verbatim-marks-extract): New function.
21628         (mm-uu-extract): New face.
21629         (mm-uu-copy-to-buffer): Use it.
21631         * spam-report.el (spam-report-gmane-ham): Rename from
21632         `spam-report-gmane-unspam'.
21633         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21634         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21636         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21637         Autoload.
21638         (spam-report-gmane-unregister-routine):
21639         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21641 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21643         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21644         (spam-report-gmane-unregister-routine): Add support for gmane
21645         unregistration.
21647         * spam-report.el (spam-report-gmane-unspam)
21648         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21649         (spam-report-gmane): Change to take a single article and do unspam
21650         registration.
21652 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21654         * mm-url.el (mm-url-decode-entities): Fix regexp.
21656 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21658         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21659         default to nil, to be able to use Gnus at all.  If the default
21660         switches to something else, then the function should be fixed not
21661         be exceedingly slow.
21663 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21665         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21666         fail hard.
21668         * spam-report.el: Add better Keywords line.
21670         * spam.el: Add Maintainer and better Keywords line.
21672 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21674         * gnus-art.el (gnus-article-replace-part)
21675         (gnus-mime-replace-part): New functions.
21676         (gnus-mime-action-alist, gnus-mime-button-commands)
21677         (gnus-mime-save-part-and-strip): Add file argument.
21678         (gnus-article-part-wrapper): Add interactive argument.
21680         * gnus-sum.el (gnus-summary-mime-map):
21681         Add `gnus-article-replace-part'.
21683 2005-09-19  Didier Verna  <didier@xemacs.org>
21685         The nnml compaction feature:
21686         * nnml.el (nnml-request-compact-group): New function.
21687         * nnml.el (nnml-request-compact): New function.
21688         * gnus-int.el (gnus-request-compact-group): New function.
21689         * gnus-int.el (gnus-request-compact): New function.
21690         * gnus-group.el (gnus-group-compact-group): New function.
21691         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21692         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21693         * gnus-srvr.el (gnus-server-compact-server): New function.
21694         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21695         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21697 2005-09-18  Deepak Goel  <deego@gnufans.org>
21699         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21700         format spec.
21702 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21704         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21706 2005-09-15  Romain Francoise  <romain@orebokech.com>
21708         * message.el (message-fill-paragraph): Clarify docstring.
21710 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21712         * gnus-art.el (gnus-mime-display-part): Protect against broken
21713         MIME messages.
21715 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21717         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21718         before parsing header.
21720 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21722         * html2text.el (html2text-replace-list): Add new entities.
21724 2005-09-11  Romain Francoise  <romain@orebokech.com>
21726         * message.el (message-alternative-emails): Improve docstring.
21727         (message-setup-1): Call `message-use-alternative-email-as-from'
21728         after `message-setup-hook' to give it precedence over posting
21729         styles, etc.
21730         (message-use-alternative-email-as-from): Add docstring.
21731         Remove the original From header if present.
21733         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21734         (nnml-save-mail): Use it.
21736         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21737         articles.  Add new argument `silent'.
21738         (gnus-uu-mark-all): Report the total number of marked articles.
21740 2005-09-10  Romain Francoise  <romain@orebokech.com>
21742         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21743         (gnus-uu-mark-series): Likewise.
21745 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21747         * spam-report.el (spam-report-gmane): Fix generation of spam
21748         report URL.
21750 2005-09-10  Simon Josefsson  <jas@extundo.com>
21752         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21753         t, based on discussion on the ding list with Robert Epprecht
21754         <epprecht@solnet.ch>.
21756 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21758         * spam-report.el (spam-report-gmane): Make it work without
21759         X-Report-Spam header.  Gmane now only provides Archived-At.
21760         This is only used if `spam-report-gmane-use-article-number' is nil.
21761         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21763         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21764         make `gnus-summary-sort-by-recipient' work with threading.
21766         * nnweb.el (nnweb-google-wash-article): Print a message if article
21767         is not available.
21769 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21771         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21772         change.  Decode text/* parts content before displaying.
21774 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21776         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21778 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21780         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21782         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21783         url-package-name, url-package-version,
21784         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21785         w3m-display-inline-images, and w3m-minor-mode-map.
21787 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21789         * message.el (message-tab-body-function): Fix mismatched custom type.
21791         * gnus.el (gnus-group-change-level-function): Ditto.
21793         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21795         * gnus-art.el (gnus-signature-limit)
21796         (gnus-article-mime-part-function): Ditto.
21798 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21800         * mml.el (mml-mode): Silence the byte compiler.
21802         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21803         using `(sit-for 0)' before moving the point to the specified part;
21804         skip unbuttonized parts.
21805         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21806         return to the summary window if gnus-auto-select-part is non-nil.
21808 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21810         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21811         New variables.
21812         (mml-dnd-attach-file, mml-mode): Use them.
21814         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21815         Make fetching article by MID work again for Google Groups.
21816         Add FIXME concerning gnus-group-make-web-group.
21818         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21819         Don't depend on Gnus by using mail-extract-address-components if
21820         gnus-extract-address-components is not bound.
21822 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21824         * gnus-art.el (gnus-mime-display-security): Don't display the
21825         signature, but only the signed part.
21827 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21829         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21831         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21832         list, not listp.
21834 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21836         * mm-encode.el (mm-encode-content-transfer-encoding):
21837         Likewise when encoding.
21839         * mm-bodies.el (mm-decode-content-transfer-encoding):
21840         De-canonicalize CRLF for all text content types, not just
21841         text/plain.
21843 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21845         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21846         valid article; point arrow and cursor at the MIME button.
21848 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21850         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21851         Suggested by Dan Christensen <jdc@uwo.ca>.
21853         * mm-decode.el (mm-save-part): Enable change of prompt.
21855 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21857         * gnus-msg.el (gnus-inews-add-send-actions):
21858         Make `message-post-method' lambda parameter ARG `&optional'.
21860 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21862         * gnus-sum.el (gnus-summary-mime-map):
21863         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21864         gnus-article-jump-to-part.
21866         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21867         (gnus-article-edit-part): Use it.
21868         (gnus-article-part-wrapper): Add no-handle argument.
21869         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21870         New functions.
21872 2005-08-29  Romain Francoise  <romain@orebokech.com>
21874         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21875         docstring.
21876         (gnus-face-from-file): Likewise.
21878 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21880         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21881         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21882         non-nil.
21883         (gnus-auto-select-part): New variable.
21884         (gnus-article-jump-to-part): New function.
21885         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21886         (gnus-mime-delete-part): Allow selecting specified part after
21887         deleting or stripping parts.
21888         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21889         part if argument is bogus.
21891 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21893         * gnus-art.el (w3m-minor-mode-map):
21894         * gnus-spec.el (gnus-newsrc-file-version):
21895         * gnus-util.el (nnmail-active-file-coding-system)
21896         (gnus-original-article-buffer, gnus-user-agent):
21897         * gnus.el (gnus-ham-process-destinations)
21898         (gnus-parameter-ham-marks-alist)
21899         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21900         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21901         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21902         * mm-decode.el (gnus-current-window-configuration):
21903         * mm-extern.el (gnus-article-mime-handles):
21904         * mm-url.el (url-current-object, url-package-name)
21905         (url-package-version):
21906         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21907         (smime-keys, w3m-cid-retrieve-function-alist)
21908         (w3m-current-buffer, w3m-display-inline-images)
21909         (w3m-minor-mode-map):
21910         * mml-smime.el (gnus-extract-address-components):
21911         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21912         (gnus-newsrc-hashtb, message-default-charset)
21913         (message-deletable-headers, message-options)
21914         (message-posting-charset, message-required-mail-headers)
21915         (message-required-news-headers):
21916         * mml1991.el (mc-pgp-always-sign):
21917         * mml2015.el (mc-pgp-always-sign):
21918         * nnheader.el (nnmail-extra-headers):
21919         * rfc1843.el (gnus-decode-encoded-word-function)
21920         (gnus-decode-header-function, gnus-newsgroup-name):
21921         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21923 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21925         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21926         the end of the date treatments.
21928 2005-08-15  Simon Josefsson  <jas@extundo.com>
21930         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21931         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21932         Capello and Romain Francoise.
21933         (pgg-fetch-key-function): Remove, not used?
21934         (pgg-insert-url-with-w3): Require url, to get
21935         url-insert-file-contents regardless of where it is defined.
21937 2005-08-13  Romain Francoise  <romain@orebokech.com>
21939         * message.el (message-cite-original-1): New function.
21940         (message-cite-original): Use it.
21941         (message-cite-original-without-signature): Ditto.
21943 2005-08-08  Romain Francoise  <romain@orebokech.com>
21945         * message.el (message-yank-empty-prefix): New variable.
21946         (message-indent-citation): Use it.
21947         (message-cite-original-without-signature): Respect X-No-Archive.
21949 2005-08-08  Simon Josefsson  <jas@extundo.com>
21951         * pgg.el: Autoload url-insert-file-contents instead of loading
21952         w3/url.
21953         (pgg-insert-url-with-w3): Don't load url here.
21955 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21957         * message.el (message-kill-to-signature): Don't insert newline at
21958         bol.
21959         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21961 2005-08-06  Romain Francoise  <romain@orebokech.com>
21963         * message.el (message-user-fqdn): Fix typo in docstring.
21965 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21967         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21969         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21971 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21973         * mm-bodies.el (mm-encode-body): Use coding system rather than
21974         charset to encode text.
21976         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21977         number of charsets if utf-8 is available (XEmacs).
21979 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21981         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21982         taken from `gnus-button-mid-or-mail-regexp'.
21983         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21984         (gnus-button-alist): Improve regexp for domain part of the MIDs
21985         for news:localpart@domain buttons.
21986         (gnus-button-ctan-directory-regexp): Update.
21988 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21990         * sieve-manage.el (sieve-manage-interactive-login):
21991         Use make-local-variable rather than make-variable-buffer-local.
21992         (sieve-manage-open): Ditto.
21993         (sieve-manage-authenticate): Ditto.
21995         * mml.el (mml-generate-mime-1): Make the content type default to
21996         text/plain if the filename is not specified.
21998 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22000         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22001         instead of insert-buffer.
22003         * message.el (message-yank-original): Ditto; set the mark at the
22004         end of the yanked message.
22006 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22008         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22009         lines to scroll rather than to stop it.
22011         * mml.el (mml-generate-default-type): Add doc string.
22012         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22013         default to application/octet-stream when determining the content
22014         type if it is not specified for the part or the mml contents; add
22015         a comment about mml-generate-default-type.
22017 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22019         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22020         make it default to application/octet-stream when determining the
22021         content type if it is not specified for the external contents.
22023 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22025         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22026         segmented parameter but also other parameters might be there.
22028 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22030         * mm-decode.el (mm-display-external): Delete temp file, directory
22031         and buffer immediately if the external process is exited.
22033 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22035         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22036         fewer lines than that of scroll-margin.
22037         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22039 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22041         * gnus-art.el (gnus-article-next-page): Revert.
22042         (gnus-article-beginning-of-window): New macro.
22043         (gnus-article-next-page-1): Use it.
22044         (gnus-article-prev-page): Ditto.
22045         (gnus-article-edit-part): Use insert-buffer-substring instead of
22046         insert-buffer.
22047         (gnus-article-edit-exit): Ditto.
22049         * gnus-util.el (gnus-beginning-of-window): Remove.
22050         (gnus-end-of-window): Remove.
22052         * lpath.el: Don't bind header-line-format and scroll-margin.
22054 2005-07-25  Simon Josefsson  <jas@extundo.com>
22056         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22057         to have the url package without w3.  Reported by Daiki Ueno
22058         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22060 2005-07-20  Didier Verna  <didier@xemacs.org>
22062         * gnus-diary.el: Remove the description comment (nndiary is now
22063         properly documented in the Gnus manual).
22064         Fix the spelling of "Back End".
22065         * nndiary.el: Ditto.
22066         Fix the copyright notice.
22068 2005-07-18  Romain Francoise  <romain@orebokech.com>
22070         * gnus-sum.el (gnus-summary-to-prefix)
22071         (gnus-summary-newsgroup-prefix): New variables.
22072         (gnus-summary-from-or-to-or-newsgroups): Use them.
22074 2005-07-17  Romain Francoise  <romain@orebokech.com>
22076         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22077         space as it's generally not especially interesting to the user.
22079 2005-07-16  Romain Francoise  <romain@orebokech.com>
22081         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22082         nil to avoid prompting and file modification if one of the
22083         messages at the top of the nnfolder file contains a copyright
22084         notice.
22085         Update copyright notice.
22087         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22088         instead of `current-time-string' as the latter creates a time
22089         string that is not RFC 2822 compliant (it lacks the zone).
22090         Update copyright notice.
22092 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22094         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22095         for text/rtf.  Display default in prompt.  Pass default for M-n.
22097         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22099 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22101         * gnus-msg.el (gnus-button-mailto):
22102         Remove save-selected-window-window hackery because it relies on
22103         save-selected-window internals.
22105 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22107         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22108         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22109         (gnus-article-prev-page): Ditto.
22111         * gnus-util.el (gnus-beginning-of-window): New function.
22112         (gnus-end-of-window): New function.
22114         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22116 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22118         * gnus-score.el (gnus-score-edit-all-score):
22119         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22120         gnus-message.
22122 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22124         * gnus-msg.el (gnus-button-mailto):
22125         Remove save-selected-window-window hackery because it relies on
22126         save-selected-window internals.
22128 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22130         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22131         add-minor-mode.
22132         (gnus-binary-mode): Ditto.
22134         * gnus-topic.el (gnus-topic-mode): Ditto.
22136 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22138         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22139         (gnus-article-prev-page): Take scroll-margin into consideration.
22141 2005-07-04  Lute Kamstra  <lute@gnu.org>
22143         Update FSF's address in GPL notices.
22145 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22147         * gnus.el (gnus-exit):
22148         * gnus-group.el (gnus-group-icons):
22149         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22151         * gnus-nocem.el (gnus-nocem):
22152         * message.el (message-various, message-buffers, message-sending)
22153         (message-interface, message-forwarding, message-insertion)
22154         (message-headers, message-news, message-mail):
22155         * pgg-gpg.el (pgg-gpg):
22156         * pgg-parse.el (pgg-parse):
22157         * pgg-pgp.el (pgg-pgp):
22158         * pgg-pgp5.el (pgg-pgp5):
22159         * pop3.el (pop3): Finish `defgroup' description with period.
22161 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22163         * gnus-art.el (article-display-face): Improve the efficiency.
22164         (article-display-x-face): Ditto; remove gray x-face stuff.
22166 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22168         * gnus-art.el (article-display-face): Correct the position in
22169         which Faces are inserted.
22171 2005-06-29  Didier Verna  <didier@xemacs.org>
22173         * gnus-art.el (article-display-face): Display faces in correct
22174         order.
22176 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22178         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22179         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22180         (gnus-nocem-check-article): Fetch the Type header.
22181         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22182         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22183         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22184         make sure gnus-nocem-hashtb is initialized.
22185         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22186         (gnus-nocem-unwanted-article-p): Ditto.
22188         * pgg.el (pgg-verify): Return the verification result.
22190 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22192         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22193         is ascii.
22195 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22197         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22198         `show-nonbreak-escape'.
22200 2005-06-23  Lute Kamstra  <lute@gnu.org>
22202         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22204         * dig.el (dig-mode):
22205         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22207 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22209         * nnimap.el (nnimap-split-download-body): Fix spellings.
22211 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22213         * gnus-art.el (gnus-article-encrypt-body):
22214         * gnus-cus.el (gnus-score-customize):
22215         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22216         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22218 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22220         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22221         header by looking for magic "MII" at the beginning.
22223 2005-06-16  Miles Bader  <miles@gnu.org>
22225         * gnus-xmas.el (gnus-xmas-group-startup-message):
22226         Use renamed gnus-splash face.
22228         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22229         (assistant-field-face): New backward-compatibility alias for renamed
22230         face.
22231         (assistant-render-text): Use renamed assistant-field face.
22233         * spam.el (spam): Remove "-face" suffix from face name.
22234         (spam-face): New backward-compatibility alias for renamed face.
22235         (spam-face, spam-initialize): Use renamed spam face.
22237         * message.el (message-header-to, message-header-cc)
22238         (message-header-subject, message-header-newsgroups)
22239         (message-header-other, message-header-name)
22240         (message-header-xheader, message-separator, message-cited-text)
22241         (message-mml): Remove "-face" suffix from face names.
22242         (message-header-to-face, message-header-cc-face)
22243         (message-header-subject-face, message-header-newsgroups-face)
22244         (message-header-other-face, message-header-name-face)
22245         (message-header-xheader-face, message-separator-face)
22246         (message-cited-text-face, message-mml-face):
22247         New backward-compatibility aliases for renamed faces.
22248         (message-font-lock-keywords): Use renamed message faces.
22250         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22251         (sieve-test-commands, sieve-tagged-arguments):
22252         Remove "-face" suffix from face names.
22253         (sieve-control-commands-face, sieve-action-commands-face)
22254         (sieve-test-commands-face, sieve-tagged-arguments-face):
22255         New backward-compatibility aliases for renamed faces.
22256         (sieve-control-commands-face, sieve-action-commands-face)
22257         (sieve-test-commands-face, sieve-tagged-arguments-face):
22258         Use renamed sieve faces.
22260         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22261         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22262         (gnus-group-news-3-empty, gnus-group-news-4)
22263         (gnus-group-news-4-empty, gnus-group-news-5)
22264         (gnus-group-news-5-empty, gnus-group-news-6)
22265         (gnus-group-news-6-empty, gnus-group-news-low)
22266         (gnus-group-news-low-empty, gnus-group-mail-1)
22267         (gnus-group-mail-1-empty, gnus-group-mail-2)
22268         (gnus-group-mail-2-empty, gnus-group-mail-3)
22269         (gnus-group-mail-3-empty, gnus-group-mail-low)
22270         (gnus-group-mail-low-empty, gnus-summary-selected)
22271         (gnus-summary-cancelled, gnus-summary-high-ticked)
22272         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22273         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22274         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22275         (gnus-summary-low-undownloaded)
22276         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22277         (gnus-summary-low-unread, gnus-summary-normal-unread)
22278         (gnus-summary-high-read, gnus-summary-low-read)
22279         (gnus-summary-normal-read, gnus-splash):
22280         Remove "-face" suffix from face names.
22281         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22282         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22283         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22284         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22285         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22286         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22287         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22288         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22289         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22290         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22291         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22292         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22293         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22294         (gnus-summary-normal-ticked-face)
22295         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22296         (gnus-summary-normal-ancient-face)
22297         (gnus-summary-high-undownloaded-face)
22298         (gnus-summary-low-undownloaded-face)
22299         (gnus-summary-normal-undownloaded-face)
22300         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22301         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22302         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22303         (gnus-splash-face):
22304         New backward-compatibility aliases for renamed faces.
22305         (gnus-group-startup-message): Use renamed gnus faces.
22307         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22308         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22309         (gnus-server-agent): Remove "-face" suffix from face names.
22310         (gnus-server-agent-face, gnus-server-opened-face)
22311         (gnus-server-closed-face, gnus-server-denied-face)
22312         (gnus-server-offline-face):
22313         New backward-compatibility aliases for renamed faces.
22314         (gnus-server-agent-face, gnus-server-opened-face)
22315         (gnus-server-closed-face, gnus-server-denied-face)
22316         (gnus-server-offline-face): Use renamed gnus faces.
22318         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22319         Remove "-face" suffix from face names.
22320         (gnus-picon-xbm-face, gnus-picon-face):
22321         New backward-compatibility aliases for renamed faces.
22323         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22324         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22325         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22326         (gnus-cite-11): Remove "-face" suffix from face names.
22327         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22328         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22329         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22330         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22331         New backward-compatibility aliases for renamed faces.
22332         (gnus-cite-attribution-face, gnus-cite-face-list)
22333         (gnus-article-boring-faces): Use renamed gnus faces.
22335         * gnus-art.el (gnus-signature, gnus-header-from)
22336         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22337         (gnus-header-content): Remove "-face" suffix from face names.
22338         (gnus-signature-face, gnus-header-from-face)
22339         (gnus-header-subject-face, gnus-header-newsgroups-face)
22340         (gnus-header-name-face, gnus-header-content-face):
22341         New backward-compatibility aliases for renamed faces.
22342         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22344         * gnus-sum.el (gnus-summary-selected-face)
22345         (gnus-summary-highlight): Use renamed gnus faces.
22346         * gnus-group.el (gnus-group-highlight): Likewise.
22348 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22350         * gnus-sieve.el (gnus-sieve-article-add-rule):
22351         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22352         * spam-stat.el (spam-stat-buffer-change-to-spam)
22353         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22355         * message.el (message-is-yours-p):
22356         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22358 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22360         * mm-view.el (mm-inline-text): Withdraw the last change.
22362 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22364         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22365         executing enriched-decode.
22367 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22369         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22370         charset of tar files.
22372 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22374         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22376 2005-06-04  Lute Kamstra  <lute@gnu.org>
22378         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22379         information is never recorded.
22381 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22383         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22385 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22387         * pop3.el (pop3-apop): Run md5 in the binary mode.
22389         * starttls.el (starttls-set-process-query-on-exit-flag):
22390         Use eval-and-compile.
22392 2005-05-31  Simon Josefsson  <jas@extundo.com>
22394         * smime.el (smime-replace-in-string): Define.
22395         (smime-cert-by-ldap-1): Use it.
22397 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22399         * gnus-art.el (article-display-x-face): Replace
22400         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22402         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22403         set-process-query-on-exit-flag or process-kill-without-query.
22405         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22406         loop instead of replace-regexp.
22408         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22409         instead of process-kill-without-query if it is available.
22411         * lpath.el: Fbind ldap-search-entries.
22413         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22414         instead of find-file-hooks if it is available.
22416         * mml1991.el: Bind pgg-default-user-id when compiling.
22418         * mml2015.el: Bind pgg-default-user-id when compiling.
22420         * nndraft.el (nndraft-request-associate-buffer):
22421         Use write-contents-functions instead of write-contents-hooks if it is
22422         available.
22424         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22425         instead of find-file-hooks if it is available.
22427         * nntp.el (nntp-open-connection): Replace
22428         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22429         (nntp-open-ssl-stream): Ditto.
22430         (nntp-open-tls-stream): Ditto.
22432         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22433         set-process-query-on-exit-flag or process-kill-without-query.
22434         (starttls-open-stream-gnutls): Use it instead of
22435         process-kill-without-query.
22436         (starttls-open-stream): Ditto.
22438 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22440         * smime.el (smime-cert-by-ldap-1): Don't use
22441         replace-regexp-in-string.
22443 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22445         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22447         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22448         in PEM format.  Adjust to the XEmacs compatibility.
22450 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22452         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22453         by `string-to-number'.
22454         * gnus-agent.el (gnus-agent-regenerate-group)
22455         (gnus-agent-fetch-articles): Ditto.
22456         * gnus-art.el (gnus-button-fetch-group): Ditto.
22457         * gnus-cache.el (gnus-cache-generate-active)
22458         (gnus-cache-articles-in-group): Ditto.
22459         * gnus-group.el (gnus-group-set-current-level)
22460         (gnus-group-insert-group-line): Ditto.
22461         * gnus-score.el (gnus-score-set-expunge-below)
22462         (gnus-score-set-mark-below, gnus-summary-score-effect)
22463         (gnus-summary-score-entry): Ditto.
22464         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22465         (gnus-soup-pack): Ditto.
22466         * gnus-spec.el (gnus-xmas-format): Ditto.
22467         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22468         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22469         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22470         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22471         * nndb.el (nndb-get-remote-expire-response): Ditto.
22472         * nndiary.el (nndiary-parse-schedule-value)
22473         (nndiary-string-to-number, nndiary-request-replace-article)
22474         (nndiary-request-article): Ditto.
22475         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22476         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22477         * nneething.el (nneething-make-head): Ditto.
22478         * nnfolder.el (nnfolder-request-article)
22479         (nnfolder-retrieve-headers): Ditto.
22480         * nnheader.el (nnheader-file-to-number): Ditto.
22481         * nnkiboze.el (nnkiboze-request-article): Ditto.
22482         * nnmail.el (nnmail-process-unix-mail-format)
22483         (nnmail-process-babyl-mail-format): Ditto.
22484         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22485         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22486         (nnmh-request-create-group, nnmh-request-list-1)
22487         (nnmh-request-group, nnmh-request-article): Ditto.
22488         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22489         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22490         * nnsoup.el (nnsoup-make-active): Ditto.
22491         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22492         * nntp.el (nntp-find-group-and-number)
22493         (nntp-retrieve-headers-with-xover): Ditto.
22494         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22495         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22496         (pgg-format-key-identifier): Ditto.
22497         * pop3.el (pop3-last, pop3-stat): Ditto.
22498         * qp.el (quoted-printable-decode-region): Ditto.
22500         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22501         of concat.
22503 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22505         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22507         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22509         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22511         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22513         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22515         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22517         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22518         (gnus-carpal-mode): Ditto.
22520         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22521         (gnus-browse-mode): Ditto.
22523         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22525         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22527 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22529         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22531 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22533         * gnus-util.el (gnus-run-mode-hooks): New function.
22535         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22537         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22538         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22540 2005-05-27  Lute Kamstra  <lute@gnu.org>
22542         * dns-mode.el (dns-mode): Specify customization group.
22544 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22546         * gnus-agent.el (gnus-agent-make-mode-line-string):
22547         Use mode-line-highlight as mouse-face.
22549 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22551         * canlock.el (canlock): Change the parent group to news.
22553         * deuglify.el (gnus-outlook-deuglify): Add :group.
22555         * dig.el (dig): Add :group.
22557         * dns-mode.el (dns-mode): Add :group.
22559         * encrypt.el (encrypt): Add :group.
22561         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22562         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22563         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22564         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22565         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22567         * gnus-diary.el (gnus-diary): Add :group.
22569         * gnus.el (gnus-group-news-1-face): Add :group.
22570         (gnus-group-news-1-empty-face): Ditto.
22571         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22572         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22573         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22574         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22575         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22576         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22577         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22578         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22579         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22580         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22581         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22582         (gnus-summary-high-ticked-face): Ditto.
22583         (gnus-summary-low-ticked-face): Ditto.
22584         (gnus-summary-normal-ticked-face): Ditto.
22585         (gnus-summary-high-ancient-face): Ditto.
22586         (gnus-summary-low-ancient-face): Ditto.
22587         (gnus-summary-normal-ancient-face): Ditto.
22588         (gnus-summary-high-undownloaded-face): Ditto.
22589         (gnus-summary-low-undownloaded-face): Ditto.
22590         (gnus-summary-normal-undownloaded-face): Ditto.
22591         (gnus-summary-high-unread-face): Ditto.
22592         (gnus-summary-low-unread-face): Ditto.
22593         (gnus-summary-normal-unread-face): Ditto.
22594         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22595         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22597         * hashcash.el (hashcash): New custom group.
22598         (hashcash-default-payment): Add :group.
22599         (hashcash-payment-alist): Ditto.
22600         (hashcash-default-accept-payment): Ditto.
22601         (hashcash-accept-resources): Ditto.
22602         (hashcash-path): Ditto.
22603         (hashcash-extra-generate-parameters): Ditto.
22604         (hashcash-double-spend-database): Ditto.
22605         (hashcash-in-news): Ditto.
22607         * message.el (message-minibuffer-local-map): Add :group.
22609         * netrc.el (netrc): Add :group.
22611         * sieve-manage.el (sieve-manage-log): Add :group.
22612         (sieve-manage-default-user): Diito.
22613         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22614         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22615         (sieve-manage-authenticators): Ditto.
22616         (sieve-manage-authenticator-alist): Ditto.
22617         (sieve-manage-default-port): Ditto.
22619         * sieve-mode.el (sieve-control-commands-face): Add :group.
22620         (sieve-action-commands-face): Ditto.
22621         (sieve-test-commands-face): Ditto.
22622         (sieve-tagged-arguments-face): Ditto.
22624         * smime.el (smime): Add :group.
22626         * spam-report.el (spam-report): Add :group.
22628         * spam.el (spam, spam-face): Add :group.
22630 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22632         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22633         return \n.\n.\n at the end of articles.  Protect against that.
22634         (nntp-with-open-group): Allow debugging.
22636         * nnheader.el (mail-header-set-extra): Make into a function
22637         because I just could't understand how to quote the list properly.
22639         * dns.el (query-dns-cached): New function.
22641 2005-05-26  Lute Kamstra  <lute@gnu.org>
22643         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22645 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22647         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22649         * gnus-art.el: Don't autoload mail-extract-address-components.
22651         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22652         eval-and-compile to evaluate it.
22654         * hashcash.el: Don't autoload executable-find.
22656         * nndb.el: Don't declare the nndb back end two or more times; don't
22657         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22659         * nntp.el: Autoload format-spec instead of format; use
22660         eval-and-compile to evaluate autoload forms.
22662 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22664         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22666 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22668         * gnus.el (gnus-version-number): Bump version.
22670 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22672         * gnus.el: No Gnus v0.3 is released.
22674 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22676         * lpath.el (featurep): Bind show-nonbreak-escape.
22678 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22680         * gnus-art.el (gnus-article-edit-part): Disable undo.
22682 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22684         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22685         gnus-article-date-lapsed-new-header is t if date timer is active;
22686         skip headers in which the original date value is empty.
22687         (gnus-article-save-original-date): Redefine it as a macro.
22688         (gnus-display-mime): Use it.
22690 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22692         * gnus-art.el (article-date-ut): Support converting date in
22693         forwarded parts as well.
22694         (gnus-article-save-original-date): New function.
22695         (gnus-display-mime): Use it.
22697 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22699         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22700         enclosure element of <item>.
22702 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22704         * message.el (message-kill-buffer-query): Rename from
22705         `message-kill-buffer-query-if-modified'.  Add :version.
22707 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22709         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22710         window layout.
22712 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22714         * mml.el: Autoload dnd when compiling.
22716 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22718         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22719         x-dnd-*.
22721 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22723         * qp.el (quoted-printable-encode-region): Save excursion.
22725 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22727         * message.el (message-kill-buffer-query-if-modified): Add new variable
22728         so the user can kill a modified message buffer quickly.
22729         (message-kill-buffer): Use it.
22731 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22733         * lpath.el: Fbind display-time-event-handler; don't fbind
22734         string-to-multibyte.
22736         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22738 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22740         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22741         contained in text because xml.el decodes entities) with LFs.
22743 2005-04-11  Lute Kamstra  <lute@gnu.org>
22745         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22746         differently.
22748 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22750         * mm-util.el (mm-detect-coding-region): Typo.
22752 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22754         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22756 2005-04-06  Deepak Goel  <deego@gnufans.org>
22758         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22759         user-function allow user modifications of the scores.
22760         (spam-stat-score-buffer-user): New function, to allow
22761         user-computed modifications to the score.
22762         (spam-stat-score-buffer-user-functions): List of additional
22763         scoring functions.
22764         (spam-stat-error-holder): Global temporary error holder.
22765         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22766         variable.
22768 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22770         * gnus-registry.el (gnus-registry-clean-empty-function)
22771         (gnus-registry-trim, gnus-registry-fetch-groups)
22772         (gnus-registry-delete-group): Groups that match
22773         `gnus-registry-ignored-groups' are removed from the registry
22774         entries, not just ignored for splitting.  This helps clean up the
22775         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22776         to get all the groups a message ID is in.
22778         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22779         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22780         (spam-stat-score-buffer-user-functions): Add :number custom type.
22782 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22784         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22785         argument in XEmacs.
22787         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22788         (nnrss-request-group): Decode group name first.
22789         (nnrss-request-article): Make a text/plain article if mml-to-mime
22790         failed.
22791         (nnrss-get-encoding): Return a compatible encoding according to
22792         nnrss-compatible-encoding-alist.
22793         (nnrss-find-el): Use consp instead of listp.
22794         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22796 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22798         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22799         which Emacs 20 doesn't support.
22800         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22802 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22804         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22805         silence the byte compiler inside the defun.
22807         * gnus-demon.el (parse-time-string): Add autoload.
22809         * gnus-delay.el (parse-time-string): Add autoload.
22811         * gnus-art.el (parse-time-string): Add autoload.
22813         * nnultimate.el (parse-time): Require for `parse-time-string'.
22815 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22817         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22819         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22821         * smime.el (smime-ldap-host-list): Add :version.
22823 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22825         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22826         pass it to `gnus-browse-read-group'.
22827         (gnus-browse-read-group): Add NUMBER argument and pass it to
22828         `gnus-group-read-ephemeral-group'.
22830         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22831         argument and pass it to `gnus-group-read-group'.
22833 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22835         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22836         mm-xemacs-find-mime-charset-1 if we have the mule feature
22837         available at runtime.
22839 2005-03-25  Werner Lemberg  <wl@gnu.org>
22841         * nnmaildir.el: Replace `illegal' with `invalid'.
22843 2005-03-23  Lute Kamstra  <lute@gnu.org>
22845         * time-date.el: Add comment on time value formats.
22846         Don't require parse-time.
22847         (with-decoded-time-value): New macro.
22848         (encode-time-value): New function.
22849         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22850         (days-to-time): Return a valid time value when arg is huge.
22851         (time-since): Use time-subtract.
22852         (time-to-number-of-days): Use time-to-seconds.
22854 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22856         * gnus-start.el (gnus-display-time-event-handler):
22857         Check display-time-timer at runtime rather than only at load time
22858         in case display-time-mode is turned off in the mean time.
22860 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22862         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22863         used.
22865         * nneething.el (nneething-map-file-directory): Derive from
22866         `gnus-directory'.
22868         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22869         the To/Cc button.
22871 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22873         * nnmaildir.el (nnmaildir-request-accept-article):
22874         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22876 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22878         * gnus-async.el: Require timer-funcs at compile time when in
22879         XEmacs for `run-with-idle-timer'.
22881 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22883         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22884         autoloaded function.
22886 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22888         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22890 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22892         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22894 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22896         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22897         Add gnus-expert-user to default.
22899 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22901         * nnimap.el (nnimap-open-server): Ditto.
22903         * imap.el (imap-authenticate): Fix typo.
22905 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22907         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22908         buffer (since IMAP server might return FETCH response out of
22909         order, and the nntp buffer must be sorted).
22911 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22913         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22914         comparison on string.
22916         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22917         (gnus-agent-score): Rename category keywords to match gnus-cus.
22918         (gnus-agent-summary-fetch-series): Modify to protect against
22919         gnus-agent-summary-fetch-group clearing processable flags.
22920         (gnus-agent-synchronize-group-flags): Update live group buffer as
22921         synchronization may occur due to the user toggle the plugged
22922         status.
22923         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22924         successfully downloaded.
22925         (gnus-agent-expire-group-1): Avoid using markers when the overview
22926         is in ascending order; greatly improves performance.
22927         (gnus-agent-regenerate-group):
22928         Use gnus-agent-synchronize-group-flags to reset read status in both
22929         gnus and server.
22930         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22932 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22934         * message.el: Don't autoload former message-utils variables.
22935         (message-strip-subject-trailing-was): Change doc string.
22937         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22938         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22939         (nnweb-google-search): Add "hl=en" here.
22940         (nnweb-google-parse-1, nnweb-google-create-mapping):
22941         Don't hardcode URL.
22943 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22945         * message.el (message-get-reply-headers, message-followup):
22946         Mention related variables `message-use-followup-to' and
22947         `message-use-mail-followup-to', in the information buffer.
22949         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22950         of broken groups(-beta).google.com.
22952 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22954         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22955         parameter to invoked gnus-request-move-article; remove the
22956         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22957         all at once instead of once per article.
22958         (gnus-summary-remove-process-mark): Accept a list of articles as
22959         well as a single article for processing.
22961         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22962         parameter.
22964         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22966         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22968         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22969         parameter.
22971         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22972         parameter.
22974         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22975         parameter and remove the gnus-sum-hint-move-is-internal variable.
22977         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22978         parameter.
22980         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22981         parameter.
22983         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22984         parameter.
22986         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22988         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22989         parameter.
22991         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22992         parameter.
22994 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22996         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22997         a more conservative way.
22999 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23001         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23002         buffer, so it moves the window's cursor.
23004 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23006         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23007         `mm-dissect-multipart' and receive the from field as an (optional)
23008         argument from `mm-dissect-multipart'.
23009         (mm-dissect-multipart): Receive the from field as an argument and
23010         pass it on when we call `mm-dissect-buffer' on MIME parts.
23011         Fixes verification/decryption of signed/encrypted MIME parts.
23013 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23015         * gnus-sum.el (gnus-summary-move-article):
23016         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23017         whatever it calls (right now, only nnimap-request-move article
23018         respects it).
23020         * nnimap.el (nnimap-request-move-article):
23021         When gnus-sum-hint-move-is-internal is set, don't do the extra
23022         nnimap-request-article.
23024 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23026         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23028         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23029         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23031         * gnus-sum.el (gnus-summary-caesar-message):
23032         Apply `gnus-treat-article' after rotation.
23034         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23035         doc string.
23037 2005-02-22  Simon Josefsson  <jas@extundo.com>
23039         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23040         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23041         <arne@arnested.dk>.
23042         (encrypt): Add password-cache and password-cache-expiry as group
23043         members.
23045 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23047         * smime.el (smime-ldap-host-list): Doc fix.
23048         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23049         cache) password.
23050         (smime-sign-region): Use it.
23051         (smime-decrypt-region): Use it.
23052         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23053         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23054         fails.
23055         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23056         certificate from DER to PEM format rather than calling openssl.
23058         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23060         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23061         for signing/encryption.
23063         * mml.el (mml-parse-1): Use them.
23065 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23067         * nnrss.el (nnrss-verbose): Remove.
23068         (nnrss-request-group): Use `nnheader-message' instead.
23070 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23072         * nnrss.el (nnrss-verbose): New variable.
23073         (nnrss-request-group): Make it say nnrss is requesting a group.
23075 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23077         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23078         Handle news URL with given port correctly.
23080 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23082         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23083         containing special characters.
23085         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23087         * mml.el (mime-to-mml): Ditto.
23089         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23090         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23091         (rfc2047-decode-region): Quote decoded words containing special
23092         characters when rfc2047-quote-decoded-words-containing-tspecials
23093         is non-nil.
23095 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23097         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23099         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23101 2005-02-15  Simon Josefsson  <jas@extundo.com>
23103         * nnimap.el (nnimap-debug): Doc fix.
23105         * imap.el (imap-debug): Doc fix.
23107 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23109         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23111 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23113         * gnus.el (spam-contents): Improve docs for spam-contents
23114         parameter in its variable incarnation.
23116 2005-02-14  Simon Josefsson  <jas@extundo.com>
23118         * smime-ldap.el: Use require instead of load-library for ldap.
23119         (smime-ldap-search): Indent.
23120         (smime-ldap-search-internal): Shorten line.
23122         * smime.el (smime-cert-by-dns): Add doc-string.
23123         (smime-cert-by-ldap-1): Indent.
23125         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23126         mml-smime-get-dns-ldap.
23127         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23129 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23131         * smime.el: Require smime-ldap.
23132         (smime-ldap-host-list): New variable.
23133         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23135         * mml-smime.el (mml-smime-encrypt-query): New function.
23136         (mml-smime-encrypt-query): Use it.
23138         * smime-ldap.el: New file.
23140 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23142         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23144 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23146         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23147         argument in doc string.  Make query for type more clear.
23149 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23151         * gnus.el (gnus-group-startup-message): Search for gnus images in
23152         etc/images/gnus.
23153         * mm-util.el (mm-image-load-path): Likewise.
23154         * smiley.el (smiley-data-directory): Search for smilies in
23155         etc/images/smilies.
23157 2005-02-09  Kim F. Storm  <storm@cua.dk>
23159         Change Emacs release version from 21.4 to 22.1 throughout.
23160         Change Emacs development version from 21.3.50 to 22.0.50.
23162 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23164         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23166         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23167         non-Mule XEmacs as well.
23168         (mm-decompress-buffer): Signal an error intentionally if it does
23169         not decompress compressed data because auto-compression-mode is
23170         disabled.
23172 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23174         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23175         an ID in the registry even if it has no groups.
23177 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23179         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23180         merge it into mm-decompress-buffer.
23181         (gnus-mime-copy-part): Use the MIME part charset, the value which
23182         a user specified or gnus-newsgroup-charset for decoding, like
23183         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23184         save-buffer what was used.  Suggested by Kevin Ryde
23185         <user42@zip.com.au>.
23186         (gnus-mime-inline-part): Allow the name parameter as well as the
23187         filename parameter; force decompressing of compressed data; always
23188         display contents being not decoded as unibyte.
23190         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23191         as well as the filename parameter.
23193         * mm-util.el (mm-decompress-buffer):
23194         Merge gnus-mime-jka-compr-maybe-uncompress.
23195         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23196         of compressed data.
23198 2005-02-08  Simon Josefsson  <jas@extundo.com>
23200         * imap.el (imap-log): Doc fix.
23202 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23204         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23205         the coding cookies; decompress compressed parts.
23207         * mml.el (mml-generate-mime-1): Add the charset parameter according
23208         to the value which a user specified manually or the coding cookie.
23210         * mm-util.el (mm-string-to-multibyte): New function.
23211         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23212         (mm-coding-system-to-mime-charset): New function.
23213         (mm-decompress-buffer): New function.
23214         (mm-find-buffer-file-coding-system): New function.
23216         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23217         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23218         parts.
23220 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23222         * mm-view.el (mm-display-inline-fontify): Decode a part according
23223         to the charset parameter.
23225 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23227         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23228         prefix arg is neither nil nor a number, as info specifies.
23230 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23232         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23233         timestamps.
23235 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23237         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23238         groups error checking and notify user.
23240 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23242         * message.el (message-send-mail-function): Check existence of
23243         sendmail-program first before using default value
23244         `message-send-mail-with-sendmail'.  Otherwise use more generic
23245         `smtpmail-send-it'.
23247 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23249         * nntp.el (nntp-request-update-info): Always return nil.
23251 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23253         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23255 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23257         * message.el (message-beginning-of-line): Change the behavior when
23258         invoked between BOL and : so that it first moves backward.
23260 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23262         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23263         article buffer when editing of the article is discarded.
23264         (gnus-article-prepare): Revert.
23266 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23268         * gnus-art.el (gnus-article-prepare):
23269         Remove message-strip-forbidden-properties from the local hook.
23271 2005-01-27  Simon Josefsson  <jas@extundo.com>
23273         * password.el (password-cache-add): Only start one timer per key.
23274         Reported by Derek Atkins <warlord@MIT.EDU>.
23276 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23278         * run-at-time.el: Remove.  It is no longer needed as
23279         timer-funcs.el in the xemacs-base package has a working version of
23280         `run-at-time'.
23282         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23284         * password.el: Require timer-funcs instead of run-at-time in
23285         XEmacs.
23286         Remove `password-run-at-time' macro.
23287         (password-cache-add): Use `run-at-time' instead of
23288         `password-run-at-time'.
23290         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23291         Remove `nnheader-cancel-function-timers' alias,
23292         `cancel-function-timers' exists in XEmacs in timer-funcs.
23294         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23295         for `run-with-idle-timer'.
23297         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23298         for `run-at-time'.
23300         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23301         for `with-timeout'.
23303         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23304         the same as for XEmacs 21.4.
23305         No need to ignore `run-with-idle-timer', this function exists in
23306         XEmacs now in timer-funcs.el in the xemacs-base package.
23307         (dgnushack-compile): No need to delete
23308         run-at-time.el from the list of files to compile because it
23309         doesn't exist anymore.
23311 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23313         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23314         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23316 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23318         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23319         sensitively.
23321 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23323         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23325 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23327         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23328         which will be inserted according to the multibyteness of a buffer
23329         rather than the type of contents.  Suggested by ARISAWA Akihiro
23330         <ari@mbf.ocn.ne.jp>.
23332         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23333         of string which old xml.el may return rather than a string.
23335 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23337         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23339 2005-01-16  Simon Josefsson  <jas@extundo.com>
23341         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23342         idn/idna.el isn't available.
23343         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23344         <michael@waxrat.com>.
23346         * hashcash.el: Remove non-FSF copyright header.
23348         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23349         (hashcash-generate-payment): Use it.
23350         (hashcash-generate-payment-async): Use it.
23352 2005-01-15  Simon Josefsson  <jas@extundo.com>
23354         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23355         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23357         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23358         gnus-summary-idna-message.
23359         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23360         (gnus-summary-idna-message): New function.
23362 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23364         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23365         gnus-novice-user.
23367 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23369         * nnrss.el (nnrss-request-delete-group): Delete entries in
23370         nnrss-group-alist as well.
23371         (nnrss-save-server-data): Insert newline.
23373 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23375         * gnus.el (gnus-user-agent): Use list of symbols instead of
23376         symbols.  Display full version number for (S)XEmacs.
23377         Optionally display (S)XEmacs codename.
23379         * gnus-util.el (gnus-emacs-version): Update for new
23380         `gnus-user-agent'.
23382         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23383         Gnus version.
23385 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23387         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23388         which is unreadable in some setups.
23390 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23392         * gnus-spec.el (gnus-update-format-specifications): Flush the
23393         group format spec cache if it doesn't support decoded group names.
23395 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23397         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23398         Allow to apply decay on score files matching a regexp.
23400 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23402         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23403         compatibility in %g and %c.
23405 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23407         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23408         name for only %g and %c.
23409         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23410         of gnus-tmp-group to decoded group name.
23411         (gnus-group-make-rss-group): Exclude `/'s from group names.
23413 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23415         * nnrss.el (nnrss-get-encoding): Fix regexp.
23417 2004-12-27  Simon Josefsson  <jas@extundo.com>
23419         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23420         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23421         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23423 2004-12-17  Kim F. Storm  <storm@cua.dk>
23425         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23427         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23429 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23431         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23433 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23435         * nnrss.el: Require rfc2047 and mml.
23436         (nnrss-file-coding-system): New variable.
23437         (nnrss-format-string): Redefine it as an inline function.
23438         (nnrss-decode-group-name): New function.
23439         (nnrss-string-as-multibyte): Remove.
23440         (nnrss-retrieve-headers): Decode group name; don't use
23441         nnrss-format-string.
23442         (nnrss-request-group): Decode group name.
23443         (nnrss-request-article): Decode group name; allow a Message-ID as
23444         well as an article number; don't use nnrss-format-string; encode a
23445         Message-ID string which may contain non-ASCII characters; use
23446         mml-to-mime to compose a MIME article.
23447         (nnrss-request-expire-articles): Decode group name.
23448         (nnrss-request-delete-group): Decode group name.
23449         (nnrss-fetch): Clarify error message.
23450         (nnrss-read-server-data): Use insert-file-contents instead of load;
23451         bind file-name-coding-system; use multibyte buffer.
23452         (nnrss-save-server-data): Bind coding-system-for-write to the
23453         value of nnrss-file-coding-system; bind file-name-coding-system;
23454         add coding cookie.
23455         (nnrss-read-group-data): Use insert-file-contents instead of load;
23456         bind file-name-coding-system; use multibyte buffer.
23457         (nnrss-save-group-data): Bind coding-system-for-write to the
23458         value of nnrss-file-coding-system; bind file-name-coding-system.
23459         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23460         make it work with non-ASCII text.
23461         (nnrss-find-el): Make it work with old xml.el as well.
23463 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23465         * nnrss.el (nnrss-get-encoding): New function.
23466         (nnrss-fetch): Use unibyte buffer initially; bind
23467         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23468         decode contents according to the encoding attribute.
23469         (nnrss-save-group-data): Add coding cookie.
23470         (nnrss-mime-encode-string): New function.
23471         (nnrss-check-group): Use it to encode subject and author.
23473 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23475         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23476         imaginary variable.
23478 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23480         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23481         correctly even if there are wide characters.
23483 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23485         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23486         downcased symbol names; make a new cache instead of reusing
23487         bbdb-hashtable.
23489 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23491         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23492         concatenating segments rather than before concatenating them.
23493         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23495         * message.el (message-get-reply-headers): Bind `extra'.
23497 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23499         * message.el (message-extra-wide-headers): New variable.
23500         (message-get-reply-headers): Use it.
23502 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23504         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23505         (gnus-agent-group-pathname): Ditto.
23507         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23509         * gnus-group.el (gnus-group-make-group): Decode group name.
23510         (gnus-group-make-rss-group): Register the group data after opening
23511         the nnrss group.
23513 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23515         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23516         by expiry now get marked as read.
23518 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23520         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23522 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23524         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23525         unify Latin characters in XEmacs.
23526         (mm-find-mime-charset-region): Use it.
23528 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23530         * gnus-util.el (gnus-delete-directory): New function.
23532         * gnus-agent.el (gnus-agent-delete-group): Use it.
23534         * gnus-cache.el (gnus-cache-delete-group): Use it.
23536 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23538         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23539         names.
23541 2004-12-16  Simon Josefsson  <jas@extundo.com>
23543         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23545 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23547         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23549         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23550         (gnus-group-set-current-level): Decode group name.
23552 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23554         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23555         failed.
23557 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23559         * gnus-group.el (gnus-group-delete-group): Decode group name.
23560         (gnus-group-make-rss-group): Encode group name.
23561         (gnus-group-catchup-current): Decode group name.
23562         (gnus-group-kill-group): Decode group name.
23564 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23566         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23568 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23570         * gnus-group.el (gnus-group-make-rss-group):
23571         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23573         * gnus-start.el (gnus-setup-news): Honor user's setting to
23574         gnus-message-archive-method.  Suggested by Lute Kamstra
23575         <lute@gnu.org>.
23577 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23579         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23580         global counterparts of the buffer-local variables.
23582 2004-11-16  Romain Francoise  <romain@orebokech.com>
23584         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23585         counterparts of the buffer-local variables.
23587 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23589         * message.el (message-forbidden-properties): Fix typo in doc
23590         string.
23592 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23594         * gnus-util.el (gnus-replace-in-string): Add doc string.
23596         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23597         to avoid problems when splitting mails with many recipients.
23599 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23601         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23602         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23604 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23606         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23607         if there is no hashtable in memory or file modification time is
23608         newer than cached timestamp.
23610 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23612         * gnus-sum.el (gnus-summary-limit-to-recipient):
23613         Implement not-matching option.
23615 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23617         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23618         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23619         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23620         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23621         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23622         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23624 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23626         * message.el (message-forward-make-body-mml): Remove headers
23627         according to message-forward-ignored-headers if a message is decoded.
23629 2004-12-02  Romain Francoise  <romain@orebokech.com>
23631         * message.el (message-forward-make-body-plain): Always remove
23632         headers according to message-forward-ignored-headers.
23634 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23636         * spam.el (spam-summary-prepare-exit): Remove the
23637         gnus-summary-limit pop for now, it has problems with ham marks for
23638         me.
23640 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23642         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23643         correctly.
23645 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23647         * format-spec.el (format-spec): Message the char.
23649 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23651         * gnus-art.el (gnus-split-methods): Reformat comments.
23653         * spam.el (spam-summary-prepare-exit): Remove article limits
23654         before exiting the summary buffer.
23656 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23658         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23659         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23661         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23662         order to silence the byte compiler.
23664         * spam.el: Fix the way to silence the byte compiler, which
23665         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23666         bbdb-search-simple, spam-BBDB-register-routine,
23667         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23668         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23669         spam-stat-buffer-is-spam, spam-stat-load,
23670         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23671         spam-stat-save and spam-stat-split-fancy.
23673 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23675         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23676         which may confuse users.
23677         (canlock-password-for-verify): Ditto.
23679         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23681         * gnus-art.el (gnus-emphasis-alist): Ditto.
23683         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23685         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23687         * gnus-start.el (gnus-save-killed-list): Ditto.
23689         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23690         (gnus-sum-thread-tree-root): Ditto.
23691         (gnus-sum-thread-tree-false-root): Ditto.
23692         (gnus-sum-thread-tree-single-indent): Ditto.
23694         * message.el (message-courtesy-message): Ditto.
23695         (message-archive-note): Ditto.
23696         (message-subscribed-address-file): Ditto.
23697         (message-user-fqdn): Ditto.
23699         * spam-report.el (spam-report-gmane-regex): Ditto.
23701         * spam.el (spam-blackhole-good-server-regex): Ditto.
23703 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23705         * mml.el (mml-preview): Widen the message buffer before copying
23706         the contents to the preview buffer; sort headers before previewing.
23708         * message.el (message-hidden-headers): Fix the way to avoid a bug
23709         in the `repeat' widget in Emacs 21.3 or earlier.
23711 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23713         * message.el (message-hidden-headers): Default to "^References:".
23714         Improve customization type.  Suggested by Reiner Steib
23715         <Reiner.Steib@gmx.de>.
23717 2004-11-25  Romain Francoise  <romain@orebokech.com>
23719         * message.el (message-strip-forbidden-properties): Remove check for
23720         obsolete `message-hidden' text property, hidden headers are not
23721         accessible in the buffer anymore.
23723 2004-11-22  Romain Francoise  <romain@orebokech.com>
23725         * message.el (message-header-format-alist): Add `From' in list
23726         so that it can be sorted.
23727         (message-fix-before-sending): Widen and sort headers before
23728         sending.
23729         (message-hide-headers): Use narrowing to hide headers by moving
23730         them to the top of the buffer and narrowing to the region
23731         underneath.
23733 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23735         * message.el (message-strip-forbidden-properties):
23736         Bind buffer-read-only (etc) to nil.
23738 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23740         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23741         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23743 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23745         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23747 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23749         * dns.el (query-dns): Use sit-for to time instead of
23750         accept-process-output, since that doesn't seem to work on udp
23751         sockets.
23753 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23755         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23757 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23759         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23760         doc string.  Improve doc string.
23762 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23764         * nntp.el (nntp-request-update-info): Return nil if
23765         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23766         may not call gnus-activate-group which uselessly issues the GROUP
23767         commands for all nntp groups and wastes time.  Reported by Romain
23768         Francoise <romain@orebokech.com>.
23770         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23772 2004-11-15  Simon Josefsson  <jas@extundo.com>
23774         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23775         headers separately.
23776         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23777         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23779 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23781         * gnus-start.el (gnus-convert-old-newsrc):
23782         Assign legacy-gnus-agent to 5.10.7.
23784 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23786         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23787         start of the lines.
23789 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23791         * hashcash.el (hashcash-default-payment): Change default to 20.
23792         (hashcash-default-accept-payment): Change default to 20.
23793         (hashcash-process-alist): New variable.
23794         (hashcash-generate-payment-async): Add.
23795         (hashcash-already-paid-p): Add.
23796         (hashcash-insert-payment): Don't generate payments twice.
23797         (hashcash-insert-payment-async): Add.
23798         (hashcash-insert-payment-async-2): Add.
23799         (hashcash-cancel-async): Add.
23800         (hashcash-wait-async): Add.
23801         (hashcash-processes-running-p): Add.
23802         (hashcash-wait-or-cancel): Add.
23803         (mail-add-payment): New optional argument.  Conditionally start
23804         asynchronous calculation.
23805         (mail-add-payment-async): Add.
23807         * message.el (message-send-mail): Wait for asynchronous hashcash
23808         results.  Don't clobber existing X-Hashcash headers.
23809         (message-setup-1): Call mail-add-payment-async when
23810         message-generate-hashcash is non-nil.
23812 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23814         * message.el (message-use-alternative-email-as-from): Examine the
23815         From header as well; use message-make-from in order to include a
23816         user's full name.
23818 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23820         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23821         default; improve customization type.
23822         (gnus-emphasis-custom-with-format): New macro.
23823         (gnus-emphasis-custom-value-to-external): New function.
23824         (gnus-emphasis-custom-value-to-internal): New function.
23826 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23828         * dns.el (query-dns): Resolve reverse addresses.
23830 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23832         * gnus-group.el (gnus-group-get-new-news): Use it.
23834         * gnus-start.el (gnus-check-reasonable-setup): New function.
23836 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23838         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23839         "Args out of range" error.  Reported by Arnaud Giersch
23840         <arnaud.giersch@free.fr>.
23842 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23844         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23846 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23848         * spam.el (spam group): Add :version.
23850         * pgg-def.el (pgg group): Add :version.
23852 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23854         * gnus-art.el (gnus-article-edit-article): Don't associate the
23855         article buffer with a draft file.  This is a temporary measure
23856         against the 2004-08-22 change to gnus-article-edit-mode.
23858 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23860         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23861         (html2text-format-tags): Remove unused variable `attr'.
23863 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23865         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23867         * tls.el (tls-process-connection-type, tls-success)
23868         (tls-certtool-program): Add :version.
23870         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23871         (starttls-extra-arguments, starttls-process-connection-type)
23872         (starttls-connect, starttls-failure, starttls-success): Add :version.
23874         * spam-stat.el (spam-stat): Add :version.
23876         * sieve.el (sieve): Add :version.
23878         * sha1.el (sha1): Add :version.
23879         (sha1-use-external): Remove redundant version.
23881         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23882         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23883         (nnmail-split-fancy-match-partial-words)
23884         (nnmail-split-lowercase-expanded): Add :version.
23886         * nndiary.el (nndiary): Add :version.
23888         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23890         * mml-sec.el (mml-default-sign-method)
23891         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23892         Add :version.
23894         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23896         * mm-url.el (mm-url-use-external, mm-url-program)
23897         (mm-url-arguments): Add :version.
23899         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23900         (mm-attachment-file-modes, mm-decrypt-option)
23901         (mm-w3m-safe-url-regexp): Add :version.
23903         * message.el (message-cite-prefix-regexp)
23904         (message-sendmail-envelope-from, message-minibuffer-local-map)
23905         (message-user-fqdn, message-completion-alist): Add :version.
23907         * gnus-win.el (gnus-configure-windows-hook)
23908         (gnus-use-frames-on-any-display): Add :version.
23910         * gnus-art.el (gnus-article-address-banner-alist)
23911         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23912         (gnus-treat-from-picon, gnus-treat-mail-picon)
23913         (gnus-treat-x-pgp-sig): Add :version.
23915         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23916         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23917         (gnus-summary-article-delete-hook)
23918         (gnus-summary-display-while-building): Add :version.
23920         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23921         (gnus-get-top-new-news-hook): Add :version.
23923         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23924         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23926         * gnus-registry.el (gnus-registry): Add :version.
23928         * gnus-spec.el (gnus-use-correct-string-widths)
23929         (gnus-make-format-preserve-properties): Add :version.
23931         * gnus.el (gnus-group-charter-alist)
23932         (gnus-group-fetch-control-use-browse-url)
23933         (gnus-install-group-spam-parameters): Add :version.
23935         * gnus-diary.el (gnus-diary): Add :version.
23937         * gnus-delay.el (gnus-delay): Add :version.
23939         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23940         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23941         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23942         Add :version.
23944         * gnus-agent.el (gnus-agent-max-fetch-size)
23945         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23946         (gnus-agent-prompt-send-queue): Add :version.
23948         * deuglify.el (gnus-outlook-deuglify): Add :version.
23950         * html2text.el: Beautify code.  Improve doc strings.
23951         Some checkdoc cleanup.
23952         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23954 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23956         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23958 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23960         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23961         when package is loaded.
23963         * spam.el (spam-summary-score-preferred-header): Add global preference
23964         for people who want to override the default SpamAssassin over
23965         Bogofilter preference (when both are set).
23966         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23967         (spam-user-format-function-S):
23968         Check spam-summary-score-preferred-header.
23969         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23970         (spam-user-format-function-S): Format the score correctly.
23972 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23974         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23975         signature file.  Suggested by Manoj Srivastava
23976         <srivasta@golden-gryphon.com>.
23978         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23979         iso-2022-jp even in the Japanese language environment.
23980         Suggested by Jason Rumney <jasonr@gnu.org>.
23982 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23984         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23985         use the same characters as the dummy marks; make it free from
23986         getting affected by the language environment.
23987         (gnus-summary-read-group-1): Update mark positions only when the
23988         format spec is updated.
23990         * gnus-spec.el (gnus-update-format-specifications): Return a list
23991         of updated types.
23993 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23995         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23996         of boundp to check if display-warning is available.
23998 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24000         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24002 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24004         * nnspool.el (nnspool-spool-directory): Use news-path if the
24005         news-directory variable is not bound.
24007         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24008         function instead of display-warning if it is not available.
24010 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24012         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24013         v5-10: Use `point-at-bol'.
24015 2004-10-26  Simon Josefsson  <jas@extundo.com>
24017         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24018         <chenggao@gmail.com>.
24020 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24022         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24023         instead.
24025 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24027         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24028         to remove a server from the nnimap-server-buffer-alist.
24029         (nnimap-open-connection, nnimap-close-server): Use it.
24031         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24033 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24035         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24036         running the major-mode function.
24038 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24040         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24041         dummy marks in the right way.
24043 2004-10-18  David Edmondson  <dme@dme.org>
24045         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24046         excessively.
24048 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24050         * gnus-util.el (gnus-split-references): Accept a nil references
24051         string and go on blissfully.
24053         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24054         cases where the references string is non-nil but has no references.
24056         * encrypt.el: Add autoload tags.
24058         * spam.el (spam-resolve-registrations-routine): Remove article
24059         from unregistration list too.  Reported by David Hanak
24060         <dhanak@isis.vanderbilt.edu>
24062 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24064         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24065         nil.  Change custom type.
24067 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24069         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24071         * gnus-sum.el (gnus-summary-move-article): Use it.
24073 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24075         * encrypt.el: Add autoload cookies.
24077         * spam.el (spam-backend-article-list-property)
24078         (spam-backend-get-article-todo-list)
24079         (spam-backend-put-article-todo-list)
24080         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24081         Resolve registrations separately.
24082         (spam-register-routine): Format comments.
24083         (spam-unregister-routine, spam-register-routine): Always call with
24084         specific-articles, no default list.
24085         (spam-summary-prepare-exit): Use the spam-classifications function.
24087         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24088         gnus-encrypt.el.
24090         * encrypt.el: Copied from gnus-encrypt.el.
24092         * gnus-encrypt.el: Commented that it's obsolete.
24094 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24096         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24097         (gnus-score-save): Use it.
24099         * message.el (message-bury): Use `window-dedicated-p'.
24101 2004-10-15  Simon Josefsson  <jas@extundo.com>
24103         * pop3.el (top-level): Don't require nnheader.
24104         (pop3-read-timeout): Add.
24105         (pop3-accept-process-output): Add.
24106         (pop3-read-response, pop3-retr): Use it.
24108 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24110         * spam.el (spam-register-routine): Move comment.
24111         (spam-verify-bogofilter): Use 'unknown for the initial
24112         spam-bogofilter-valid state, not 'never.
24114         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24115         for netrc-machine.
24117         * nnimap.el (nnimap-open-connection):
24118         Use netrc-machine-user-or-password.
24120 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24122         * gnus-registry.el (gnus-registry-unload-hook):
24123         Set as a variable with add-hook.
24125         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24126         of news-path.
24128         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24130         * spam.el: Delete duplicate `provide'.
24131         (spam-unload-hook): Set as a variable with add-hook.
24133 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24135         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24136         in the doc string.
24138         * message.el (message-ignored-news-headers)
24139         (message-ignored-supersedes-headers)
24140         (message-ignored-resent-headers)
24141         (message-forward-ignored-headers): Improve custom type.
24143 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24145         * message.el (message-tokenize-header): Fix 2004-09-06 change
24146         which used point-min in the wrong place.
24148 2004-10-12  Simon Josefsson  <jas@extundo.com>
24150         * tls.el (tls-certtool-program): New variable.
24151         (tls-certificate-information): New function, based on
24152         ssl-certificate-information.
24154 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24156         * compface.el: Move the version of ELisp-based uncompface program
24157         to the contrib directory because of the copyright problem.
24159 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24161         * message.el (message-kill-buffer): Raise the current frame.
24163 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24165         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24167         * gnus.el (message-y-or-n-p): Autoload.
24169         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24170         (pop3-password-required, pop3-authentication-scheme)
24171         (pop3-leave-mail-on-server): Make customizable.
24172         (pop3): New custom group.
24173         (pop3-retr): Remove `sleep-for' statements.
24174         Suggested by Dave Love <fx@gnu.org>.
24176         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24177         Windows/DOS.
24179         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24180         (imap-parse-body): Fix incorrect use of `assert'.
24181         Suggested by Dave Love <fx@gnu.org>.
24183         * mml.el (mml-minibuffer-read-disposition): Require match.
24184         Suggested by Dave Love <fx@gnu.org>.
24186 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24188         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24189         doc string.
24191 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24193         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24195 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24197         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24198         instead of calling `mm-insert-inline', to decode text/* parts
24199         before displaying them.
24201 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24203         * mm-uu.el (mm-uu-text-plain-type): New variable.
24204         (mm-uu-pgp-signed-extract-1): Use it.
24205         (mm-uu-pgp-encrypted-extract-1): Use it.
24206         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24207         bind mm-uu-text-plain-type with that value.
24208         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24209         mm-uu-dissect.
24211 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24213         * gnus-group.el (gnus-update-group-mark-positions):
24214         * gnus-sum.el (gnus-update-summary-mark-positions):
24215         * message.el (message-check-news-body-syntax):
24216         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24217         of string-as-multibyte.
24219 2004-10-05  Juri Linkov  <juri@jurta.org>
24221         * gnus-group.el (gnus-update-group-mark-positions):
24222         * gnus-sum.el (gnus-update-summary-mark-positions):
24223         * message.el (message-check-news-body-syntax):
24224         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24225         8-bit unibyte values to a multibyte string for search functions.
24227 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24229         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24230         (mm-uu-dissect-text-parts): New function.
24232         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24233         dissect text parts.
24235         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24236         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24238         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24240         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24241         Use gnus-current-topics instead of gnus-current-topic.
24243 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24245         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24247 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24249         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24250         where appropriate.
24252         * nnml.el (nnml-generate-active-info): do.
24254         * nndiary.el (nndiary-generate-active-info): do.
24256         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24257         (gnus-topic-move): do.
24259         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24260         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24262         * gnus-srvr.el (gnus-server-prepare)
24263         (gnus-server-open-all-servers): do.
24265         * gnus-msg.el (gnus-summary-cancel-article)
24266         (gnus-summary-resend-message)
24267         (gnus-summary-mail-crosspost-complaint): do.
24269         * gnus-move.el (gnus-change-server): do.
24271         * gnus-group.el (gnus-group-unmark-all-groups)
24272         (gnus-group-set-current-level): do.
24274 2004-10-04  Simon Josefsson  <jas@extundo.com>
24276         * message.el (message-generate-hashcash): Doc fix.
24278 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24280         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24281         avoid infinite recursion via gnus-get-function.
24283 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24285         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24287         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24289         * nnmail.el (nnmail-split-history): do.
24291         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24292         (nnml-request-delete-group): do.
24294         * nnslashdot.el (nnslashdot-read-groups): do.
24296         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24297         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24299         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24300         (nnspool-sift-nov-with-sed): Use last.
24301         (nnspool-retrieve-headers-with-nov): Use mapc.
24302         (nnspool-request-newgroups): Use dolist.
24303         (nnspool-request-group): Use last.
24305         * nntp.el (nntp-read-server-type): Use dolist.
24307         * nnvirtual.el (nnvirtual-create-mapping)
24308         (nnvirtual-update-read-and-marked): Use dolist.
24309         (nnvirtual-convert-headers): Simplify.
24311 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24313         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24314         Add support for sync'ing tick marks.
24316 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24318         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24319         there's no visible header.
24321 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24323         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24324         When necessary, pass full group name to gnus-request-set-marks.
24326 2004-10-01  Simon Josefsson  <jas@extundo.com>
24328         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24329         acroread.
24331 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24333         * spam-report.el (spam-report-gmane): Fix interactive.
24335         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24337         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24338         when writing file.
24339         (gnus-agent-synchronize-flags): Don't default to being
24340         interactive.
24342 2004-09-30  Simon Josefsson  <jas@extundo.com>
24344         * message.el (message-generate-hashcash): Add.
24345         (message-send-mail): Use it, call mail-add-payment.
24347 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24349         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24351 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24353         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24354         gnus-requst-update-info with explicit code to sync the in-memory
24355         info read flags with the marks being sync'd to the backend.
24357         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24359 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24361         * spam.el (spam-verify-bogofilter): Add new function.
24362         (spam-check-bogofilter)
24363         (spam-bogofilter-register-with-bogofilter): Use it.
24364         (spam-verify-bogofilter): Add small fixes.
24366 2004-09-28  Simon Josefsson  <jas@extundo.com>
24368         * hashcash.el (hashcash-generate-payment): Revert.
24370 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24372         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24373         Use gnus-extract-references instead of gnus-split-references.
24375         * gnus-util.el (gnus-extract-references): Add new function, analogous
24376         to gnus-split-references but extracts only the message-ID without
24377         anything extra.
24379         * hashcash.el (hashcash-generate-payment)
24380         (hashcash-check-payment): Do the right thing if hashcash-path is
24381         nil (because the hashcash program could not be found).
24383         * spam.el (spam-use-hashcash): Remove comment.
24385 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24387         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24388         (gnus-cache-enter-article, gnus-cache-remove-article)
24389         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24391         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24393         * gnus-art.el (article-hide-boring-headers)
24394         (article-translate-strings, article-display-face)
24395         (gnus-article-mime-match-handle-first)
24396         (gnus-article-highlight-headers)
24397         (gnus-article-add-buttons-to-head): do.
24399 2004-09-27  Simon Josefsson  <jas@extundo.com>
24401         * hashcash.el: New version, from
24402         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24403         ../contrib/.
24405 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24407         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24409 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24411         * gnus-dup.el (gnus-dup-open): Use mapc.
24412         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24414         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24415         Reported by Stefan Wiens <s.wi@gmx.net>.
24417         * gnus.el (gnus-shutdown): Use dolist.
24419         * gnus-undo.el (gnus-undo): Use mapc.
24421         * nnrss.el (nnrss-generate-active): do.
24423         * message.el (message-cite-original-without-signature)
24424         (message-cite-original): Use mapc.
24425         (message-do-actions, message-make-forward-subject): Use dolist.
24427 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24429         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24430         deletion to remove entire duplicate line.  Fixes merged article
24431         number bug.
24433 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24435         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24436         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24437         first ask if you want to open a server and then, even when you
24438         responded with no, asking if you want to synchronize the server's
24439         flags.
24440         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24441         multi-line expressions.
24442         (gnus-agent-synchronize-group-flags): New internal function.
24443         Updates marks in memory (in the info structure) AND in the
24444         backend.
24446         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24448         * nnagent.el (nnagent-request-set-mark):
24449         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24450         method, to ensure that synchronization updates marks in the
24451         backend and in the info (in memory) structure.
24453 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24455         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24456         convention fully; don't miss the root article of a thread; make
24457         the X-Draft-From header with correct article numbers.
24459 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24461         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24462         unless plugged.  Disable the agent so that an open failure causes
24463         an error.
24465         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24466         Revert 2004-09-21 change.  The backend must be opened while
24467         synchronizing flags even when the backend stores the flags
24468         locally.
24470 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24472         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24473         in `header' match.  Reported by Svend Tollak Munkejord.
24475         * message.el (message-cite-original): Fix use of
24476         `message-cite-articles-with-x-no-archive'.
24478 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24480         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24481         (gnus-window-to-buffer): Ditto.
24483         * mml.el (mml-preview-buffer): New variable.
24484         (mml-preview): Manage window layout with gnus-buffer-configuration.
24486         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24487         X-Draft-From header even if those articles aren't quoted.
24489 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24491         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24492         (gnus-request-set-mark, gnus-request-update-mark): Use new
24493         g-s-t-u-l-m to decide to use backend even when unplugged.
24495 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24497         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24498         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24500 2004-09-20  Simon Josefsson  <jas@extundo.com>
24502         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24503         "utf-16-le".
24505 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24507         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24509 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24511         * uudecode.el (uudecode-use-external): Add :version.
24513         * smime.el (smime-CA-file, smime-encrypt-cipher)
24514         (smime-dns-server): Add :version.
24516         * smiley.el (gnus-smiley-file-types): Add :version.
24518         * sha1.el (sha1-use-external): Add :version.
24520         * pgg-def.el (pgg-query-keyserver): Add :version.
24522         * nnmail.el (nnmail-fancy-expiry-targets)
24523         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24524         Add :version.
24526         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24527         (nnimap-retrieve-groups-asynchronous): Add :version.
24528         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24530         * mml.el (mml-content-disposition-parameters)
24531         (mml-insert-mime-headers-always): Add :version.
24533         * mm-util.el (mm-coding-system-priorities): Add :version.
24535         * mm-decode.el (mm-inline-text-html-with-images)
24536         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24537         (mm-verify-option): Add :version.
24538         (mm-text-html-renderer): Change :version.
24540         * message.el (message-fcc-externalize-attachments)
24541         (message-required-headers, message-draft-headers)
24542         (message-subject-trailing-was-query)
24543         (message-subject-trailing-was-ask-regexp)
24544         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24545         (message-mark-insert-end, message-archive-header)
24546         (message-archive-note, message-cross-post-default)
24547         (message-cross-post-note, message-followup-to-note)
24548         (message-cross-post-note-function, message-use-mail-followup-to)
24549         (message-subscribed-address-functions)
24550         (message-subscribed-address-file, message-subscribed-addresses)
24551         (message-subscribed-regexps, message-allow-no-recipients)
24552         (message-yank-cited-prefix, message-signature-insert-empty-line)
24553         (message-hidden-headers, message-hierarchical-addresses)
24554         (message-mail-user-agent, message-use-idna)
24555         (message-valid-fqdn-regexp)
24556         (message-strip-special-text-properties, message-header-synonyms)
24557         (message-beginning-of-line, message-tab-body-function): Add :version.
24558         (message-insert-canlock, message-wide-reply-confirm-recipients):
24559         Change :version.
24561         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24562         and :version.
24563         (mail-source-delete-old-incoming-confirm)
24564         (mail-source-movemail-program): Add :version.
24566         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24567         (gnus-agent-cache, gnus-agent): Change :version.
24569         * gnus-util.el (gnus-use-byte-compile): Change :version.
24571         * gnus-sum.el (gnus-summary-make-false-root-always)
24572         (gnus-summary-default-high-score)
24573         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24574         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24575         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24576         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24577         (gnus-sum-thread-tree-single-indent)
24578         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24579         (gnus-sum-thread-tree-leaf-with-other)
24580         (gnus-sum-thread-tree-single-leaf): Add :version.
24581         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24582         (gnus-article-loose-mime): Change :version.
24584         * gnus-start.el (gnus-backup-startup-file)
24585         (gnus-save-startup-file-via-temp-buffer): Add :version.
24587         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24588         (gnus-server-offline-face): Add :version.
24590         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24592         * gnus-msg.el (gnus-gcc-externalize-attachments)
24593         (gnus-debug-files, gnus-debug-exclude-variables)
24594         (gnus-discouraged-post-methods): Change :version.
24595         (gnus-confirm-mail-reply-to-news)
24596         (gnus-confirm-treat-mail-like-news): Add :version.
24598         * gnus-int.el (gnus-server-unopen-status): Add :version.
24600         * gnus-group.el (gnus-group-jump-to-group-prompt)
24601         (gnus-large-ephemeral-newsgroup)
24602         (gnus-fetch-old-ephemeral-headers): Add :version.
24604         * gnus-fun.el (gnus-x-face-directory)
24605         (gnus-convert-pbm-to-x-face-command)
24606         (gnus-convert-image-to-x-face-command)
24607         (gnus-convert-image-to-face-command): Add :version.
24609         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24611         * gnus-cite.el (gnus-cite-blank-line-after-header)
24612         (gnus-article-boring-faces): Add :version.
24614         * gnus-art.el (gnus-buttonized-mime-types)
24615         (gnus-inhibit-mime-unbuttonizing)
24616         (gnus-treat-display-face)
24617         (gnus-treat-body-boundary): Change :version.
24618         (gnus-body-boundary-delimiter, gnus-picon-databases)
24619         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24620         (gnus-treat-date-english, gnus-treat-fold-headers)
24621         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24622         (gnus-treat-mail-picon, gnus-treat-wash-html)
24623         (gnus-article-encrypt-protocol)
24624         (gnus-use-idna, gnus-article-over-scroll)
24625         (gnus-mime-display-multipart-alternative-as-mixed)
24626         (gnus-mime-display-multipart-related-as-mixed)
24627         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24628         (gnus-ctan-url, gnus-button-ctan-handler)
24629         (gnus-button-handle-ctan-bogus-regexp)
24630         (gnus-button-ctan-directory-regexp)
24631         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24632         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24633         (gnus-button-man-level, gnus-button-emacs-level)
24634         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24636         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24637         (gnus-agent-go-online): Change :version.
24638         (gnus-agent-expire-unagentized-dirs)
24639         (gnus-agent-auto-agentize-methods): Add :version.
24641         * flow-fill.el (fill-flowed-display-column)
24642         (fill-flowed-encode-column): Add :version.
24644         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24645         (gnus-outlook-deuglify-unwrap-max)
24646         (gnus-outlook-deuglify-cite-marks)
24647         (gnus-outlook-deuglify-unwrap-stop-chars)
24648         (gnus-outlook-deuglify-no-wrap-chars)
24649         (gnus-outlook-deuglify-attrib-cut-regexp)
24650         (gnus-outlook-deuglify-attrib-verb-regexp)
24651         (gnus-outlook-deuglify-attrib-end-regexp)
24652         (gnus-outlook-display-hook): Add :version.
24654         * binhex.el (binhex-use-external): Add :version.
24656 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24658         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24659         and `invisible'.
24661 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24663         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24664         in gnus-registry-trim.
24666 2004-09-13  Simon Josefsson  <jas@extundo.com>
24668         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24670         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24672         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24673         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24674         <yamaoka@jpl.org>.
24675         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24676         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24677         <yamaoka@jpl.org>.
24679         * sieve.el (sieve-manage-mode): Ditto.
24681 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24683         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24685 2004-09-11  Simon Josefsson  <jas@extundo.com>
24687         * dns-mode.el: Add.
24689         * mm-view.el (mm-display-dns-inline): Add.
24691         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24692         (mm-automatic-display): Ditto.
24694         * mailcap.el (mailcap-mime-data): Add text/dns.
24695         (mailcap-mime-extensions): Map .soa to text/dns.
24697 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24699         * gnus-art.el (article-decode-mime-words, article-babel)
24700         (gnus-article-highlight-signature, gnus-article-add-buttons)
24701         (gnus-signature-toggle): Remove unnecessary bindings of
24702         `inhibit-read-only' inherited from v5.10 merge.
24704 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24706         * nntp.el (nntp): New customization group.
24707         (nntp-authinfo-file): Add customization group.
24709         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24711         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24713         * gnus.el (to-address, to-list, subscribed)
24714         (large-newsgroup-initial): Ditto.
24716         * flow-fill.el (fill-flowed-display-column)
24717         (fill-flowed-encode-column): Ditto.
24719 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24721         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24722         Use point-min rather than 1.
24723         (message-send-mail): Use buffer-size rather than point-max.
24725         * gnus-sum.el (gnus-summary-search-article-forward):
24726         Signal a specific `search-failed' rather than a generic `error'.
24728         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24729         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24730         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24732 2004-09-10  Simon Josefsson  <jas@extundo.com>
24734         * nndb.el (require): Remove tcp and duplicate cl.
24736 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24738         * gnus-agent.el (directory-files-and-attributes): Move forward.
24740 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24742         * gnus-agent.el (directory-files-and-attributes):
24743         Optionally defined to support XEmacs.
24745 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24747         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24748         to avoid run-time CL dependencies.
24749         (gnus-agent-unfetch-articles): New function.
24750         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24751         article numbers even when local .overview file is missing.
24752         (gnus-agent-read-article-number): New function.  Only accepts
24753         27-bit article numbers.
24754         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24755         Use gnus-agent-read-article-number.
24756         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24757         from backend while recognizing that article numbers in .overview
24758         must be valid.
24759         (gnus-agent-update-files-total-fetched-for):
24760         Use directory-files-and-attributes to improve performance.
24761         * gnus-int.el (gnus-request-move-article):
24762         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24763         improve performance.
24765         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24766         some users confused by references to .newsrc when they only have a
24767         .newsrc.eld file.
24768         (gnus-convert-mark-converter-prompt)
24769         (gnus-convert-converter-needs-prompt): Fix use of property list.
24770         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24771         New function.  Used internally to only display 'gnus converting
24772         files' message when actually necessary.
24774         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24775         methods now autoloaded.
24777 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24779         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24780         identifiers.
24782 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24784         * gnus-picon.el: Fix indentation and closing parenthesis.
24786 2004-09-01  Simon Josefsson  <jas@extundo.com>
24788         * message.el (message-canlock-generate): Require sha1, not
24789         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24790         to require within a function.  Sadly, if sha1.el isn't loaded, the
24791         let binding in m-c-g will hide the defcustom definition, which is
24792         bad.)
24794         * canlock.el: Require sha1, not sha1-el.
24796         * message.el: Don't autoload sha1 (there is a autoload cookie in
24797         sha1.el).
24799         * sha1-el.el: Rename to sha1.el.
24801 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24803         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24805 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24807         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24809 2004-08-30  Kim F. Storm  <storm@cua.dk>
24811         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24813         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24814         Add :group 'nnimap.
24816 2004-08-30  Andreas Schwab  <schwab@suse.de>
24818         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24819         ?* and ?\;.
24821         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24822         and ?\' to symbol instead of whitespace.
24824 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24826         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24828         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24829         instead of re-search-forward.
24831         * gnus-uu.el (gnus-uu-save-article): Ditto.
24832         (gnus-uu-post-encode-uuencode): Ditto.
24834         * html2text.el (html2text-clean-list-items): Ditto.
24835         (html2text-clean-dtdd): Ditto.
24836         (html2text-format-tags): Ditto.
24838         * message.el (message-send-mail-with-sendmail): Fix regexp.
24839         (message-fill-field-general): Use search-forward instead of
24840         re-search-forward.
24841         (unbold-region): Ditto.
24843         * nnrss.el (nnrss-request-article): Ditto.
24845         * nnslashdot.el (nnslashdot-request-article): Ditto.
24847         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24849         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24850         "Unrecognized menu descriptor" error in XEmacs.
24852 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24854         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24855         parent article of a sparse article in the thread hashtb.
24857 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24859         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24860         (nnmail-expand-newtext): Lowercase expanded entries if
24861         nnmail-split-lowercase-expanded is non-nil.
24863 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24865         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24867         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24868         of gnus-tmp-news-method into string under XEmacs.  It will be
24869         passed to gnus-correct-length which takes only a string argument.
24871 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24873         * gnus-util.el (gnus-bind-print-variables): New macro.
24874         (gnus-prin1): Use it.
24875         (gnus-prin1-to-string): Use it.
24876         (gnus-pp): New function.
24877         (gnus-pp-to-string): New function.
24879         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24880         Replace pp-to-string with gnus-pp-to-string.
24881         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24882         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24883         * gnus-msg.el (gnus-debug): Ditto.
24884         * gnus-score.el (gnus-score-save): Ditto.
24885         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24886         gnus-pp-to-string.
24887         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24888         with gnus-pp.
24889         * score-mode.el (gnus-score-pretty-print): Ditto.
24890         * webmail.el (webmail-debug): Ditto.
24892 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24894         * gnus-art.el (article-display-face, article-display-x-face):
24895         Use buffer-read-only.
24897 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24899         * gnus-art.el (article-hide-list-identifiers):
24900         Bind inhibit-read-only as t.
24902 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24904         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24906 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24908         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24909         (gnus-narrow-to-page): Don't assume point-min == 1.
24910         (gnus-article-edit-mode): Derive from message-mode.
24912         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24913         point-min == 1.
24915         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24916         Disable incorrect use of `assert'.
24918         * message.el (message-mode): Set comment-start-skip.
24921 2004-08-22  Sam Steingold  <sds@gnu.org>
24923         * pop3.el (pop3-leave-mail-on-server): New user variable.
24924         (pop3-movemail): Delete mail only when it is nil.
24926 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24928         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24930         * mml.el (mml-preview): Use `pop-to-buffer'.
24932         * message.el (message-goto-mail-followup-to): Insert after "To".
24933         (message-carefully-insert-headers): Add comment.
24935         * gnus.el: Remove unused variable `gnus-article-check-size'.
24937         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24939         * gnus-art.el (gnus-button-alist):
24940         Improve `gnus-button-handle-library' entry.
24942 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24944         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24945         Use downcase, since XEmacs capitalizes error messages differently.
24947 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24949         * nntp.el: Add (require 'gnus) due to reference to
24950         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24952 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24954         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24955         Bind `mm-fill-flowed'.
24957         * mm-decode.el (mm-dissect-singlepart): Check it.
24959 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24961         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24962         'imap' for netrc parsing.
24964 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24966         * mailcap.el (mailcap-mime-data): Mark as risky.
24968 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24970         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24971         may be included in the encoded word.
24972         (rfc2047-encode): Don't append a space if the encoded word
24973         includes close parenthesis.
24975 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24977         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24978         of text within parentheses.
24980 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24982         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24983         (gnus-encrypt-write-file-contents): Make the password key the file
24984         name PLUS the cipher, not just the cipher.  Also remove failed
24985         passwords from the cache.
24987 2004-08-06  Simon Josefsson  <jas@extundo.com>
24989         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24990         Doc fix.
24992 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24994         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24995         LWSP.
24997 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24999         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25000         Try to append in-reply-to: data to the references: header.
25002         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25003         (netrc-parse): Use gnus-encrypt.el functions.
25005         * gnus-encrypt.el: Add new file for encryption support; currently
25006         does only a few GPG ciphers and an internal XOR cipher.
25008         * password.el: Add comments on using password-read-and-add.
25009         (password-read-and-add): Add function to read and add the
25010         password to the cache at once.
25012 2004-07-28  Simon Josefsson  <jas@extundo.com>
25014         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25015         parameter (but don't use it, for now).
25017         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25018         instead of hard coding to nil.
25020 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25022         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25023         as mm-inline-image-xemacs does.
25025 2004-07-26  Simon Josefsson  <jas@extundo.com>
25027         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25028         Revert part of 2004-07-17 change below.
25030 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25032         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25033         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25035 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25037         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25038         quotes that actually start with ">" at the beginning of the
25039         lines.
25041 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25043         * rfc2047.el (rfc2047-encode-region): Fix last change.
25044         (rfc2047-encode-parameter): Remove useless concat.
25046 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25048         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25049         encode special characters; fix some kind of misconfigured headers;
25050         signal a real error if debug-on-quit or debug-on-error is non-nil.
25051         (rfc2047-encode-max-chars): New variable.
25052         (rfc2047-encode-1): Use it.
25053         (rfc2047-encode-parameter): New function.
25055         * mml.el (mml-insert-parameter): Remove an excessive space.
25057 2004-07-17  Simon Josefsson  <jas@extundo.com>
25059         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25060         Kai Grossjohann <kai@emptydomain.de>.
25061         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25062         (gnus-group-make-menu-bar): Ditto.
25064         * gnus-util.el (gnus-group-server): Add.
25066 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25068         * message.el (message-clone-locals): Clone sendmail and smtp
25069         variables.
25071 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25073         * rfc2047.el (rfc2047-encode-region): Fix last change.
25075 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25077         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25078         characters as non-special.
25080 2004-07-09  Simon Josefsson  <jas@extundo.com>
25082         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25083         Users will lose all flag changes made while unplugged with
25084         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25085         good default.  See numerous reports on ding mailing list.
25087 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25089         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25090         add generate-head-function and generate-article-function to the
25091         rfc822-forward entry.
25092         (nndoc-rfc822-forward-generate-article): New function.
25093         (nndoc-rfc822-forward-generate-head): New function.
25095         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25097 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25099         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25100         respect display group parameter and gnus-summary-expunge-below.
25101         (gnus-articles-to-read): Remove unused reference to display group
25102         parameter.
25104 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25106         * nnheader.el (nnheader-uniquify-message-id): New experimental
25107         variable.
25108         (nnheader-nov-read-message-id): Use it.
25110         * spam-report.el (spam-report-gmane): Add interactive.
25112 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25114         * mm-encode.el (mm-content-transfer-encoding-defaults):
25115         Use qp-or-base64 for the application/* types.
25117 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25119         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25121 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25123         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25124         trim value.
25126 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25128         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25129         New macro and function.
25130         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25132 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25134         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25135         after-load-alist.
25137 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25139         * gnus-group.el (gnus-group-get-new-news-this-group):
25140         Don't update info that isn't there.
25142 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25144         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25145         entry.
25147 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25149         * mm-view.el (mm-inline-render-with-function): Use multibyte
25150         buffer; decode html source by charset.
25152         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25154         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25155         Mule-UCS is loaded under XEmacs.
25156         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25158 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25160         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25162 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25164         * mm-util.el (mm-coding-system-p): Return a coding-system.
25165         (mm-mime-mule-charset-alist): Use shift_jis instead of
25166         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25167         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25168         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25169         instead of japanese-shift-jis and iso-latin-1 respectively in
25170         order to share the default value with both Emacs and XEmacs-mule.
25171         (mm-mule-charset-to-mime-charset):
25172         Make mm-coding-system-priorities effective.
25173         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25174         while predicating of candidates upon the priorities.
25176 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25178         * gnus-sum.el (gnus-summary-make-menu-bar):
25179         Add gnus-uu-invert-processable.
25181         * gnus.el: Autoload gnus-uu-invert-processable.
25183 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25185         * mm-util.el (mm-with-multibyte-buffer): New macro.
25187         * rfc2047.el (rfc2047-encode-string): Use it.
25188         (rfc2047-encode-region): Move point to the end of the region after
25189         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25191 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25193         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25194         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25196 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25198         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25199         (gnus-cite-parse): Ignore quoted envelope From_.
25200         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25202 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25204         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25205         invalid addresses.
25207 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25209         * spam.el: Change section markers, revise TODO list.
25210         (spam-backends): Make new master list of all installed backends.
25211         (spam-summary-exit-behavior): Add new variable to determine how
25212         messages moves are done at summary exit.
25213         (spam-move-spam-nonspam-groups-only)
25214         (spam-process-ham-in-nonham-groups)
25215         (spam-process-ham-in-spam-groups): Remove variables, the
25216         spam-summary-exit-behavior variable should be used to manage this
25217         behavior.
25218         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25219         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25220         and spam-old-spam-articles.
25221         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25222         Add empty variables, placeholders for the backends they represent.
25223         (spam-set-difference): Move, unchanged.
25224         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25225         unless the user has a processor variable.
25226         (spam-classifications, spam-classification-valid-p)
25227         (spam-backend-properties, spam-backend-property-valid-p)
25228         (spam-backend-function-type-valid-p)
25229         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25230         (spam-report-articles-gmane, spam-report-articles-resend):
25231         Remove functions, they are not needed.
25232         (spam-install-backend-super, spam-backend-list)
25233         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25234         (spam-backend-function, spam-backend-ham-registration-function)
25235         (spam-backend-spam-registration-function)
25236         (spam-backend-ham-unregistration-function)
25237         (spam-backend-spam-unregistration-function)
25238         (spam-backend-statistical-p, spam-backend-mover-p)
25239         (spam-install-backend-alias, spam-install-checkonly-backend)
25240         (spam-install-mover-backend, spam-install-nocheck-backend)
25241         (spam-install-backend, spam-install-statistical-backend)
25242         (spam-install-statistical-checkonly-backend): Add backend installation
25243         support.
25244         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25245         (spam-group-processor-p): Use the new backend code and respect the
25246         summary exit behavior.
25247         (spam-mark-spam-as-expired-and-move-routine): Remove.
25248         (spam-summary-prepare): Change to use the new spam-old-articles
25249         variable.
25250         (spam-copy-or-move-routine, spam-copy-spam-routine)
25251         (spam-move-spam-routine, spam-copy-ham-routine)
25252         (spam-move-ham-routine): Add code to copy/move ham or spam.
25253         (spam-fetch-field-fast): Improve doc and code, plus allow the
25254         'number request.
25255         (spam-list-of-checks, spam-list-of-statistical-checks):
25256         Remove variables.
25257         (spam-split, spam-find-spam): Use the new backend code.
25258         (spam-registration-functions): Remove variable.
25259         (spam-unregister-routine): Add convenience wrapper.
25260         (spam-log-undo-registration, spam-register-routine)
25261         (spam-log-processing-to-registry)
25262         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25263         where possible.
25264         (spam-check-gmane-xref, spam-check-regex-headers)
25265         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25266         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25267         (spam-check-bogofilter-headers, spam-check-spamoracle)
25268         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25269         (spam-check-crm114-headers): Use the spam-split-group that
25270         spam-split prepares, no need to determine it every time.
25272         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25273         to the nnheader-parse-naked-head call.
25275         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25277         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25278         the nnheader-nov-read-message-id call.
25280 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25282         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25283         gnus-activate-group twice.  Suggested by Markus Peter
25284         <warp@spin.de>.
25286 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25288         * gnus-art.el (gnus-article-time-format): Exchange the order of
25289         day and month in the default value; fix customization type.
25290         (article-date-ut): Use add-text-properties.
25291         (article-make-date-line): Use message-make-date instead of
25292         current-time-string.
25294         * message.el (message-fetch-field): Don't use set-text-properties.
25295         (message-make-date): Simplify.
25297         * messagexmas.el (message-xmas-make-date): New function.
25298         (message-xmas-redefine): Defalias message-make-date to it.
25300 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25302         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25303         (rfc2047-encode-region): Treat text within parentheses as special;
25304         show the original text when error has occurred.
25306         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25307         already-computed method to gnus-activate-group.
25309         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25310         same select-methods identical Lisp objects.
25312         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25313         object when modifying the info.
25315 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25317         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25318         gnus-opened-servers since it has never been opened with the new
25319         configuration yet.
25321 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25323         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25324         arg to nnheader-generate-fake-message-id.
25326 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25328         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25329         number and build a fake message ID localized to a group and
25330         article number (so it's repeatable from that point on).
25331         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25332         ID format.
25334         * gnus-sum.el (gnus-get-newsgroup-headers):
25335         Call nnheader-generate-fake-message-id with the article number.
25337 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25339         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25340         end-of-buffer.
25342 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25344         * message.el (message-ignored-supersedes-headers): Add Approved.
25346 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25348         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25349         goto-char.
25350         (rfc2047-encode): Fold the line before encoding.
25352 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25354         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25355         folding -- not all headers can be folded, and this should be done
25356         by the message composition mode.  Probably.  I think.
25358 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25360         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25361         fast.
25363         * gnus-ems.el (gnus-remove-image): Don't use
25364         message-text-with-property; remove only the image found first.
25366         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25367         found first.
25369 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25371         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25373 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25375         * message.el (message-text-with-property): Make it fast and accept
25376         optional arguments.
25377         (message-strip-forbidden-properties): Use it.
25378         (message-fix-before-sending): Follow the m-t-w-p change.
25380         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25382 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25384         * gnus-art.el (article-hide-headers): Don't change the buffer
25385         mistakenly when performing mml-preview even if
25386         gnus-single-article-buffer is nil.
25388 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25390         * message.el (message-expand-name-databases): New user option.
25391         (message-expand-name): Use it.
25393 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25395         * spam.el (spam-report-articles-resend)
25396         (spam-report-resend-register-routine): Allow ham reporting.
25397         (spam-report-resend-register-ham-routine): Add wrapper.
25398         (spam-registration-functions): Add ham resending functions.
25399         (spam-list-of-processors): Add ham resend processor.
25401         * gnus.el (ham-resend-to): Add new group parameter.
25402         (spam-process): Add ham resend option.
25404         * spam-report.el (spam-report-resend): Allow reporting ham.
25405         (spam-report-resend-ham): Add wrapper.
25407 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25409         * message.el (message-cite-articles-with-x-no-archive):
25410         New variable.
25411         (message-cite-original): Use it.
25413 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25415         * message.el (message-cite-original): Respect X-No-Archive.
25417 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25419         * gnus-art.el (article-hide-headers): Refer to the values for
25420         gnus-ignored-headers and gnus-visible-headers in the summary
25421         buffer since a user may have set them as group parameters.
25423 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25425         * assistant.el (assistant-node-name): Add convenience function.
25426         (assistant-render-text, assistant-render-node): Add error handling,
25427         plus handle multiple next nodes.
25428         (assistant-find-next-node): Comment out for now.
25429         (assistant-find-next-nodes): Add function, returns list of next
25430         nodes.
25432 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25434         * mail-source.el (mail-source-directory): Fix doc-string.
25436 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25438         * assistant.el (assistant-render-text, assistant-eval): Add :set
25439         widget type, which is different because it takes and returns a
25440         list.  Much hilarity ensues.
25442 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25444         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25446         * gnus-group.el (gnus-group-get-new-news-this-group):
25447         Add doc-string.
25449         * gnus-start.el (gnus-activate-group): Add doc-string.
25451 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25453         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25455 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25457         * assistant.el (assistant-render-text): Try to add a :set
25458         widget, more to come.
25460         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25461         strings.
25462         (spam-report-articles-resend)
25463         (spam-register-routine): Do registration iff any articles warrant
25464         it.
25465         (spam-summary-prepare-exit): Change log message for nil group
25466         destinations.
25468 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25470         * spam.el (spam-report-resend-register-routine):
25471         Allow spam-report-resend-to to be a group parameter or a global value.
25473 2004-05-26  Simon Josefsson  <jas@extundo.com>
25475         * starttls.el: Merge with my GNUTLS based starttls.el.
25476         (starttls-gnutls-program, starttls-use-gnutls)
25477         (starttls-extra-arguments, starttls-process-connection-type)
25478         (starttls-connect, starttls-failure, starttls-success):
25479         New variables.
25480         (starttls-program, starttls-extra-args): Doc fix.
25481         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25482         New functions.
25483         (starttls-negotiate, starttls-open-stream):
25484         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25485         function if it is set.
25487 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25489         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25490         structured fields.
25492 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25494         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25496 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25498         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25499         Add variable.
25500         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25501         assigning the spam-mark to new messages.
25503 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25505         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25507 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25509         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25511         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25512         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25513         default.
25515 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25517         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25518         correct data.
25520 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25522         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25523         (spam-group-processor-p): Fix function.
25524         (spam-group-processor-multiple-p)
25525         (spam-group-spam-processor-report-gmane-p)
25526         (spam-group-spam-processor-report-resend-p)
25527         (spam-group-spam-processor-bogofilter-p)
25528         (spam-group-spam-processor-blacklist-p)
25529         (spam-group-spam-processor-ifile-p)
25530         (spam-group-ham-processor-ifile-p)
25531         (spam-group-spam-processor-spamoracle-p)
25532         (spam-group-spam-processor-crm114-p)
25533         (spam-group-ham-processor-bogofilter-p)
25534         (spam-group-spam-processor-stat-p)
25535         (spam-group-ham-processor-stat-p)
25536         (spam-group-ham-processor-whitelist-p)
25537         (spam-group-ham-processor-BBDB-p)
25538         (spam-group-ham-processor-spamoracle-p)
25539         (spam-group-ham-processor-copy-p): Remove functions with some
25540         prejudice against unneeded code.
25541         (spam-report-articles-resend)
25542         (spam-report-resend-register-routine): Allow the group/topic
25543         spam-resend-to value to override spam-report-resend-to.
25544         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25545         properly now.
25547         * gnus.el (spam-resend-to): Add group/topic parameter.
25548         (spam-process): Move the OBSOLETE processors to the end of the
25549         choices.
25551 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25553         * spam-report.el (spam-report-resend-to, spam-report-resend):
25554         Start with resend-to set to nil, and then ask the user if necessary.
25555         (spam-report-resend): spam-report-resend takes a list of articles, not
25556         separate article numbers.
25558 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25560         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25561         addition to emacs-w3m.
25563 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25565         * assistant.el (assistant-authinfo-data): New function.
25566         (assistant-eval): Eval for entire assistant.
25568         * netrc.el (netrc-services-file): New variable.
25569         (netrc-parse-services): New function.
25570         (netrc-find-service-name): New function.
25571         (netrc-find-service-number): New function.
25572         (netrc-port-equal): New function.
25573         (netrc-machine): Use it.
25575         * nnimap.el (nnimap-open-connection): Use netrc.
25577         * gnus-util.el (gnus-netrc-get): Remove aliases.
25579         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25581         * assistant.el (wid-edit): Fix compilation.
25583         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25585 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25587         * gnus-util.el (gnus-set-file-modes): New function.  (small
25588         patch).
25590 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25592         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25594         * assistant.el (assistant-render-node): Fix up rendering and
25595         read-only text.
25596         (assistant-render-node): Reset.
25597         (assistant-make-read-only): Not sticky.
25599 2004-05-20  Danny Siu  <dsiu@adobe.com>
25601         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25602         centered even when gnus-auto-center-summary is t.
25604 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25606         * dns.el (dns-get-txt-answer): New function.
25607         (dns-read-txt): Ditto.
25608         (query-dns): Use it.
25610 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25612         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25613         active for foreign groups even if the group level is higher than
25614         the specified value.
25616 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25618         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25619         non-active groups.
25621         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25623 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25625         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25627 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25629         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25630         (spam-crm114-header, spam-crm114-spam-switch)
25631         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25632         (spam-crm114-positive-spam-header)
25633         (spam-crm114-database-directory, spam-list-of-processors)
25634         (spam-group-spam-processor-crm114-p)
25635         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25636         (spam-generic-score, spam-list-of-checks)
25637         (spam-list-of-statistical-checks, spam-registration-functions)
25638         (spam-check-crm114-headers, spam-crm114-score)
25639         (spam-check-crm114, spam-crm114-register-with-crm114)
25640         (spam-crm114-register-spam-routine)
25641         (spam-crm114-unregister-spam-routine)
25642         (spam-crm114-register-ham-routine)
25643         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25645 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25647         * gnus.el: Add spam-use-crm114.
25649         * spam.el (spam-list-of-processors, spam-registration-functions):
25650         Add spam-use-resend.
25651         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25652         (spam-report-articles-gmane): Add doc fix.
25653         (spam-report-articles-resend, spam-report-resend-register-routine):
25654         Add wrappers around spam-report-resend-to.
25656         * spam-report.el (spam-report-resend-to, spam-report-resend):
25657         Add support for resending spam.
25658         (spam-report-gmane): Fix line length >80.
25660         * gnus.el (spam-process): Add spam-use-resend.
25662 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25664         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25665         number of processed spam messages.
25666         (spam-ham-copy-or-move-routine): Return the number of processed
25667         ham messages.
25668         (spam-summary-prepare-exit): Use the above values to decide
25669         whether status messages shouled be displayed.
25671 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25673         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25674         `rfc2047-encoding-function-alist' in order to avoid conflicting
25675         with the old version.
25676         (rfc2047-encode-region): Concatenate words containing non-ASCII
25677         characters in structured fields; don't encode space-delimited
25678         ASCII words even in unstructured fields; don't break words at
25679         char-category boundaries.
25680         (rfc2047-encode-1): New function.
25681         (rfc2047-encode): Use it; encode text so that it occupies the
25682         maximum width within 76-column; work correctly on Q encoding for
25683         iso-2022-* charsets.
25684         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25685         sure not to break a line just after the header name.
25686         (rfc2047-b-encode-region): Remove.
25687         (rfc2047-b-encode-string): New function.
25688         (rfc2047-q-encode-region): Remove.
25689         (rfc2047-q-encode-string): New function.
25691         * mm-util.el (mm-replace-in-string): New function.
25693 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25695         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25696         Really get it right.
25697         (gnus-inews-make-draft): Really.
25699 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25701         * nnmh.el (nnmh-request-list-1): Don't check the link count
25702         before descending.  (small patch)
25704 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25706         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25707         stuff.
25709         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25710         Match on real group name.
25712         * gnus-art.el (gnus-signature-limit): Doc fix.
25714         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25716         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25718 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25720         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25721         isn't a string.
25723 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25725         * gnus-draft.el (gnus-draft-send):
25726         Bind rfc2047-encode-encoded-words.
25728         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25729         (rfc2047-encodable-p): Say that =? needs encoding.
25730         (rfc2047-encode-encoded-words): New variable.
25732         * gnus-group.el (gnus-group-select-group): Doc fix.
25734         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25736         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25737         to nil.
25739         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25741         * nnheader.el (nnheader-get-lines-and-char): New function.
25743 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25745         * gnus-msg.el (gnus-summary-followup-with-original):
25746         Document yanking of region when active.
25748 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25750         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25751         groups if the group level is higher than the specified value.
25753 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25755         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25756         (gnus-group-jump-to-group): Add prefix argument using
25757         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25758         non-active group.
25760         * compface.el (uncompface): Be verbose when changing
25761         `uncompface-use-external'.
25763         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25764         handle manual section.
25766 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25768         * gnus-art.el (gnus-button-alist): Revert previous change.
25770 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25772         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25774 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25776         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25777         whether backend can accept message.
25779         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25781 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25783         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25784         Avoid creating directory when nntp-marks-is-evil is true.
25785         Reported by Reiner Steib.
25787 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25789         * gnus-picon.el (gnus-picon-insert-glyph):
25790         Add optional `nostring' argument.
25792 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25794         * gnus-picon.el (gnus-picon-style): New variable.
25795         (gnus-picon-transform-address): Support `gnus-picon-style'.
25797 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25799         * message.el (message-fill-field): Return point.
25800         (message-generate-headers): Go to end of field.
25802         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25803         stuff for non-living groups.
25805 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25807         * gnus-art.el (gnus-article-followup-with-original)
25808         (gnus-article-reply-with-original): gnus-mark-active-p ->
25809         gnus-region-active-p.
25811 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25813         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25814         only when there is spam or ham to be processed.
25816 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25818         * mail-source.el (mail-source-delete-crash-box): Refactor.
25819         (mail-source-fetch): Use it.
25820         (mail-source-fetch-file): Ditto.
25821         (mail-source-fetch-directory): Run postscript in loop.
25822         (mail-source-fetch-pop): Delete.
25823         (mail-source-fetch-maildir): Ditto.
25824         (mail-source-fetch-imap): Ditto.
25826         * imap.el (imap-authenticators): Comment out sasl.
25828         * message.el (message-skip-to-next-address): New function.
25829         (message-fill-header-address): Refactor.
25830         (message-fill-address): Use it.
25831         (message-delete-address): Use it.
25832         (message-fill-header-general): Refactor.
25833         (message-fill-field-address): Rename.
25834         (message-narrow-to-field): Find the start of the header.
25835         (message-header-format-alist): Don't pre-fill.
25836         (message-fill-header): Remove.
25837         (message-insert-header): New function.
25838         (message-shorten-references): Use it.
25840         * rfc2047.el (rfc2047-field-value): Strip props.
25842         * mail-parse.el (mail-header-make-address): New alias.
25844         * ietf-drums.el (ietf-drums-make-address): New function.
25846         * imap.el: Add compiler directives.
25848         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25850         * gnus-art.el (article-decode-idna-rhs): Don't use
25851         message-idna-inside-rhs-p.
25853 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25855         * message.el (message-idna-inside-rhs-p): Remove.
25856         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25858         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25859         false positives.
25861 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25863         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25865 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25867         * nneething.el (nneething-file-name): Don't create spurious
25868         files.
25870         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25871         (gnus-inews-do-gcc): Remove sleep.
25873         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25874         part under point.
25876         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25877         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25879 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25881         * spam.el (spam-summary-prepare-exit): Fix (length).
25883 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25885         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25886         as expired without moving it" message when there are spam
25887         messages left.
25889 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25891         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25892         header is not nil.
25894 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25896         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25897         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25898         (nntp-marks-changed-p): New arg SERVER.
25899         (nntp-request-update-info): Adjust caller.
25901 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25903         * nntp.el (nntp-save-marks): Pass missing arg.
25905 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25907         * nntp.el: Support marks.
25908         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25909         (nntp-marks-modtime, nntp-marks-directory): New variables.
25910         (nntp-request-set-mark, nntp-request-update-info)
25911         (nntp-possibly-create-directory, nntp-marks-changed-p)
25912         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25913         New functions.
25915 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25917         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25918         (gnus-xmas-redefine): Rename.
25920         * gnus-score.el (gnus-score-insert-help):
25921         Use gnus-select-lowest-window.
25923         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25924         appt-select-lowest-window and rename to gnus-select-lowest-window.
25926         * gnus.el: do.
25928 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25930         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25931         encodings of MIME-encoded words, in order to improve
25932         interoperability with several broken MUAs.
25934 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25936         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25937         tags, only when charsets are not specified in headers.
25938         (mm-inline-text-html-render-with-w3m): Ditto.
25940         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25941         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25943 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25945         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25946         instead of MIME-decoded from fields when checking
25947         `gnus-article-address-banner-alist'.
25949 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25951         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25952         description rather than subject.
25954 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25956         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25958 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25960         * gnus.el (gnus-version-number): Bump.
25962 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25964         * gnus.el: No Gnus v0.2 is released.
25966 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25968         * gnus-agent.el (gnus-agent-read-agentview):
25969         Inline gnus-uncompress-range.
25971 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25973         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25974         `exec-installed-p'.
25976 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25978         * gnus.el (spam-process, spam-autodetect-methods):
25979         Add bsfilter and bsfilter-headers.
25981         * spam.el (spam-bsfilter): New customize group.
25982         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25983         (spam-bsfilter-header, spam-bsfilter-probability-header)
25984         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25985         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25986         (spam-bsfilter-database-directory): New options.
25987         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25988         (spam-list-of-statistical-checks, spam-registration-functions):
25989         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25990         (spam-bsfilter-score): New command.
25991         (spam-check-bsfilter-headers, spam-check-bsfilter)
25992         (spam-bsfilter-register-with-bsfilter)
25993         (spam-bsfilter-register-spam-routine)
25994         (spam-bsfilter-unregister-spam-routine)
25995         (spam-bsfilter-register-ham-routine)
25996         (spam-bsfilter-unregister-ham-routine): New functions.
25997         (spam-generic-score): Support bsfilter; Accept an optional argument
25998         to recalcurate spam score even if scoring header has already been
25999         added.
26000         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26001         optional argument to recalcurate spam score even if scoring header
26002         has already been added.
26004 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26006         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26007         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26008         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26009         link is missing.
26011 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26013         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26014         (html2text-get-attr): Rewrite.
26016         * message.el (message-setup-1): Remove redundant put-text-property
26017         on mail-header-separator.
26019 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26021         * gnus-registry.el (gnus-registry-cache-whitespace)
26022         (gnus-registry-action, gnus-registry-spool-action)
26023         (gnus-registry-split-fancy-with-parent): Change message levels
26024         from 5 to 3 or 7, as needed.
26026         * spam.el (spam-summary-prepare-exit)
26027         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26028         (spam-split, spam-find-spam, spam-log-undo-registration)
26029         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26030         level from 5 to 6.
26032 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26034         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26035         2004-03-04 change).
26037 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26039         * sieve-manage.el (sieve-manage-open):
26040         * nnweb.el (nnweb-insert-html):
26041         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26042         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26043         * nnspool.el (nnspool-request-group):
26044         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26045         * nnml.el (nnml-request-update-info):
26046         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26047         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26048         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26049         (nnimap-request-set-mark):
26050         * nnfolder.el (nnfolder-request-update-info):
26051         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26052         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26053         * gnus-uu.el (gnus-uu-find-articles-matching):
26054         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26055         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26056         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26057         * gnus-nocem.el (gnus-nocem-scan-groups):
26058         * gnus-int.el (gnus-start-news-server):
26059         * gnus-group.el (gnus-group-make-kiboze-group)
26060         (gnus-group-browse-foreign-server):
26061         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26062         Use mapc when appropriate.
26064 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26065             Adam Sjøgren  <asjo@koldfront.dk>
26066             Wes Hardaker  <wes@hardakers.net>
26067             Michael Shields  <shields@msrl.com>
26069         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26070         may need for spam sorting and scoring.
26071         (spam-user-format-function-S): Add user format function suitable for
26072         general use.
26073         (spam-article-sort-by-spam-status): Add sorting function for summary
26074         sorting.
26075         (spam-extra-header-to-number): Add function to get a score from a
26076         header.
26077         (spam-summary-score): Add function to get a numeric score from the
26078         headers.
26079         (spam-generic-score): Fix function doc, was in wrong place.
26080         (spam-initialize): Take symbols when it's run, and install the
26081         extra headers that spam-necessary-extra-headers thinks we need.
26083 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26085         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26086         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26088 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26090         * gnus-sum.el (gnus-set-global-variables)
26091         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26092         (gnus-article-get-xrefs, gnus-summary-best-group)
26093         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26094         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26095         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26096         Use with-current-buffer.
26098 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26100         * spam.el (spam-summary-prepare-exit): Simplify logic.
26101         (spam-fetch-article-header): Read the article header if it's not
26102         available.
26103         (spam-list-articles): Simplify logic.
26104         (spam-filelist-register-routine): Fix bug with unregister-list.
26106         * gnus-registry.el: Fix comments at beginning.
26108 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26110         * message.el (message-cater-to-broken-inn): Remove.
26111         (message-shorten-references): Make sure the total folded length of
26112         References is shorter than 998 characters to cater to a bug in INN
26113         2.3.  Also, don't pretend that references aren't folded -- this
26114         hasn't worked for a while.
26116 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26118         * gnus-agent.el (gnus-agentize):
26119         gnus-agent-send-mail-real-function no longer set to current value
26120         of message-send-mail-function but rather a lambda that calls
26121         message-send-mail-function.  The change makes the agent real-time
26122         responsive to user changes to message-send-mail-function.
26124 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26126         * legacy-gnus-agent.el
26127         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26128         help from Florian Weimer <fw@deneb.enyo.de>
26130 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26132         * nnmail.el (nnmail-cache-insert): Revert last change.
26134 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26136         * nnmail.el (nnmail-cache-insert): Always check whether
26137         nnmail-cache-ignore-groups matches a group name.
26139 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26141         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26142         (spam-find-spam, spam-log-processing-to-registry)
26143         (spam-log-registered-p, spam-log-unregistration-needed-p)
26144         (spam-log-undo-registration): Use gnus-message instead of
26145         gnus-error, none of these errors are fatal.
26147         * gnus-registry.el (gnus-registry-clean-empty-function)
26148         (gnus-registry-clean-empty): Remove only empty entries without
26149         extra data.
26151 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26153         * spam-stat.el (spam-stat-buffer-change-to-spam)
26154         (spam-stat-buffer-change-to-non-spam): Change (error) to
26155         (gnus-message 8) invocation.
26157 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26159         * nntp.el (nntp-via-netcat-command): New variable.
26160         (nntp-via-netcat-switches): New variable.
26161         (nntp-open-via-rlogin-and-netcat): New function.
26162         (nntp-open-connection-function): Doc fix.
26163         (nntp-telnet-command): Doc fix.
26164         (nntp-end-of-line): Doc fix.
26165         (nntp-via-rlogin-command): Doc fix.
26166         (nntp-via-user-name): Doc fix.
26167         (nntp-via-address): Doc fix.
26169 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26171         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26172         error in Emacs 21.1.
26174 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26176         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26178 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26180         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26181         (gnus-agent-with-refreshed-group): New macro.
26182         (gnus-agent-rename-group): New function.
26183         (gnus-agent-delete-group): New function.
26184         (gnus-agent-save-group-info): Use gnus-command-method when
26185         `method' parameter is nil.  Don't write nil entries into the
26186         active file.
26187         (gnus-agent-get-group-info): New function.
26188         (gnus-agent-fetch-articles):
26189         Use gnus-agent-update-files-total-fetched-for to increment disk space
26190         used.
26191         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26192         Use gnus-agent-update-view-total-fetched-for to increment disk space
26193         used.
26194         (gnus-agent-get-local): Add optional parameters to avoid calling
26195         gnus-group-real-name and gnus-find-method-for-group.
26196         (gnus-agent-set-local): Delete stored entry if either min, or max,
26197         are nil.
26198         (gnus-agent-fetch-session): Reworded error/quit messages.
26199         On quit, use gnus-agent-regenerate-group to record existance of any
26200         articles fetched to disk before the quit occurred.
26201         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26202         gnus-agent-update-view-total-fetched-for, and
26203         gnus-agent-update-files-total-fetched-for to decrement disk space
26204         used.
26205         (gnus-agent-retrieve-headers):
26206         Use gnus-agent-update-view-total-fetched-for to increment disk space
26207         used.
26208         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26209         with gnus-agent-update-files-total-fetched-for to decrement disk
26210         space and fresh group buffer.
26211         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26212         (gnus-agent-need-update-total-fetched-for): New variable.
26213         (gnus-agent-update-files-total-fetched-for): New function.
26214         (gnus-agent-update-view-total-fetched-for): New function.
26215         (gnus-agent-total-fetched-for): New function.
26217         * gnus-cache.el (gnus-cache-save-buffers):
26218         Use gnus-cache-update-overview-total-fetched-for to change disk space
26219         used by this group.
26220         (gnus-cache-possibly-enter-article):
26221         Use gnus-cache-update-file-total-fetched-for to increment disk space
26222         used by this group.
26223         (gnus-cache-possibly-remove-article):
26224         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26225         used by this group.
26226         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26227         (gnus-cache-rename-group): New function.
26228         (gnus-cache-delete-group): New function.
26229         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26230         (gnus-cache-need-update-total-fetched-for): New variable.
26231         (gnus-cache-with-refreshed-group): New macro.
26232         (gnus-cache-update-file-total-fetched-for): New function.
26233         (gnus-cache-update-overview-total-fetched-for): New function.
26234         (gnus-cache-rename-group-total-fetched-for): New function.
26235         (gnus-cache-delete-group-total-fetched-for): New function.
26236         (gnus-cache-total-fetched-for): New function.
26238         * gnus-group.el: Require gnus-sum and autoload functions to
26239         resolve warnings when gnus-group.el compiled alone.
26240         (gnus-group-line-format): Document new %F.
26241         (size of Fetched data) group line format; identifies disk space
26242         used by agent and cache.
26243         (gnus-group-line-format-alist): Define new F format.
26244         (gnus-total-fetched-for): New function.
26245         (gnus-group-delete-group): No longer update
26246         gnus-cache-active-altered as gnus-request-delete-group now keeps
26247         the cache in sync.
26248         (gnus-group-list-active): Let the agent store a server's active
26249         list if currently plugged.
26251         * gnus-int.el (gnus-request-delete-group):
26252         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26253         local disk in sync with the server.
26254         (gnus-request-rename-group):
26255         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26256         local disk in sync with the server.
26258         * gnus-start.el (gnus-get-unread-articles):
26259         Cosmetic simplification to logic.
26261         * gnus-util.el (gnus-rename-file): New function.
26263 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26265         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26267 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26269         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26270         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26272 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26274         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26275         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26277 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26279         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26281 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26283         * spam.el (spam-set-difference): Add function to replace
26284         gnus-set-difference in spam.el.
26285         (spam-summary-prepare-exit): Use spam-set-difference.
26287 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26289         * gnus-registry.el (gnus-registry-cache-file): Update to use
26290         gnus-dribble-directory OR gnus-home-directory OR ~.
26291         (gnus-registry-split-fancy-with-parent): Fix doc.
26293 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26295         * message.el (message-exchange-point-and-mark):
26296         Use message-mark-active-p.  Suggested by Jesper Harder
26297         <harder@ifa.au.dk>.
26299 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26301         * message.el (message-exchange-point-and-mark): Don't activate
26302         region if it was inactive.  Suggested by Hiroshi Fujishima
26303         <pooh@nature.tsukuba.ac.jp>.
26305 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26307         * gnus-art.el (article-display-face): Display Faces in the same
26308         order as X-Faces.
26310 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26312         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26314 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26316         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26317         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26318         (gnus-article-mime-hierarchy): Remove.
26319         (gnus-article-mime-hierarchy-next): Remove.
26320         (gnus-article-mode): Revert 2004-03-19 change.
26321         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26322         (gnus-insert-mime-button): Revert 2004-03-19 change.
26323         (gnus-mime-accumulate-hierarchy): Remove.
26324         (gnus-mime-enter-multipart): Remove.
26325         (gnus-mime-leave-multipart): Remove.
26326         (gnus-mime-display-part): Revert 2004-03-19 change.
26327         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26329         * mml.el (mml-preview): Revert 2004-03-19 change.
26331 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26333         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26335 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26337         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26338         t while entering a file name using the mm-with-multibyte macro.
26339         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26341         * mm-util.el (mm-with-multibyte): New macro.
26343 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26345         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26346         New user option.
26347         (gnus-mime-multipart-functions): Doc and customization fix.
26348         (gnus-article-mime-hierarchy): New variable.
26349         (gnus-article-mime-hierarchy-next): New variable.
26350         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26351         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26352         gnus-article-mime-hierarchy-next to nil.
26353         (gnus-insert-mime-button): Show hierarchy numbers.
26354         (gnus-mime-accumulate-hierarchy): New function.
26355         (gnus-mime-enter-multipart): New function.
26356         (gnus-mime-leave-multipart): New function.
26357         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26358         (gnus-mime-display-alternative): Show hierarchy numbers.
26360         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26361         gnus-article-mime-hierarchy-next to nil.
26363 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26365         * dns.el: Don't require gnus-xmas.
26367 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26369         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26370         inline PGP.
26371         (mml-menu): Disable mml-quote-region if mark is inactive.
26373 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26375         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26376         when the group's active is not available.
26378 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26380         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26381         error.
26383 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26385         * imap.el (imap-store-password): New variable.
26386         (imap-interactive-login): Use it.
26387         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26389 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26391         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26392         window-start and hscroll to summary window.
26394 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26396         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26397         conversion message to newsrc-dribble when an actual conversion is
26398         performed.
26400 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26402         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26404 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26406         * mm-decode.el (mm-complicated-handles): New function reviving
26407         former definition of mm-multiple-handles.
26409         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26410         (gnus-mime-delete-part): Use it.
26412 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26414         * gnus-agent.el (gnus-agent-read-local):
26415         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26416         avoid the implicit assumption that they will always be equal.
26417         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26418         coding-system-for-write, as the with-temp-file macro first prints
26419         to a buffer then saves the buffer.
26421 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26423         * gnus-art.el (gnus-article-edit-part): New function.
26424         (gnus-mime-save-part-and-strip): Use it; do query instead of
26425         signaling an error; don't use mm-multiple-handles.
26426         (gnus-mime-delete-part): Ditto.
26428 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26430         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26431         old file versions.
26432         (gnus-group-prepare-hook): Remove function that converted list
26433         form of gnus-agent-expire-days to group properties.
26435         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26436         (gnus-request-accept-article): Re-indented.
26438         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26439         converters to handle old agent file formats.  Add logic for a
26440         "backup before upgrading warning".
26441         (gnus-convert-mark-converter-prompt): Developers can mark
26442         functions as needing (default), or not needing,
26443         gnus-convert-old-newsrc's "backup before upgrading warning".
26444         (gnus-convert-converter-needs-prompt): Tests whether the user
26445         should be protected from potentially irreversable changes by the
26446         function.
26448         * legacy-gnus-agent.el: New.  Provides converters that are only
26449         loaded when gnus-convert-old-newsrc needs to call them.
26451 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26453         * mail-source.el (mail-source-touch-pop): Doc fix.
26455         * message.el (message-smtpmail-send-it): Doc fix.
26457 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26459         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26461         * nnmail.el (nnmail-split-fancy): do.
26463         * gnus-kill.el (gnus-kill, gnus-execute): do.
26465 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26467         * gnus-sum.el (gnus-widget-reversible-match)
26468         (gnus-widget-reversible-to-internal)
26469         (gnus-widget-reversible-to-external): New functions.
26470         (gnus-widget-reversible): New widget.
26471         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26473 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26475         * gnus-sum.el (gnus-thread-sort-functions)
26476         (gnus-article-sort-functions): Document `(not F)' items.
26478 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26480         * spam.el (spam-use-gmane-xref): Add new backend.
26481         (spam-gmane-xref-spam-group): Add variable to control the name of the
26482         Gmane spam group.
26483         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26484         (spam-regex-headers-spam, spam-regex-headers-ham)
26485         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26486         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26487         backends and checks.
26488         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26490         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26491         an autodetect method.
26493 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26495         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26496         articles are being added to a group.
26497         (gnus-request-replace-article): Inform the agent that articles
26498         need to be uncached as the cached contents are no longer valid.
26500 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26502         * binhex.el: Don't autoload executable-find.
26504         * canlock.el: Don't autoload mail-fetch-field.
26506         * dgnushack.el: Autoload c-mode for XEmacs.
26508         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26510         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26511         rmail-dont-reply-to and rmail-output.
26513         * gnus-score.el: Don't autoload ffap-string-at-point.
26515         * gnus-setup.el: Don't autoload sc-cite-original.
26517         * imap.el: Don't autoload base64-decode-string,
26518         base64-encode-string and md5.
26520         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26521         and rmail-msg-restore-non-pruned-header.
26523         * mm-decode.el: Don't autoload executable-find.
26525         * mm-url.el: Don't autoload executable-find.
26527         * mm-view.el: Don't autoload diff-mode.
26529         * nndb.el: Don't autoload news-reply-mode, news-setup,
26530         cancel-timer and telnet.
26532         * password.el: Don't autoload run-at-time for Emacs.
26534         * sha1-el.el: Don't autoload executable-find.
26536         * sieve-mode.el: Don't autoload c-mode.
26538         * uudecode.el: Don't autoload executable-find.
26540 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26542         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26543         (gnus-agent-possibly-alter-active): Avoid null in numeric
26544         comparison.
26545         (gnus-agent-set-local): Refuse to save null in local object table.
26546         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26547         list of articles that will be marked as unread.
26549 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26551         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26553 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26555         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26556         language tags.
26558 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26560         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26561         Don't bind "obarray".
26563         * gnus-sum.el (gnus-thread-sort-functions):
26564         Add `gnus-thread-sort-by-most-recent-number' and
26565         `gnus-thread-sort-by-most-recent-date'.
26566         Reported by Kai Grossjohann <kai@emptydomain.de>.
26568 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26570         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26572 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26574         * gnus-cus.el (gnus-agent-customize-category):
26575         Remove ignore-errors macro reference that required cl to be loaded at
26576         run-time.
26578         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26579         single-interval range of the form (min . max).  Previously the
26580         range had to look like ((min . max)).  Likewise, return
26581         (min . max) rather than ((min . max)).
26582         (gnus-range-map): Use gnus-range-normalize to accept
26583         single-interval range.
26585         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26586         the cache, but not the agent, now appear with their usual face.
26588         * dgnushack.el (loaddir): New variable that is bound to the
26589         directory containing the dgnushack.el file.  Use loaddir, rather
26590         than srcdir, to update load-path.  Change lets dgnushack compile
26591         code in directories other than GNUS/lisp.
26593 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26595         * lpath.el: Don't bind w3m-safe-url-regexp.
26597         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26598         w3m-safe-url-regexp variable buffer-local.
26600         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26602 2004-02-27  Simon Josefsson  <jas@extundo.com>
26604         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26605         gnus-group-real-prefix.
26606         (gnus-summary-move-article): Use it, instead of
26607         gnus-group-real-prefix.
26609 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26611         * lpath.el: Bind w3m-safe-url-regexp.
26613         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26614         w3m-safe-url-regexp variable buffer-local and set it as the value
26615         of mm-w3m-safe-url-regexp.
26617         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26619         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26620         parsing gnus-posting-styles when the message is not for replying.
26622         * dgnushack.el: Autoload sgml-mode for XEmacs.
26624         * nnrss.el (nnrss-opml-export):
26625         Use mm-set-buffer-file-coding-system instead of
26626         set-buffer-file-coding-system.
26628 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26630         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26631         of checkdoc.el).
26632         * nnrss.el: do.
26633         * gnus-mlspl.el: do.
26634         * gnus-ml.el: do.
26635         * gnus-srvr.el: do.
26637         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26639 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26641         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26642         Corrections to custom-manual links.
26644         * gnus-art.el (gnus-article): Ditto.
26646         * mm-decode.el (mime-display, mime-security): Ditto.
26648 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26650         * flow-fill.el: Typo.
26652 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26654         * spam-wash.el: New file.
26656 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26658         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26660 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26662         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26663         to be run with new-articles as LIST1, not LIST2.
26664         (spam-registration-functions): Add spam-use-ham-copy as a nil
26665         registration backend.
26667 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26669         * spam-stat.el (spam-stat-washing-hook): New option.
26670         (spam-stat-buffer-words): Use it.
26671         (spam-stat-process-directory, spam-stat-test-directory):
26672         Use insert-file-contents-literally.
26673         (spam-stat-coding-system): New variable.
26674         (spam-stat-load, spam-stat-save): Use it.
26676 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26678         * spam-report.el (spam-report-plug-agent):
26679         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26681 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26683         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26684         Allow / in mailto URLs.
26686 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26688         * spam-report.el (spam-report-process-queue): Fix interactive use.
26689         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26690         (spam-report-unplug-agent): Doc fixes.
26691         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26692         (spam-report-agentize, spam-report-deagentize): Autoload.
26694 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26696         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26698         * message.el (message-setup-fill-variables): Add mml tags to
26699         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26700         <ajk@iu.edu>.
26701         (message-mode): Don't modify paragraph-separate there.
26703 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26705         * compface.el (uncompface-use-external): Default to undecided.
26706         (uncompface-use-external-threshold): New variable.
26707         (uncompface-float-time): New macro.
26708         (uncompface): Determine whether to use the external decoder if
26709         uncompface-use-external is undecided.
26711 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26713         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26714         after images.
26716         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26718 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26720         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26722         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26724         * gnus-sum.el (gnus-summary-limit-to-age)
26725         (gnus-summary-limit-children): do.
26727         * gnus-int.el (gnus-request-scan): do.
26729         * gnus-group.el (gnus-group-suspend): do.
26731         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26733         * gnus-cite.el (gnus-cite-parse-attributions): do.
26735         * gnus-agent.el (gnus-summary-set-agent-mark)
26736         (gnus-agent-regenerate-group): do.
26738         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26740         * binhex.el (binhex-decode-region-internal): do.
26742 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26744         * gnus-fun.el (gnus-face-properties-alist): New user option.
26745         (gnus-display-x-face-in-from): Use it.
26747         * gnus-art.el (article-display-face): Ditto.
26749         * compface.el (uncompface-use-external): Default to nil.
26751 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26753         * nntp.el (nntp-erase-buffer): New function.
26754         (nntp-retrieve-data, nntp-send-command)
26755         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26756         (nntp-possibly-change-group): Use it.
26758         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26759         Use with-current-buffer.
26761 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26763         * compface.el: Merge the ELisp-based uncompface program.
26764         (compface): New customization group.
26765         (uncompface-use-external): New user option.
26766         (uncompface): Call uncompface-internal if uncompface-use-external
26767         is nil.
26768         (uncompface-internal): New function.  Note that there are also
26769         some other functions and variables added for this function.
26771 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26773         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26774         if necessary.
26776 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26778         * spam-report.el (spam-report-unplug-agent)
26779         (spam-report-plug-agent, spam-report-deagentize)
26780         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26781         Add support for the Agent in spam-report: when unplugged, report to a
26782         file; when plugged, submit all the requests.
26784         * spam.el (spam-register-routine): Fix message about
26785         registration.
26787 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26789         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26790         dependencies.
26791         (rfc2047-encode): Use it.
26793         * gnus-art.el (gnus-button-marker-list): Move before first
26794         reference.
26796         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26797         (imap-parse-body): Fix format string mismatch.
26799         * gnus-score.el (gnus-summary-increase-score): do.
26801         * nnrss.el (nnrss-close): New function.
26803 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26805         * nnrss.el (nnrss-make-filename): New function.
26806         (nnrss-request-delete-group, nnrss-read-server-data)
26807         (nnrss-save-server-data, nnrss-read-group-data)
26808         (nnrss-save-group-data): Use it.
26809         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26810         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26811         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26813 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26815         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26817 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26819         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26820         files.
26822         * message.el (message-generate-headers-first): Don't quote nil
26823         and t in docstrings.
26825         * imap.el (imap-id): do.
26827         * gnus-agent.el (gnus-agent-consider-all-articles)
26828         (gnus-agent-queue-mail): do.
26830 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26832         * spam-report.el (spam-report-process-queue): New function.
26833         Process requests from `spam-report-requests-file'.
26834         (spam-report-process-queue): Doc fix.
26836 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26838         * spam.el (spam-register-routine)
26839         (spam-log-processing-to-registry, spam-log-registered-p)
26840         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26841         Change "check" to "spam-check" for semi-clarity.
26843 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26845         * pop3.el: Require nnheader.
26847         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26849         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26851         * gnus-picon.el: Require cl.
26853         * gnus-fun.el: Require gnus-ems and gnus-util.
26855         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26857         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26859         * gnus-art.el (gnus-article-edit-mode): Define before first
26860         reference.
26862 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26864         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26865         (gnus-uu-post-encoded): Use point-at-bol.
26867         * gnus-topic.el (gnus-group-active-topic-p): do.
26869         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26871         * gnus-group.el (gnus-group-kill-region): do.
26873         * gnus-art.el (article-date-ut): do.
26875         * message.el (message-fetch-field): Remove redundant
26876         case-fold-search binding.
26877         (message-narrow-to-field): Simplify.
26879 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26881         * spam.el (spam-directory): Derive from `gnus-directory'.
26883         * spam-report.el (spam-report-url-to-file)
26884         (spam-report-requests-file): New function and variable for offline
26885         reporting.
26886         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26887         and user defined function.
26888         (spam-report-url-ping-mm-url): Remove doubled slash.
26890 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26892         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26894 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26896         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26897         Fix format string mismatch.
26899         * sieve.el (sieve-deactivate-all): do.
26901         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26903         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26905         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26907         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26909 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26911         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26912         the list of checks.
26914 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26916         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26917         padding.
26919 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26921         * mm-view.el (mm-fill-flowed): New variable.
26922         (mm-inline-text): Use it.
26924 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26926         * spam.el (spam-spamassassin-register-ham-routine)
26927         (spam-spamassassin-register-spam-routine): Fix function names.
26929 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26931         * gnus.el (gnus-tmp-grouplens): Remove.
26932         (gnus-summary-line-format): Remove grouplens.
26934         * gnus-group.el (gnus-group-line-format): Ditto.
26936         * gnus-spec.el (gnus-format-specs): Ditto.
26937         (gnus-update-format-specifications): Flush the group format spec
26938         cache if there's the grouplens stuff.
26939         (gnus-parse-simple-format): Replace %l with the empty string.
26941 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26943         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26944         omission.
26946 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26948         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26949         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26951 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26953         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26954         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26955         New macros and functions.
26956         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26957         Handle > NLINK_MAX messages.
26958         * nnmaildir.el (nnmaildir-request-set-mark):
26959         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26961 2004-01-25  Alex Schroeder  <alex@gnu.org>
26963         * spam-stat.el (spam-stat-process-directory-age): New option.
26964         (spam-stat-process-directory): Use it.
26966 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26968         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26969         (spam-stat-save): Accept prefix argument.
26971 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26973         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26974         links" error.
26976 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26978         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26979         the rest of the and/or forms.
26981 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26983         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26984         compatibility with old .newsrc.eld files.
26986         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26988         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26990         * gnus-start.el (gnus-1): do.
26992         * gnus-group.el (gnus-group-line-format-alist): do.
26994         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26996         * gnus-gl.el: Remove.
26998 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27000         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27001         marks consisting of a single range {for example, (3 . 5)} rather
27002         than a list of a single range { ((3 . 5)) }.
27004 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27006         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27007         Use with-current-buffer.
27008         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27009         avoid consing a string.
27011         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27012         Remove obsolete entries for big5 and gb2312.
27014 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27016         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27017         uncompressed list.
27019 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27021         * spam-stat.el (spam-stat-strip-xref): New function.
27022         (spam-stat-process-directory): Use it.
27024         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27025         here -- it's done in message-fetch-field.
27027 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27029         * gnus-agent.el (gnus-agent-queue-mail)
27030         (gnus-agent-prompt-send-queue): New variables.
27031         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27032         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27033         "nndraft:queue" along to gnus-draft-send.
27034         Use gnus-agent-prompt-send-queue.
27035         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27036         is "nndraft:queue".  Suggested by Gaute Strokkenes
27037         <gs234@srcf.ucam.org>
27039         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27040         (agent-enable-undownloaded-faces): Add.
27041         (gnus-agent-cat-groups): Use eval-and-compile, not
27042         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27043         method of gnus-agent-cat-groups even when the buffer has been
27044         evaled.
27045         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27046         delete gnus-agent-save-active-1.
27047         (gnus-agent-save-groups): Delete.  Identical to
27048         gnus-agent-save-active.
27049         (gnus-agent-write-active): No longer adjust agent's copy of active
27050         file as agent's adjustments are now stored in their own
27051         file.  Remove optional parameter.
27052         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27053         servers.  Add use of min/max range limits from server's local
27054         file.
27055         (gnus-agent-save-alist): Remove unused optional argument.
27056         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27057         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27058         (gnus-agent-set-local): A per-server file that keeps min/max range
27059         limits for articles known to the agent.  Provides a fast mechanism
27060         for altering many active ranges.
27061         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27062         active file (local makes it unnecessary).
27063         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27065         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27066         (agent-enable-undownloaded-faces): Add.
27068         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27069         disable it when sending to "nndraft:queue".
27070         (gnus-group-send-queue): Add safety check to avoid sending queue
27071         when unplugged.
27073         * gnus-group.el (gnus-group-catchup): Use new
27074         gnus-sequence-of-unread-articles, not
27075         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27076         numbers of articles.  Use gnus-range-map to avoid having to
27077         uncompress the unread list.
27078         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27079         Fix invalid ange-ftp reference.
27081         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27082         (gnus-sorted-range-intersection): Intersection of two ranges
27083         without requiring that they first be uncompressed.
27085         * gnus-start.el (gnus-activate-group): Unless blocked by the
27086         caller, possibly expand the active range to include both cached
27087         and agentized articles.
27088         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27089         multiple version-dependent converters.
27090         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27091         gnus-agent-save-active.
27092         (gnus-save-newsrc-file): Save dirty agent range limits.
27094         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27095         gnus-agent-possibly-alter-active.
27096         (gnus-adjust-marked-articles): Faster handling of simple lists.
27098 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27100         * spam-stat.el (spam-stat-test-directory): New optional argument
27101         displays a list of files detected.  Suggested by Andrew Cohen
27102         <cohen@andy.bu.edu>.
27103         (spam-stat-buffer-words-with-scores): Don't narrow and change
27104         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27106 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27108         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27109         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27110         (spam-spamassassin-arguments)
27111         (spam-spamassassin-spam-flag-header)
27112         (spam-spamassassin-positive-spam-flag-header)
27113         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27114         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27115         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27116         (spam-list-of-processors, spam-list-of-checks)
27117         (spam-list-of-statistical-checks, spam-registration-functions)
27118         (spam-check-spamassassin-headers, spam-check-spamassassin)
27119         (spam-spamassassin-score)
27120         (spam-spamassassin-register-with-sa-learn)
27121         (spam-spamassassin-register-spam-routine)
27122         (spam-spamassassin-register-ham-routine)
27123         (spam-assassin-register-spam-routine)
27124         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27125         (spam-bogofilter-score): Fix to show article before scoring.
27127 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27129         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27130         default scoring function.
27131         (spam-generic-score): Call spam-spamassassin-score if
27132         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27133         spam-bogofilter-score otherwise.
27135         * gnus.el (spam-process, spam-autodetect-methods):
27136         Add spamassassin and spamassassin-headers.
27138 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27140         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27141         Suppress unnecessary messages.
27143 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27145         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27146         make-hash-table.
27148 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27150         * canlock.el (base64-encode-string): Don't autoload it.
27152 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27154         * run-at-time.el: Remove useless (require 'itimer),
27155         eval-and-compile and (featurep 'xemacs).
27157 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27159         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27160         GROUP is a virtual group.
27162 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27164         * gnus.el: Autoload `message-y-or-n-p'.
27166 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27168         * pgg-parse.el: Remove unnecessary (require 'custom).
27170         * pgg-def.el: do.
27172         * nnmail.el: do.
27174         * gnus-undo.el: do.
27176         * gnus-picon.el: do.
27178         * gnus-util.el: do.
27180 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27182         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27184 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27186         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27187         handle, as well as a list.
27189         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27190         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27191         (mm-w3m-cid-retrieve): Simplify.
27193 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27195         * message.el (message-kill-to-signature): Allow prefix arg to
27196         specify number of lines to keep before signature.
27198 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27200         * message.el (message-kill-to-signature): Change docstring.
27202 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27204         * canlock.el: Always require sha1-el.
27205         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27207         * message.el: Autoload sha1 only when compiling.
27209         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27210         eudc-expand-inline for XEmacs.
27212 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27214         * message.el (message-canlock-generate): Require sha1-el.
27216 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27218         * message.el (message-expand-name): Silence the byte compiler.
27220         * lpath.el: Add detect-coding-system.
27222         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27223         cus-edit.
27225 2004-01-13  Simon Josefsson  <jas@extundo.com>
27227         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27228         Invoke gnus-score-mode.
27229         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27231         * gnus-range.el (gnus-compress-sequence): Doc fix.
27232         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27234 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27236         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27238 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27240         * spam.el (spam-get-article-as-string): Update to use
27241         gnus-request-article-this-buffer, much simpler.
27242         (spam-get-article-as-buffer): Remove.
27244 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27246         * message.el (message-expand-name): Use EUDC if the user uses that.
27248 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27250         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27251         character for the encoding to avoid consing a string.
27253         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27254         unnecessarily.
27256         * mm-util.el (mm-replace-chars-in-string): Remove.
27258         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27259         of mm-replace-chars-in-string.
27261 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27263         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27265         * mm-util.el (mm-subst-char-in-string): Support inplace.
27267         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27268         a new string in every iteration.  Use shy groups.
27270 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27272         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27273         * gnus-soup.el (gnus-soup-group-brew):
27274         * gnus-msg.el (gnus-put-message):
27275         * gnus-move.el (gnus-group-move-group-to-server):
27276         * gnus-kill.el (gnus-batch-score):
27277         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27278         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27279         (gnus-group-update-group, gnus-group-read-group)
27280         (gnus-group-make-group, gnus-group-make-help-group)
27281         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27282         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27283         (gnus-group-sort-by-unread, gnus-group-catchup)
27284         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27285         (gnus-group-yank-group, gnus-group-set-info)
27286         (gnus-group-list-groups):
27287         * gnus.el (gnus-generate-new-group-name):
27288         * gnus-delay.el (gnus-delay-send-queue):
27289         * nnvirtual.el (nnvirtual-catchup-group):
27290         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27291         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27292         (gnus-group-prepare-topics, gnus-topic-check-topology):
27293         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27294         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27295         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27296         (gnus-group-make-articles-read):
27297         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27298         (gnus-group-change-level, gnus-kill-newsgroup)
27299         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27300         (gnus-get-unread-articles, gnus-make-articles-unread)
27301         (gnus-make-ascending-articles-unread): Use accessor
27302         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27303         to get group information for improved readability.
27306 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27308         * gnus-art.el (article-decode-mime-words, article-babel)
27309         (gnus-article-highlight-signature, gnus-article-add-buttons)
27310         (gnus-signature-toggle): Use gnus-with-article-buffer.
27312         * gnus-art.el (gnus-article-highlight-headers)
27313         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27315         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27316         (gnus-article-set-globals, gnus-request-article-this-buffer)
27317         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27318         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27319         (gnus-mime-display-alternative): Use with-current-buffer.
27321 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27323         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27324         also under 80 char limit, and call gnus-error if needed.
27325         (spam-fetch-article-header): Fix - it was a
27326         buffer-local variable (gnus-newsgroup-data).
27327         (spam-find-spam): Use spam-generate-fake-headers, forget about
27328         spam-insert-fake-headers.
27329         (spam-insert-fake-headers): Remove.
27331 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27333         * deuglify.el (gnus-article-outlook-unwrap-lines)
27334         (gnus-outlook-rearrange-article)
27335         (gnus-outlook-repair-attribution-outlook)
27336         (gnus-outlook-repair-attribution-block)
27337         (gnus-outlook-repair-attribution-other): Remove redundant
27338         save-excursion.
27340 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27342         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27343         (spam-fetch-field-subject-fast)
27344         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27345         (spam-fetch-article-header): Add functions to deal with Gnus
27346         internals for fast retrieval of article header data.
27347         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27349 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27351         * pop3.el (pop3-md5): Remove.
27352         (pop3-apop): Replace pop3-md5 with md5.
27354         * mm-bodies.el: base64 is always built-in.
27356         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27357         Use with-current-buffer.
27359 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27361         * canlock.el (canlock-insert-header): Remove excessive grouping in
27362         regexp.
27364         * gnus-sum.el (gnus-summary-read-document): Ditto.
27366         * gnus-uu.el (gnus-uu-part-number): Ditto.
27368         * html2text.el (html2text-remove-tags): Ditto.
27369         (html2text-format-tags): Ditto.
27370         (html2text-format-single-elements): Ditto.
27372         * mml.el (mml-parse-1): Ditto.
27374 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27376         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27378         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27380         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27382         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27384 2003-11-15  Simon Josefsson  <jas@extundo.com>
27386         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27387         (pgg-gpg-lookup-key): Use regexp match instead of
27388         split-string (split-string is different between emacs 21.2 and
27389         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27391 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27393         * gnus-art.el (gnus-mime-view-all-parts)
27394         (gnus-article-part-wrapper, gnus-article-view-part):
27395         Use with-current-buffer.
27397 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27399         * spam.el (spam-disable-spam-split-during-ham-respool)
27400         (spam-spamoracle-database, spam-cache-lookups)
27401         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27402         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27403         (spam-group-ham-marks, spam-group-spam-marks)
27404         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27405         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27406         also add spam-use-blackholes to the statistical checks.
27407         (spam-fetch-field-fast): Add interface to fetching fields, may
27408         become a macro.
27409         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27410         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27411         (spam-insert-fake-headers): Fake an article when needed.
27412         (spam-find-spam): Fake article when possible.
27413         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27414         (spam-check-bogofilter-headers): Use message-fetch-field instead
27415         of nnmail-fetch-field.
27417 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27419         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27421 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27423         * spam.el (spam-split): Do not require spam-use-CHECK to be
27424         enabled if that check is passed to spam-split explicitly; also
27425         fix so 'spam doesn't get converted to spam-split-group when
27426         spam-split-symbolic-return is t.
27427         (spam-find-spam): Find registrations of the article and use those
27428         instead of re-running spam-split to find the spam/ham
27429         classification of the article.
27430         (spam-log-processing-to-registry, spam-log-registered-p)
27431         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27432         Use gnus-error instead of gnus-message.
27433         (spam-log-registration-type): Add function to determine the
27434         classification of a message based on registry entries; will
27435         return nil if both 'spam and 'ham are found.
27436         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27437         a reasonably fast local cache without the loading errors.
27438         (spam-cache-lookups): Set to t by default.
27439         (spam-find-spam): Don't try to guess spam-cache-lookups.
27440         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27441         spam-caches entry.
27442         (spam-filelist-build-cache, spam-filelist-check-cache):
27443         Fix caching of whitelist/blacklist entries.
27444         (spam-check-whitelist, spam-check-blacklist):
27445         Invoke spam-from-listed-p with a type, not a cache variable.
27446         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27448 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27450         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27452         * nnmail.el (nnmail-split-fancy): do.
27454         * mml.el (mml-parse): do.
27456         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27457         (gnus-score-adaptive): do.
27459 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27461         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27462         (gnus-mime-button-map): Don't set keymap parent.
27463         (gnus-button-ctan-directory-regexp): Use shy grouping.
27464         (gnus-prev-page-map): Don't set keymap parent.
27465         (gnus-prev-page-map): Remove duplicated one.
27466         (gnus-next-page-map): Don't set keymap parent.
27467         (gnus-mime-security-button-map): Ditto.
27469         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27470         version number.
27472         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27474 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27476         * canlock.el (canlock-sha1-function): Remove.
27477         (canlock-sha1-function-for-verify): Remove.
27478         (canlock-openssl-program): Remove.
27479         (canlock-openssl-args): Remove.
27480         (canlock-ignore-errors): Remove.
27481         (canlock-sha1-with-openssl): Remove.
27482         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27483         (canlock-verify): Don't use canlock-ignore-errors.
27485         * sha1-el.el (sha1-string-external): Make it can return a string
27486         in binary form.
27487         (sha1-region-external): Ditto.
27488         (sha1-string-internal): Ditto.
27489         (sha1-region-internal): Ditto.
27490         (sha1-region): Ditto.
27491         (sha1-string): Ditto.
27492         (sha1): Ditto.
27494 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27496         * spam.el (spam-report-articles-gmane): New command.
27498 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27500         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27502         * run-at-time.el (run-at-time-saved): Remove.
27503         (run-at-time): Doc fix.
27505 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27507         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27508         (gnus-summary-limit-map): Add it.
27509         (gnus-summary-make-menu-bar): do.
27511 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27513         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27514         Make attempt at some caching support (done for BBDB only now).
27515         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27516         addresses to be checked.
27517         (spam-clear-cache-BBDB): Add function, to be invoked by
27518         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27519         (spam-check-BBDB): Check and use the caches, if
27520         spam-cache-lookups is on, remove superfluous (provide).
27522 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27524         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27526 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27528         * run-at-time.el (run-at-time-saved): Move to after the definition
27529         of `run-at-time'.
27531         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27533 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27535         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27536         mm-w3m-local-map-property.
27538         * mm-view.el (mm-w3m-mode-map): Remove.
27539         (mm-w3m-local-map-property): Remove.
27540         (mm-inline-text-html-render-with-w3m): Don't use
27541         mm-w3m-local-map-property.
27543 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27545         * run-at-time.el: New file.
27547         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27548         under Emacs.
27550         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27551         of gnus-set-text-properties.
27553         * gnus-uu.el (gnus-uu-save-article): Ditto.
27555         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27557         * gnus-cite.el (gnus-cite-parse): Ditto.
27559         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27560         of gnus-.
27562         * gnus-xmas.el (run-at-time): Require run-at-time.
27564         * gnus.el: Change calls to nnheader-run-at-time and
27565         password-run-at-time throughout to use run-at-time directly.
27567         * password.el: Remove definition of run-at-time.
27569         * nnheaderxm.el: Remove definition of run-at-time.
27571 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27573         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27574         in prompt.
27576 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27578         * messagexmas.el (message-xmas-redefine): Alias
27579         `message-make-caesar-translation-table' to
27580         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27581         version.
27583         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27584         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27585         `gnus-xmas-set-text-properties'.
27586         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27587         `gnus-xmas-completing-read'.
27588         (gnus-xmas-completing-read): Removed.
27589         (gnus-xmas-open-network-stream): Removed.
27591         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27592         XEmacs version.
27594         * dns.el (dns-make-network-process): Use `open-network-stream'
27595         instead of `gnus-xmas-open-network-stream'.
27597         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27599         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27601 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27603         * gnus-art.el (gnus-mime-display-alternative)
27604         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27605         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27606         Don't use gnus-local-map-property.
27608         * gnus-util.el (gnus-local-map-property): Remove.
27610         * mm-view.el (mm-view-pkcs7-decrypt):
27611         Replace gnus-completing-read-maybe-default with completing-read.
27613         * gnus-util.el (gnus-completing-read): do.
27614         (gnus-completing-read-maybe-default): Remove.
27616 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27618         * password.el: Only autoload `run-at-time' if not XEmacs.
27619         Only autoload the itimer functions if XEmacs.
27621 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27623         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27624         XEmacsen.
27626         * dgnushack.el: Autoload executable-find for XEmacs.
27628 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27630         * gnus-art.el (gnus-read-string): Remove.
27631         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27632         read-string.
27634 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27636         * netrc.el: Autoload password-read.
27637         (netrc): Add configuration group.
27638         (netrc-encoding-method, netrc-openssl-path):
27639         Add variables for encoding and decoding of files with symmetric
27640         ciphers.
27641         (netrc-encode): Add assistant function to encode a file with
27642         netrc-encoding-method.
27643         (netrc-parse): Add interactive parameter, added optional
27644         decoding if netrc-encoding-method is non-nil but otherwise
27645         behavior is standard.
27646         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27647         Do s/encode/encrypt/ everywhere.
27649         * spam.el: Remove executable-find autoload.
27651 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27653         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27655         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27657 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27659         * gnus-art.el (gnus-treat-ansi-sequences)
27660         (article-treat-ansi-sequences): New variable and function.
27661         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27663         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27664         Use it.
27666 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27668         * mm-util.el (mm-quote-arg): Remove.
27670         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27671         shell-quote-argument.
27673         * gnus-uu.el (gnus-uu-command): do.
27675         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27677         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27678         with make-char.
27680         * mm-util.el (mm-make-char): Remove.
27682         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27683         add-minor-mode.
27685         * gnus-undo.el (gnus-undo-mode): do.
27687         * gnus-topic.el (gnus-topic-mode): do.
27689         * gnus-sum.el (gnus-dead-summary-mode): do.
27691         * gnus-start.el (gnus-slave-mode): do.
27693         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27695         * gnus-ml.el (gnus-mailing-list-mode): do.
27697         * gnus-gl.el (gnus-grouplens-mode): do.
27699         * gnus-draft.el (gnus-draft-mode): do.
27701         * gnus-dired.el (gnus-dired-mode): do.
27703         * gnus-ems.el (gnus-add-minor-mode): Remove.
27705         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27706         Replace gnus-char-width with char-width.
27708         * gnus-ems.el (gnus-char-width): Remove.
27710         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27711         Replace gnus-char-width with char-width.
27713         * gnus-ems.el (gnus-char-width): Remove.
27715         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27716         definition.
27717         Remove Emacs 20 hash table compatibility code.
27719         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27720         20 compatibility code.
27722         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27724         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27726         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27727         Replace with point-at-{eol,bol}.
27729         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27731         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27733         * flow-fill.el (fill-flowed-point-at-bol)
27734         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27736         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27737         Replace with point-at-{eol,bol} throughout all files.
27739 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27741         * ntlm.el (ntlm-string-as-unibyte): New macro.
27742         (ntlm-build-auth-response): Use it.
27744         Remove Emacs 20 stuff:
27745         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27746         (butlast, mapc, remove): Remove the compiler macros.
27747         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27748         of delq and copy-sequence.
27749         * gnus-art.el (popup-menu): Remove the compiler macro.
27750         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27751         Emacs 20.
27753 2004-01-05  Simon Josefsson  <jas@extundo.com>
27755         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27756         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27757         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27758         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27759         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27760         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27761         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27762         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27763         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27764         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27765         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27766         string-xor into ntlm-string-xor.
27767         Suggested by Jesper Harder <harder@myrealbox.com>.
27769         * ntlm.el: Don't include poem.
27771         * md4.el (print-int32, print-string-hexa): Remove.
27772         Suggested by Jesper Harder <harder@myrealbox.com>.
27774         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27776         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27777         probably breaks emacs with DL patch, but do we care? Is anyone
27778         still using the DL stuff?)
27780         * sieve-manage.el: Use the password package.
27781         (sieve-manage-read-passwd): Remove.
27782         (sieve-manage-interactive-login): Use password.  Re-add
27783         condition-case around loop.
27785         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27786         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27787         Use the password package.
27789 2003-02-19  Simon Josefsson  <jas@extundo.com>
27791         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27792         token.
27794 2002-08-07  Simon Josefsson  <jas@extundo.com>
27796         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27797         (sieve-manage-authenticators)
27798         (sieve-manage-authenticator-alist): Add some SASL mechs.
27799         (sieve-sasl-auth): New function.
27800         (sieve-manage-cram-md5-auth)
27801         (sieve-manage-plain-auth): Rewrite using SASL library.
27802         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27803         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27804         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27805         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27807 2004-01-05  Simon Josefsson  <jas@extundo.com>
27809         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27810         New files.
27812 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27814         * gnus-group.el (gnus-no-groups-message): Update.
27816         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27818 2003-11-09  Simon Josefsson  <jas@extundo.com>
27820         * imap.el: Support for ID IMAP extension (RFC 2971).
27821         (imap-local-variables): Add imap-id.
27822         (imap-id): New variable.
27823         (imap-id): New function.
27824         (imap-parse-response): Parse untagged ID response.
27825         * nnimap.el (nnimap-id): New variable.
27826         (nnimap-open-connection): Use it.
27828 2003-12-28  Simon Josefsson  <jas@extundo.com>
27830         * gnus-score.el (gnus-score-edit-all-score): New.
27831         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27833 2004-01-04  Simon Josefsson  <jas@extundo.com>
27835         * password.el: Add.
27837 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27839         * dns.el (dns-query-types): Fix typo.
27840         (dns-query-types): New function.
27841         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27842         PTR and SOA replies, see RFC 1035.
27844 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27846         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27848         * Move to Changelog.2.
27850 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27852         * gnus.el (gnus-version-number): Bump version.
27854 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27856         * gnus.el: No Gnus v0.1 is released.
27858 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27860         * gnus.el: No Gnus v0.0 is released.
27862 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27864         * gnus.el (gnus-version-number): Bump.
27865         (gnus-version): No.
27867 See ChangeLog.2 for earlier changes.
27869   Copyright (C) 2004-2015 Free Software Foundation, Inc.
27871   This file is part of GNU Emacs.
27873   GNU Emacs is free software: you can redistribute it and/or modify
27874   it under the terms of the GNU General Public License as published by
27875   the Free Software Foundation, either version 3 of the License, or
27876   (at your option) any later version.
27878   GNU Emacs is distributed in the hope that it will be useful,
27879   but WITHOUT ANY WARRANTY; without even the implied warranty of
27880   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27881   GNU General Public License for more details.
27883   You should have received a copy of the GNU General Public License
27884   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27886 ;; Local Variables:
27887 ;; coding: utf-8
27888 ;; fill-column: 79
27889 ;; add-log-time-zone-rule: t
27890 ;; End: