time-date.el: Improve time stamp handling, and be more consistent about it
[gnus.git] / lisp / ChangeLog
blob0bb5ab213bfa07549dea15102f55a666f0f95c37
1 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3         Improve time stamp handling, and be more consistent about it.
4         This implements a suggestion made in:
5         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
6         Among other things, this means timer.el no longer needs to
7         autoload the time-date module.
8         * time-date.el (seconds-to-time, days-to-time, time-since):
9         Simplify by using new functionality.
10         (with-decoded-time-value):
11         Treat 'nil' as current time.  This is mostly for XEmacs.
12         (encode-time-value, with-decoded-time-value): Obsolete.
13         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
14         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
16 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
19         discarding changes in ephemeral groups.
21         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
22         things the user isn't interested in.
24 2014-11-13  Julien Danjou  <jd@abydos>
26         * gnus-notifications.el (gnus-notifications-notify): Provide both
27         app-icon and image-path.
29 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
31         * mm-url.el (mm-url-encode-multipart-form-data):
32         Restore to handle "multipart/form-data" by eww.
34 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
36         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
37         Landscheidt.
39 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41         Simplify use of current-time and friends.
42         * gnus-delay.el (gnus-delay-article):
43         * gnus-sum.el (gnus-summary-read-document):
44         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
45         * message.el (message-make-expires-date):
46         Omit unnecessary call to current-time.
47         * gnus-util.el (gnus-float-time): Simplify to an alias because
48         time-to-seconds now behaves like float-time with respect to nil arg.
49         (gnus-seconds-year): Don't call current-time twice to get the current
50         time stamp, as this can lead to inconsistent results.
51         * time-date.el (time-to-seconds) [!float-time]:
52         Use current time if arg is nil, to be compatible with float-time.
53         (time-date--day-in-year): New function, with most of the guts of
54         the old time-to-day-in-year.
55         (time-to-day-in-year): Use it.
56         (time-to-days): Use it, to avoid decoding the same time stamp twice.
58 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
60         * gnus.el (gnus-mode-line-buffer-identification):
61         Don't add image data for a non-graphic display (bug#18813).
63 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
65         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
66         load-path, it blocks autoloading of find-image (bug#18813).
68 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
70         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
71         to keep connection open (bug#18728).
73 2014-10-20  Glenn Morris  <rgm@gnu.org>
75         * Merge in all changes up to 24.4 release.
77 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
79         * message.el (message-insert-signature): Use `newline' instead of
80         inserting explicit "\n".
82 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
84         * gnus-icalendar.el: Support vcal format timezones.
85         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
86         compute dates with associated timezone.
87         (gnus-icalendar-event-from-ical): Compute all timezones.
89 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
91         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
92         check the newsrc.eld file's timestamp before saving it.
93         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
94         timestamp has changed to be newer.
96 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
98         * gnus-icalendar.el (gnus-icalendar-identities):
99         Include message-alternative-emails.
101 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
103         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
104         New compatibility functions.
105         (ntlm-build-auth-response): Use them.
107 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
109         * ntlm.el (ntlm-build-auth-request):
110         Add NTLM2 Session support.  (Bug#15603)
112 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
114         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
115         expired messages only when it was built in reverse order.
117 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
119         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
120         last so it can be used in `message-send-hook'.
122 2014-09-29  Daiki Ueno  <ueno@gnu.org>
124         * mml.el (mml-parse-1): Error out if unknown mode is specified in
125         <#secure> tag (bug#18513).
127 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
129         * parse-time.el: Require cl when compiling.
131 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
133         Use cl-lib as much as possible following the 2014-09-26 change
134         in the Emacs trunk.
135         * parse-time.el: Try requiring cl-lib.
136         (parse-time-incf): Alias to cl-incf or incf.
137         (digit-char-p): Remove.
138         (parse-time-integer): Alias to cl-parse-integer or the one defined.
139         (parse-integer): Rename to parse-time-integer.
140         (parse-time-tokenize, parse-time-rules, parse-time-string)
141         Use parse-time-incf and parse-time-integer.
143 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
145         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
146         of ":delete".
148 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
150         * gnus-art.el (gnus-article-browse-html-save-cid-content)
151         (gnus-article-browse-html-parts):
152         Revert last change that breaks links other than cid contents.
154 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
156         * gnus-art.el (gnus-article-browse-html-save-cid-content)
157         (gnus-article-browse-html-parts): Make cid file names relative.
159 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
161         * mm-view.el (mm-display-inline-fontify): Make the working buffer
162         temporarily displayed when running a mode function (at least org-mode
163         requires it).
165 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
167         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
168         the gnus-summary-article-expire-hook should be told where the function
169         is going. In particular, the Gnus registry might want to know.
171 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
175 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
177         * gnus-sum.el (gnus-summary-expire-articles): Revert.
179 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
181         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
182         the gnus-summary-article-expire-hook should be told where the function
183         is going. In particular, the Gnus registry might want to know.
185 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
187         Don't mishandle year-9999 dates (Bug#18176).
188         * parse-time.el (parse-time-rules):
189         Allow years up to most-positive-fixnum.
190         * time-date.el (date-to-time):
191         Pass "Specified time is not representable" errors through.
193 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
195         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
196         groups and t.
198 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
200         * gnus-utils.el (gnus-recursive-directory-files):
201         Unify hard or symbolic links (bug#18063).
203 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
205         * gnus-msg.el (gnus-configure-posting-style):
206         Allow string replacements in values when matching against a header.
208 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
210         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
211         the dribble buffer even when it is shrunk a lot.
212         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
214 2014-06-26  Glenn Morris  <rgm@gnu.org>
216         * mm-util.el (help-function-arglist): Remove outdated declaration.
218 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
220         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
221         attribute values.  (Bug#17834)
223 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
225         * gnus-sum.el (gnus-summary-edit-article-done):
226         Prefer point-marker to copy-marker of point.
228 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
230         * Makefile.in (install-el, install-el-elc): Compress .el files.
231         (uninstall): Remove compressed .el files.
233 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
235         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
236         (gnus-article-read-summary-keys):
237         Don't bug out when there is no article in the summary buffer.
238         (gnus-mime-buttonize-attachments-in-header):
239         Improve criterion that finds parts to display.
241         * gnus-art.el (gnus-mm-display-part):
242         * mm-decode.el (mm-shr):
243         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
244         (mm-insert-inline): Revert last changes.
246 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
248         * gnus-art.el (gnus-mm-display-part):
249         * mm-decode.el (mm-shr):
250         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
251         (mm-insert-inline): Set insertion type of end-marker, not only
252         start-marker, of undisplayer so as to stay after inserted text.
254 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
256         * html2text.el (html2text-get-attr): Fix typo when splitting value from
257         attribute. (Bug#17613)
259 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
262         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
264 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
266         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
267         delete next part button; keep spacing between buttons.
269 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
271         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
272         Work for the last MIME part in an article.
273         (gnus-mime-display-single): Suppress excessive newlines between parts.
275         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
276         by leading or trailing newline.
278 2014-05-12  Sam Steingold  <sds@gnu.org>
280         * time-date.el (seconds-to-string): New function to pretty print time
281         delay in seconds.
283 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
285         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
286         while prompting a user for a file name, etc.
287         (gnus-mime-display-single): Display part with a common appearance no
288         matter whether MIME button is omitted or not; don't add duplicate entry
289         to gnus-article-mime-handle-alist.
290         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
292 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
294         * mml2015.el (mml2015-display-key-image): New variable.
296 2014-05-08  Glenn Morris  <rgm@gnu.org>
298         * gnus-fun.el (gnus-grab-cam-face):
299         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
300         This is CVE-2014-3421.
302 2014-05-04  Glenn Morris  <rgm@gnu.org>
304         * gnus-registry.el (gnus-registry-install-p): Doc fix.
306 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
308         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
309         the displaying state of a part.
310         (gnus-mm-display-part): Don't insert a newline in the beginning of
311         a part like gnus-mime-inline-part doesn't; work for XEmacs.
313         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
314         (mm-shr): Make undisplayer unbreakable.
316         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
317         insert excessive newline.
318         (mm-inline-text-html-render-with-w3m, mm-inline-text)
319         (mm-insert-inline): Make undisplayer unbreakable.
321 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
323         * gnus.el: Ma Gnus v0.11 is released.
325 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
327         * gnus-art.el (gnus-mm-display-part):
328         Highlight header attachment buttons.
330 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
332         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
333         a part; redisplay a button (enbugged in 2014-02-05).
335 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
337         * auth-source.el (auth-source-search, auth-source-search-backends):
338         Treat :max 0 as an indicator that a boolean return is wanted, as
339         documented. Reported by Joe Bloggs.
341 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
343         * gnus-icalendar.el: Require gnus-art.
345 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
347         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
348         (gnus-icalendar--update-org-event): put event timestamp in
349         the org entry body instead of the drawer.
350         (gnus-icalendar-event--get-attendee-names): list of participants should
351         contain even attendees without common name attribute.
352         (gnus-icalendar--update-org-event): don't generate duplicates of empty
353         property tags in org drawers.
355 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
357         * gmm-utils.el (gmm-format-time-string): New function.
359         * message.el (message-insert-formatted-citation-line): Use the original
360         author's time zone to express a date string.
362 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
364         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
365         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
366         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
367         Silence compiler warnings.
368         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
370 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
372         * mml.el: Require url when compiling.
374         * gnus-cloud.el (gnus-cloud-parse-version-1):
375         Use plist-get rather than CL's getf.
376         (gnus-activate-group, gnus-subscribe-group): Declare.
378         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
380 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
382         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
383         buttons when toggling the header off.
385 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
387         * tls.el (tls-program): Reflow docstring.
389 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
391         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
392         groups work again.
394 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
396         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
397         999 correctly (i.e. "1,342").
399 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
401         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
402         out if the directory doesn't exist.
404 2014-03-07  Daiki Ueno  <ueno@gnu.org>
406         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
407         commands here; instead, only check if epg-config.el is available.
409 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
411         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
412         messages with embedded images.
413         (mml-generate-mime): Don't bug out if you don't have libxml.
415 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
417         * message.el (message-make-html-message-with-image-files): New command.
419 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
421         * gnus-group.el (gnus-group-make-group): Clarify prompt.
423         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
425 2014-02-23  David Engster  <deng@randomsample.de>
427         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
428         to stay compatible with older Emacsen, so replace `cl-loop' with
429         `loop'.
431 2014-02-22  Daniel Colascione  <dancol@dancol.org>
433         * auth-source.el (auth-source-secrets-listify-pattern): New function.
434         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
435         instead, build list of patterns.
437 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
439         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
440         Display header attachment buttons by gnus-article-prepare-display
441         rather than gnus-article-prepare so as to view in mml-preview as well.
443 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
445         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
446         in `auth-sources' means and link to EPA docs.
448 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
450         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
451         (bug#12375).
453 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
455         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
456         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
458 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
460         * message.el (message-tab): Mention what happens on normal tabs
461         (bug#11297).
463 2014-02-08  Glenn Morris  <rgm@gnu.org>
465         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
467 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
469         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
470         buttons that are hidden in unselected alternative part as well.
471         (gnus-mime-display-alternative): Redraw attachment buttons in header.
473         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
475 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
477         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
478         keystroke.
479         (gnus-server-toggle-cloud-server): Only allow clouding applicable
480         types.
482         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
483         with an empty string.
485 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
487         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
488         buffer-local in some buffers, so bind it explicitly in the buffer we're
489         trying to cancel the article in (bug#10808).
491 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
493         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
494         New functions.
496         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
497         New user option.
498         (gnus-mime-buttonize-attachments-in-header): New function.
499         (gnus-article-prepare): Use it.
500         (gnus-mime-inline-part): Suppress extra newline.
501         (gnus-mm-display-part): Save excursion;
502         remove useless deleting and adding of buttons.
503         (gnus-insert-mime-button): Allow insertion in the middle of a line.
505         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
506         Add gnus-mime-buttonize-attachments-in-header.
508 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
510         * nnimap.el (nnimap-request-articles): New command to download several
511         articles at once.
513         * gnus.el (gnus-variable-list): Save Cloud variables.
515         * gnus-int.el (gnus-request-accept-article): Doc fix.
517 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
519         * parse-time.el (parse-time-iso8601-regexp)
520         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
521         it more generally.
523 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
525         * gnus-cloud.el: New file to provide the Emacs Cloud.
527         * dgnushack.el: Silence XEmacs w3 warning.
529         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
530         `url-retrieve-synchronously', apparently.
532         * dgnushack.el: Silence XEmacs dns.el warning.
534         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
535         instead of in all files.
537         * dns.el (network-interface-list): Define for XEmacs.
539         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
540         XEmacs.
542         * nnrss.el (libxml-parse-html-region): Silence compilation error.
544 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
546         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
547         `gnus-group-split-fancy'.
549 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
551         * message.el (message-remove-header): Doc fix.
552         (message-forward-included-headers): New variable.
553         (message-remove-ignored-headers): Use it.
555 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
557         * nnir.el (nnir-request-update-mark): Don't try to update the source
558         group if we can't find it (bug#16611).
560 2014-01-31  Dave Abrahams  <dave@boostpro.com>
562         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
564 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
566         * dns.el (dns-servers-up-to-date-p): New function to see whether the
567         network interfaces changed.
568         (dns-query): Use it to flush the data.
570 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
572         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
573         from random face commands.
574         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
575         Face.
576         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
577         (gnus--random-face-with-type): Generic function returning a face-type
578         as a string.
579         (gnus--insert-random-face-with-type): Generic function inserting a face
580         in a message buffer header.
581         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
582         (gnus-insert-random-x-face-header): Rewritten to use
583         `gnus--insert-random-face-with-type`.
584         (gnus-random-face): Return random (png) Face as string.
585         (nus-insert-random-face-header): Insert random (png) Face in a message
586         buffer.
588 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
590         * mm-url.el: Remove all usage of w3.
592         * nnrss.el: Ditto.
594         * mm-decode.el: Ditto.
596         * mm-view.el: Ditto.
598         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
599         outdated and all Emacsen have url.el built-in.
601         * gnus-setup.el: Remove outdated file.
603 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
605         * gnus.el: Ma Gnus v0.9 is released.
607 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
609         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
611 2014-01-31  Dave Abrahams  <dave@boostpro.com>
613         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
614         in the summary buffer (bug#13769).
616 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
618         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
619         name if we're using a single article buffer.  Otherwise, it may point
620         to a killed buffer (bug#13756).
622 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
624         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
625         the match data, just save and restore it explictly (bug#12375).
627         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
628         that's needed.
630         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
631         the code once (bug#9069).
633 2014-01-18  Steinar Bang  <sb@dod.no>
635         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
636         reading.
638 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
640         * message.el (message-bury): Call bury-buffer with no argument
641         in the message-return-action case too.
643 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
645         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
646         (nnimap-split-fancy, nnimap-split-methods): Declare.
648         * mm-util.el (help-function-arglist): Declare.
650 2013-12-28  Glenn Morris  <rgm@gnu.org>
652         * gnus-sieve.el (gnus-sieve-select-method):
653         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
654         (gravatar-rating, gravatar-size):
655         * message.el (message-minibuffer-local-map):
656         * sieve-manage.el (sieve-manage-authenticators)
657         (sieve-manage-authenticator-alist): Specify custom types.
659         * hashcash.el (hashcash-program): Rename from hashcash-path.
660         Update callers.
662         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
663         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
664         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
666         * auth-source.el (auth-sources):
667         * nnmairix.el (nnmairix-propagate-marks-upon-close):
668         Fix custom types.
670         * tls.el (tls-certtool-program): Fix default value.
672 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
674         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
675         we get proper traces there, too.
677 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
679         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
680         value of the parameters if the current article has a Reply-To or From
681         field.
683 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
685         * gnus.el (gnus-group-buffer): Remove duplicate definition.
687 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
689         * gnus-sum.el (gnus-summary-exit): Stop animations.
691 2013-12-19  Juri Linkov  <juri@jurta.org>
693         * gnus.el (gnus-suppress-keymap):
694         * gnus-art.el (gnus-article-mode-map):
695         * gnus-group.el (gnus-group-mode-map):
696         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
697         Remove [backspace] key binding because it shadows DEL (bug#16035).
699         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
701 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
703         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
704         Make sure work directory exists.
705         (gnus-uu-digest-mail-forward): Store temporary files in work directory
706         rather than tmp directory.
707         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
708         not necessarily always run, with it.
710 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
712         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
713         value of gnus-icalendar-additional-identities work without restart.
715 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
717         * mm-util.el (mm-make-temp-file):
718         Alias to make-temp-file for modern Emacsen.
720 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
722         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
723         nnir-article-number and nnir-article-group.
725 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
727         * message.el (message-send-mail-with-sendmail):
728         Don't kill error buffer if sending fails.
730 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
732         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
733         (gnus-icalendar-event->org-entry)
734         (gnus-icalendar--update-org-event)
735         (gnus-icalendar-event->gnus-calendar): Distinguish between
736         required/optional/non-participant attendee status.  Fix bug causing
737         the first required event participant to be omitted.
739 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
741         * gnus-art.el (article-de-quoted-unreadable)
742         (article-de-base64-unreadable, gnus-mime-copy-part)
743         * gnus-html.el (gnus-article-html)
744         * mm-view.el (mm-inline-text-html-render-with-w3)
745         (mm-inline-text-html-render-with-w3m-standalone)
746         * rfc2231.el (rfc2231-decode-encoded-string):
747         Allow overriding charset by mm-charset-override-alist.
749         * gnus-art.el (gnus-article-browse-html-parts):
750         Replace LWSPs with `&nbsp;'s in header.
752         Work for broken Chinese articles.
754         * gnus-art.el (gnus-article-browse-html-save-cid-content):
755         Exclude broken handles that gnus-summary-enter-digest-group may create.
756         (gnus-article-browse-html-parts):
757         Allow overriding charset by mm-charset-override-alist.
759 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
761         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
762         (gnus-icalendar-identities): Support additional-identities.
764 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
766         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
767         org-timestamp for events ending at midnight.
769 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
771         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
772         .log files.
774 2013-11-20  David Engster  <deng@randomsample.de>
776         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
778 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
780         * message.el (message-beginning-of-line):
781         Use beginning-of-visual-line when visual-line-mode is turned on.
783 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
785         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
786         (gnus-icalendar-event-from-ical)
787         (gnus-icalendar-event->org-entry)
788         (gnus-icalendar--update-org-event): Required/optional participation,
789         list of attendees synced to org.
791 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
793         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
794         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
795         cancellations to be synced to org if the original appt has an org
796         outline.
798 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
800         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
801         (gnus-icalendar-event->org-entry)
802         (gnus-icalendar--update-org-event)
803         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
805 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
807         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
808         Fix timezone handling in gnus-icalendar export to org.
810 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
812         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
814 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
816         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
818 2013-10-30  Glenn Morris  <rgm@gnu.org>
820         * gnus-group.el (gnus-group-browse-foreign-server):
821         * gnus-int.el (gnus-start-news-server):
822         Silence compiler obsolescence warning.
824 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
826         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
827         `nnoo-current-server' first, then for the actual `nnimap-address' to
828         allow netrc entries for the nnoo server to coexist with netrc entries
829         for the `nnimap-address'.
831 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
833         * mm-decode.el (mm-dissect-buffer): Revert last change.
834         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
835         The problem that motivated those changes was attributed to a broken
836         mail sender, and has been fixed.
838 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
840         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
841         token is missing in the Content-Type header.
843         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
845 2013-09-18  Glenn Morris  <rgm@gnu.org>
847         * gnus-util.el (image-size): Declare.
849 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
851         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
852         (gnus-icalendar-event-from-ical)
853         (gnus-icalendar-event--build-reply-event-body)
854         (gnus-icalendar-event-reply-from-buffer)
855         (gnus-icalendar-find-org-event-file)
856         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
857         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
859         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
861 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
863         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
864         Use save-current-buffer.
865         (gnus-tree-mode-map): Initialize in the declaration.
866         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
867         (scroll-in-place): Defvar it.
868         (gnus-tmp-*): Defvar them.
869         (gnus-get-tree-buffer): Use derived-mode-p.
870         (gnus--let-eval): New macro.
871         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
872         non-prefixed variables.
873         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
875         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
876         vars since it doesn't seem to be available.
877         (gnus-set-global-variables, gnus-summary-read-group-1)
878         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
879         (gnus-summary-display-article, gnus-summary-select-article)
880         (gnus-summary-next-article, gnus-offer-save-summaries)
881         (gnus-summary-generic-mark): Use derived-mode-p.
882         (gnus-summary-read-group-1, gnus-summary-exit)
883         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
884         Adjust calls to gnus-tree-close and gnus-tree-open.
886         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
888         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
889         (gnus-agent-mode): Use derived-mode-p.
890         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
891         gnus-command-method and *-command-method to nil, but bind
892         gnus-command-method to *-command-method instead!
893         (gnus-agent-fetch-articles): Remove unused var `id'.
894         (gnus-agent-fetch-headers): Remove unused arg `force'.
895         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
896         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
897         (gnus-agent-short-article, gnus-agent-long-article)
898         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
899         first use.
900         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
901         `score-param'.
902         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
903         (gnus-get-predicate): Push in front of the cache, rather than end.
904         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
905         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
906         (gnus-agent-expire-unagentized-dirs): Don't rebind
907         gnus-agent-expire-current-dirs since the defvar silences the warning.
908         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
909         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
910         (gnus-agent-regenerate): Simplify interactive spec and doc.
912 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
914         * gnus-int.el (gnus-open-server): Silence compiler.
916         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
918         * message.el (message-display-completion-list): Abolish.
919         (message-completion-in-region): Use display-completion-list.
921 2013-09-17  Glenn Morris  <rgm@gnu.org>
923         * gnus-util.el (gnus-message-with-timestamp-1):
924         Use `messages-buffer' function if available.  Ignore read-only.
926 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
928         * message.el (message-expand-group, message-completion-in-region):
929         Correct the order of start and end of a region.
931 2013-09-13  Glenn Morris  <rgm@gnu.org>
933         * mml2015.el (gnus-create-image): Autoload it.
935         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
937         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
938         (image-size): Declare.
940 2013-09-12  Glenn Morris  <rgm@gnu.org>
942         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
943         Avoid using `find', which i) might not be defined at runtime;
944         ii) does not work, since its default test is eql, not equal.
945         (gnus-mime-action-alist): Declare.
947 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
949         * score-mode.el (gnus-score-mode-map): Move initialization
950         into declaration.
951         (gnus-score-mode): Use define-derived-mode.
952         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
953         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
954         into declaration.
955         (gnus-kill-file-mode): Use define-derived-mode.
956         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
957         Use derived-mode-p.
958         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
959         (gnus-group-setup-buffer, gnus-group-name-at-point)
960         (gnus-group-make-web-group, gnus-group-enter-directory)
961         (gnus-group-suspend): Use derived-mode-p.
962         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
963         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
964         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
965         (gnus-article-setup-buffer, gnus-article-prepare)
966         (gnus-article-prepare-display, gnus-sticky-article)
967         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
968         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
969         (gnus-article-read-summary-keys): Use derived-mode-p.
971 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
973         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
975 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
977         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
978         shift_jis from the default value set for Japanese users.
980 2013-08-13  Glenn Morris  <rgm@gnu.org>
982         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
984         * gnus.el (gnus-valid-select-methods): Fix type.
986         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
988 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
990         * mm-decode.el (mm-display-external): Run a timer for the temp files
991         deletion after a viewer exits; add a deletion timer for the needsterm
992         case, too.
994         * mm-decode.el (mm-display-external): Try to delete temporary files by
995         using a 1-min. timer.
997 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
999         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1000         New internal variables.
1001         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1002         (mm-display-external): Use it to delete temporary files instead of
1003         using timers.
1005 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1009 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1011         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1012         with cond for backwards compatability.
1014 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1016         * mm-decode.el (mm-display-external): Bind process-connection-type to
1017         nil; don't delete a temp file immediately even if a viewer finishes,
1018         since it may be a shell script, like xdg-open, that launches a real
1019         viewer program belatedly.
1021 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1023         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1024         that we can create nndoc groups that excerpt other groups.
1026 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028         * gnus-delay.el (gnus-delay-article): Fix typo.
1030         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1031         articles.
1033         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1034         we can get spell-checking etc.
1036 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1038         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1039         a single one used for encoding the whole text in a header.
1041 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1044         doesn't work properly on XEmacs.
1046 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1049         before sending.
1051         * dgnushack.el (dgnushack-compile): Add a temporary check for
1052         gnus-icalendar.
1054         * mm-decode.el (mm-command-output): New face.
1055         (mm-display-external): Use it.
1057 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1059         * nnmbox.el (nnmbox-request-article): Don't change point.
1061 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1064         Include `handle' parameter.
1066 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1068         * gnus-icalendar.el: New file.
1070 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1074         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1075         dummy roots, too.
1077 2013-08-01  David Edmondson  <dme@dme.org>
1079         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1080         out on ttys.
1082 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1085         not empty.
1087         * nnrss.el (nnrss-discover-feed): Indent.
1089 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1091         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1093 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1096         dirty to ensure nnimap data being saved.
1098 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1100         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1101         menu entry.
1103         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1104         the current thread's total score instead of the current article's
1105         score.
1107         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1108         (gnus-sort-threads-recursively): Delete defcustom.
1109         (gnus-sort-threads-recursive): Adapt accordingly.
1111 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1113         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1114         (gnus-sort-threads-recursive): Use it.
1115         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1116         again.  Now that determines how to sort subthreads.
1118 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1120         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1121         (gnus-sort-threads): Use it.
1123 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1125         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1126         punctuation characters follow parentheses (bug#14950).
1128 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1130         * gnus.el (gnus-continuum-version):
1131         * gnus-msg.el (gnus-extended-version): Simplify.
1133         * gnus.el (gnus-continuum-version-1): Remove.
1134         * gnus-msg.el (gnus-bug): Revert.
1136         Calculate gnus-version correctly on Cygwin.
1138         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1139         (gnus-continuum-version-1): New function, return a string.
1141         * gnus-msg.el (gnus-extended-version, gnus-bug):
1142         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1144 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1146         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1147         (bug#13384).
1149 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1152         that were only relevant in a development version a long time ago.
1154 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1156         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1157         that the old Emacs 24s bundle.
1159 2013-07-10  David Engster  <deng@randomsample.de>
1161         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1162         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1163         fixes a bug in Emacs trunk where the 'unexist' marks were always
1164         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1165         Gnus v0.03".
1167 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1169         * gnus.el (gnus-summary-line-format): Reference
1170         `gnus-user-date-format-alist' for the &user-date; format, not
1171         `gnus-summary-user-date-format-alist'.
1173 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1176         delete files (bug#13481).
1178 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1180         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1182 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1184         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1185         display images.
1187         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1189         * message.el (message-cancel-news): According to
1190         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1191         preferred over "cmsg cancel" in the Subject.
1193         * nnir.el (nnir-engines): Note that the group specs are regexps
1194         (bug#13238).
1196         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1197         gotten read-only text properties, ensure that those aren't heeded when
1198         copying stuff over (bug#13434).
1200         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1201         (bug#13762).
1203 2013-07-05  David Kastrup  <dak@gnu.org>
1205         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1206         authinfo file again (important for blank passwords).  This had been
1207         broken with 2013-06-15 change.
1209 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1212         Revert 2013-01-14 change.
1214 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1216         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1217         of 'create-image' for XEmacs compatibility; check errors when decoding
1218         image.  Reported by Uwe Brauer.
1220 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1222         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1223         gnus-button-push revised at 2011-01-19.
1225 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1228         now live in the lisp/net Emacs 24 repository.
1230 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232         * eww.el (eww-update-header-line-format): Quote % characters.
1234 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236         * eww.el (eww-process-text-input): Display passwords as asterisks.
1238         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1240 2013-06-19  Tom Tromey  <tromey@redhat.com>
1242         * eww.el (eww-top-url): Remove.
1243         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1244         (eww-render): Set new variables.  Don't set eww-top-url.
1245         (eww-handle-link): Handle "prev", "home", and "contents".
1246         Downcase the rel text.
1247         (eww-top-url): Choose best top URL.
1249 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251         * eww.el: Rewrite to implement form elements "by hand" instead of
1252         relying in widget.el.  Using widget.el leads to too many
1253         user interface inconsistencies.
1254         (eww-self-insert): Implement entering commands in text fields.
1255         (eww-process-text-input): New function to make text input field editing
1256         work.
1257         (eww-submit): Rewrite to use the new-style form methods.
1258         (eww-select-display): Display the correct selected item.
1259         (eww-change-select): Implement changing the select value.
1260         (eww-toggle-checkbox): Implement radio/checkboxes.
1261         (eww-update-field): Fix compilation error.
1262         (eww-tag-textarea): Implement <textarea>.
1264         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1265         don't shadow mode-specific bindings.
1267         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1268         nothing to push.
1270         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1272 2013-06-19  Glenn Morris  <rgm@gnu.org>
1274         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1276 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1278         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1280 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282         * shr.el (shr-make-table-1): Implement <td rowspan>.
1283         (shr-table-horizontal-line): Allow nil as a value, and change the
1284         default.
1285         (shr-insert-table-ruler): Respect the nil value.
1287 2013-06-18  Tom Tromey  <tromey@barimba>
1289         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1290         New defvars.
1291         (eww-open-file): New defun.
1292         (eww-render): Initialize new variables.
1293         (eww-display-html): Handle "link" and "a".
1294         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1295         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1296         (eww-back-url): Rename from eww-previous-url.
1297         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1298         defuns.
1300 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302         * shr.el (shr-tag-table): Insert the images after the table, so that
1303         they're not covered by the table colourisation, which often looked
1304         awkward.
1305         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1306         <dd>.
1307         (shr-make-table-1): Implement <td colspan=> support.
1308         (shr-insert-document): Use one less than window width if `shr-width' is
1309         nil, since otherwise things may get one character too wide.
1311 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1313         * eww.el (eww-detect-charset): Improve regexp; move backward.
1315 2013-06-18  Glenn Morris  <rgm@gnu.org>
1317         * mm-decode.el (widget-convert-button): Autoload.
1319         * sieve-manage.el (mm-enable-multibyte): Autoload.
1321         * shr.el (libxml-parse-html-region): Declare.
1322         (shr-render-buffer): Explicit error if no libxml2 support.
1324 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1326         * auth-source.el (auth-source-current-line): New function.
1327         (auth-source-netrc-parse-entries): When a data token is "machine",
1328         assume we're in the wrong place and abort parsing the current line.
1330 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1333         (eww-convert-widgets): Don't bug out if the first widget starts at the
1334         beginning of the buffer.
1335         (eww-convert-widgets): Fix last patch.
1336         (eww-tag-input): Support <input type=image>.
1338         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1339         (shr-tag-base): Protect against base specs that are degenerate.
1340         (shr-ensure-paragraph): Don't delete empty lines that have text
1341         properties, because these may be input fields.
1343         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1344         we can navigate to them.
1346         * shr.el (shr-colorize-region): Put the colours over the entire region.
1347         (shr-inhibit-decoration): New variable.
1348         (shr-add-font): Use it to inhibit text property decorations while doing
1349         preliminary table renderings.  This speeds up typical Wikipedia page
1350         renderings by 15%.
1351         (shr-tag-span): Don't respect the <title>, because that overwrites the
1352         help-echo from links inside the spans.
1353         (shr-next-link): Use `help-echo' for navigation, so that we can
1354         navigate to form elements, too.
1356         * eww.el (eww-button): New face.
1357         (eww-convert-widgets): Use it to make submit buttons more button-like.
1359         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1360         that Gnus commands work.
1362         * shr.el (shr-render-td): Support horizontal alignment.
1364         * eww.el (eww-put-color): Removed.
1365         (eww-colorize-region): Use `add-face-text-property'.
1367         * shr.el (shr-add-font): Append face data, so that we get the correct
1368         precedence: The innermost value (which is applied first) wins.
1369         (shr-make-overlay): Obsolete function.
1371         * mm-decode.el (mm-convert-shr-links): New function to convert
1372         new-style shr URL links into widgets.
1373         (mm-shr): Use it.
1375         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1376         widget commands, since we're no longer using widgets for links.
1378         * shr.el (shr-next-link): New command.
1379         (shr-previous-link): New command.
1380         (shr-urlify): Don't use `widget-convert', because that's slow.
1381         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1382         because collecting the overlays and reapplying them when generating
1383         tables is slow.
1384         (shr-insert-table): Ditto.
1386 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1388         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1389         * shr.el (browse-url): Require `url'.
1390         * eww.el (url): Require format-spec.
1392 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394         * eww.el (eww-display-html): Default to using the entire window width.
1395         (eww-browse-url): Don't add a User-Agent header (twice), because that
1396         makes Bing refuse connection.
1398         * shr.el (shr-make-table): Cache the table rendering at the table
1399         level, and not the <td> level.  This is a bit faster.
1401         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1402         #id.
1404         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1405         browsers don't.
1406         (shr-expand-url): Respect #anchor links.
1407         (shr-parse-base): Chop off the anchor before using.
1408         (shr-descend): Respect display: none.
1409         (shr-descend): Allow marking elements that have certain IDs.
1411         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1413         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1415         * eww.el (eww-tag-textarea): Support <textarea>.
1417 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1419         * shr.el (shr-dom-to-xml): Fixed function call.
1421         * eww.el (eww): New group.
1422         (eww-header-line-format): New custom variable.
1423         (eww-current-title): New variable.
1424         (eww-display-html): Update header and handle title tag.
1425         (eww-update-header-line-format): New function.
1426         (eww-tag-title): New function.
1428         * shr.el (shr-dom-to-xml): New function.
1429         (shr-tag-svg): Add support for the SVG tag.
1430         (shr-bullet): New custom variable.
1431         (shr-tag-li): Support custom bullet in unordered lists.
1433 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435         * shr.el (shr-expand-url): Respect // URLs.
1437         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1438         put a background colour onto the entire buffer.
1439         (eww-render): When being redirected, use the redirect URL as the new
1440         base URL.
1442         * shr.el (shr-parse-base): Fix parsing error.
1444         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1446         * shr.el (shr-parse-base): New function.
1447         (shr-expand-url): Use it to expand relative URLs reliably.
1449 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1451         * auth-source.el (auth-source-search-collection): Fix docstring.
1452         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1453         single-quoted strings and multiline entries.
1454         (auth-source-netrc-parse-next-interesting)
1455         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1456         functions to support parser.
1458 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460         * eww.el (eww-submit): Get submit button logic right when hitting RET
1461         on non-submit buttons.
1463         * shr.el: Remove shr-preliminary-table-render, since that can't really
1464         be used for anything in practice.
1466 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1468         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1469         (sieve-manage-quit).
1471 2013-06-14  Glenn Morris  <rgm@gnu.org>
1473         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1475 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1477         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1478         control the maximum size of photo ID image.
1479         (mml2015-epg-key-image-to-string): Respect it.
1481 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1484         instead of the final one so that we can more easily distinguish them.
1486         * eww.el (eww-submit): Compute the submission URL correctly.
1488 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1491         Use plist-get rather than CL's getf.
1492         (sieve-manage-parse-capability): Avoid CL's remove-if.
1494 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1496         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1497         (sieve-manage-quit).
1499 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1502         last slash.
1504         * eww.el (eww-tag-select): Use the first value as the default value.
1506 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1508         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1509         (eww-mode): Use `define-derived-mode'.
1510         (eww-parse-headers): Parse headers from beginning of buffer so that
1511         file:// links work.
1513 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1515         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1517 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1520         to handle them at all.
1522 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1525         work, too.
1526         (eww-tag-select): Implement <select>.
1528 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1530         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1531         stream managing functions by using open-protocol-stream to do most of
1532         the work.  Has the nice benefit of enabling STARTTLS.
1533         Wait for capabilities after STARTTLS: following RFC5804, the server
1534         sends new capabilities after successfully establishing a TLS connection
1535         with the client.  The client should update the cached list of
1536         capabilities, but we just ignore the answer for now.
1537         (sieve-manage-network-p, sieve-manage-network-open)
1538         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1539         (sieve-manage-forward, sieve-manage-streams)
1540         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1541         API, nor called by any other function.
1542         Enable Multibyte for SieveManage buffers: The parser won't properly
1543         handle umlauts and line endings unless multibyte is turned on in the
1544         process buffer.
1546 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548         * eww.el (eww-tag-input): Support password fields.
1549         (eww-submit): Support POST.
1551 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553         * eww.el (eww-tag-form): Protect against degenerate forms.
1555         * shr.el (shr-expand-url): Expand URLs that start with a slash
1556         correctly.
1558         * eww.el (eww-submit): Get submit button logic right.
1560         * shr.el (shr-final-table-render): New variable to signal when we're
1561         doing the final table rendering so that we can collect more data at
1562         that point.
1564         * eww.el (eww-submit): Make form submission work.
1565         (eww-tag-input): Implement submit buttons.
1566         (eww-click-radio): Implement radio and checkboxes.
1567         (eww-submit): Handle hidden elements.
1569         * shr.el (shr-descend): Allow other packages to override (or provide)
1570         rendering of elements.
1571         (shr-expand-url): Strip query strings from URLs before expanding them.
1573         * eww.el: Don't require cl-lib.
1574         (eww-tag-form): Start form support.
1576         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1578         * eww.el: Start writing a new, tiny web browser.
1579         (eww-previous-url): New command.
1580         (eww-quit): New command.
1582 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1584         * sieve.el: Put point at beginning of buffer when viewing a script.
1585         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1586         number in sieve-buffer's header.  Fixed code to also work with a string
1587         as port specifier.  Properly close the connection on pressing 'q'.  Make
1588         sieve-manage-quit close the connection and process buffer.  Also, remove
1589         duplicate keybinding for 'q'.
1591 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1593         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1594         make it easier to read.
1595         (mm-pkcs7-enveloped-magic): Ditto.
1597 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1599         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1600         before `image-type-available-p' to avoid loading the image libraries
1601         needlessly.
1603 2013-06-05  David Engster  <deng@randomsample.de>
1605         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1606         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1607         to see whether the group was synced before.
1609 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1611         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1612         when opening the connection.
1613         Suggested by João Távora <joaotavora@gmail.com> in
1614         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1616 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1618         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1619         assume Date header begins with "Date", that may be customized into
1620         something like "X-Sent" using gnus-article-time-format.
1621         (article-transform-date): Allow multi-line Date header.
1623 2013-06-02  David Engster  <deng@randomsample.de>
1625         * registry.el (initialize-instance, registry-lookup)
1626         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1627         (registry-lookup-secondary-value, registry-search, registry-delete)
1628         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1629         not wrap methods in `eval-and-compile'.  This breaks due to latest
1630         changes in EIEIO (introduction of eieio-core.el).
1632 2013-05-30  Glenn Morris  <rgm@gnu.org>
1634         * nnmail.el (nnmail-fancy-expiry-target):
1635         Also bind mail-dont-reply-to-names.
1637         * spam-stat.el (spam-stat-save):
1638         No need to tweak font-lock in temp buffers.
1640         * shr.el (shr-put-image): Silence compiler.
1642 2013-05-29  Glenn Morris  <rgm@gnu.org>
1644         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1646         * gnus-group.el (gnus-sequence-of-unread-articles)
1647         (gnus-summary-add-mark, gnus-mark-article-as-read)
1648         (gnus-group-make-articles-read): Declare.
1650         * gnus-sum.el (gnus-parameter-list-identifier)
1651         (gnus-article-stop-animations, gnus-stop-downloads)
1652         (gnus-article-only-boring-p, article-goto-body)
1653         (gnus-flush-original-article-buffer, article-narrow-to-head)
1654         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1655         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1657         * gnus.el: No need to eval-and-compile autoloads.
1659         * gravatar.el (help-function-arglist): Autoload.
1661         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1663         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1665         * spam.el: No need to load spam-report when compiling.
1666         No need to eval-and-compile autoloads.
1667         (spam-report-resend-to): Declare.
1668         (spam-report-resend-register-routine): Require 'spam-report.
1670 2013-05-24  Julien Danjou  <julien@danjou.info>
1672         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1673         setup.
1675 2013-05-23  Glenn Morris  <rgm@gnu.org>
1677         * gnus-util.el (rmail-swap-buffers-maybe)
1678         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1679         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1680         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1682         * mm-decode.el: No need to load term when compiling.
1683         (term-mode, term-char-mode): Declare.
1685         * mm-util.el: No need to load jka-compr when compiling.
1686         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1688         * nnmaildir.el: Require is automatically eval-and-compile.
1689         (nnmail): Require at run-time too.
1691         * registry.el (registry-size): Move definition before use.
1693 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1695         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1696         signed data to conform the standard.  (Bug#14232)
1698 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1700         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1701         double angle quotation mark.
1703 2013-05-20  Glenn Morris  <rgm@gnu.org>
1705         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1707 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1709         * message.el (message-insert-formatted-citation-line): handle finding
1710         first/lastname when more than 2 names appear.
1712 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1714         * shr.el (shr-tag-span): New function.
1716 2013-05-18  Glenn Morris  <rgm@gnu.org>
1718         * message.el (message-mode): Use message-mode-abbrev-table,
1719         with text-mode-abbrev-table as parent.  (Bug#14413)
1721 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1723         * message.el (message-expand-group): Decode group names.
1725 2013-05-16  Julien Danjou  <julien@danjou.info>
1727         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1728         app-icon.
1730 2013-05-15  Glenn Morris  <rgm@gnu.org>
1732         * shr-color.el (shr-color-visible-luminance-min)
1733         (shr-color-visible-distance-min): Use shr-color group.
1735 2013-05-11  Glenn Morris  <rgm@gnu.org>
1737         * gnus-vm.el: Make it loadable without VM.
1738         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1739         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1741 2013-05-09  Glenn Morris  <rgm@gnu.org>
1743         * mml1991.el: Make it loadable.  (Bug#13456)
1745         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1746         * gnus-async.el (gnus-async-post-fetch-function):
1747         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1748         * gnus-html.el (gnus-html-image-cache-ttl):
1749         * gnus-notifications.el (gnus-notifications-timeout):
1750         * gnus-picon.el (gnus-picon-properties):
1751         * gnus-util.el (gnus-completion-styles):
1752         * gnus.el (gnus-other-frame-resume-function):
1753         * message.el (message-user-organization-file)
1754         (message-cite-reply-position):
1755         * nnir.el (nnir-summary-line-format)
1756         (nnir-retrieve-headers-override-function):
1757         * shr-color.el (shr-color-visible-luminance-min):
1758         * shr.el (shr-blocked-images):
1759         * spam-report.el (spam-report-resend-to):
1760         * spam.el (spam-summary-exit-behavior): Fix custom types.
1762         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1764 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1766         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1767         because of let-binding help-xref-following.  (Bug#14356)
1769 2013-05-06  Glenn Morris  <rgm@gnu.org>
1771         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1773 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1775         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1776         entering into the registry.
1778 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1780         * gnus.el: Ma Gnus v0.7 is released.
1782 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1784         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1785         (Bug#14304)
1787 2013-04-27  Glenn Morris  <rgm@gnu.org>
1789         * gnus.el (gnus-list-debbugs):
1790         Use require rather than autoload.  (Bug#14262)
1792 2013-04-27  Julien Danjou  <julien@danjou.info>
1794         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1795         port to "sieve" now that it has an official IANA port assigned.
1797 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1799         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1800         Don't set the MAILHOST environment variable permanently (Bug#14271).
1802 2013-04-26  Glenn Morris  <rgm@gnu.org>
1804         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1806 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1808         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1809         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1811 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1813         * nnir.el (nnir-close-group): Make sure we are in the right group.
1815         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1816         dependency table from all newly retrieved headers.
1818 2013-04-16  David Edmondson  <dme@dme.org>
1820         Support <img src="data:...">.
1822         * shr.el (shr-image-from-data): New function.
1823         (shr-tag-img): Use it.
1825 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1827         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1828         group.
1830 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1832         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1833         corresponding to any existing group (Bug#14166).
1835 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1837         * nnir.el (number-sequence): No longer used.
1838         (nnir-request-set-mark): New function.
1839         (nnir-request-update-info): Improve marks updating.
1840         (nnir-request-scan): Don't duplicate marks updating.
1841         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1842         Use 'assq rather than 'assoc.  Quote anonymous function.
1843         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1844         Use 'gnus-group-prefixed-p.
1845         (gnus-summary-create-nnir-group): Make sure server for method is open.
1847 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1849         * nnir.el (gnus-nnir-group-p): New function.
1850         (nnir-possibly-change-group): Use it.
1852         * gnus-msg.el (gnus-setup-message): Use it.
1854 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1856         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1857         `initial-input' for the argument name.
1858         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1860 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1862         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1863         (used by MH-E).
1865 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1867         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1868         group.
1870         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1871         fix compilation.
1873 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1875         * nnir.el (nnir-method-default-engines): And another typo.
1877 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1879         * nnir.el (nnir-method-default-engines): Fix typo.
1881 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1883         * nnir.el: Define 'number-sequence for xemacs.
1884         (gnus-summary-create-nnir-group): New function to create an nnir group
1885         from an nnir summary buffer based on the current query.
1886         (nnir-request-create-group): Update to allow nnir group creation based
1887         on the current query.
1889 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1891         * nndraft.el (nndraft-request-expire-articles):
1892         Make expiry target always `delete'.
1894 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1896         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1897         buffer use the posting-style and gcc of the original article group.
1898         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1900         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1901         after other deffoos.
1903 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1905         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1906         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1907         support for real (i.e. not ephemeral) nnir groups.
1908         (gnus-summary-make-nnir-group): New function for initiating searches
1909         from a summary buffer.
1911 2013-03-18  Sam Steingold  <sds@gnu.org>
1913         * message.el (message-bury): Minor cleanup.
1915 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1917         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1919 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1921         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1922         nnml-request-list.  (Bug#13873)
1923         (nndir-request-newsgroups): Remove, unused.
1925         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1927 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1929         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1930         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1931         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1933 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1935         * shr.el: Make all the overlays set the `evaporate' property so that
1936         they're removed properly.
1938 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1940         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1941         shell-quote-argument.
1943 2013-02-22  David Engster  <deng@randomsample.de>
1945         * gnus-registry.el (gnus-registry-save): Provide class name when
1946         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1947         `condition-case' to stay compatible with older EIEIO versions which
1948         only accept one argument.
1950 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1952         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1953         (epg-user-id-validity): Autoload.
1954         (mml2015-epg-check-user-id): New function.
1955         (mml2015-epg-check-sub-key): New function split from
1956         mml2015-epg-find-usable-key.
1957         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1958         optional name-is-key-id, to handle the case when user-id is unusable.
1959         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1961 2013-02-17  Glenn Morris  <rgm@gnu.org>
1963         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1965 2013-02-16  Glenn Morris  <rgm@gnu.org>
1967         * shr.el (shr-put-image): Only animate images that specify a delay.
1968         This is consistent with the old image-animated-p behavior.
1970 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1972         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1973         for XEmacs.
1975 2013-02-13  Juri Linkov  <juri@jurta.org>
1977         * gnus-art.el (gnus-article-mode-map):
1978         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1979         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1981 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1983         * auth-source.el (auth-source-format-prompt): Don't get confused by
1984         any "\" in replacement text.  (Bug#13637)
1986 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1988         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1989         (gnus-backend-trace): Honour gnus-backend-trace.
1991         * mml.el (mml-insert-part): Insert closing tag.
1993         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1995 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1998         able to find the article, which can happen in debbugs groups,
1999         apparently.
2001 2013-01-16  Glenn Morris  <rgm@gnu.org>
2003         * smiley.el (smiley-style): Make the file loadable in batch mode.
2005 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2007         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2008         imap process running.
2010 2013-01-14  Julien Danjou  <julien@danjou.info>
2012         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2013         Compare addresses against addresses, not against the full From field.
2015 2013-01-13  Richard Stallman  <rms@gnu.org>
2017         * message.el (message-forward-make-body-mime): New args BEG, END
2018         specify what part of FORWARD-BUFFER to use.  Do the work directly
2019         instead of calling `mml-insert-buffer'.
2021 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2023         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2024         cross-reference(s).
2026         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2027         cross-reference(s).
2029 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2031         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2032         and point-max-marker.
2033         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2035 2013-01-11  Julien Danjou  <julien@danjou.info>
2037         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2038         max are almost equal.  Also return the correct value for V which is
2039         already between 0 and 1.
2041 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2043         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2044         to mml2015-encrypt-to-self.
2045         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2047 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2049         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2050         mml-smime-epg-find-usable-secret-key.
2052 2013-01-08  Glenn Morris  <rgm@gnu.org>
2054         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2056 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2058         * mml-smime.el: Support signing by sender.
2059         Requested by Uwe Brauer.
2060         (mml-smime-sign-with-sender): New user option analogous
2061         to mml2015-sign-with-sender.
2062         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2063         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2064         mml2015.el.
2066 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2069         isn't running, because Gnus will probably not know how to handle the
2070         Gcc header (bug#11941).
2072         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2073         articles.
2075 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2078         (nnfolder-generate-active-file): Make this function work with recursive
2079         folder names.
2081 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2083         * nntp.el (nntp-open-connection): Use HELP as the capability command
2084         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2085         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2087 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2089         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2090         place holder since this gives `Invalid face reference: nil' messages.
2091         Use the `default' face instead.  It has the same effect here, even
2092         though it is not no-op.
2094         * gnus-util.el
2095         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2097 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2099         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2100         non-string posting styles (bug#13285).
2102 2012-12-27  Glenn Morris  <rgm@gnu.org>
2104         * plstore.el (plstore-passphrase-callback-function):
2105         Use plstore-get-file.
2107 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2109         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2110         stderr.
2112 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2114         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2116         * gnus-compat.el (set-buffer-multibyte): Remove.
2118 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2120         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2121         temporary file to get PGP key image.  Pass no-show-photos when
2122         extracting image to avoid having it pop up twice.
2124 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2126         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2127         eligible for treatment.
2129         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2130         lines.  This makes summary commands with hidden threads work more
2131         reliably.
2133         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2134         button to mark the hidden citations (bug#9395).
2136 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2138         * mml2015.el (mml2015-epg-signature-to-string): New function.
2139         (mml2015-epg-verify-result-to-string): New function.
2140         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2141         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2142         instead of epg-verify-result-to-string.
2143         (epg-signature-key-id, epg-signature-to-string): Autoload.
2144         (epg-verify-result-to-string): Remove autoload.
2146 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2148         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2149         ID image from GPG public key.
2150         (mml2015-epg-key-image-to-string): New function.
2152 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2154         * plstore.el (plstore-passphrase-callback-function): Fix error when
2155         error when plstore-cache-passphrase-for-symmetric-encryption is set
2156         (bug#13264).
2158 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2160         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2161         buffer to the article buffer here, because that clobbers multiple
2162         article buffers.
2164         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2165         buffer always points to the right summary buffer.
2167 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2169         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2170         the password (bug#12097).
2172 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2174         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2175         (bug#13263).
2177         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2178         buffer exists before using it (bug#12475).
2180         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2181         offline groups (bug#11937).
2183         * message.el (message-yank-original): When using customize to set the
2184         value of `message-cite-style', the variable it set to a symbol that's
2185         the name of the variable, which must then be dereferenced (bug#12616).
2187 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2189         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2190         the `face' property with a list whose car is the face specified in the
2191         format string and whose cdr is (nil).
2192         * lisp/gnus-util.el
2193         (gnus-put-text-property-excluding-characters-with-faces):
2194         Change accordingly.
2195         (gnus-get-text-property-excluding-characters-with-faces): New function.
2196         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2197         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2198         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2200 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2202         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2203         login methods.
2204         (nnimap-login): Respect the `nnimap-authenticator' variable.
2206         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2207         mark state when moving articles.  Otherwise unticked articles will get
2208         their ticks back after moving.
2210 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2212         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2214         * message.el (message-ignored-news-headers): Always remove
2215         X-Message-SMTP-Method to avoid information leakage if the user
2216         mistakenly inserts the header into news messages.
2218         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2220         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2221         right than four characters, this command would move point to
2222         `point-max'.  Don't do that.
2224         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2225         to nil to allow re-selecting groups that gain articles.
2226         (gnus-bug-group-download-format-alist): Update the URL.
2228 2012-12-23  Andreas Schwab  <schwab@suse.de>
2230         * shr.el (shr-tag-em): Render em as italic, not bold.
2232 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2234         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2235         for reuse.
2236         (gnus-open-server): Use it to add more tracing.
2237         (gnus-finish-retrieve-group-infos): Add backend tracing.
2238         (gnus-backend-trace): Also note the elapsed seconds.
2240 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2242         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2243         Set epa-file-encrypt-to from variable to avoid querying.
2245 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2247         * sieve-mode.el (sieve-font-lock-keywords):
2248         Keywords should be word delimited.  (Bug#13173)
2250 2012-12-13  Andreas Schwab  <schwab@suse.de>
2252         * tls.el (tls-program): Update customize type.
2254 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2256         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2257         instead of <pre> to align message header.
2259 2012-12-12  Sam Steingold  <sds@gnu.org>
2261         * gnus.el (gnus-other-frame-resume-function): Add user option.
2262         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2264 2012-12-06  Sam Steingold  <sds@gnu.org>
2266         * gnus-start.el (gnus-before-resume-hook): Add.
2267         (gnus-1): Run it when Gnus is alive.
2269 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2271         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2272         * gnus-art.el (article-unsplit-urls)
2273         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2274         * gnus-registry.el (gnus-registry-get-article-marks)
2275         * message.el (message-goto-body): Use it.
2276         (message-called-interactively-p): Remove.
2278         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2279         (spam-stat-score-buffer): Use it.
2281         * spam.el: Silence the warnings against BBDB functions when compiling.
2283         * gnus-score.el (gnus-score-decode-text-parts):
2284         Use append+mapcar instead of the cl function mapcan.
2286 2012-12-05  Sam Steingold  <sds@gnu.org>
2288         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2289         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2290         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2292 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2294         * gmm-utils.el (gmm-called-interactively-p): Revert.
2295         This seems to cause Emacs to get stuck!
2296         * gnus-art.el (article-unsplit-urls)
2297         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2298         * gnus-registry.el (gnus-registry-get-article-marks)
2299         * message.el (message-goto-body)
2300         (message-called-interactively-p): Revert.
2302         * gmm-utils.el (gmm-called-interactively-p): New function.
2303         * gnus-art.el (article-unsplit-urls)
2304         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2305         * gnus-registry.el (gnus-registry-get-article-marks)
2306         * message.el (message-goto-body): Use it.
2307         (message-called-interactively-p): Remove.
2309         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2310         * gnus-sync.el (gnus-sync-lesync-call)
2311         * message.el (message-read-from-minibuffer): Use it.
2313 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2315         * gmm-utils.el (gmm-flet): Remove.
2316         * gnus-sync.el (gnus-sync-lesync-call)
2317         * message.el (message-read-from-minibuffer): Don't use it.
2319 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2321         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2323 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2325         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2327         * gnus-sync.el (gnus-sync-lesync-call)
2328         * message.el (message-read-from-minibuffer): Use gmm-flet.
2330         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2332         * gnus-util.el (gnus-macroexpand-all): Remove.
2334 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2336         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2337         to TAB, not [tab].
2338         (gnus-summary-article-map): Likewise.
2340         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2341         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2343 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2345         * time-date.el: Commentary fix.
2347 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * color.el: Don't require cl.
2350         (color-complement): `caddr' -> `nth 2'.
2352         * time-date.el (time-to-seconds): De-obsolete.
2354 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2356         * message.el (message-get-reply-headers):
2357         Make sure the reply goes to the author if it is a wide reply.
2359 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2361         * gnus-score.el (gnus-score-body):
2362         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2363         scoring by body.
2365 2012-11-16  Glenn Morris  <rgm@gnu.org>
2367         * gnus-diary.el (nndiary-request-create-group-functions)
2368         (nndiary-request-update-info-functions)
2369         (gnus-subscribe-newsgroup-functions)
2370         (nndiary-request-accept-article-functions):
2371         Use new names for hooks rather than obsolete aliases.
2373 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2375         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2377 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2379         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2380         in meta tag with the one the part specifies in its header.
2382 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2384         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2385         by default.
2387 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2389         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2390         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2392 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2394         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2395         and a runtime function for it, of which the XEmacs version takes only
2396         two arguments.
2398 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2400         * nndiary.el (nndiary-request-create-group-functions)
2401         (nndiary-request-update-info-functions)
2402         (nndiary-request-accept-article-functions):
2403         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2404         "-hooks" suffix.
2406 2012-10-19  Julien Danjou  <julien@danjou.info>
2408         * gnus-art.el: Require gnus-util because it uses
2409         `gnus-timer--function'.
2411 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2413         * starttls.el (starttls-extra-arguments): Doc fix.
2415 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2418         it.
2420 2012-10-06  Glenn Morris  <rgm@gnu.org>
2422         * gnus-notifications.el (gnus-notifications):
2423         Add missing group :version tag.
2424         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2425         (gnus-gcc-post-body-encode-hook):
2426         * gnus-sync.el (gnus-sync-lesync-name)
2427         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2429 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2431         * color.el (color-hsl-to-rgb): Fix incorrect results for
2432         small and large hue values.  (Bug#12559)
2434 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2436         New UIDL implementation.
2438         * mail-source.el (mail-sources, mail-source-keyword-map):
2439         Add :leave as a pop3 keyword.
2440         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2442         * pop3.el (pop3-leave-mail-on-server): Allow number.
2443         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2444         (pop3-movemail): Add UIDL support.
2445         (pop3-send-streaming-command): Take a list of mail numbers instead of
2446         the number of mails.
2447         (pop3-write-to-file): Add X-UIDL header.
2448         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2449         (pop3-uidl-add-xheader): New functions.
2451         * message.el (message-ignored-resent-headers):
2452         Add X-Content-Length and X-UIDL headers.
2454 2012-10-05  Glenn Morris  <rgm@gnu.org>
2456         * color.el (color-name-to-rgb, color-rgb-to-hex)
2457         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2458         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2459         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2460         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2462 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2464         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2465         a user about whether to delete temp files if once a user answered as n.
2467 2012-09-25  Chong Yidong  <cyd@gnu.org>
2469         * password-cache.el (password-read-and-add): Use a declare form to mark
2470         this function obsolete.
2472 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2474         * lpath.el: Bind mail-encode-mml for old Emacsen.
2476 2012-09-17  Richard Stallman  <rms@gnu.org>
2478         * message.el (message-in-body-p): Don't set mark or modify buffer.
2480         * mml.el (mml-attach-file): Doc fix.
2481         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2482         Set mail-encode-mml when in Mail mode.
2483         Simplify code to set HEAD and move back to HEAD.
2484         (mml-insert-multipart, mml-insert-part):
2485         Set mail-encode-mml when in Mail mode.
2487 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2489         * gnus-util.el (gnus-timer--function): New function.
2491         * gnus-art.el (gnus-article-stop-animations): Use it.
2493 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2495         Fix glitches caused by addition of psec to timers.
2496         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2497         rather than raw access to timer vector.
2499 2012-09-11  Julien Danjou  <julien@danjou.info>
2501         * gnus-notifications.el (gnus-notifications): Check for nil values in
2502         ignored addresses check.
2504 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2506         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2508 2012-09-07  Chong Yidong  <cyd@gnu.org>
2510         * gnus-util.el
2511         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2513         * gnus-salt.el (gnus-tree-highlight-node):
2514         * gnus-sum.el (gnus-summary-highlight-line):
2515         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2517 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2519         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2521 2012-09-06  Juri Linkov  <juri@jurta.org>
2523         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2524         scheme for buffer names to be more consistent with other group and
2525         article buffer names in Gnus.
2527 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2529         * gnus-util.el
2530         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2532         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2533         Jenkner.
2535         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2537         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2539         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2541 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2543         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2544         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2546         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2547         string-prefix-p in Emacs >=23.2.
2549         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2550         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2551         instead of string-match-p.
2552         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2554 2012-09-06  Kenichi Handa  <handa@gnu.org>
2556         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2557         lowercase a..f.
2559 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2561         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2563 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2565         * nnimap.el (nnimap-request-move-article): Decode the group name when
2566         doing internal moves to avoid charset issues.
2568         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2569         TIME is set.
2571 2012-09-05  Juri Linkov  <juri@jurta.org>
2573         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2574         than one group at a time (bug#11961).
2576 2012-09-05  Julien Danjou  <julien@danjou.info>
2578         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2579         this hide the real reason with a message giving absolutely no hint.
2581 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2583         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2584         to the backend (bug#11804).
2586         * message.el (message-insert-newsgroups): Don't insert newsgroup
2587         duplicates (bug#12275).
2589 2012-09-05  John Wiegley  <johnw@newartisans.com>
2591         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2592         sieve rules.
2594 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2596         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2597         function.
2599         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2601         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2603 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2605         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2606         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2607         This should make nnmaildir more usable with offlineimap.
2609 2012-09-05  Julien Danjou  <julien@danjou.info>
2611         * nnimap.el (nnimap-request-list): Revert change that made listing
2612         synchronous.
2613         (nnimap-get-responses): Restore.
2615 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2617         * dgnushack.el: XEmacs 21.5 compilation fix.
2619         * gnus-notifications.el (gnus-notifications-notify): Use it.
2621         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2622         warnings on XEmacs.
2624 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2626         Better seeds for (random).
2627         * gnus-sync.el (gnus-sync-lesync-setup):
2628         * message.el (message-canlock-generate, message-unique-id):
2629         Change (random t) to (random), now that the latter is more random.
2631 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2633         * nnimap.el (nnimap-change-group): Document result value
2635         * auth-source.el (auth-sources): Fix macos keychain access.
2637         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2638         allow the backend `request-head' function to determine the group
2639         name on its own.
2640         (gnus-request-expire-articles): Filter out negative article numbers
2641         during expiry (Bug#11980).
2643         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2644         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2646         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2647         you've found the article when you haven't.
2649         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2650         that nnimap-change-group can return t.
2652 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2654         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2656 2012-08-30  Julien Danjou  <julien@danjou.info>
2658         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2659         `gnus-notifications-timeout'.
2660         (gnus-notifications-timeout): Add.
2661         (gnus-notifications-action): New function.
2662         (gnus-notifications-notify): Add :action using
2663         `gnus-notifications-action'.
2664         (gnus-notifications-id-to-msg): New variable.
2665         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2666         notifications id to messages.
2668 2012-08-30  Kenichi Handa  <handa@gnu.org>
2670         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2671         once.
2673 2012-08-29  Julien Danjou  <julien@danjou.info>
2675         * gnus-notifications.el: New file.
2676         (gnus-notifications-notify): New function.
2677         (gnus-notifications): Use `gnus-notifications-notify'.
2679 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2681         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2682         transfer encoding first; bind gnus-newsgroup-charset to the charset
2683         that the article specifies (Bug#12209).
2685 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2687         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2688         (gnus-group-customize-done): Encode values posting-style holds.
2690         * gnus-msg.el (gnus-summary-resend-message)
2691         (gnus-configure-posting-styles): Decode values posting-style group
2692         parameter holds.
2694 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2696         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2697         `name' and `address' in Resent-From header.
2699 2012-08-14  Chong Yidong  <cyd@gnu.org>
2701         * gnus-art.el (article-display-face): Handle failure in
2702         gnus-create-image (Bug#11802).
2704 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2707         Use defsetf.
2709 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2711         * auth-source.el (auth-source-plstore-search)
2712         (auth-source-secrets-search): Ignore :require and :type in search spec.
2714 2012-08-06  Julien Danjou  <julien@danjou.info>
2716         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2717         `nnimap-request-move-article'.
2719         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2720         Remove autoload, already handled by gnus.el.
2722         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2724         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2725         supported by nnimap actually.  Reverts previous change.
2727         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2728         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2729         to-buffer argument that is already supported.
2731 2012-08-05  Julien Danjou  <julien@danjou.info>
2733         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2734         Add autoload.
2736 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2738         * gnus.el (gnus-valid-select-methods): Fix custom type.
2740 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2742         * auth-source.el (auth-sources, auth-source-backend-parse)
2743         (auth-source-macos-keychain-search)
2744         (auth-source-macos-keychain-search-items)
2745         (auth-source-macos-keychain-result-append)
2746         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2747         auth-source.el through the /usr/bin/security utility.
2748         (auth-sources): Fix syntax error.
2749         (auth-source-macos-keychain-result-append): Fix variable name.
2750         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2752 2012-07-27  Julien Danjou  <julien@danjou.info>
2754         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2755         Emacs < 24.1
2757 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2759         * message.el (message-kill-address): Don't kill last newline.
2760         (message-skip-to-next-address): Don't move to the next header.
2761         (message-fill-field-address): Work properly.
2763 2012-07-25  Julien Danjou  <julien@danjou.info>
2765         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2767 2012-07-24  Julien Danjou  <julien@danjou.info>
2769         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2771         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2772         (nntp-async-timer-handler): Remove, unused.
2774         * nnimap.el (nnimap-get-responses): Remove, unused.
2776         * nnheader.el (mail-header-set-extra): Remove, unused.
2778         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2779         unused.
2781         * mm-view.el (mm-view-sound-file): Remove, unused.
2783         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2784         (mm-url-encode-multipart-form-data): Remove, unused.
2786         * message.el (message-remove-signature, message-make-host-name)
2787         (message-fill-address): Remove, unused.
2789         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2790         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2791         unused.
2793         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2794         (gnus-xmas-call-region): Remove, unused.
2796         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2798         * gnus-util.el (gnus-extract-address-component-name)
2799         (gnus-extract-address-component-email, gnus-sortable-date)
2800         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2801         (gnus-process-live-p): Remove, unused.
2803         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2805         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2806         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2807         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2808         function.
2810         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2812         * gnus-score.el (gnus-summary-score-crossposting)
2813         (gnus-score-regexp-bad-p): Remove, unused.
2815         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2817         * gnus-range.el (gnus-sublist-p): Remove, unused.
2819         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2820         unused.
2822         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2824         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2825         (gnus-request-associate-buffer): Remove, unused.
2827         * gnus-group.el (gnus-group-set-method-info)
2828         (gnus-group-set-params-info): Remove, unused.
2830         * gnus-fun.el (gnus-shell-command-to-string)
2831         (gnus-shell-command-on-region): Remove, unused.
2833         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2835         * gnus-art.el (gnus-article-text-type-exists-p)
2836         (article-translate-characters, gnus-article-hide-text-of-type)
2837         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2838         Remove, unused.
2840 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2842         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2844 2012-07-21  Julien Danjou  <julien@danjou.info>
2846         * message.el (message-dont-reply-to-names): Replace deprecated
2847         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2848         (message-get-reply-headers): Ditto.
2850 2012-07-18  Julien Danjou  <julien@danjou.info>
2852         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2853         `sieve-upload-and-kill'.
2855         * sieve.el (sieve-bury-buffer): Remove function.
2856         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2857         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2859 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2861         * shr.el (shr-expand-url): Handle URL starting with `//'.
2863 2012-07-13  Chong Yidong  <cyd@gnu.org>
2865         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2866         instead of calling toggle-read-only with a (bogus) argument.
2868 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2870         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2871         of initial input when reading the author to restrict the summary to.
2873 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2875         * mm-decode.el (mm-shr):
2876         Allow overriding charset by mm-charset-override-alist.
2878 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2880         * gnus-art.el (gnus-article-view-part):
2881         Toggle subparts of multipart/alternative part.
2883 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2885         * shr.el (shr-render-buffer): New command.
2886         (shr-visit-file): Use it.
2888 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2890         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2891         Set no-byte-compile and no-update-autoloads.
2893 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2895         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2897 2012-06-25  Julien Danjou  <julien@danjou.info>
2899         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2900         `nnimap-request-move-articles-find-limit' since we do not use it only
2901         for move operations.
2902         (nnimap-request-accept-article): Use
2903         `nnimap-request-articles-find-limit' to limit search by message-id.
2905 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2907         Support higher-resolution time stamps (Bug#9000).
2909         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2910         VARLIST.  It's optional, for backward compatibility.
2911         (encode-time-value): New optional arg PICO.  New type 3.
2912         (time-to-seconds) [!float-time]: Support the new picoseconds
2913         component if it's used.
2914         (seconds-to-time, time-subtract, time-add):
2915         Support ps-resolution time stamps as well.
2917 2012-06-19  Julien Danjou  <julien@danjou.info>
2919         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2921         * nnimap.el (nnimap-log-buffer): Check that
2922         `window-point-insertion-type' is boundp, since it's not available in
2923         XEmacs.
2925 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2927         * nnimap.el (nnimap-log-buffer): Add this, setting
2928         `window-point-insertion-type' in the buffer to t.
2929         (nnimap-log-command): Use nnimap-log-buffer.
2931 2012-06-19  Julien Danjou  <julien@danjou.info>
2933         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2934         argument to be able to limit the search.
2935         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2936         (nnimap-request-move-articles-find-limit): Add this to limit the search
2937         by Message-Id after a message move.
2938         (nnimap): Add defgroup.
2940 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2942         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2944 2012-06-15  Julien Danjou  <julien@danjou.info>
2946         * nnimap.el (nnimap-find-article-by-message-id): Use
2947         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2948         (nnimap-possibly-change-group): Add read-only argument.
2949         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2950         issuing EXAMINE manually.
2951         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2952         with read-only argument.
2953         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2954         cannot possibly change because we need to be sure that it's either
2955         read-write or read-only.
2957 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2960         being bound to a lambda form.
2962 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2964         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2965         articles when fetch-old is non-nil (bug#11370).
2967 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2969         * gnus-picon.el (gnus-picon-properties): New defcustom.
2970         (gnus-picon-create-glyph): Use it.
2972 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974         * gnus-group.el (gnus-group-get-new-news): Respect
2975         `gnus-group-use-permanent-levels', as documented (bug#11638).
2977 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2979         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2980         groups (bug#11641).
2982 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2984         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2985         is an integer to avoid later problems.
2987 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2990         locales.
2992         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2993         on a handle.
2995         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2996         address as the default.
2997         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2999         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3000         makes no sense to query the user about internal files.
3002         * gnus-spec.el: Remove all the byte-compilation stuff, since
3003         benchmarking shows that it doesn't help when entering large summary
3004         buffers.
3006         * gnus-xmas.el (gnus-xmas-define): Remove.
3008         * gnus-util.el (gnus-byte-code): Remove.
3010         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3011         grouplens stuff.
3013 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3016         (bug#11514).
3018 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3020         * message.el (message-buffers): Return all buffers derived from Message
3021         to make `gnus-dired-attach' work with mu4e.
3023 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3025         * nntp.el: Stop the `letf' madness.
3026         (nntp--report-1): New var.
3027         (nntp-report): Merge nntp-report-1 into it.
3028         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3029         the nntp-report function.
3031         * auth-source.el: Fix comment-style to follow the convention.
3033 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3035         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3036         (mm-dissect-singlepart): Don't guess the MIME type of
3037         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3038         set.
3039         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3040         toplevel MIME type is multipart/encrypted.
3042 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3044         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3045         a string so that Gcc works (bug#11514).
3047 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3049         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3050         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3052 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3054         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3055         jumping to *Server* from a dedicated *Group* window.
3056         (gnus-configure-frame): CSE.
3058         * gnus-registry.el: Minor style cleanup.
3059         (gnus-registry--set/remove-mark): New function, extracted from
3060         gnus-registry-install-shortcuts.
3061         (gnus-registry-install-shortcuts): Use it.
3063 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3065         * nnspool.el (news-path): Use eval-and-compile.
3067 2012-05-24  Glenn Morris  <rgm@gnu.org>
3069         * nnspool.el (news-directory, news-path, news-inews-program):
3070         Move here from paths.el.  Don't see a need for these to be autoloaded.
3072         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3073         Merge in doc from paths.el version.  Don't see any need for this to be
3074         autoloaded, or for the warning about users not setting it.
3076 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3078         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3079         format.  In particular, add an optional argument and a docstring.
3081         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3083         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3084         current before calling `gnus-groups-to-gnus-format'.
3085         Note that this was already the case for `gnus-active-to-gnus-format'.
3087 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3089         Fix minor Y10k bug.
3090         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3092 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3094         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3095         message once it's actually open.
3097 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3099         * gnus.el: Ma Gnus v0.5 is released.
3101 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * auth-source.el (auth-source--aput-1, auth-source--aput)
3104         (auth-source--aget): New functions and macros.
3105         Use them instead of aput/aget.
3107 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3109         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3111 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3113         * plstore.el (plstore-called-interactively-p): New compat macro copied
3114         from message.el.
3115         (plstore-mode): Use it.
3117 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3119         * plstore.el: Revive the editing feature.
3120         (plstore-mode): New mode to edit plstore file.
3121         (plstore-mode-toggle-display, plstore-mode-original)
3122         (plstore-mode-decoded): New command.
3123         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3124         (plstore--insert-buffer, plstore--make): New function.
3125         (plstore-open, plstore-save): Simplify by using them.
3127 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3129         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3131 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3133         * tls.el (open-tls-stream): Remove unused binding.
3135 2012-04-16  Glenn Morris  <rgm@gnu.org>
3137         * nndraft.el (nndraft-request-list): Fix declaration.
3139 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141         * mm-decode.el (mm-dissect-buffer): Doc fix.
3143         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3144         don't have a current group.
3146         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3147         buffer if it doesn't exist.
3149         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3150         given, mark the group as ephemeral with the current window conf.
3152         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3153         buffer exists, which it doesn't if we haven't started Gnus.
3154         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3156 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3159         type is.
3161         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3162         `unexists' entries.
3163         (gnus-clean-old-newsrc): Fix last checkin.
3165         * nnimap.el (nnimap-update-info): None of the articles below the active
3166         low-water mark exist.
3168         * dgnushack.el: Get rid of XEmacs compilation warning.
3170         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3171         would have gotten if we posted to the group, and use that to compare
3172         against the message we want to cancel (bug#10808).
3174         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3175         on XEmacs.
3177 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3179         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3180         `scroll-margin'.
3182 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3184         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3185         citation prefix within a block of cited text should be considered part
3186         of that block *only* if it is a blank line.
3188 2012-04-09  Chong Yidong  <cyd@gnu.org>
3190         * binhex.el, hashcash.el, uudecode.el:
3191         Remove * characters from the front of variable docstrings.
3193 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3195         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3196         before kinsoku-bol characters nor within kinsoku-eol characters.
3198 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3200         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3201         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3202         (gnus-sync-read): Use mapc instead of mapcar.
3204         * mm-archive.el: Require mm-decode for some macros.
3205         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3206         the byte compiler.
3207         (mm-archive-decoders): New function that returns the value of
3208         the mm-archive-decoders variable.
3210         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3211         instead.
3212         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3214         * nnimap.el (gnus-refer-thread-use-nnir):
3215         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3217 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3221 2012-03-12  Peter Münster  <pmrb@free.fr>
3223         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3224         (gnus-demon-cancel): Ditto.
3225         (gnus-demon-run-callback): When function cannot be called due to low
3226         idleness, call it when idleness reaches the expected value, instead of
3227         waiting another timer period.
3228         (gnus-demon-init): Add `time' to arguments of call-back.
3230 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3234         * gnus.el: Register gnus-registry functions.
3236         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3237         indent.
3239         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3240         enabled before warping.
3242 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3244         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3245         registry about each article retrieved.
3247         * gnus-int.el (gnus-select-group-with-message-id): New function.
3248         (gnus-try-warping-via-registry): Ditto.
3249         (gnus-warp-to-article): Fall back on the registry.
3251 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3253         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3254         inboxes.
3256 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3260 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3262         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3263         gnus-gcc-self-resent-messages may be a group parameter.
3264         (gnus-summary-resend-message): Don't encode encoded words in header
3265         when Gcc'ing resent message.
3267 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269         * shr.el (shr-insert): Treat non-breaking space just like normal
3270         space.  This seems to produce more pleasing results.
3271         (shr-insert): Only insert a blank line if we're starting from an image.
3272         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3273         (shr-ensure-paragraph): Consider lines with white space to be blank.
3275 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3277         * Makefile.in: Respect DESTDIR.
3279 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3281         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3282         and gnus-gcc-post-body-encode-hook.
3284 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3287         messages that don't exist.
3289         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3291 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3293         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3294         Remove.
3296         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3298         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3300 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3303         have a group name.
3305         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3306         a multibyte buffer (bug#7410).
3307         (article-wash-html): Parse the original article buffer to get the
3308         unencoded data (bug#7410).
3310         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3311         .newsrc.el files.
3313 2012-04-05  Bastien Guerry  <bzg@altern.org>
3315         * color.el (color-lighten-name): Fix typo.
3317 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3320         "#" to avoid having them interpreted as comments.
3322 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324         * shr.el (shr-insert): Update the text state properly to avoid
3325         inserting spurious paragraph starts.
3327 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * shr.el (shr-table-widths): Divide the extra width more fairly over
3330         the TDs (bug#10973).
3331         (shr-render-td): Don't delete too much padding.
3332         (shr-natural-width): Compute the natural width more correctly.
3333         (shr-insert): Allow the natural width to be computed for tables again.
3334         (shr-tag-table-1): Rework how the natural widths are computed by
3335         rendering the table a third time.
3336         (shr-natural-width): Removed.
3337         (shr-buffer-width): New function.
3338         (shr-expand-newlines): Use it.
3340         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3341         using a `gnus-use-full-window' setup (bug#11013).
3343 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3346         24.1 release.
3348 2012-03-10  David Edmondson  <dme@dme.org>
3350         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3351         'Forwarded Message' header and the start of the message.
3353 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3355         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3356         isn't running (bug#10897).
3358 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3361         This is inconsistent with all the other stream functions, which leave
3362         the setting up to the higher levels (if so wanted) (bug#10931).
3364 2012-02-28  Glenn Morris  <rgm@gnu.org>
3366         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3367         mm-decode.el: Standardize possessive apostrophe usage.
3369 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3373 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3375         * parse-time.el (parse-time-string): Allow extractor to return nil.
3377 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3379         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3381 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3383         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3385 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3387         * mm-decode.el (mm-shr): Remove "soft hyphens".
3389         * nnimap.el (nnimap-request-list): Return the group names encoded as
3390         utf8.  Otherwise non-European group names don't work.
3391         (nnimap-request-newgroups): Ditto.
3393         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3394         the default in `read-string' (bug#10757).
3396         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3397         topics (bug#10843).
3399         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3400         buffer.  Suggested by Herbert Valerio Riedel.
3401         (nnimap-request-move-article): Delete the message from the correct IMAP
3402         server.
3404 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3406         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3407         Reported by Peter Münster.
3409 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3411         * shr.el (shr-image-fetched): Make sure we really kill the right
3412         buffer.
3414 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3416         * gnus-start.el (gnus-1): Avoid duplicate entries.
3418 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3420         * imap.el: Remove.
3422         * nntp.el (nntp-coding-system-for-read): Remove.
3423         (nntp-coding-system-for-write): Ditto.
3424         (nntp-open-connection): Just use `binary' directly.
3426         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3427         Gnus 0.3.
3429 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3431         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3432         application/octet-stream parts really is.
3434         * gnus-sum.el (gnus-propagate-marks): Remove.
3436 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3438         * shr.el (shr-rescale-image): Undo previous change; see
3439         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3441 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3443         * gnus.el: Ma Gnus v0.3 is released.
3445 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3447         * gnus-sum.el (gnus-summary-local-variables): Make
3448         `gnus-newsgroup-unexist' into a local variable.
3450 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3452         * registry.el (registry-usage-test, registry-persistence-test): Move to
3453         tests/gnustest-registry.el.
3454         (registry-make-testable-db, registry-match-test)
3455         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3457         * gnus-registry.el (gnus-registry-misc-test)
3458         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3460         * tests/gnustest-registry.el: New file with the registry and
3461         gnus-registry ERT tests.
3463 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3465         * gnus-msg.el (gnus-summary-resend-message): Make
3466         gnus-summary-resend-message-insert-gcc be last item in
3467         message-header-setup-hook.
3469 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3471         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3472         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3473         Remove.
3474         (nnfolder-open-server): Don't use marks.
3475         (nnfolder-request-delete-group): Ditto.
3476         (nnfolder-request-rename-group): Ditto.
3477         (nnfolder-request-set-mark, nnfolder-request-marks)
3478         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3479         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3481         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3482         (nnml-marks-modtime): Remove.
3483         (nnml-request-delete-group): Don't use marks.
3484         (nnml-request-rename-group): Ditto.
3485         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3486         (nnml-save-marks, nnml-open-marks): Remove.
3488         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3489         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3490         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3491         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3492         (nntp-server-to-method-cache): Remove.
3494         * shr.el (shr-rescale-image): Fix wrong merge.
3496 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3498         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3499         too-wide lines.
3501 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3503         * nnimap.el (nnimap-record-commands): New variable.
3504         (nnimap-log-command): Use it.
3505         (nnimap-make-process-buffer): Add a space to the process buffer.
3506         (nnimap-transform-headers): Don't bug out on header lines containing
3507         stuff that look like IMAP length encodings.
3509         * shr.el (shr-rescale-image): Allow viewing large images.
3511 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3513         * nnml.el (nnml-request-compact-group): Delete the marks file after
3514         compaction (bug#10800).
3516         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3517         group exit.
3519         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3520         QRESYNC/FETCH output.
3522 2012-02-11  Glenn Morris  <rgm@gnu.org>
3524         * sieve-manage.el (sieve-manage-default-stream):
3525         * shr.el (shr):
3526         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3527         (nnir-retrieve-headers-override-function)
3528         (nnir-imap-default-search-key, nnir-notmuch-program)
3529         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3530         (nnir-method-default-engines):
3531         * message.el (message-cite-reply-position):
3532         * gssapi.el (gssapi-program):
3533         * gravatar.el (gravatar):
3534         * gnus-sum.el (gnus-refer-thread-use-nnir):
3535         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3536         (gnus-registry-max-pruned-entries):
3537         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3538         * gnus-int.el (gnus-after-set-mark-hook)
3539         (gnus-before-update-mark-hook):
3540         * gnus-async.el (gnus-async-post-fetch-function):
3541         * auth-source.el (auth-source-cache-expiry):
3542         Add missing :version tags to new defcustoms and defgroups.
3544 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3546         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3547         `gnus-newsgroup-unexist'.
3549         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3550         marks.
3551         (gnus-article-special-mark-lists): Put the `unexist' in the special
3552         marks list instead.
3554         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3555         articles in the list of articles to be selected.
3557         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3558         articles.
3559         (nnimap-update-info): Keep track of unexisting articles.
3560         (nnimap-update-qresync-info): Ditto.
3562 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3564         * message.el (message-default-send-mail-function): Made into own
3565         function for reuse by emacsbug.el.
3567 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3569         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3570         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3572 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3574         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3575         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3577         * gnus-compat.el: Define `timer-set-function'.
3579         * mm-decode.el (mm-display-external): Output the text from the command
3580         in the buffer after the command finished.  This makes text-based
3581         commands behave better.
3583 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3585         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3587 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3589         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3590         23.1.
3592 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3594         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3596 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3598         * message.el (smtpmail-smtp-user): Silence compiler warning.
3600 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3602         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3603         SMTP user name.
3605 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3607         * gnus-sum.el (gnus-summary-show-thread):
3608         next-single-char-property-change may return nil in XEmacs.
3609         (gnus-summary-article-map): Fix typo.
3611 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3613         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3614         running.
3616         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3618         * gnus.el (gnus-server-extend-method): Don't add an -address component
3619         if the method already has one (bug#9676).
3621 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3623         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3624         of an initial-input for consistency (bug#10757).
3626         * dgnushack.el: Fix XEmacs compilation warning.
3628         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3630         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3632 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3634         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3635         lines that are narrower than the window width.  Otherwise background
3636         "blocks" will look less readable.
3638 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3640         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3641         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3642         have newlines within the strings, and where the UID comes after the
3643         BODYSTRUCTURE element (bug#10537).
3645         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3646         (bug#10732).
3648         * shr.el (shr-insert-document): Add doc string.
3649         (shr-visit-file): Ditto.
3650         (shr-remove-trailing-whitespace): New function.
3651         (shr-insert-document): Use it to clean up trailing whitespace as the
3652         final step (bug#10714).
3654 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3656         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3657         buffer if `gnus-kill-summary-on-exit' is nil.
3659 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3661         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3662         when just reading a single group from "without" Gnus.
3664 2012-02-06  Chong Yidong  <cyd@gnu.org>
3666         * gnus-sum.el (gnus-summary-show-thread):
3667         next-single-char-property-change never returns nil (Bug#8657).
3669 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3671         * message.el (message-multi-smtp-send-mail): New function.
3672         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3673         header to implement multi-SMTP functionality.
3675         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3676         (gnus-agentize): Don't set it.
3677         (gnus-agent-send-mail): Don't use it.
3679         * gnus-sum.el (gnus-summary-widget-backward): New function and
3680         keystroke.
3682         * gnus-compat.el: More the compat functions more compatible.
3684         * shr.el (shr-put-image): Remove underlines from sliced images.
3685         (shr-zoom-image): Compute the region to be replaced more correctly.
3687 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3689         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3690         (gnus-summary-resend-message-insert-gcc): New function.
3691         (gnus-summary-resend-message): Modify message-header-setup-hook and
3692         message-sent-hook to make it work for Gcc.
3693         (gnus-inews-do-gcc): Update the number of unread articles of groups
3694         that messages are Gcc'd to.
3696         * message.el (message-resend): Run message-sent-hook to do Gcc.
3698 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3700         * lpath.el: Fix an XEmacs compilation warning.
3702         * gnus-compat.el: Require `help-fns' to fix compilation error.
3704         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3705         a higher level to silence compilation.
3707         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3708         parameter to allow controlling the scaling.
3710         * shr.el (shr-zoom-image): New command and keystroke.
3711         (shr-put-image): Take a `size' flag to say how to scale the image.
3713         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3714         deletion unless already defined.
3716         * gnus.el (gnus-compat): Require it.
3718         * gnus-compat.el: New file.
3720         * gnus-start.el (gnus-clean-old-newsrc): New function.
3721         (gnus-read-newsrc-file): Use it.
3723         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3724         Use recursive deletion.
3725         (mm-dissect-archive): Add support for zip files.
3727         * gnus-util.el (gnus-recursive-directory-files): New function.
3729         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3730         (mm-archive-decoders): Add tgz support.
3732         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3733         Otherwise inserting text into the Gnus buffer can look odd.
3735         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3737         * mm-archive.el (mm-archive-decoders): Add support for tar.
3739         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3741         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3743 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3745         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3747         * mm-archive.el: New file.
3749         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3751         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3753         * message.el (message-goto-*): Make all the `message-goto-*' commands
3754         push the mark before moving point.  This makes it easier to go back to
3755         where you came from after editing whatever you jumped to.
3757 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3759         * gnus.el: Ma Gnus v0.1 is released.
3761 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3763         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3764         without reconnecting.
3765         (nnimap-possibly-change-group): Ditto.
3766         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3767         connection has died before being called.
3769 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3771         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3772         an initial sync unless we're really doing one.
3774         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3775         address parameter if one already exists (bug#9676).
3777         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3778         not the prefix, as documented (bug#10689).
3780 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3782         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3783         the "server".
3785         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3786         the real error message with the useless "previously known to be down".
3787         Which isn't even correct.
3789         * nntp.el (nntp-open-connection): Report the error message if the nntp
3790         server can't be reached.
3792         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3793         groups we do a total scan for.
3794         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3795         doing that.
3797 2012-01-31  Jim Meyering  <jim@meyering.net>
3799         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3800         Correct a comment (insert "not") and hide nominally-doubled "to".
3802 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3804         * gnus.el (gnus-version): Change name to "Ma Gnus".
3806 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3808         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3809         section in the manual.
3811 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3813         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3814         words.
3815         (rfc2047-encode-string): Ditto.
3816         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3817         understand folded filename="..." parameters, for instance.
3819         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3820         the message for greater debuggability.
3822 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3824         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3825         instead of setting it locally, since the latter doesn't seem to have
3826         any effect (most of the time).
3828 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3830         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3831         function call.
3833 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3835         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3836         seconds, and make the repeat clause with HH:MM specs work as
3837         documented.
3839 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3841         * proto-stream.el (proto-stream-capability-open): Fall back on
3842         :end-of-command if :end-of-capability doesn't exist.
3844 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3846         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3847         bound globally in old Emacsen and XEmacsen.
3849 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3851         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3852         so that previous errors don't prohibit getting new news.
3854         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3856         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3858 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3860         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3861         buffer, not of the string which is its name.
3863 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3865         * proto-stream.el (proto-stream-capability-open): Wait for
3866         :end-of-capability, not :end-of-command.
3868         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3869         non-server-marks groups.
3870         (gnus-group-make-articles-read): Ditto.
3872         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3873         methods (bug#9676).
3875         * gnus.el (gnus-method-ephemeral-p): New function.
3877 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3879         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3880         left-to-right.
3882 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3884         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3885         warning.
3887 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3889         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3890         macroexpand the nnir things, since they haven't been defined yet, and
3891         nnir requires gnus-sum.
3893 2012-01-24  Julien Danjou  <julien@danjou.info>
3895         * color.el (color-rgb-to-hsl): Fix value computing.
3896         (color-hue-to-rgb): New function.
3897         (color-hsl-to-rgb): New function.
3898         (color-clamp, color-saturate-hsl, color-saturate-name)
3899         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3900         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3902 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3904         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3906 2012-01-19  Julien Danjou  <julien@danjou.info>
3908         * color.el (color-name-to-rgb): Use the white color to find the max
3909         color component value and return correctly computed values.
3910         (color-name-to-rgb): Add missing float conversion for max value.
3912 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3914         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3915         logical server name in addition to the actual machine address.
3917         * auth-source.el (auth-source-user-and-password): Add convenience
3918         wrapper to search by just host and optionally user.
3920 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3923         after rendering.
3925 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3927         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3928         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3929         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3931 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3934         (bug#9693).
3935         (gnus-summary-setup-buffer): Document return value (bug#9697).
3937         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3938         since ido doesn't work on symbols (bug#9632).
3940         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3941         when getting a single value as when getting all the values.  This means
3942         that atoms like `gcc-self' work cumulatively, like variable settings,
3943         instead of getting the value from the last matching clause.
3944         (gnus-group-find-parameter): Protect against the group buffer not
3945         existing (bug#9585).
3947 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949         * gnus-start.el (gnus-activate-group): Document more parameters
3950         (bug#9694).
3952         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3953         (bug#9692).
3955         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3956         article was fetched, so that it can be expired later (bug#9958).
3957         (gnus-agent-summary-fetch-series): Add doc string.
3958         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3959         (bug#9517).
3961         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3962         retrieval is happening.
3964         * gnus.el (gnus-parameters): Doc fix.
3966 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3968         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3969         show the thread after expansion.
3971 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973         * gnus-art.el (article-narrow-to-head): If the head is completely
3974         empty, narrow to the empty region (bug#9764).
3976         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3977         read, and then mark them as unread only when the unread mark is used.
3978         This makes `C-- T k' actually work, even though it's confusing.
3980         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3981         alive before we try to find its window.
3983 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3985         * mm-decode.el (mm-display-external): Use a longer timeout for the
3986         deletion to allow slow programs to display the file.
3988 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3991         prompt to be less confusing.
3993         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3994         argument to `message-reply'.  This broke `special-display-*' frame
3995         pop-uping (bug#10238).
3997 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4000         systems, since these allegedly don't work there.
4002 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4004         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4005         live buffer.
4007 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009         * nnir.el (nnir-retrieve-headers): Protect against the article not
4010         existing on the server (bug#10335).
4012 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4014         * gnus-agent.el (gnus-agent-load-local): Recompute
4015         gnus-agent-article-local on changing method.
4017 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019         * gnus.el (gnus-parameters): Note precedence.
4021 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4023         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4024         in the group buffer.
4026 2012-01-04  Julien Danjou  <julien@danjou.info>
4028         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4029         change.
4031 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4034         too.
4036         * nntp.el (nntp-retrieve-group-data-early): Use it.
4038 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040         * nntp.el (nntp-retrieval-in-progress): New variable.
4041         (nntp-make-process-buffer): Make it buffer-local.
4043         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4044         2010.
4045         (gnus-demon-init): Use it to compute the time if time is on the form
4046         "04:23".
4048         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4050         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4051         status in the correct buffer.
4053 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4055         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4056         when opening topics (bug#10407).
4058 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4060         * gnus-cus.el (gnus-score-customize):
4061         * gnus-sum.el (gnus-sort-gathered-threads):
4062         * message.el (message-shorten-references):
4063         * nnmairix.el (nnmairix-request-group):
4064         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4066 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4068         * gnus-agent.el (gnus-agent-regenerate-group):
4069         * gnus-int.el (gnus-retrieve-group-data-early):
4070         * mm-util.el (mm-codepage-ibm-list):
4071         * nndiary.el (Commentary, nndiary-get-new-mail):
4072         * nnir.el (nnir):
4073         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4075 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4077         * mm-view.el (mm-display-inline-fontify): Add comment.
4079 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4081         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4082         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4084 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4086         * gnus-art.el (gnus-split-methods):
4087         * gnus-msg.el (gnus-configure-posting-styles):
4088         * gnus-spec.el (gnus-parse-simple-format):
4089         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4090         * message.el (message-do-actions): Spelling fix.
4092 2011-12-15  Juri Linkov  <juri@jurta.org>
4094         * mm-decode.el (mm-inline-media-tests): Add missing
4095         `mm-handle-media-subtype'.
4097 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4099         * gnus-group.el (gnus-group-tool-bar):
4100         * gnus-sum.el (gnus-summary-tool-bar):
4101         * message.el (message-tool-bar):
4102         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4104 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4106         * plstore.el (plstore--insert-buffer): Spelling fix.
4108 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4110         * message.el (message-valid-fqdn-regexp): Update with newly approved
4111         top-level domain names ".tel" and ".asia".
4113 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4115         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4116         unconditionally.
4118 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4120         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4121         pop-to-buffer-same-window for old Emacsen.
4123 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4125         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4127 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4129         * netrc.el (netrc-credentials): Spelling fix.
4131 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4133         * gnus-fun.el (gnus-fun-ppm-change-string):
4134         * gnus-msg.el (gnus-inews-do-gcc):
4135         * gnus-sum.el (gnus-summary-find-for-reselect):
4136         * gnus.el (gnus-summary-cancelled):
4137         * message.el (message-cancel-hook, message-send-news):
4138         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4139         * nnir.el (nnir-run-hyrex):
4140         * nntp.el (nntp-with-open-group-function):
4141         * pgg.el (pgg-pending-timers): Spelling fix.
4143 2011-12-04  Chong Yidong  <cyd@gnu.org>
4145         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4146         change (Bug#10200).
4148 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4150         * compface.el (uncompface):
4151         * gnus-art.el (gnus-article-x-face-command): Update the header format
4152         of icon data for the most recent icontopbm program.
4154 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4156         * gnus-msg.el (gnus-inews-do-gcc):
4157         * message.el (message-send-mail):
4158         * mml.el (mml-generate-mime): Share the value of the buffer-local
4159         `message-options' variable between a draft buffer and temprary working
4160         buffers.
4162 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4164         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4166 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4168         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4169         for Cygwin.
4171 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4173         * gnus-group.el (gnus-group-prepare-flat):
4174         * mm-bodies.el (mm-encode-body):
4175         * mml.el (mml-preview):
4176         * nnml.el (nnml-request-compact-group):
4177         * pop3.el (pop3-stream-type): Spelling fix.
4179 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4181         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4183 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4185         * color.el (color-rgb-to-hsl):
4186         * gmm-utils.el (gmm-tool-bar-style):
4187         * gnus-group.el (gnus-group-prepare-flat):
4188         * gnus-topic.el (gnus-topic-prepare-topic):
4189         * mm-decode.el (mm-discouraged-alternatives):
4190         * rfc2047.el (rfc2047-encode-1):
4191         * starttls.el: Spelling fix.
4193 2011-11-24  Glenn Morris  <rgm@gnu.org>
4195         * binhex.el (binhex-begin-line): Give it basic doc-string.
4197         * starttls.el, tls.el: Fix case of "GnuTLS".
4199 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4201         * gnus-group.el (gnus-group-highlight): Fix typo.
4203 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4205         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4206         value of `delete-file', that returns nil for a local file but returns t
4207         for a remote file using ssh.
4209 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4211         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4213 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4216         avoid later breakage.
4218 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4220         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4221         article buffers' name.
4223 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4226         by Paul Eggert's spellfixes two days ago.
4228 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4231         doesn't have it.
4233         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4234         buffer-local instead of binding them to avoid warnings.  Also demote
4235         errors (bug#10063).
4236         (font-lock-mode-hook): Shut up byte compiler.
4238 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4240         * mm-util.el (mm-charset-after):
4241         * nnir.el (nnir-run-hyrex):
4242         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4243         (ntlm-get-password-hashes, ntlm-md4hash):
4244         * smime.el: Fix typo.
4246 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4248         * gnus-agent.el (gnus-agent-expire-group-1):
4249         * nndiary.el (nndiary-last-occurence):
4250         * nnimap.el (nnimap-request-set-mark):
4251         * nnmairix.el (nnmairix-only-use-registry):
4252         * gnus-group.el (gnus-group-prepare-flat):
4253         * gnus-sum.el (gnus-decode-encoded-word-methods):
4254         * message.el (message-wash-subject):
4255         * nntp.el (nntp-retrieve-headers-with-xover):
4256         * smime.el (smime-certificate-directory): Spelling fix.
4258 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4260         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4262         * color.el:
4263         * gnus-agent.el (gnus-agent-possibly-alter-active):
4264         * gnus-dired.el (gnus-dired-print):
4265         * mail-parse.el:
4266         * nnmairix.el (nnmairix-request-group):
4267         * shr.el (shr-image-displayer):
4268         * sieve-manage.el:
4269         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4271 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4273         * gnus-sum.el (gnus-auto-select-subject):
4274         * spam-report.el (spam-report-resend): Spelling fix.
4276 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4278         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4279         * gnus-art.el (gnus-default-article-saver):
4280         * gnus-srvr.el (gnus-server-copy-server):
4281         * gnus.el (gnus-sloppily-equal-method-parameters):
4282         * html2text.el (html2text-format-tag-list):
4283         * message.el (message-narrow-to-head):
4284         * nndiary.el:
4285         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4286         * sieve.el: Spelling fix.
4288 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4290         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4291         * gnus-sum.el (gnus-summary-make-menu-bar):
4292         * gnus-uu.el (gnus-uu-decode-postscript)
4293         (gnus-uu-decode-postscript-and-save):
4294         * mailcap.el (mailcap-print-command):
4295         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4296         Fix typos.
4298 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4300         * gnus-art.el (gnus-article-part-wrapper):
4301         * html2text.el (html2text-fix-paragraphs):
4302         * mm-decode.el (mm-image-fit-p):
4303         * rfc2047.el (rfc2047-encode-message-header):
4304         * shr-color.el (shr-color-visible-distance-min)
4305         (shr-color-relative-to-absolute, set-minimum-interval)
4306         (shr-color-visible): Fix typos.
4308 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4310         * gmm-utils.el (gmm-tool-bar-item):
4311         * gnus-art.el (gnus-treat-body-boundary):
4312         * gnus-diary.el (gnus-user-format-function-d):
4313         * gnus-start.el (gnus-get-unread-articles):
4314         * pgg-gpg.el (pgg-gpg-update-agent):
4315         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4317 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4319         * gnus-topic.el (gnus-group-prepare-topics):
4320         * gnus-uu.el (gnus-extract-view):
4321         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4323 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4325         * spam.el: Move BBDB autoloads.
4326         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4327         BBDB 2 and 3.
4328         (spam-check-BBDB): Use it.
4329         (spam-enter-ham-BBDB): Use it.
4331 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4333         * smime.el (smime-draw-buffer): Spelling fix.
4335 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4337         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4338         for scanning exactly one level.
4339         * gnus-start.el (gnus-get-unread-articles): Ditto.
4341 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4344         slightly clearer.
4346 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4348         * gnus-sync.el: More commentary about setup.
4350 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352         * message.el (message-send-and-exit): Document `arg'.
4354 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4358 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4360         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4362         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4363         we don't use `bound-and-true-p'.
4365 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4367         * gnus-util.el (gnus-bound-and-true-p): Remove.
4368         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4369         * nnir.el: Use it.
4370         * nnmairix.el: Use it.
4372 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4374         * gnus-sync.el: Improve docs about CouchDB admins.
4376         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4377         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4378         for reasons unknown.
4379         * nnir.el: Use it.
4380         * nnmairix.el: Use it.
4382         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4383         * nnir.el: Ditto.
4384         * nnmairix.el: Ditto.
4386         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4388 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4390         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4391         not needed.  Provide xmlplistread list function to produce XML plist
4392         output for non-Gnus LeSync clients.
4394 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4396         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4398         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4399         and save against it.  Group subscriptions, read marks, other marks,
4400         subscription levels, topic names, and topic offsets (the group's
4401         position within the topic) are saved.  This is an experimental backend
4402         and may change significantly.  Load json.el from the gnus-fallback-lib
4403         if it's not available otherwise.
4404         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4406 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4408         * message.el (message-completion-function): Make sure
4409         message-tab-body-function is not attempted if one of
4410         message-completion-alist fails to find a completion (bug#9158).
4412 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4414         * mml.el (mml-quote-region): Quote <#secure> tag.
4415         (mml-generate-mime-1): Unquote <#secure> tag.
4417 2011-10-20  Chong Yidong  <cyd@gnu.org>
4419         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4420         calling a minor mode from Lisp with nil arg enables it, so we have to
4421         make the wording a bit ambiguous here).
4423 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4425         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4426         * nnir.el (nnir-mode): Use it.
4427         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4428         Use it.
4430         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4431         * nnmairix.el (gnus-registry-enabled): Ditto.
4433 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4435         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4436         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4437         only while we need to find out if it should be t or nil.
4438         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4439         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4440         the registry is installed.  Set it to nil when it's unloaded.
4441         (gnus-registry-install-p): Provide user guidance for the initial value
4442         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4443         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4444         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4445         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4446         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4447         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4448         `gnus-registry-install'.
4450 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4452         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4453         previous change.
4454         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4455         primary key is marked as disabled.
4457 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4459         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4460         primary key is marked as disabled.
4462 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4464         * html2text.el (html2text-clean-anchor): Check for quotes around
4465         `href' value.
4467 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4469         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4470         searching.  Drop `bbdb-cache'.
4472 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4474         * message.el (message-signed-or-encrypted-p): Exclude header when
4475         checking if there is signed or encrypted body in text/plain message.
4477 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4479         * html2text.el (html2text-get-attr): Correctly handle attribute values
4480         containing "=".
4482 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4484         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4485         handle bindings.
4487 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489         * gnus-win.el (gnus-configure-windows): Protect against reading
4490         ephemeral groups outside of Gnus.
4492 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4494         * shr.el (shr-tag-img): Don't get images displayed in tables.
4496 2011-10-03  Glenn Morris  <rgm@gnu.org>
4498         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4499         the "maintainer" version of debbugs.gnu.org reports.
4501 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4504         make asynchronous adjacent image insertion work better.
4506 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4508         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4509         documentation.
4511 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4514         `gnus-asynchronous' isn't shadowed.
4516 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4520         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4521         (nnimap-insert-partial-structure): The charset parameter isn't
4522         case-sensitive.
4524         * nnheader.el (nnheader-message-maybe): New function.
4526         * shr.el (shr-tag-table): Render totally broken tables better.
4528         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4529         computing the boundary.
4531 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533         * pop3.el (pop3-number-of-responses): Remove.
4534         (pop3-wait-for-messages): Rewrite to take linear time instead of
4535         exponential time.
4537 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4540         re-fetch images.
4542         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4543         re-fetch images when hitting `g' in Gnus.
4545 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4547         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4548         (mml-compute-boundary): Don't check collision if it is non-nil.
4549         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4550         before checking collision.
4552 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554         * message.el (message-indent-citation): Really make sure there's a
4555         newline at the end.
4557         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4558         Fix suggested by John Wiegley.
4560         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4562         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4564         * message.el (message-default-send-rename-function): Break out into its
4565         own function.
4567         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4568         doesn't work under XEmacs.
4570         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4571         of "imaps" to word around Windows problems.
4572         (nnimap-open-connection-1): Use it.
4574         * message.el (message-indent-citation): Revert last change which made
4575         `F' not work.
4577 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4579         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4580         terminal as well.
4582 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4584         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4585         because it displays images using overlays that aren't easy to copy to
4586         the article buffer.
4588 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4590         * message.el (message-indent-citation): Fix empty line removal at the
4591         end of the citation.
4593 2011-09-20  Julien Danjou  <julien@danjou.info>
4595         * auth-source.el (auth-source-netrc-create): Use default value for
4596         password if specified.  Evaluate default.
4597         (auth-source-plstore-create): Ditto.
4598         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4599         value evaluation.
4600         (auth-source-netrc-create): Typo fix.
4601         (auth-source-plstore-create): Ditto.
4603         * password-cache.el (password-cache-remove): Remove entries even if the
4604         value is nil, so that password with a nil value (negative caching) is
4605         possible to invalidate.
4607         * auth-source.el (auth-source-format-cache-entry): New function.
4609 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4611         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4613 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4617 2011-09-19  Julien Danjou  <julien@danjou.info>
4619         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4620         which work with things that are not ASCII.
4622 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4626 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4629         message level.
4631 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4633         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4635 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4639 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4641         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4642         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4644 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4646         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4647         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4648         articles.
4650 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4652         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4653         (message-mail-other-window, message-mail-other-frame)
4654         (message-news-other-window, message-news-other-frame):
4655         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4656         instead of setting buffer display varibles.
4658 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4662         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4664 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4667         duplicates" to a higher level.
4669         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4670         most egregious messages.
4672 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4676 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4678         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4679         up the file (bug#9351).
4681 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4684         it does with all other backends, but decode the names immediately after
4685         getting them.
4687         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4688         decoding nnimap groups.
4690         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4691         newsrc file.  It doesn't seem like an important optimization any more.
4693 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4695         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4696         overflows.
4698 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4700         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4701         (gnus-interactive-exit): Extend to `quiet'.
4703         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4705         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4706         string.
4708         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4709         renaming function arguments from `this'.
4711         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4713         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4714         has been renamed.
4715         (gnus-lrm-string-p): Include RLM and PDF, too.
4717         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4718         (bug#9225).
4720 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4722         Add autoload cookies for functions used by sendmail.el.
4723         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4725         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4727 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4729         * gnus-art.el (article-date-ut): Work properly even when there are
4730         things like Date header in the body; work for forwarded parts.
4732 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4734         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4735         original-article-buffer.
4737 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4739         * nnir.el (nnir-compose-result): Fix matching of server type.
4740         (nnir-run-swish++): Ditto.
4741         (nnir-run-namazu): Ditto.
4742         (nnir-run-notmuch): Ditto.
4744 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4747         (bug#9405).
4749         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4750         (bug#9421).
4752         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4753         (bug#9425).
4755         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4756         thing (bug#9426).
4758 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4761         the error message.
4763 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4765         * message.el (message-setup-1): Return t (Bug#9392).
4767 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4769         * gnus-sum.el: When adding article headers to a summary buffer also
4770         update gnus-newsgroup-articles (bug#9386).
4772 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4774         * auth-source.el: Autoload help-mode.
4776 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4778         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4779         names.
4781 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4783         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4784         mm-replace-in-string for compatibility issues.
4785         * mml2015.el (mml2015-epg-verify): Ditto.
4787 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4789         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4791         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4793 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4796         continue on and do the clean-up phase (bug#9188).
4798         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4799         just ignore groups that can't be opened instead of erroring out
4800         (bug#9225).
4802         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4803         nil since some many people are fuddy-duddies.
4805         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4806         images.
4808         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4809         instead.
4811         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4813         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4815         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4816         processing.
4818         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4819         buffer to avoid warnings.
4821 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4823         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4824         specified to reduce precision.
4826 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4829         bodystructures (bug#9314).
4831 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4833         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4834         Make button keymap non-sticky after buttons.
4836 2011-08-18  David Engster  <dengste@eml.cc>
4838         * nnmairix.el (nnmairix-request-set-mark)
4839         (nnmairix-goto-original-article): Remove adding of article to registry,
4840         since `gnus-registry-add-group' isn't available anymore.
4841         (nnmairix-determine-original-group-from-registry):
4842         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4843         available anymore.
4845 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4847         * starttls.el (starttls-any-program-available): Define as obsolete
4848         function.
4850 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4853         versions which Gnus use when appropriate.
4855         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4856         a pretty destructive command.
4858         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4860 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862         * message.el (message-fix-before-sending): Make a different warning
4863         about NUL characters (bug#9270).
4865         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4866         from custom (bug#9260).
4868         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4869         things work in Emacs 22 and XEmacs, too.
4871         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4872         default From.
4874         * gnus-spec.el (gnus-lrm-string-p): New macro.
4875         (gnus-lrm-string): New constant.
4876         (gnus-summary-line-format-spec): LRM-ify the from.
4877         (gnus-tilde-max-form): LRM-ify string chopping.
4879         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4881         * message.el (message-is-yours-p): Allow disabling canlock checking
4882         (bug#9295).
4883         (message-shoot-gnksa-feet): Add `canlock-verify'.
4884         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4885         message directory isn't writable (bug#9304).
4887         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4888         non-world-readable.
4890 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4892         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4893         articles.
4895 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4897         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4898         copy-list.
4900 2011-08-12  Sam Steingold  <sds@gnu.org>
4902         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4903         in the reverse order to avoid modifying the cache with `nreverse'.
4904         (gnus-all-score-files): Do not modify the value returned by
4905         `gnus-score-find-alist' because it lives in a cache variable.
4906         (gnus-current-home-score-file): No need to `nreverse' the return value
4907         of `gnus-score-find-alist', it is already in the correct order.
4909 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4911         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4912         type MESSAGE and subtype RFC822 is slightly different from those of
4913         type TEXT.
4915 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4917         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4918         This allows article-referral to work from an nnir group.
4920 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4922         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4924 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4926         * mml1991.el (mml1991-epg-find-usable-key)
4927         (mml1991-epg-find-usable-secret-key): New function.
4928         (mml1991-epg-sign): Check if signing key is usable.
4929         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4931 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4933         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4934         server-variables only.  This should fix a bug introduced with commit
4935         e1889675b7f4adf057833c5513c9374134c4e053.
4936         (nnir-run-query): 'nnir-search-engine should not be set from the global
4937         environment.
4939 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4941         * nnir.el (nnir-search-thread): Position point on referring article
4942         line.
4943         (nnir-warp-to-article): Clean up summary buffers.
4945         * nnimap.el (nnimap-request-thread): Whitespace fix.
4947 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4949         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4951 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953         * starttls.el (starttls-available-p): Rename from
4954         `starttls-any-program-available' and changed return convention.
4956 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4958         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4959         `unix-sync' unless it's defined.
4961 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4963         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4964         `aref' for XEmacs compatibiltiy.
4966 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4970 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4972         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4973         closures, quote the form properly (bug#9194).
4975 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4978         (gnus-summary-insert-new-articles): Protect against servers that are
4979         down.
4981 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4983         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4984         in mm handle if none is specified.
4986 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4988         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4990 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4992         * nnir.el (nnir-search-thread): New function to make an nnir group
4993         based on a thread query.
4995         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4996         of nnir in thread referral.
4997         (gnus-summary-refer-thread): Use it.
4999         * nnimap.el (nnimap-request-thread): Use it.
5001 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003         * shr.el (shr-tag-comment): Ignore HTML comments.
5005 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5007         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5008         argument.
5009         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5010         Use `nnir-address' to handle server info rather than passing an arg.
5012         * nnimap.el (nnimap-make-thread-query): New utility function to format
5013         an imap thread search query.
5014         (nnimap-request-thread): Use it.
5016         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5017         right select-method if we are not going back to the group buffer.
5019 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5022         enter invalid buffer configurations into the quit form (bug#9107).
5023         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5024         unplugged/plugged.
5026         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5027         keep track of which ones are unread (bug#9061).
5029         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5030         (bug#9055).
5032         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5033         (bug#9041).
5035         * gnus-html.el (mm-util): Require (bug#9073).
5037         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5038         (gnus-summary-refer-thread): Use it to remove duplicates in the
5039         un-threaded view (bug#9053).
5040         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5042 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5044         * nnir.el (nnir-read-server-parm): Use default value from global
5045         variable.  Without this the default search engine parameters aren't
5046         used at all.
5048 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050         * message.el (message-unique-id): Don't use the undocumented return
5051         value from (random t) (bug#9118).
5053 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055         * message.el (message-auto-save-directory): If the ~/Mail directory
5056         doesn't exist, use ~ as the auto-save directory (bug#4432).
5058         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5059         hasn't already been started.
5061 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5065         * message.el (message-reply): Work around mysterious bug where
5066         `message-mode' seems to overwrite the locally bound `subject' variable.
5068 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5070         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5071         correct group.
5073         * gnus-int.el (gnus-request-thread): Add group argument.
5075         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5077 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5081         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5082         renamed to `debbugs-gnu-*'.
5084 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5086         * plstore.el: Revert the editing feature since it is not urgent.
5087         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5088         (plstore-mode-decoded): Remove.
5090 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5093         isn't very interesting any more, and it leaks potentially secret data.
5094         (gnus-debug): Remove.
5096         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5097         use of :custom-show.
5099 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5101         * plstore.el: Add documentation.
5102         (plstore-mode): New mode to edit plstore file.
5103         (plstore-mode-toggle-display, plstore-mode-original)
5104         (plstore-mode-decoded): New command.
5105         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5106         (plstore--insert-buffer, plstore--make): New function.
5107         (plstore-open, plstore-save): Simplify by using them.
5109 2011-07-06  Glenn Morris  <rgm@gnu.org>
5111         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5113 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5116         no longer is much used.
5117         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5118         Articles".
5120 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5122         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5123         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5124         `notmuch' backend.
5126 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128         * mm-decode.el (mm-text-html-renderer): Doc fix.
5130         * gnus-msg.el (gnus-bug): Fix the MML tag.
5132         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5134 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5136         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5137         secondary methods if started with `gnus-no-server'.
5139 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5141         * message.el (message-return-action): Fix typo in docstring.
5143 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5146         bug reports at once.
5148         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5150 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5152         * nndraft.el: Require gnus-group.
5153         (nndraft-request-list): Declare.
5155         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5156         no unread article unless it matches gnus-permanently-visible-groups.
5158         * nndraft.el (nndraft-update-unread-articles): New function.
5159         (nndraft-request-associate-buffer): Use it to update the number of
5160         unread articles for the nndraft groups in the group buffer when saving
5161         or killing a draft message.
5163 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5166         systems to binary before writing and reading the mbox files.
5168         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5169         instead of trying to list them all (bug#8978).
5171 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5173         * pop3.el (pop3-open-server): Use :end-of-capability.
5175 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5178         the id is always a number.
5180         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5182         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5183         debbugs mode, if possible.
5185 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5187         * auth-source.el (auth-source-token-passphrase-callback-function):
5188         Reindent.
5189         (epg-context-operation): Remove unnecessary autoload.
5191 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193         * gnus.el (gnus-list-debbugs): New command.
5195         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5196         mboxstat instead of the maintbox, since the stat seems to be fuller.
5198         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5199         summary buffers.
5201         * message.el (message-get-reply-headers): Delete all duplicates,
5202         instead of the first.
5203         (message-get-reply-headers): Ensure that we have progress while
5204         deleting duplicates.
5206         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5207         gnus-posting-style value from the summary buffer to make it easier to
5208         make that a per-buffer conf.
5210 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5212         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5213         found by setting `shortcut' in 'query.
5214         (nnir-request-article): Use `shortcut' setting when requesting article
5215         by Message-ID.
5217 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5219         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5220         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5221         Bring the pseudo-headers back too.
5223 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5225         * auth-source.el (auth-source-token-passphrase-callback-function):
5226         Simplify and remove EPA dependency.
5228 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5230         * nnir.el (nnir-request-article): Fix error message text.
5232 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5234         * auth-source.el (plstore-delete): Autoload.
5235         (auth-source-plstore-search): Support delete operation.
5236         * plstore.el (plstore-delete): New function.
5238 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5240         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5241         mark actually existing articles as unread rather than the ones that
5242         active asserts.
5244 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5246         * nntp.el (nntp-record-command):
5247         * gnus-util.el (gnus-message-with-timestamp-1):
5248         Use format-time-string rather than decoding time stamps by hand.
5249         This is simpler and insulates the code from potential changes to
5250         current-time format.
5252 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5254         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5256 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5258         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5259         (plstore-save): Support public key encryption.
5260         (plstore--init-from-buffer): New function.
5261         (plstore-open): Use it; fix error when opening a non-existent file.
5262         (plstore-revert): Use plstore--init-from-buffer.
5264 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5266         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5268 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5270         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5271         for old Emacsen.
5273 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5275         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5276         is not fully working.
5278 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280         * dgnushack.el: Autoload sha1 on XEmacs.
5282         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5283         quit window configuration.
5285         * auth-source.el (epg-context-set-passphrase-callback):
5286         Remove duplicate autoload.
5288 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5290         * nnir.el (nnir-request-article): Allow requesting articles by
5291         Message-ID with nnimap.
5293         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5294         current server.
5296 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5298         * auth-source.el: Autoload EPA/EPG functions.
5299         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5300         changed when EPA/EPG is not available.
5301         (auth-source-backend): Rename "arg" member to "data".
5302         (auth-source-backend-parse, auth-source-plstore-search)
5303         (auth-source-plstore-create): Use it.
5305 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5307         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5308         `gnus-refer-article-methods'.
5310 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5312         * auth-source.el: Require EPA and EPG.
5313         (auth-source-passphrase-alist): New variable.
5314         (auth-source-passphrase-callback-function)
5315         (auth-source-token-passphrase-callback-function): Callbacks for the
5316         netrc field encryption (GPG tokens).
5317         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5318         Symmetric encryption and decryption of the netrc GPG tokens.
5319         (auth-source-netrc-normalize): Use them, simplifying the closure.
5321 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5323         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5324         is available.
5326 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5329         non-nil, and `nnimap-split-methods' is nil, use the former.
5331 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5333         * plstore.el (plstore-revert): New function.
5334         (plstore-open): Use it; hide the buffer from user.
5336 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5338         * auth-source.el (auth-source-backend): New member "arg".
5339         (auth-source-backend-parse): Handle new backend 'plstore.
5340         * plstore.el: New file.
5342 2011-06-30  Glenn Morris  <rgm@gnu.org>
5344         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5346 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5349         expiring articles to.
5351         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5352         variations as ASCII (bug#5458).
5354 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5356         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5358 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360         * message.el (message-point-in-header-p): Tweak the function to default
5361         to saying that we're not in the headers if there is no separator at
5362         all.  This makes it possible to use the Message version of `M-q' in
5363         buffers with no headers (bug#7987).
5364         (message-point-in-header-p): Fix last checkin to work with an empty
5365         mail-header-separator, too.
5367         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5368         again, save the choice via customize.
5370 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5374         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5375         ended the connection, bail out before waiting infinitely on a new
5376         connection.
5378 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5380         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5381         reports.
5383         * gnus.el (gnus-bug-package): Use "gnus."
5384         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5386 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388         * dgnushack.el: Make the timer warning go away on XEmacs.
5390         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5391         animations going on at article exit time.
5393         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5394         since removing it breaks people upgrading.
5396         * shr.el (shr-put-image): Use the new interface for animating images.
5397         (shr-put-image): Animate for 60 seconds.
5399         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5400         avoid compiler warnings.
5402         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5403         error with `find-file-hooks' on Emacs 22.
5404         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5405         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5406         on all architectures.
5408         * spam.el (spam-stat): Require in a normal fashion without binding
5409         `spam-stat-install-hooks' to avoid compilation warnings.
5411         * spam-stat.el (spam-stat-install-hooks): Remove.
5412         (spam-stat-install-hooks): Don't run automatically.
5414 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5416         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5417         and keystroke.
5419 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5421         * auth-source.el (auth-source-netrc-cache): Move forward.
5423 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425         * proto-stream.el (proto-stream-open-starttls): Use
5426         `gnutls-available-p' to see whether we have built-in support.
5428         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5429         we already know.
5430         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5431         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5433 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5435         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5436         %S format, since that looks odd.
5437         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5438         file, especially when saving.
5440 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5442         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5443         article found.
5445 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5447         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5448         `auth-source-save-secrets' with a more sensitive alist that can be
5449         configured per file.  Experimental, so defaults to 'never.
5450         (auth-source-netrc-create): Use it.  Still experimental code.
5451         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5452         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5454 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5456         * auth-source.el (auth-source-save-secrets): New variable to control if
5457         secret tokens should be saved encrypted.
5458         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5459         to `auth-source-netrc-normalize'.
5460         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5461         on the EPA variables being defined.
5462         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5463         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5464         the lexical-let closure.
5465         (auth-source-netrc-create): Create "gpg:" tokens according to
5466         `auth-source-save-secrets'.
5468 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5470         * gnus-group.el (gnus-group-update-group): Add new argument
5471         `info-unchanged' that stops updating dribble buffer.
5473         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5474         deletes lines matching to it in dribble buffer.
5476         * gnus-agent.el (gnus-agent-fetch-group-1):
5477         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5478         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5479         * gnus-start.el (gnus-group-change-level):
5480         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5482         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5483         if newsgroup info is not changed.
5485         * gnus-group.el (gnus-group-get-new-news-this-group):
5486         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5487         Don't update dribble buffer.
5489 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5491         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5492         remove entries with groups we ignore.
5494 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5497         the underline comes at the bottom.
5499 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5501         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5502         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5503         (gnus-registry-article-marks-to-names): Rename from
5504         `gnus-registry-user-format-function-M2'.
5506 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5508         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5509         ephemeral group.
5511 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513         * shr.el (shr-browse-image): Copy the URL if called interactively.
5515 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5517         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5518         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5519         done, then unselected articles may be marked as read.
5521         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5522         since not doing this seems to lead to a race condition in pop3-logon.
5524         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5525         so that the call chain it correct when we call "upwards".
5527         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5528         in read-only groups.
5530         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5532         * message.el (message-cite-reply-position): Doc string fix.
5534         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5535         avoid regexp overflow.
5536         (nnimap-transform-split-mail): Ditto.
5538         * pop3.el (pop3-retr): Error out if the server closes the connection.
5540 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5542         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5543         mm-with-unibyte-current-buffer.  The buffer should not contain any
5544         multibyte chars anyway at this stage.
5546 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5549         at the end of lines.
5551 2011-05-29  Julien Danjou  <julien@danjou.info>
5553         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5555 2011-05-27  Glenn Morris  <rgm@gnu.org>
5557         * gnus-group.el (gnus-bug-group-download-format-alist):
5558         Use the "maintainer" version of debian reports as well.
5560 2011-05-26  Glenn Morris  <rgm@gnu.org>
5562         * gnus-group.el (gnus-bug-group-download-format-alist):
5563         Use the "maintainer" version of debbugs.gnu.org reports.
5565 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5567         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5569 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5571         * gnus-cus.el (gnus-agent-customize-category):
5572         * gnus-delay.el (gnus-delay-send-queue):
5573         * gnus.el (gnus-other-frame):
5574         Don't quote lambda expressions with `quote'.
5576 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5578         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5579         the thread moves us backwards and so we loop forever.
5581 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5583         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5584         whitespace in base64 data lines.
5586 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5588         * gnus-registry.el (gnus-registry-user-format-function-M):
5589         Use `mapconcat'.
5590         (gnus-registry-user-format-function-M2): Use to see the full text of
5591         the marks.  Make "," the mark text separator.
5593         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5594         authentication with auth-source.
5596 2011-05-17  Glenn Morris  <rgm@gnu.org>
5598         * gnus-group.el (gnus-import-other-newsrc-file):
5599         Use insert-file-contents.
5601 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5603         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5604         1000 iterations.
5606 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5608         * nntp.el (nntp-open-connection): Check if process-type is available.
5610 2011-05-16  Julien Danjou  <julien@danjou.info>
5612         * shr.el (shr-tag-del): Add support for del tag.
5614 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5616         * gnus-html.el (gnus-html-put-image): Register a displayer.
5618         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5620 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5622         * registry.el (prune-factor): New initialization parameter defaulting
5623         to 0.1.
5624         (registry-prune-hard): Use it.
5626         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5627         0.1 expicitly.
5629 2011-05-13  Glenn Morris  <rgm@gnu.org>
5631         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5632         is bound, since this function requires sendmail.
5634 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5636         * registry.el (registry-usage-test): Disable pruning test.
5638 2011-05-11  David Engster  <dengste@eml.cc>
5640         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5641         Bind set-network-process-option for XEmacs.
5643 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5645         * registry.el (registry-prune-hard-candidates)
5646         (registry-prune-soft-candidates): Helper methods for registry pruning.
5647         (registry-prune): Use them.  Make the sort function optional.
5649 2011-05-10  Jim Meyering  <meyering@redhat.com>
5651         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5653 2011-05-10  Julien Danjou  <julien@danjou.info>
5655         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5656         symbol and not a list.
5658 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5660         * gnus-art.el (gnus-article-mode): Move binding of
5661         shr-put-image-function here from gnus-article-prepare-display.
5663         * shr.el (shr-put-image-function): New variable.
5664         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5665         (shr-put-image): Return scaled image.
5667         * gnus-art.el (gnus-shr-put-image): New function.
5668         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5670         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5671         original ones, as deletable.
5673 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5675         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5677 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5679         * registry.el (registry-full): Add convenience method.  Fix logic.
5680         (registry-insert): Use it.  Fix logic here too.
5682         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5683         `registry-prune' if `registry-full' returns t.
5684         (gnus-registry-handle-action)
5685         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5686         (gnus-registry-usage-test): Use it.
5688 2011-05-07  Julien Danjou  <julien@danjou.info>
5690         * shr.el (shr-link): Make shr-link inherit from link by default.
5692 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5694         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5696 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5698         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5699         error out because the face is not a list.
5701 2011-05-05  Glenn Morris  <rgm@gnu.org>
5703         * proto-stream.el (gnutls-negotiate): Fix declarations.
5705         * gnus-start.el (gnus-propagate-marks): Declare.
5707 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5709         * registry.el (registry-reindex): Fix percentage message.
5711         * proto-stream.el (network-stream-open-starttls): Adjust to call
5712         `gnutls-negotiate' with :process and :hostname arguments.
5714 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5716         * shr.el: Add shr-link face for links.
5717         (shr-urlify): Use it.
5719         * registry.el (registry-insert): Make error message more helpful.
5721 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5723         * gnus-html.el (gnus-html-schedule-image-fetching):
5724         Use url-queue-retrieve, if it exists.
5726         * shr.el (shr-tag-img): Ditto.
5728         * gnus.el: Autoload more gnus-agent functions.
5730         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5731         agent if we haven't already (bug#8502).
5733         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5734         into the Agent, too.
5736         * gnus-agent.el (gnus-agent-store-article): New function.
5738         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5739         and moved from that file for reuse.
5741         * pop3.el (pop3-open-server): Error messages are "-ERR".
5743 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5746         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5748 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5750         * gnus.el: No Gnus v0.17 is released.
5752 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5754         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5755         buffer has moved to a different frame.
5757 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5760         to get the conversion from unibyte to multibyte buffers to work on
5761         Emacs 22.
5763         * nntp.el (nntp-request-article): Slight clean-up.
5765 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767         * shr.el (shr-strike-through): New face.
5768         (shr-tag-s): Use it to provide <s> support.
5769         (shr-tag-s): Remove duplicate definition.
5771 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5773         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5774         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5776 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5778         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5779         `gnutls-negotiate'.
5780         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5782 2011-04-23  Glenn Morris  <rgm@gnu.org>
5784         * gnus-sum.el (gnus-extra-headers): Bump :version.
5786 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788         * shr.el (shr-tag-sup): New function.
5789         (shr-tag-sub): Ditto.
5791 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5793         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5794         for the case where `gnus-registry-ignored-groups' is a list of lists,
5795         and don't call `gnus-parameter-registry-ignore' otherwise.
5797 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5799         * nnimap.el (nnimap-user): New backend variable.
5800         (nnimap-open-connection-1): Use it.
5801         (nnimap-credentials): Accept user parameter so it's explicit what user
5802         name is desired.
5804         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5805         default.
5807         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5808         not gnus-registry.el.
5810         * gnus-registry.el: Mention in comments how to modify
5811         `gnus-extra-headers' for proper recipient tracking and that it may
5812         already have To and Cc recently, which it does as of this commit.
5813         (gnus-registry-ignored-groups): Remove defcustom.
5814         Explain why in comments.
5815         (gnus-registry-action): Fix data-header reference to use the extra
5816         headers.  Explain in package commentary how to add To and Cc headers to
5817         the gnus-extra-headers.
5818         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5819         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5820         parameter list or a string list in `gnus-registry-ignored-groups'.
5821         Fix logic error.
5823 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825         * shr.el (shr-expand-url): Protect against null urls.
5827 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829         * shr.el (shr-base): New binding.
5830         (shr-tag-base): Keep track of <base>.
5831         (shr-expand-url): New function used throughout.
5833 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5835         * gnus-registry.el
5836         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5837         (gnus-registry-ignored-groups): New variable.
5838         (gnus-registry-ignore-group-p): Use it.
5839         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5840         set the destination group to nil (same as delete) if it's ignored.
5842 2011-04-20  David Engster  <dengste@eml.cc>
5844         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5846         * Makefile.in (test-nntp): New rule.
5847         (check): Add it.
5848         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5850 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5852         * gnus-registry.el (gnus-registry-action)
5853         (gnus-registry-fetch-header-fast):
5854         Don't use mail-header that looks an internal function of mailheader.el.
5856 2011-04-19  Glenn Morris  <rgm@gnu.org>
5858         * time-date.el (time-to-days): Remove unused local variables.
5860 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5862         * gnus-registry.el: Eliminate cl functions.
5863         (gnus-registry-sort-addresses): New function that replaces mapcan.
5864         (gnus-registry-action, gnus-registry-spool-action)
5865         (gnus-registry-split-fancy-with-parent)
5866         (gnus-registry-fetch-recipients-fast): Use it.
5867         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5869         * registry.el (initialize-instance, registry-lookup)
5870         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5871         (registry-lookup-secondary-value, registry-search, registry-delete)
5872         (registry-insert, registry-reindex, registry-size, registry-prune):
5873         Use eval-and-compile.
5875 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5877         * registry.el (registry-reindex): New method to recreate the secondary
5878         registry indices.
5880         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5881         tracked field changes.
5882         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5883         (gnus-registry-action, gnus-registry-spool-action)
5884         (gnus-registry-handle-action)
5885         (gnus-registry--split-fancy-with-parent-internal)
5886         (gnus-registry-split-fancy-with-parent)
5887         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5888         move, and delete actions, and for fancy splitting with parent.
5889         (gnus-registry-extract-addresses)
5890         (gnus-registry-fetch-recipients-fast)
5891         (gnus-registry-fetch-header-fast): Convenience functions.
5892         (gnus-registry-misc-test): ERT test of
5893         `gnus-registry-extract-addresses'.
5895 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5897         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5898         Track by subject first, then sender.
5900 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5904         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5905         Lisp.
5907         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5908         (gnus-draft-send): Use it to avoid popping
5909         up frames from gnus-group-send-queue.
5911 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5913         * gnus-registry.el: Updated gnus-registry docs.
5915 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5917         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5918         Fix logic bug.
5919         (gnus-registry-post-process-groups): Fix logging of no results and
5920         quote sender and subject.
5922 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5925         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5926         gnutls-cli are too slow to be done opportunistically.
5928         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5929         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5930         we had no early-data returned.
5931         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5932         two async commands to the same server at the same time.
5934 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5936         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5938 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5941         "warning" level.
5943         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5944         (mm-url-insert-file-contents): Don't set the package names.
5946 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5948         * gnus-registry.el (gnus-registry-action): Remove properties and
5949         simplify subject in `gnus-registry-handle-action'.
5950         (gnus-registry-spool-action): Get subject and sender from message if
5951         they are not passed in.
5952         (gnus-registry-handle-action): Remove properties and simplify subject
5953         consistently.
5955 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * registry.el: Require CL before using defmacro*.
5959 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5961         * gnus-art.el (article-treat-date): Assume that
5962         gnus-article-date-headers may be a group parameter.
5964 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5966         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5968         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5969         interactively so the newsrc file can contain foreign groups too.
5970         Useful for debugging but not much for users.
5972 2011-04-07  David Engster  <dengste@eml.cc>
5974         * registry.el (registry-usage-test): Only do
5975         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5976         lexical binding.
5978 2011-04-07  David Engster  <dengste@eml.cc>
5980         * Makefile.in (check, test-registry): New rules for test-suite.
5982 2011-04-06  David Engster  <dengste@eml.cc>
5984         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5985         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5987 2011-04-06  David Engster  <dengste@eml.cc>
5989         * registry.el (initialize-instance): Change :after to :AFTER to be
5990         compatible with old EIEIO version in XEmacs.
5992 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5994         * gnus-registry.el (gnus-registry-post-process-groups)
5995         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5996         and provide better messaging.
5998 2011-04-06  David Engster  <dengste@eml.cc>
6000         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6001         errors.
6003         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6004         dgnushack-compile with error-on-warn enabled, and to signal an error if
6005         clean compilation failed.
6006         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6007         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6009 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6011         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6012         unconditionally anyway, discarding errors.
6013         (gnus-registry-delete-entries): New convenience function.
6014         (gnus-registry-import-eld): Import from old .eld registry.
6016         * registry.el: Don't use ERT if it's not available.  Load it
6017         unconditionally anyway, discarding errors.
6019         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6020         version from the Claudio Bley GnuTLS patch (extra optional parameters
6021         and host name).
6023 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6025         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6026         fixup the parameters that can be customized by the user between
6027         save/read cycles.
6028         (gnus-registry-read): Use it.
6029         (gnus-registry-make-db): Use it.
6030         (gnus-registry-spool-action, gnus-registry-handle-action):
6031         Fix messaging.
6032         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6033         Map references to actual group names with sender and subject tracking.
6034         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6035         (gnus-registry-usage-test): Add subject lookup test.
6037         * registry.el (registry-db, initialize-instance): Set up constructor
6038         instead of :initform arguments for the sake of older Emacsen.
6039         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6040         pre-lexbind merge bug.
6041         (registry-usage-test): Use it.
6042         (initialize-instance, registry-db): Move the non-function initforms
6043         back to the class definition.
6045 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6047         * registry.el: New library to manage gnus-registry-style data.
6049         * gnus-registry.el: Use it (major rewrite).
6051         * nnregistry.el: Use it.
6053         * spam.el: Use it.
6055 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6058         marks on non-selected articles.
6060 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6062         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6063         parameter to open-protocol-stream.
6065 2011-04-01  Julien Danjou  <julien@danjou.info>
6067         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6068         fundamental-mode.
6070 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6073         servers.
6075 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6078         made marks not propagate, again.
6080 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6082         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6083         Make this the default type.
6084         (proto-stream-open-plain): Rename from proto-stream-open-default.
6085         (open-protocol-stream, proto-stream-open-starttls)
6086         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6087         with `plain'.
6089         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6090         value.
6092         * nntp.el (nntp-open-connection-function): Document the fact that some
6093         values are not functions but are instead handled specially.
6094         Recognize nntp-open-plain-stream value.
6095         (nntp-open-connection): Recognize that value.
6097 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6100         where it seems to be needed.
6102 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6105         stuff.
6107         * gnus-score.el (gnus-score-string): Fix calling convention of
6108         `gnus-simplify-buffer-fuzzy' after last patches.
6110         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6111         server for articles we didn't get any headers for.  This is a sanity
6112         check.
6114 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6116         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6117         new CAPABILITY, use it.
6119 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6121         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6122         downloading anything.
6124         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6126 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6128         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6129         colors.
6130         (gnus-splash-svg-color-symbols): New function.
6132 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6135         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6136         (gnus-simplify-subject-fuzzy): Use the local
6137         gnus-simplify-subject-fuzzy-regex instead of the global one.
6138         This makes using this variable in group parameters work.
6140 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6142         * gnus-registry.el (gnus-registry-unfollowed-groups):
6143         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6144         archive:sent-YYYY-MM-DD groups).
6145         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6146         tracking if there are more than `gnus-registry-max-track-groups'
6147         matches.
6149 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6151         * message.el (message--yank-original-internal): New function to do the
6152         insertion cleanly inside eval in `message-yank-original'.
6153         (message-yank-original): Use it.
6155 2011-03-29  Julien Danjou  <julien@danjou.info>
6157         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6158         local variables disabled rather than `normal-mode'.
6160 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6162         * imap.el (imap-shell-open, imap-process-connection-type):
6163         Use imap-process-connection-type for 'shell' streams as well as
6164         Kerberos, SSL, other subprocesses.
6166 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6168         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6169         with open-network-stream.
6170         (proto-stream-always-use-starttls): Option removed.
6171         (open-protocol-stream): Return a process object by default.  Provide a
6172         new parameter :return-list specifying a list-type return value, which
6173         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6174         :type `network' to `try-starttls', and `network-only' to `default'.
6175         Make `default' the default, for compatibility with open-network-stream.
6176         Handle the no-parameter case exactly as open-network-stream, with no
6177         additional stream processing.  Search plists using plist-get.
6178         Explicitly add :end-of-commend parameter if it is missing.
6179         (proto-stream-open-default): Rename from
6180         proto-stream-open-network-only.  Return 'default as the type.
6181         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6182         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6183         failed.  Always return a list with a (possibly dead) process as the
6184         first element, for compatibility with open-network-stream.
6185         (proto-stream-open-tls): Use plist-get.  Always return a list.
6186         (proto-stream-open-shell): Return `default' as connection type.
6187         (proto-stream-capability-open): Use plist-get.
6188         (proto-stream-eoc): Function deleted.
6190         * nnimap.el (nnimap-stream, nnimap-open-connection)
6191         (nnimap-open-connection-1): Handle renaming of :type parameter for
6192         open-protocol-stream.
6193         (nnimap-open-connection-1): Pass a :return-list parameter
6194         open-protocol-stream to obtain a list return value.  Parse this list
6195         using plist-get.
6197         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6198         for open-protocol-stream.  Accept open-protocol-stream return value
6199         that is a subprocess object instead of a list.  Handle the case of a
6200         dead returned process.
6202 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6204         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6206         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6208 2011-03-21  Julien Danjou  <julien@danjou.info>
6210         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6211         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6212         query.
6213         (mm-inline-text): Render normal text with fontification whenever
6214         possible.
6216         * gnus-sum.el (gnus-summary-save-parts-1):
6217         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6218         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6219         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6220         Use `mm-handle-filename'.
6222         * mm-util.el (mm-handle-filename): New function, return the filename of
6223         an handle.
6225 2011-03-18  Julien Danjou  <julien@danjou.info>
6227         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6228         (gnus-buffer-live-p): Check that buffer is not nil.
6230 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6232         * gnus.el: No Gnus v0.15 is released.
6234 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6237         avoid warning on XEmacs.
6239         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6240         on XEmacs.
6242         * gnus-art.el: Require mouse, which the build bot seems to say is
6243         needed.
6245         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6247         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6248         XEmacs, since it doesn't have url-retrieve-synchronously.
6250         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6251         since assoc-string doesn't exist in XEmacs.
6253 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6255         * gnus-group.el (gnus-group-list-ticked): New function.
6256         (gnus-group-make-menu-bar): Provide a menu entry for it.
6257         (gnus-group-list-map): Provide a binding for it.
6259 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261         * shr.el (shr-visit-file): New command.
6263         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6265 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6267         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6268         servers.
6270 2011-03-16  Julien Danjou  <julien@danjou.info>
6272         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6273         inline.
6275         * gnus-art.el (article-hide-list-identifiers):
6276         Use gnus-group-get-list-identifiers.
6278         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6279         (gnus-summary-remove-list-identifiers):
6280         Use gnus-group-get-list-identifiers to get regexp.
6281         (gnus-select-newsgroup, gnus-summary-insert-subject)
6282         (gnus-summary-insert-articles):
6283         Call gnus-summary-remove-list-identifiers unconditionally.
6285 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6288         we're selecting a group with unread articles.
6290         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6292         * gssapi.el: New file separated out from imap.el to provide a general
6293         Kerberos 5 connection facility for Emacs.
6295         * message.el (message-elide-ellipsis): Document the format spec
6296         ellipsis.
6298 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6300         * message.el (message-elide-region): Allow the ellipsis to say how many
6301         lines were removed.
6303 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6306         window configurations containing buffers that are now dead.
6308         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6309         parsing to avoid integer overflows.
6310         (nnimap-parse-flags): Simplify the last change.
6311         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6312         too large for 32-bit Emacsen.
6314 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * auth-source.el (auth-source-netrc-create):
6317         * message.el (message-yank-original): Fix use of `case'.
6319 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6321         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6322         XEmacs, which was one character too wide.
6324 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6326         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6327         default number of articles to display.
6328         (gnus-articles-to-read): Use pretty names for prompt.
6330 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332         * gnus-int.el (gnus-open-server): Ditto.
6334         * gnus-start.el (gnus-activate-group): Give a backtrace if
6335         debug-on-quit is set and the user hits `C-g'.
6336         (gnus-read-active-file): Ditto.
6338         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6340 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6342         * message.el (message-yank-original): Use cond instead of CL case.
6344 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6346         * auth-source.el (auth-source-netrc-create): Use usual format for the
6347         default in prompts.
6349 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6351         * lpath.el: Fbind read-char-choice for XEmacs.
6353 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6355         * auth-source.el (auth-source-netrc-create): Show the default in the
6356         prompt when prompting for token creation.
6358 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6360         * auth-source.el (auth-source-format-prompt): Always convert the value
6361         to a string to avoid evaluating non-string arguments.
6362         (auth-source-netrc-create): Offer default properly, not as initial
6363         content in `read-string'.
6364         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6365         of line to determine if we've been run before.  If so, don't run again,
6366         but print a trivial message to indicate the cache was hit instead.
6368 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6370         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6371         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6372         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6373         Gnus.
6375 2011-03-11  Julien Danjou  <julien@danjou.info>
6377         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6378         modified file".
6380 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6382         * auth-source.el (auth-source-read-char-choice): New function to read a
6383         character choice using `dropdown-list', `read-char-choice', or
6384         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6385         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6386         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6387         (auth-source-netrc-saver): Use it.
6388         (auth-source-pick-first-password): New convenience function.
6390 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6392         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6393         parameter in the credentials.
6394         (nnimap-open-connection-1): Use it after a successful login.
6395         (nnimap-credentials): Add IMAP-specific user and password prompt.
6397         * auth-source.el (auth-source-search): Add :require parameter, taking a
6398         list.  Document it and the :save-function return token.  Pass :require
6399         down.  Change the CREATED message from a warning to a debug statement.
6400         (auth-source-search-backends): Pass :require down.
6401         (auth-source-netrc-search): Pass :require down.
6402         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6403         Change save prompt to indicate all modifications saved here are
6404         deletions.
6405         (auth-source-netrc-create): Take user login name as default in user
6406         prompt.  Move all the save functionality to a lexically bound function
6407         under the :save-function token in the returned list.  Set up clearer
6408         default prompts for user, host, port, and secret.
6409         (auth-source-netrc-saver): New function, intended to be wrapped for
6410         :save-function.
6412 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6415         lines to be spaces instead.
6417 2011-03-07  Julien Danjou  <julien@danjou.info>
6419         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6420         (sieve-sasl-auth): Check that auth-source-search did return something,
6421         or just return an empty string.
6423 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6425         * gnus.el (gnus-interactive): Use read-directory-name.
6427         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6428         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6429         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6430         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6431         Likewise.
6433         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6435 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6438         onto the list of killed groups, too.  This makes killed nnimap groups,
6439         for instance, more reliably not reappear.
6441         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6442         the parent.
6444         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6446         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6447         really have server-side marks.
6449         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6450         since most backends do not usefully have server-side marks.
6451         (gnus-update-read-articles): Propagate marks to all backends that
6452         really have server-side marks.
6454 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6456         * message.el (message-cite-reply-position, message-cite-style):
6457         New variables.
6458         (message-yank-original): Use the new citation styles.
6460 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6462         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6463         buffer-local issue); don't mark it buffer-local when running under
6464         XEmacs.
6466 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6468         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6469         numbers too big to be `read'.
6471 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6473         * password-cache.el (password-in-cache-p): Add autoload.
6475         * message.el (message-options): Make buffer-local two ways to attempt
6476         to fix a XEmacs bug.
6478 2011-03-02  Julien Danjou  <julien@danjou.info>
6480         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6482 2011-03-01  Julien Danjou  <julien@danjou.info>
6484         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6485         group.
6486         (article-hide-list-identifiers): Use list-identifier group parameter.
6488 2011-02-28  Julien Danjou  <julien@danjou.info>
6490         * sieve.el (sieve-buffer-script-name): New local variable to store
6491         sieve script name.
6492         (sieve-edit-script): Store sieve script name.
6493         (sieve-upload): Use sieve script name when uploading.
6494         (sieve-upload): Use substitute-command-keys.
6495         (sieve-edit-script): Use substitute-command-keys.
6496         (sieve-refresh-scriptlist): Use substitute-command-keys.
6497         (sieve-manage-mode-map): Define keymap properly.
6498         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6499         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6500         Remove commented code about cvs.
6501         (sieve-manage-quit): New function.
6502         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6504 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6508 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6510         * auth-source.el (auth-source-search): Cache empty result sets.
6512         * password-cache.el (password-in-cache-p): Convenience function to
6513         check if a key is in the cache, even if the value is nil.
6515         * auth-source.el (auth-source-save-behavior): New variable to replace
6516         `auth-source-never-create'.
6517         (auth-source-netrc-create): Use it.
6518         (auth-source-never-save): Remove.
6520 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6522         * nnimap.el (nnimap-stream): Doc fix.
6523         (nnimap-open-connection-1): Reverse the order of the ports to that the
6524         prompted-for port is first.
6526         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6527         retrieval by the no-group selection.
6529         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6530         numerical parameters.
6532 2011-02-25  Julien Danjou  <julien@danjou.info>
6534         * gnus-gravatar.el: Use gnus-with-article-buffer.
6536         * gnus-art.el (gnus-with-article-buffer): Check that the
6537         gnus-article-buffer is alive.
6539 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6541         * auth-source.el (auth-source-creation-prompts): New variable to manage
6542         creation-time prompts.
6543         (auth-source-search): Document it.
6544         (auth-source-format-prompt): Add utility function.
6545         (auth-source-netrc-create): Don't default the user name to
6546         user-login-name.  Use `auth-source-creation-prompts' and some default
6547         prompts for user, host, port, and password (the default generic prompt
6548         remains ugly).
6549         (auth-source-never-save): Add customizable option to never save info.
6550         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6551         mode excursion.
6553 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6555         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6556         argument that XEmacs doesn't support.
6558         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6559         compiled for Emacsen having no `libxml-parse-html-region' support.
6561         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6563         * lpath.el: Bind buffer-save-without-query for XEmacs.
6565 2011-02-23  Julien Danjou  <julien@danjou.info>
6567         * gnus-art.el (article-make-date-line): Ignore errors if time is
6568         invalid and not convertible.
6569         (article-make-date-line): Only add lapsed time if time is not nil.
6571 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6573         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6574         `read-char-choice' for backwards compatibility.
6575         (auth-source-netrc-element-or-first): New function to DTRT for
6576         parameter extraction.
6577         (auth-source-netrc-create): Use it and fix multiple parameter print
6578         bug.  Use the default passed from above (given-default) or the
6579         built-in (user-login-name for :user).
6581 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6583         * gnus-start.el (gnus-dribble-read-file):
6584         Set buffer-save-without-query, since we always want to save the dribble
6585         file, probably.
6587         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6588         nnimap.
6590         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6591         -summary- since it's a user-visible variable.
6593         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6594         first time you use the new Gnus.
6596 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6598         * auth-source.el: Don't load netrc.el.
6599         (auth-sources): Search ~/.netrc as well by default.
6600         (auth-source-debug): Add 'trivia option for extra output.
6601         (auth-source-do-trivia): Use it.
6602         (auth-source-search): Simplify logic to use
6603         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6604         appropriate.  Don't keep a running count at this level.  Layer :create
6605         and :delete options appropriately on the first and second passes.
6606         Don't track the backend with the search results.
6607         (auth-source-search-backends): New function to search a list of
6608         backends for a processed spec.
6609         (auth-source-netrc-parse): Cache all netrc files, making
6610         auth-source-netrc-cache an alist keyed by the file name and using the
6611         file mtime as the caching criterion.  Keep the obfuscated data secret
6612         with a lexical bind.
6613         (auth-source-netrc-search): Don't calculate the length of the results
6614         unnecessarily.
6615         (auth-source-search-backends): Fix bug.
6616         (auth-source-netrc-create): Rework prompts.
6618 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6620         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6621         Lower case names of search constraints.
6622         (nnir-run-query): Cache and reuse search constraints for all imap
6623         servers.
6625 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6627         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6628         after exit.
6629         (gnus-setup-message): Define missing variable from last checkin.
6631         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6632         value, show the raw article.
6634 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6636         * gnus.el: No Gnus v0.13 is released.
6638 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6640         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6641         auth-source now accepts numbers.
6643         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6644         spec, too.
6645         (auth-source-ensure-strings): New function.
6647         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6648         (gnus-article-setup-buffer): Always restart the date timer so that user
6649         changes to the frequency is respected.
6651         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6652         port numbers, so make sure it gets that if nnimap-server-port is
6653         explicit.
6655 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6657         * nnimap.el (nnimap-inbox): Doc fix.
6659 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6661         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6662         Autoload.  Add optional arg FRAME, and pass it to color-values.
6663         (color-complement): Caller changed.  Doc fix.
6664         (color-gradient): Rewrite for better clarity and efficiency.
6666 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6668         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6669         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6670         color-lab-to-srgb.
6672 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6674         * color.el: First part of merge from hexrgb.el.
6675         (color-rgb-to-hex): Rename from color-rgb->hex.
6676         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6677         saturation to zero if the value is too small.
6678         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6679         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6680         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6681         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6682         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6683         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6684         (color-cie-de2000): Doc fix.
6686 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6688         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6689         given method as in the group name if we're using an extended method.
6690         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6691         command, if we're using that, instead of waiting for the beginning.
6693         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6694         we're sure to get unique server names, and we don't output two async
6695         commands in the same buffer.  This fixes an NNTP hang for some users.
6697 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6699         * gnus.el: No Gnus v0.11 is released.
6701 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6703         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6704         summary buffer before reading going to the next buffer.  This avoids
6705         putting the point in the group buffer if you `C-g' the command.
6707         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6708         cache (for now) to make ~/.authinfo.gpg files usable.
6710         * nnfolder.el (copyright-update): Define for the compiler.
6712         * auth-source.el (auth-source-search): Fix unbound variable.
6714 2011-02-19  Glenn Morris  <rgm@gnu.org>
6716         * gnus.el (gnus-meta): Doc fix.
6718 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6720         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6721         in case it's not yet loaded.
6723 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6725         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6726         line we're waiting for.
6728 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6730         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6731         face with line-width greater than zero will cause RET in gnus summary
6732         buffer to scroll down article page-wise because auto vscroll happens,
6733         it should be temporally disabled when doing a scroll-up.
6735 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6737         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6738         outputs from the server.
6740 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6742         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6743         later so that bbdb can hook in easier.
6745 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6747         * auth-source.el (auth-source-search): Don't try to create credentials
6748         if the caller doesn't want that.
6749         (auth-source-search): If we don't find a match, don't bug out on
6750         non-bound variables.
6751         (auth-source-search): Only ask a single backend to create the
6752         credentials.
6754         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6755         logging.
6756         (nnimap-credentials): Protect against auth-source-search returning nil.
6757         (nnimap-request-list): Protect against not being able to open the
6758         server.
6760 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6762         * auth-source.el (auth-source-search): Do a two-phase search, one with
6763         no :create to get the responses from all backends.
6765         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6766         when getting credentials.
6768         * gnus-util.el (gnus-delete-duplicates): New function.
6770 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6772         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6773         a creation default, pass the whole port list down.  It will be
6774         completed.
6776         * auth-source.el (auth-source-search): Updated docs to talk about
6777         multiple creation choices.
6778         (auth-source-netrc-create): Accept a list as a value (from the search
6779         parameters) and do completion on that list.  Keep a separate netrc line
6780         with the password obscured for showing the user.
6782         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6783         first choice to `auth-source-search' so it will be used for entry
6784         creation instead of the server's Gnus-specific name.
6785         (nnimap-credentials): Rely on the auth-source library to select which
6786         port is actually wanted in the new netrc entry, so don't override
6787         `auth-source-creation-defaults'.
6789         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6790         :protocol and accept a missing user, host, or port as a wildcard match.
6791         (auth-source-debug): Default to off.
6793         (auth-source-netrc-search, auth-source-netrc-create)
6794         (auth-source-secrets-search, auth-source-secrets-create)
6795         (auth-source-user-or-password, auth-source-backend, auth-sources)
6796         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6797         instead of :protocol.
6799         * nnimap.el (nnimap-credentials): Pass a port default to
6800         `auth-source-search' in case an entry needs to be created.
6801         (nnimap-open-connection-1): Use :port instead of :protocol.
6803 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6805         * auth-source.el: Bind load-path when loading EIEIO from
6806         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6807         21.4 doesn't support, to `require'.
6808         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6809         delete-dups that is not available in XEmacs 21.4.
6811 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6813         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6814         as EIEIO must also be loaded when auth-source.el is being
6815         byte-compiled.
6817 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6819         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6821         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6823         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6825         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6827         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6829         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6831         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6833         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6834         necessary.
6836 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6838         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6839         nil means that nnimap doesn't get updated.
6841 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6843         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6844         result when the user doesn't want to write to the file.
6845         (auth-source-netrc-search): Expect a synthetic result and proceed
6846         accordingly.
6847         (auth-source-cache-expiry): New variable to override
6848         `password-cache-expiry'.
6849         (auth-source-remember): Use it.
6851         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6852         parameter.  Create entry if necessary by using :create t.
6853         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6855 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6857         * auth-source.el (auth-source-debug): Enable by default and don't
6858         mention the obsolete `auth-source-hide-passwords'.
6859         (auth-source-do-warn): New function to debug unconditionally.
6860         (auth-source-do-debug): Use it.
6861         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6862         and for Secrets API entries when the secrets.el library is not
6863         available.
6865 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6867         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6868         (gnus-summary-exit): Kill the correct article buffer on exit from a
6869         `C-d' group.
6871         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6872         gnus-propagate-marks.
6874         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6875         before killing the buffers so that a non-full window conf gets handled
6876         correctly.
6877         (gnus-summary-exit): Ditto.
6878         (gnus-summary-read-group-1): Ditto.
6880         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6881         async code again so that we can debug it properly.
6883         * message.el (message-reply): Take an optional switch-buffer parameter
6884         so that Gnus window confs are respected better.
6886 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6888         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6889         `plist-get' to accept non-list parameters (XEmacs issue).
6890         Fix docstring.
6891         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6892         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6893         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6894         Login collection is "Login" and not "login".
6896 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6898         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6899         multiple headers.
6901         * nnimap.el (nnimap-inhibit-logging): New variable.
6902         (nnimap-log-command): Don't log login commands.
6904         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6905         to have more parameters.
6907         * nnimap.el (nnimap-send-command): Mark the command time for each
6908         command, so that we don't get NOOPs stepping on our toes.
6910         * gnus-art.el (article-date-ut): Get the date from the Date header on
6911         `t'.
6913 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6915         * auth-source.el (auth-source-search): Use copy-sequence instead of
6916         the cl.el copy-list.
6918 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6920         * imap.el: Bring it back (revert
6921         84d800cd31de3064f0ed39617d725709a2f8f42f).
6923 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6925         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6926         Improve prompt.
6928 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6930         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6931         washing status from the default format.  It isn't very informative.
6933 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6935         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6936         Fix Gcc processing on imap.
6938 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6940         * imap.el: Remove file.  All the functionality is in nnimap.el.
6942 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6944         * message.el (message-bury): Don't pop up a new window when selected
6945         window is dedicated.
6947 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6949         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6951 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6953         * sieve-manage.el: Autoload `auth-source-search'.
6954         (sieve-sasl-auth): Use it.
6956 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6958         * nnimap.el: Autoload `auth-source-forget+'.
6959         (nnimap-open-connection-1): Use it if the connection fails.
6961         * auth-source.el: Require `password-cache'.
6962         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6963         obsolete.
6964         (auth-source-magic): Marker for `password-cache' keys.
6965         (auth-source-do-cache): Update docstring.
6966         (auth-source-search): Use and check cache.
6967         (auth-source-forget-all-cached, auth-source-remember)
6968         (auth-source-recall, auth-source-forget, auth-source-forget+)
6969         (auth-source-specmatchp): Caching support functions.
6970         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6971         Remove and obsolete.
6972         (auth-source-user-or-password): Remove caching to further discourage
6973         using it.  Always hide passwords.
6975         * password-cache.el (password-cache-remove): Accept secrets that are
6976         not strings.
6978 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6980         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6981         code for now, since it doesn't work for all users.
6983 2011-02-09  Julien Danjou  <julien@danjou.info>
6985         * message.el (message-options): Make message-options really buffer
6986         local.
6988 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6990         * mail-source.el: Autoload `auth-source-search'.
6991         (mail-source-keyword-map): Note order matters.
6992         (mail-source-set-1): Get all the mail-source source values and
6993         defaults and search auth-source on those if needed.  This can all
6994         probably be simplified.
6996         * nnimap.el: Autoload `auth-source-search'.
6997         (nnimap-credentials): Use it.
6998         (nnimap-open-connection-1): Ask for the virtual server and physical
6999         address in one shot.
7001         * nntp.el: Autoload `auth-source-search'.
7002         (nntp-send-authinfo): Use it.  Note TODO.
7004 2011-02-08  Julien Danjou  <julien@danjou.info>
7006         * shr.el (shr-tag-body): Add support for text attribute in body
7007         markups.
7009         * message.el (message-options): Make message-options a local variable.
7011 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7013         * auth-source.el (auth-source-secrets-search)
7014         (auth-source-user-or-password): Use `append' instead of `nconc'.
7015         (auth-source-user-or-password): Build return list better and protect
7016         against nil :secret.
7018 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7020         * nnimap.el (nnimap-update-info): Refactor slightly.
7021         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7022         (nnimap-update-info): Clean up slightly.
7023         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7024         characters.
7025         (nnimap-process-quirk): Rename function to avoid collision.
7026         (nnimap-update-info): Fix macrology bug-out.
7027         (nnimap-update-info): Simplify split history test.
7029 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7031         * auth-source.el (top): Require 'eieio unconditionally.
7032         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7033         (auth-source-secrets-search): Limit search when `max' is greater than
7034         number of results.
7036 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7038         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7039         part not returning any data.
7041         * proto-stream.el (open-protocol-stream): Document the return value.
7043 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7045         * auth-source.el (auth-source-secrets-search): Add examples.
7047 2011-02-06  Julien Danjou  <julien@danjou.info>
7049         * message.el (message-setup-1): Handle message-generate-headers-first
7050         set to t.
7052 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7054         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7055         API with a string "secrets:collection-name" and with 'default.
7056         (auth-source-backend-parse): Parse "secrets:collection-name" and
7057         'default.  Recurse on parses instead of repeating code.  Use the
7058         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7059         message when ignoring a source.
7060         (auth-source-search): List ignored search keys at the top level.
7061         (auth-source-netrc-create): Use `case' instead of `cond'.
7062         (auth-source-secrets-search): Created with TODOs.
7063         (auth-source-secrets-create): Created with TODOs.
7064         (auth-source-retrieve, auth-source-create, auth-source-delete)
7065         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7066         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7067         (auth-source-user-or-password-sftp)
7068         (auth-source-user-or-password-smtp): Remove.
7069         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7070         around `auth-source-search'.  Not tested thoroughly.
7072 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7074         * auth-source.el: Bring in assoc and eioeio libraries.
7075         (secrets-enabled): New variable to track the status of the Secrets API.
7076         (auth-source-backend): New EIOEIO class to represent a backend.
7077         (auth-source-creation-defaults): New variable to set prompt defaults
7078         during token creation (see the `auth-source-search' docstring for
7079         details).
7080         (auth-sources): Simplify to allow a simple string as a netrc backend
7081         spec.
7082         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7083         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7084         (auth-source-search): Main auth-source API entry point.
7085         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7086         (auth-source-search-collection): Helper function for searching.
7087         (auth-source-netrc-parse, auth-source-netrc-normalize)
7088         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7089         Supports search, create, and delete.
7090         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7091         backend stubs.
7092         (auth-source-user-or-password): Call `auth-source-search' but it's not
7093         ready yet.
7095 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7097         * message.el (message-setup-1): Remove the read-only stuff, since it
7098         doesn't work under XEmacs, for some reason.
7100         * gnus-sum.el (gnus-user-date): Rename back from
7101         gnus-summary-user-date since user code refers to it.
7103         * shr.el (shr-render-td): Store the actual background color used.
7105         * message.el (message-setup-1): Don't bind the constant
7106         -forbidden-properties.
7107         (message-setup-1): Revert previous change, since it needs to bind the
7108         props to insert them.
7109         (message-resend): Allow removing the read-only separator line.
7111 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7113         * nnimap.el (nnimap-request-accept-article): Give an error message if
7114         the APPEND wasn't successful.
7116 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7118         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7119         that have no groups.
7121 2011-02-03  Julien Danjou  <julien@danjou.info>
7123         * gnus-draft.el: Remove progn around gnus-draft-setup.
7125 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7127         * gnus-start.el (gnus-read-active-for-groups): This function is never
7128         called with a nil `infos', so clean that up.
7129         (gnus-get-unread-articles): Request active files from primary/secondary
7130         methods that have no groups (yet).
7132 2011-02-03  Julien Danjou  <julien@danjou.info>
7134         * message.el (message-setup-1): Always generate References first.
7135         (message-mail): Return the return value of message-setup, not always t.
7136         (message-setup-1): Insert mail-header-separator with read-only and
7137         intangible properties set.
7139         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7140         user-date in docstring.
7142         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7144         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7145         docstring.
7147         * gnus.el (gnus-user-date-format-alist): Change default value.
7148         Use defcustom, with type and group.  Move from gnus-util.el.
7149         Rename to gnus-summary-user-date-format-alist.
7151 2011-02-03  Glenn Morris  <rgm@gnu.org>
7153         * nnimap.el (gnus-fetch-headers): Declare.
7155         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7157 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7159         * message.el (message-forward-make-body-digest-plain)
7160         (message-followup, message-reply): Clean up things noted by Stefan.
7162         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7163         gnus-article-update-date-headers is nil.
7164         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7165         it didn't really work with defcustom.
7166         (article-update-date-lapsed): Make sure the window start doesn't move,
7167         either.
7169 2011-02-01  Julien Danjou  <julien@danjou.info>
7171         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7172         format.
7174         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7175         standard in Emacs nowadays.
7177         * color.el (color-gradient): Add a color-gradient function.
7179 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7181         * message.el (message-expand-name): Don't trust the return value of
7182         bbdb-complete-name.
7183         (message-check-news-header-syntax): Remove unused var `start'.
7184         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7185         (message-inhibit-body-encoding): Move to before first use.
7186         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7187         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7188         (Organization, Message-ID, Date, mh-previous-window-config):
7189         Defvar the vars using dynamic scoping.
7191 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7193         * shr.el (shr-render-td): Only do colors at the final rendering.
7194         Should be slightly faster.
7195         (shr-insert-table): Fix up TD background colors when doing the
7196         vertical padding.
7198         * gnus-art.el (article-date-ut): Protect against articles with no Date
7199         header.
7200         (article-update-date-lapsed): Don't use current-column to find the
7201         horizontal position.  It's fragile in the presence of \003 characters.
7203         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7205 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7207         * gnus-art.el (article-transform-date): Rewrite to still work when
7208         there are several rfc2822 parts.
7209         (article-transform-date): Fix infinite recursion.
7210         (article-date-ut): Replace infinitely many Date headers with a single
7211         one when called interactively.
7213         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7214         secure manner.
7216         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7217         move around by not using save-window-excursion.  It seems to work...
7219 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7221         * gnus-art.el (article-make-date-line): Work for user-defined format.
7223 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7225         * nntp.el (nntp-retrieve-group-data-early)
7226         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7227         fetching functions.
7229         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7230         thoroughly for all backends that have no known groups.  This should
7231         allow new nnml methods to retrieve mail.
7233         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7234         that Gnus doesn't know exists again.
7236         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7237         (gnus-treat-date-ut): Ditto.
7238         (gnus-article-update-date-header): Rename.
7239         (gnus-treat-date-local): Remove.
7240         (gnus-treat-date-english): Remove.
7241         (gnus-treat-date-lapsed): Remove.
7242         (gnus-treat-date-combined-lapsed): Remove.
7243         (gnus-treat-date-original): Remove.
7244         (gnus-treat-date-iso8601): Remove.
7245         (gnus-treat-date-user-defined): Remove.
7246         (gnus-article-date-headers): New variable to control all the date
7247         header options.
7248         (article-date-ut): Rewrite to allow using the new way to format date
7249         headers(s).
7251 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7253         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7254         method.
7255         (nnmail-article-group): A better test for fanciness.
7257         * nnimap.el (nnimap-request-head): Protect against not finding the
7258         article by Message-ID.
7260 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7262         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7263         keep point at the "same place".
7265 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7267         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7268         data if the group is inactive.
7270 2011-01-28  Julien Danjou  <julien@danjou.info>
7272         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7273         (gnus-all-windows-visible-p): Remove old compatibility code.
7274         (gnus-window-top-edge): Add docstring.
7276         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7278 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7280         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7281         older request-update-info.
7283         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7285 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7287         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7288         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7290 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7292         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7293         groups.  This makes the nndraft:queue group pop up if it's not already
7294         there.
7296         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7297         messages" logic, which was reversed.
7299         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7300         the "same place" even if point is on the line being replaced.
7301         (article-update-date-lapsed): Allow updating both the combined lapsed
7302         and the lapsed headers.
7303         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7304         (article-make-date-line): Limit the number of segments dynamically to
7305         avoid too-long lines.
7307 2011-01-27  Julien Danjou  <julien@danjou.info>
7309         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7310         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7312 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7314         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7315         Use plist-get instead of the cl function getf.
7317 2011-01-27  Glenn Morris  <rgm@gnu.org>
7319         * gnus-util.el (float-time): Get rid of compiler warning, again.
7321 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7323         * shr.el (shr-put-color): Special-case background colors: Do put them
7324         at the blank parts at the front of the lines.
7326         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7327         exit hook to nix out all data on readedness on group exit.
7329         * gnus-util.el (float-time): If float-time is bound, always use it on
7330         all Emacsen.  It's unclear why the subrp check was there.
7331         (time-date): Require to make some autoload issues on XEmacs go away.
7333         * shr.el (shr-put-color): Don't do the box padding in tables, since
7334         they're already padded.
7336 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7338         * gnus-art.el (gnus-article-next-page): When the last line of the
7339         article is displayed, scroll down once more instead of going to the
7340         next article at once.
7341         (article-lapsed-string): Refactor out and allow specifying how many
7342         segments you want.
7343         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7344         (gnus-article-update-lapsed-header): New variable.
7346         * shr.el: Revert change that made headings use different-sized faces.
7347         The Emacs display engine isn't advanced enough that, for instance,
7348         tables can comfortably use differently-sized faces.
7350 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7352         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7353         used.
7354         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7355         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7356         we're using an encrypted connection.
7358         * proto-stream.el: Alter the interface functions to also return the
7359         actual stream type used: network or tls.
7361 2011-01-25  Julien Danjou  <julien@danjou.info>
7363         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7364         (mm-display-javascript-inline): New function.
7366         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7367         viewing function.
7369 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7371         * shr.el (shr-expand-newlines): Fix variable name.
7373 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7375         * shr.el (shr-expand-newlines): Make nested boxes work.
7377 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7379         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7380         backgrounds.
7381         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7382         in a more sensible manner.
7384 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7386         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7387         if EPG is loaded.
7389 2011-01-24  Julien Danjou  <julien@danjou.info>
7391         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7392         tags.
7394 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7396         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7397         commands.
7399         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7400         in the article buffer.
7401         (gnus-gravatar-insert): Use blank space from the current buffer to
7402         avoid breaking text properties.  This makes X-Sent updating work again.
7404         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7406 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7408         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7409         fix the bug in url-http.el instead.
7411         * shr.el (shr-image-fetched): Ditto.
7413         * shr.el (shr-image-fetched): Avoid having point move in the article
7414         buffer.
7416         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7417         buffer after being called.  It's apparently being killed by url.el, and
7418         killing it made point move to end-of-buffer in a random buffer.
7420         * shr.el (shr-image-fetched): Ditto.
7422 2011-01-23  Julien Danjou  <julien@danjou.info>
7424         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7426         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7427         text/x-org.
7429 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7431         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7432         (i.e., nnimap) returning nil as the article number.
7434 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7436         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7437         "DelSp" parameter in RFC3676.
7439 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7441         * message.el (message-check-recipients): Display the encoded version of
7442         the bogus address if they differ.
7444         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7445         after sending.
7447         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7449         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7451         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7452         group buffer after sending the queue.
7454         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7456 2011-01-22  Julien Danjou  <julien@danjou.info>
7458         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7460 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7462         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7463         nested related parts.
7465         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7466         unexpired articles.  This fixes the regression that led expiry marks to
7467         disappear from nnfolder groups.
7469 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7471         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7472         Don't confuse the "ret" of "retrograde" with RET.
7474 2011-01-21  Julien Danjou  <julien@danjou.info>
7476         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7477         than mm-insert-inline.
7479 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7481         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7482         Widen article buffer.
7484 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7486         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7487         the temp buffer.
7488         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7490 2011-01-20  Julien Danjou  <julien@danjou.info>
7492         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7494         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7495         than mm-insert-inline to insert inline part: this respect
7496         mm-inline-media-tests displayers.
7498         * mm-view.el (mm-display-shell-script-inline): New function.
7500         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7502         * mm-uu.el (mm-uu-type-alist): Add org block.
7503         (mm-uu-org-src-code-block-extract): New function.
7505         * mm-view.el (mm-display-org-inline): New function.
7507         * mm-decode.el (mm-automatic-display): Add text/org.
7509         * mailcap.el (mailcap-mime-extensions): Add .org.
7511 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7513         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7514         gnus-article-add-buttons.
7516 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7518         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7519         From header with a date and "nobody" as the sender.
7521 2011-01-19  Julien Danjou  <julien@danjou.info>
7523         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7524         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7525         if you have the same regexp several times.
7526         (gnus-button-push): Fix matching when regexp is symbol.
7528 2011-01-15  Glenn Morris  <rgm@gnu.org>
7530         * message.el (message-mail): A compose-mail function should
7531         accept headers as strings.
7533 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7535         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7536         Add :vert-only tags.
7537         (message-mail): New arg RETURN-ACTION.
7538         (message-return-action): New var.
7539         (message-bury): Use it.
7540         (message-mode): Make it buffer-local.
7541         (message-send-and-exit): Always call message-bury.
7543         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7544         message-mail.
7546 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548         * nnimap.el (nnimap-convert-partial-article): Protect against
7549         zero-length body parts.
7551         * mm-decode.el (mm-preferred-alternative-precedence):
7552         Discourage showing empty parts.
7554         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7555         and stuff if the backend didn't return the article number.  This fixes
7556         an Exchange-related nnimap bug.
7558         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7559         group window, because it does the wrong thing when a separate frame
7560         displays the group buffer.
7562         * proto-stream.el (open-protocol-stream): Protect against the low-level
7563         transport functions returning nil.
7565 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7567         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7568         (mml2015-epg-find-usable-secret-key): New function.
7569         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7570         mml2015-epg-find-usable-key (Bug#7797).
7571         (mml2015-epg-encrypt): Ditto.
7573 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7575         * dgnushack.el (rot13-string): Fix the way to get the argument.
7577 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7581 2011-01-03  Glenn Morris  <rgm@gnu.org>
7583         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7585         * sieve.el (sieve-open-server): Give a more explicit error if
7586         sieve-manage-open returns nil.  (Bug#7720)
7588 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7590         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7592 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7595         This avoids sending passwords in plain text over non-encrypted
7596         channels.
7598         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7600         * nnimap.el (nnimap-login): Refactored out into own function, and
7601         implement CRAM-MD5.
7602         (nnimap-wait-for-line): Refactored out.
7604         * mm-view.el (mml-smime): Require.
7606 2010-12-20  David Engster  <deng@eml.cc>
7608         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7609         use EPG to decrypt S/MIME messages instead of openssl.
7611 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7615         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7616         status is the group clearly is unreachable.
7618         * auth-source.el (auth-source-create): Add the optional second
7619         parameter to `local-variable-p' to be compatible with XEmacs.
7621 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7623         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7624         work when using a compressed nnml folder.
7626 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7629         backends after sanitising on entry, because this never makes sense:
7630         If the articles have gone missing, then the data no longer exists on
7631         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7632         overwrite anything anyway.
7634         * shr.el (shr-insert-document): Bind shr-width dynamically to
7635         window-width if it's nil.
7637 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7639         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7640         with the meaning of using the full emacs window width for rendering.
7642 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7644         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7645         case when sender is not given.
7647 2010-12-23  Julien Danjou  <julien@danjou.info>
7649         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7650         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7651         the addresses, otherwise we might misplaced the gravatar.
7653 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7655         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7656         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7657         obsolete in Emacs.
7659 2010-12-20  Julien Danjou  <julien@danjou.info>
7661         * gnus-util.el (gnus-rescale-image): Revert last change.
7663 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7665         * binhex.el: Improve commentary (Bug#7482).
7667 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669         * gnus-group.el (gnus-group-delete-articles): New command.
7671 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7673         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7675 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7678         here, since it's up to the backends to do CRLF removal if their
7679         protocol has it.
7681         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7683 2010-12-17  Julien Danjou  <julien@danjou.info>
7685         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7686         they are from file.  Can also scale up.
7688 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7690         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7691         Restore gnus-use-agent.
7692         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7694         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7696 2010-12-17  Julien Danjou  <julien@danjou.info>
7698         * gravatar.el (gravatar-retrieve-synchronously): New function.
7699         (gravatar-get-data): Make more robust.
7701 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7703         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7705 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7707         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7708         to really consider the last line.
7710 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7712         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7713         list of recipient keys, or use symmetric encryption if not a list.
7714         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7715         EPA override, replacing the call to `netrc-store-data'.
7717 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7719         * gnus-srvr.el: Avoid passing nil regexp argument to
7720         delete-matching-lines.
7722 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7725         fetching stops when Gnus exits.
7727         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7728         function.
7729         (nnfolder-request-expire-articles): Save all the buffers after doing
7730         expiry.
7732         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7733         the last article", since that led to serious performance regressions
7734         when expiring nnml groups.
7736 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7738         * nnir.el: Improve customizations.
7740 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7742         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7744         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7745         group has been killed.
7746         (gnus-group-yank-group): Ditto.
7748         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7750         * nnimap.el (nnimap-request-update-group-status): New function.
7752         * gnus-int.el (gnus-request-update-group-status): New interface
7753         function.
7755         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7756         copying read-ness to the backends.
7758         * nnimap.el (nnimap-quirk): New function.
7759         (nnimap-retrieve-group-data-early): Use it.
7760         (nnimap-quirks): New alist.
7762 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7764         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7765         don't delete it within indentation.
7767 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7770         previous line.
7772 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7774         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7775         QRESYNC command by deleting a superfluous space which broke Cyrus
7776         servers.  This change will break other servers that are buggy the other
7777         way around.
7779 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7781         * spam.el: Reindent and fix long lines.
7782         (spam-copy-or-move-routine): Exclude invalid move destinations.
7784 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7786         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7787         installed the registry.
7789 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7791         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7793 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7795         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7796         groupname doesn't contain "gmane".
7798 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7801         and netrc-bound-and-true-p bindings.
7802         (netrc-parse): Cache the netrc contents.
7804         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7805         (gnus-1): Don't create the nndrafts group twice.
7806         (gnus-setup-news): There's no need to read the active file here, since
7807         that's done again later on a per-backend basis.
7808         (gnus-start-draft-setup): Make sure that the new group is started out
7809         empty.
7811         * gnus-agent.el (gnus-agentize): Don't create the queue group
7812         automatically on startup.  It'll be created later, if needed.
7814         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7815         of automatically subscribed groups.
7816         (gnus-auto-subscribed-categories): New variable.
7817         (gnus-matches-options-n): Use it.
7818         (gnus-default-subscribed-newsgroups): Remove unused variable.
7819         (gnus-start-draft-setup): Message a bit less.
7821 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7823         * nnir.el (nnir-run-imap): Return article list in order of increasing
7824         UID.
7826 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828         * gnus-sum.el (gnus-summary-enter-digest-group):
7829         Mention gnus-auto-select-on-ephemeral-exit.
7831         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7832         convention of the network-only option.
7834 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836         * proto-stream.el (proto-stream-open-network-only): New function to
7837         have a way to specify non-STARTTLS upgrade connections.
7839 2010-12-10  Julien Danjou  <julien@danjou.info>
7841         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7842         email address is nil.
7844         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7846 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7848         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7849         deletion.
7850         (nnir-run-imap): Only need to parse list once.
7852 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854         * shr.el (shr-tag-script): Ignore <script>.
7855         (shr-tag-label): Add <label> support.
7857 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7859         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7861         * shr.el (shr-image-displayer): Work for images lined side by side.
7863 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7865         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7866         parameter, since XEmacs doesn't accept t as a parameter.
7868 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7870         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7871         ids.
7872         (nnir-run-gmane): Simplify groupspec formatting.
7873         (nnir-request-expire-articles): New function.
7875 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7877         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7878         overflow, possibly.
7880         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7881         (shr-render-td): Handle td style="" better.
7882         (shr-tag-table): Use the color from the style sheet.
7883         (shr-render-td): Make sure we copy over all the overlays, too.
7885 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7887         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7888         (nnir-request-article): Improve article retrieval.
7890 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7892         * mm-util.el (mm-extra-numeric-entities): New variable.
7894         * mm-url.el (mm-url-decode-entities):
7895         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7897         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7899 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7901         * message.el: Use completion-at-point.
7902         (message-completion-function): New fun, extracted from message-tab.
7903         (message-mode): Use it for completion-at-point-functions.
7904         (message-tab): Use it and completion-at-point.
7906 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7908         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7909         character if a non-breakable character follows.
7911 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7914         any stream.
7916         * shr.el (shr-tag-font): Colorize the region.
7917         (shr-tag-body): Ditto.
7918         (shr-tag-font): Actually let the styles be inherited instead of
7919         overwriting them.
7920         (shr-tag-font): Get the background color right.
7921         (shr-tag-style): Ignore all <style> tags for the moment.
7923         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7924         a Message-ID to avoid having nnimap depend on gnus-sum.
7926         * shr.el (shr-descend): Only colorize something if we have a node that
7927         sets colors.
7929 2010-12-06  Julien Danjou  <julien@danjou.info>
7931         * shr.el (shr-render-td): Render td content with shr-descend, so style
7932         will be applied to <td> too.
7933         (shr-colorize-region): Colorize region even if we only have a background.
7934         (shr-tag-body): Fix color and background color inheritance.
7935         Do not recolorize after shr-generic.
7936         (shr-tag-font): Let shr-generic colorize via inheritance.
7938 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7940         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7942 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7944         * nnir.el (nnir-request-move-article): Remove obsolete code.
7946 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7948         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7950 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952         * gnus-sum.el (gnus-summary-respool-article): The completion function
7953         expects a list instead of an alist.
7955         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7956         string as the parameter.
7958         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7960         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7961         styles.
7962         (shr-colorize-region): New function.
7963         (shr-insert-background-overlay): Remove.
7964         (shr-render-td): Background setting should be taken care of on a higher
7965         level.
7966         (shr-tag-body): Use post-hoc colorizations.
7967         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7968         (shr-put-color-1): Don't overwrite old colors.
7969         (shr-colorize-region): When the background color isn't explicit, use
7970         a fixed background.
7972         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7973         nnmail variables.
7975 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7977         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7978         unless necessary.
7980 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7982         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7983         server.
7985 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7988         so that TAB works.
7990         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7991         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7993         * shr.el (shr-urlify): Show the URL before the title to avoid
7994         misleading URLs.
7996 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7998         * shr.el (shr-urlify): Display the title in <a> tags.
8000 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8002         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8004 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8006         * nnir.el: Rearrange code to allow macros to be autoloaded by
8007         gnus-sum.el.
8008         (nnir-retrieve-headers-override-function): Make this variable
8009         customizable.
8010         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8012         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8013         from nnir.el.
8015 2010-12-03  Julien Danjou  <julien@danjou.info>
8017         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8019 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8021         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8022         allow optional argument `environment'.
8024 2010-12-03  Glenn Morris  <rgm@gnu.org>
8026         * mm-extern.el (message-goto-body): Update declaration.
8028 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8030         * gnus-util.el (gnus-macroexpand-all): New function.
8032         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8033         instead of macroexpand-all that is unavailable in XEmacs.
8035 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8037         * nnir.el (nnir-summary-line-format): New variable.
8038         (nnir-mode): Use it.
8039         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8040         (nnir-article-ids): Reimplement as defsubst.
8041         (nnir-retrieve-headers): Don't mangle the subject header.
8042         (nnir-run-imap): Use 100 as RSV score.
8043         (nnir-run-find-grep): Fix for full server searching.
8044         (nnir-run-gmane): Better restriction to gmane groups.
8046         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8047         summary buffers.
8049 2010-12-02  Julien Danjou  <julien@danjou.info>
8051         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8053         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8055         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8056         support.
8058 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8060         * nnir.el: Update to handle the registry better.
8061         (autoload): Silence byte-compiler.
8062         (nnir-open-server): Add a hook for nnir groups.
8063         (nnir-request-move-article): Don't mangle the header.  Better to use
8064         formatting variables (which will be added in the future).
8065         (nnir-registry-action): Update the registry using the original article
8066         group name.
8067         (nnir-mode): Install nnir-specific hooks for updating the registry.
8069         * gnus-sum.el
8070         (gnus-article-original-subject, gnus-newsgroup-original-name):
8071         Remove obsolete variables.
8072         (gnus-summary-move-article): Remove use of obsolete variables.
8073         (gnus-summary-local-variables): Make move and delete hooks local to
8074         summary buffers.
8076 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078         * rtree.el: New file.
8080 2010-12-01  Julien Danjou  <julien@danjou.info>
8082         * message.el (message-user-organization): Do not use
8083         gnus-local-organization.
8085         * gnus.el: Remove gnus-local-organization.
8087         * gnus-msg.el: Remove nastygram thing.
8089 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8091         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8092         funcall.
8094 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8096         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8097         names.
8099         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8100         characters.
8102         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8103         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8104         Suggested by Štěpán Němec <stepnem@gmail.com>.
8105         (gnus-gravatar-transform-address): Use mail-extract-address-components
8106         that supports non-ASCII names rather than mail-header-parse-addresses.
8108 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110         * proto-stream.el (open-protocol-stream): All starttls connections are
8111         handled by the network handler.
8113 2010-11-30  Julien Danjou  <julien@danjou.info>
8115         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8116         (nnimap-open-connection-1): Fix PREAUTH.
8118         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8120 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8122         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8123         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8124         (shr-insert): Use them.
8125         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8127 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8129         * nnir.el (nnir-request-move-article): Bail out if original group
8130         doesn't support article moves.
8131         (nnir-get-active): Improve active list retrieval.
8133 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8137 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8139         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8140         seem to accept strings-with-numbers as port numbers.
8142 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8144         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8145         change the registry.
8147 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8149         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8150         delete-dups that is not available in XEmacs 21.4.
8152         * mm-util.el (mm-delete-duplicates): Add comment.
8154 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8156         * nnir.el (nnir-ignored-newsgroups): New variable.
8157         (nnir-get-active): Use it.
8159 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8161         * proto-stream.el (proto-stream-open-network): Add some comments.
8163         * nntp.el (nntp-open-connection): Provide a :success condition.
8165         * nnimap.el (nnimap-open-connection-1): Ditto.
8167         * proto-stream.el (proto-stream-open-network): See what the response to
8168         the STARTTLS command is.
8170         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8171         backwards compatibility).
8172         (nnimap-open-connection-1): Really respect nnimap-server-port.
8174         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8175         TLS upgrades we don't really care about the identity of the peer.
8176         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8177         that what we've checked for.
8178         (proto-stream-always-use-starttls): Only default to t if
8179         open-gnutls-stream exists.
8180         (proto-stream-open-network): If STARTTLS failed, then just open a
8181         normal connection.
8182         (proto-stream-open-network): Wait until the greeting before doing
8183         STARTTLS.
8185         * nntp.el (nntp-open-connection): Report what the connection error is.
8187         * proto-stream.el (open-protocol-stream): Rename from
8188         open-proto-stream.
8190 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192         * nnimap.el (nnimap-stream): Change default to `undecided'.
8193         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8194         first, and then network.
8195         (nnimap-open-connection-1): Respect nnimap-server-port.
8196         (nnimap-open-connection): Be more backwards-compatible.
8198         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8199         (proto-stream-open-starttls): De-duplicate the starttls code.
8200         (proto-stream-open-starttls): Folded back into the main function.
8201         (proto-stream-open-network): Fix typo in the gnutls path.
8202         (proto-stream-command): Refactor out.
8204         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8206         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8207         starttls.el STARTTLS.
8209         * color.el (color-lab->srgb): Fix function call name.
8211         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8212         if we're using tls.el.
8213         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8214         built in, then don't try to establish a STARTTLS connection.
8216         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8217         servers.
8219         * proto-stream.el (open-proto-stream): Use network, not stream.
8220         (open-proto-stream): Add a way to specify what the end of a command is.
8222         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8223         connections types.
8224         (nntp-open-network-stream): Remove.
8225         (nntp-open-ssl-stream): Remove.
8226         (nntp-open-tls-stream): Remove.
8227         (nntp-ssl-program): Remove.
8229         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8231 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8233         * nnir.el: Fix typos.
8234         (nnir-retrieve-headers-override-function): Rename variable to reflect
8235         new semantics.
8236         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8237         macros.
8238         (nnir-request-article, nnir-request-move-article): Use them.
8239         (nnir-categorize): New function.
8240         (nnir-run-query): Use it.
8241         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8242         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8243         sorted.
8244         (nnir-group-full-name): Use gnus-group-full-name instead.
8245         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8246         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8248 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8250         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8252         * proto-stream.el: New library to provide protocol-specific
8253         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8254         protocols.
8255         (open-proto-stream): Complete the documentation.
8256         (proto-stream-open-network): Fix some typos.
8258         * nnimap.el (nnimap-open-connection): Use it.
8260 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8262         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8263         negotiation.
8265 2010-11-26  Julien Danjou  <julien@danjou.info>
8267         * color.el: Rename various rgb functions to srgb.
8269 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8271         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8272         names.
8274 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8276         * shr.el (shr-insert): Revert last change.
8277         (shr-find-fill-point): Never leave point being at bol;
8278         relax the kinsoku limitation when rendering tables.
8280 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8282         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8283         results from -accept-article.
8285         * shr-color.el: Require cl when compiling.
8287         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8288         checkin.
8290         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8292         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8294         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8295         'add and 'delete to set backend marks.
8297         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8299         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8301         * nntp.el (nntp-request-set-mark): Use it.
8303         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8305         * nnml.el (nnml-request-set-mark): Ditto.
8307         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8308         introduces regressions in article selection.
8309         (nnimap-find-uid-response): New function.
8310         (nnimap-request-accept-article): Use the UID returned, if any.
8311         (nnimap-request-move-article): Use the UID returned, if any.
8312         (nnimap-get-groups): Reimplement to work with folded lines.
8313         (nnimap-find-uid-response): The UID is the last element in the list.
8314         (nnimap-request-set-mark): Extend syntax with 'set.
8316         * nnml.el (nnml-request-set-mark): Ditto.
8318         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8320         * nntp.el (nntp-request-set-mark): Ditto.
8322 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8324         * message.el (message-called-interactively-p): A temporary macro.
8325         (message-goto-body): Use it temporarily.
8327 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8330         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8331         (nnimap-last-response-string): Fix last unfolding fix.
8333 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8335         * shr.el (shr-insert): Fix the way to fold lines.
8337 2010-11-25  Julien Danjou  <julien@danjou.info>
8339         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8341         * color.el: Rename from color-lab.el
8342         (color-rgb->hex): Add.
8343         (color-complement): Add.
8344         (color-complement-hex): Add.
8346         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8348 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350         * shr-color.el (shr-color-visible): Don't bug out if the color names
8351         don't exist.
8353 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8355         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8356         assuming that article displaying or another mml-preview may be
8357         interrupted for an error or for the like.
8359         * shr.el (shr-get-background): Fix argument name.
8361 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8365         * gnus-sum.el (gnus-summary-include-articles): New function.
8367         * message.el (message-goto-body): called-interactively-p needs a
8368         parameter, so use `any'.
8370         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8371         clear marks before moving, since they're synced from the Gnus side
8372         first.
8374         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8375         (gnus-summary-move-article): Copy over all marks before moving, so that
8376         IMAP doesn't think a new article has arrived.
8378 2010-11-24  Julien Danjou  <julien@danjou.info>
8380         * shr.el (shr-insert-background-overlay): Fix typo.
8381         (shr-render-td): Copy the background before rendering.
8383         * shr-color.el (shr-color-visible): Fix docstring.
8385         * shr.el (shr-tag-table): Add bgcolor support.
8386         (shr-render-td): Add bgcolor support.
8387         (shr-get-background): Add.
8388         (shr-insert-foreground-overlay): Use shr-get-background.
8390         * message.el (message-goto-body): Use called-interactively-p.
8391         (message-in-body-p): message-goto-body returns point.
8393 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8395         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8396         Fixes something or other in Emacs 23, and is backwards compatible.
8398         * message.el (message-goto-body): Remove the <#secure special-casing,
8399         which is too special.
8401         * shr.el (shr-parse-style): Drop !important from styles.
8403 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8405         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8406         this function to return incorrect results when calling it with an
8407         explicit article argument different from
8408         (gnus-summary-article-number).
8410 2010-11-24  Julien Danjou  <julien@danjou.info>
8412         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8413         (shr-tag-body): Add background support.
8414         (shr-descend): Add background support.
8415         (shr-tag-title): Add.
8417         * shr-color.el (shr-color-visible): Really return original background
8418         if fixed.
8420 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422         * shr.el (shr-color-check): Protect against non-existent color names.
8424 2010-11-24  Julien Danjou  <julien@danjou.info>
8426         * color-lab.el: Require 'cl when compiling.
8428         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8430         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8431         matched part.
8433         * color-lab.el: Fix all expt calls to use float type.
8435 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8437         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8438         expression to shr-color-check as is.
8440         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8442         * color-lab.el: Add coding cookie.
8443         (float-pi): Use eval-and-compile.
8445         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8446         compiled for Emacsen having no `libxml-parse-html-region' support.
8448 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450         * shr.el (shr-insert-color-overlay): Split stuff like
8451         "#444444 !important" to find the real color.
8452         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8453         parse <font color="red"> entries.
8455 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8457         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8458         point when parsing headers.
8460         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8461         is positioned properly when parsing headers.
8463 2010-11-23  Julien Danjou  <julien@danjou.info>
8465         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8467         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8469         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8471         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8472         Use shr-color-hue-to-rgb.
8473         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8475 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477         * shr.el (shr-color->hexadecimal): Autoload.
8478         (shr-descend): Add color to all tags.
8480 2010-11-22  Julien Danjou  <julien@danjou.info>
8482         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8483         shr-color->hexadecimal.
8485         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8486         RGB() or HSL() color representation.
8488         * shr.el (shr-tag-font): Add.
8489         (shr-tag-color-check): New function to get better colors.
8490         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8491         tag-span.
8493         * shr-color.el: New file.
8495         * color-lab.el: New file.
8497         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8499 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8501         * nnir.el: Fix typo in comments.
8502         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8503         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8505 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8509         * nnimap.el (nnimap-get-capabilities): Refactor out.
8510         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8512 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8514         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8515         appearing when `mm-uu-hide-markers' is nil.
8517 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519         * nnimap.el (nnimap-unselect-group): Make into its own function.
8520         (nnimap-request-rename-group): Unselect group before renaming.
8521         This had gotten lost somewhere.
8522         (nnimap-request-accept-article): Keep track of examined groups, and
8523         unselect the group before APPENDing to read-only groups.
8524         (nnimap-request-move-article): Clear flags before moving so that they
8525         can be re-set later.
8527 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8529         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8530         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8532 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8534         * gnus-art.el (gnus-mime-display-single):
8535         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8536         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8537         parameter.
8539 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8542         (shr-table-vertical-line): New variable.
8543         (shr-insert-table): Use it.
8545 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8547         * gnus-html.el (gnus-html-wash-images): Don't display images if
8548         gnus-inhibit-images is non-nil; register displayer for cid images.
8549         (gnus-html-display-image): Work for cid image.
8550         (gnus-html-insert-image): Allow arguments.
8551         (gnus-html-put-image): Inhibit read-only.
8552         (gnus-html-prefetch-images): Don't prefetch images if
8553         gnus-inhibit-images is non-nil.
8555 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557         * shr.el (shr-put-image): Break lines when inserting big pictures.
8559 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8561         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8562         sender, thanks Katsumi Yamaoka.
8564 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8566         * nnir.el (nnir-run-imap): Reverse the article list for each group
8567         rather than the whole list.
8569 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8571         * shr.el (shr-image-displayer): Protect function against non-existent
8572         image source.
8574         * gnus-art.el (gnus-inhibit-images): New user option.
8575         (gnus-mime-display-single): Don't display image if it is non-nil.
8577         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8578         gnus-inhibit-images.
8580         * shr.el (shr-image-displayer): New function.
8581         (shr-tag-img): Use it.
8583 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8585         * mml2015.el (mml2015-epg-sign): Use From header.
8587 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8591         * gnus-util.el (gnus-find-text-property-region): Return markers.
8593         * shr.el (shr-tag-img): Put a displayer in the text property.
8595         * gnus-util.el (gnus-find-text-property-region): New utility function.
8597         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8598         (gnus-html-show-images): Remove.
8600         * gnus-art.el (gnus-article-show-images): New, more general function.
8602         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8603         image url text properties.
8605         * shr.el: Ditto.
8607         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8608         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8610 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8612         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8613         work for two or more articles.
8615 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8617         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8618         divide an image that's in an html article to two or more when washing
8619         non-ASCII characters in alt text of it.
8621 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8623         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8624         smime-decrypt-region using function argument.
8625         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8627         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8629         * smime.el (smime-decrypt-region): Catch it.
8631 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * smime.el (smime-mode-map): Move initialization into declaration.
8634         (gnus-run-mode-hooks): Don't autoload.
8635         (smime-mode): Use define-derived-mode.
8637 2010-11-11  Glenn Morris  <rgm@gnu.org>
8639         * smime.el (from): Restrict declaration to XEmacs.
8641         * nnir.el (gnus-group-topic-name): Autoload.
8643 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8645         * shr.el (shr-insert): Don't break long line if it is because of
8646         kinsoku-bol characters in the line end.
8648 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8650         * nnir.el (nnir-request-move-article): Fix to provide original group
8651         and subject.
8652         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8653         been retrieved.
8655         * gnus-sum.el (gnus-summary-move-article): Use original group and
8656         subject for virtual articles such as those in an nnir summary buffer.
8658 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8660         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8661         least 21.5).
8663         * smime.el (from): Declare it again for XEmacs.
8665 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667         * message.el (message-resend): Don't disable encoding unless it's
8668         already encoded.
8670         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8671         low-numbered articles.
8673 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8675         * rfc2047.el (rfc2047-syntax-table): Simplify.
8677         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8679         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8680         set-char-table-range for XEmacs.
8682 2010-11-10  Glenn Morris  <rgm@gnu.org>
8684         * time-date.el (time-to-seconds): Always an alias on Emacs,
8685         never a real function.
8686         (with-no-warnings): Remove compat stub, now unused.
8687         (time-less-p): Doc fix.
8688         (time-to-number-of-days): Simplify.
8690         * smime.el (from): Remove unused declaration.
8692         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8693         (gnus-float-time): On Emacs, always an alias.
8695         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8696         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8698 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8700         * dgnushack.el: Don't use ignore-errors in the top level form since it
8701         is unavailable in XEmacs even if cl is loaded.
8703         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8705 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707         * shr.el (browse-url-mailto): Autoload.
8709         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8711         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8712         regexp doesn't need quoting.
8714 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8716         * message.el (message-subject-trailing-was-ask-regexp)
8717         (message-subject-trailing-was-regexp): Match was: in addition to was.
8719 2010-11-09  Glenn Morris  <rgm@gnu.org>
8721         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8722         (nnbabyl-check-mbox): Use point-at-bol.
8724 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8726         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8728         * message.el (message-mailto): New function.
8729         (message-mailto): Should accept other parameters.
8730         (message-mailto): Remove since it duplicates browse-url-mailto
8731         functionality.
8733 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8736         methods.
8737         (gnus-read-active-file): Ditto.
8739         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8740         ": " from the prompt.
8741         (gnus-group-make-group): Ditto.
8743 2010-11-07  Glenn Morris  <rgm@gnu.org>
8745         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8746         (gnus-bookmark-kill-line): Use point-at-eol.
8748 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8750         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8751         asterisks in From header.
8753 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8756         string to avoid making the From headers syntactically invalid.
8758         * message.el (message-send-mail): Don't insert courtesy messages if the
8759         message already has List-Post and List-ID messages.
8761 2010-11-06  Glenn Morris  <rgm@gnu.org>
8763         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8764         `condition', `type', `length' a prefix.
8765         (gnus-treat-predicate): Update for above name changes.
8767 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8769         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8770         binding.  Handled by `gnus-summary-refer-thread' instead.
8771         (nnir-warp-to-article): New backend function.
8773         * nnimap.el (nnimap-request-thread): Force dependency updating.
8775         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8776         (gnus-summary-refer-thread): Rework to improve thread-referral.
8778         * gnus-int.el (gnus-warp-to-article): New function.
8780         * gnus-sum.el (gnus-summary-article-map): Bind it.
8782 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8784         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8785         gnus-summary-refer-thread.
8787         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8788         headers.
8789         (gnus-summary-limit-include-thread): Prevent articles in thread from
8790         being cut in gnus-cut-threads.
8791         (gnus-summary-refer-thread): Limit retrieved headers to those in
8792         thread.
8794 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796         * message.el (message-send-mail): Use the value of
8797         message-courtesy-message from the message buffer.
8799         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8801         * shr.el (shr-browse-url): Implement mailto: URLs.
8803         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8804         "raw".
8806         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8807         if it's already selected.
8809         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8811 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8813         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8814         to measure the length and truncate alt text.
8816 2010-11-03  Glenn Morris  <rgm@gnu.org>
8818         * nndiary.el (nndiary-generate-nov-databases-1)
8819         (nndiary-generate-active-info): Rename dynamic variable `files' to
8820         something less generic.
8822 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8824         * nnir.el (nnir-request-move-article): Call the underlying backend to
8825         move articles from nnir.
8827 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8829         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8831 2010-11-02  Julien Danjou  <julien@danjou.info>
8833         * nnir.el: Remove wais support.
8835 2010-11-02  Glenn Morris  <rgm@gnu.org>
8837         * gnus-html.el: Reorder requirements to quieten compiler.
8839 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8841         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8842         properly for XEmacs as well.
8843         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8844         (gnus-article-natural-long-line-p): Use window-width rather than
8845         frame-width.
8847 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8849         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8850         (nnir-read-parms): Don't modify query.
8851         (nnir-run-query): Add ability to search topic on current line.
8852         (nnir-get-active): Clean up.
8854 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8857         degenerate articles.
8859         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8860         (gnus-print-buffer): Just print the buffer as is, without any copying
8861         to a buffer and then re-highlighting.
8863         * nnimap.el (nnimap-request-group): Store the new updated info.
8864         (nnimap-request-group): Select the group when we don't know whether it
8865         exists or not.
8867         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8868         groups.
8870         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8871         groups.
8873         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8874         groups.
8876         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8877         long-lines case by only filling the long lines.
8879         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8880         (bug#7311).
8882 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8884         * shr.el: No need to declare `declare-function' since shr.el is for
8885         only Emacsen that provide `libxml-parse-html-region'.
8887         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8888         effective only in a file it is referred to.
8890 2010-11-01  Glenn Morris  <rgm@gnu.org>
8892         * mm-util.el (gnus-completing-read): Autoload.
8893         (mm-read-coding-system): Simplify Emacs definition.
8895         * nnmail.el (gnus-activate-group):
8896         * nnimap.el (gnutls-negotiate):
8897         * nntp.el (netrc-parse): Fix declarations.
8899 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8901         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8902         string-match-p in Emacs >=23.
8904         * gnus-msg.el (gnus-configure-posting-styles):
8905         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8907 2010-11-01  Glenn Morris  <rgm@gnu.org>
8909         * nnir.el (declare-function): Add compat stub.
8910         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8911         (nnir-run-gmane): Require 'mm-url.
8913         * mm-util.el (mm-string-to-multibyte): Simplify.
8915         * shr.el (declare-function): Add compat stub.
8916         (url-cache-create-filename): Declare.
8917         (mm-disable-multibyte, widget-convert-button): Autoload.
8919         * smime.el (ldap-search): Declare.
8920         (smime-cert-by-ldap-1): Require ldap on Emacs.
8922         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8923         (nnimap-keepalive): Use gnus-float-time.
8925         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8926         (mail-source-delete-crash-box): Use gnus-float-time.
8928         * gnus-dired.el (gnus-completing-read): Autoload.
8930         * mm-view.el (gnus-rescale-image): Autoload.
8932         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8934         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8936         * sieve-manage.el: Require 'cl when compiling.
8938         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8939         (gnus-iswitchb-completing-read): Require iswitchb.
8940         (gnus-select-frame-set-input-focus): Silence compiler.
8942 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8944         * message.el (message-subject-trailing-was-query): Change default to t,
8945         since I think that's what most people want.
8947         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8948         appending for easier debugging.
8949         (nnimap-wait-for-connection): Take a regexp.
8950         (nnimap-request-accept-article): Wait for the continuation line before
8951         sending anything unless we're streaming.
8953         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8954         leave the header washing to take place.
8956 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8958         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8959         regular expression match and replace in posting styles.
8961 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8963         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8964         an entire server.
8965         (nnir-get-active): New function.
8966         (nnir-run-imap): Use it.
8967         (nnir-run-gmane): Who knew, gmane search returns an article score!
8969         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8970         server on the current line with nnir.
8972 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8975         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8976         left edge.
8977         (gnus-article-foldable-buffer): Skip past the prefix when determining
8978         raggedness.
8980         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8981         the raw article, and change `C-u g' to show the article without doing
8982         treatments.
8984         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8985         on to `gnus-treat-article'.
8986         (gnus-inhibit-article-treatments): New variable.
8988         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8990         * gnus-art.el (gnus-treatment-function-alist): Have
8991         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8992         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8993         sections.
8995         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8996         parameter.
8997         (gnus-article-fill-cited-long-lines): New function.
8998         (gnus-article-fill-cited-article): Allow filling only long sections.
9000         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9001         and non-punctuation (like after the apostrophe in "'We").
9003         * gnus-sum.el (gnus-summary-select-article): Make sure
9004         gnus-original-article-buffer is alive.
9006         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9007         reflect the order they're in in the digest.
9009         * gnus.el (gnus-group-startup-message): Move point to the start of the
9010         buffer.
9012         * nnimap.el (nnimap-capability): New function.
9013         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9014         is set.
9016 2010-10-31  David Engster  <dengste@eml.cc>
9018         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9019         conform with changes to gnus-completing-read.
9021 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9025 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9027         * nnir.el: Move defvar, defcustom around to keep file organized
9028         and keep byte-compiler quiet.
9029         (nnir-read-parms): Accept search-engine as arg.
9030         (nnir-run-query): Pass search-engine as arg.
9031         (nnir-search-engine): Remove.
9033 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035         * shr.el (shr-generic): The text nodes should be text, not :text.
9037         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9038         later in the file.
9040 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9042         * nnir.el: General clean up.  Allow searching with multiple engines.
9043         Allow separate extra-parameters for each engine.
9044         Batch queries when possible.
9045         (nnir-imap-default-search-key, nnir-method-default-engines):
9046         Add customize interface.
9047         (nnir-run-gmane): New engine.
9048         (nnir-engines): Use it.  Qualify all prompts with engine name.
9049         (nnir-search-engine): Remove global variable.
9050         (nnir-run-hyrex): Restore for now.
9051         (nnir-extra-parms, nnir-search-history): New variables.
9052         (gnus-group-make-nnir-group): Use them.
9053         (nnir-group-server): Remove in favor of gnus-group-server.
9054         (nnir-request-group): Avoid searching twice.
9055         (nnir-sort-groups-by-server): New function.
9057 2010-10-30  Julien Danjou  <julien@danjou.info>
9059         * gnus-group.el: Remove gnus-group-fetch-control.
9061         * gnus-start.el (gnus-find-new-newsgroups):
9062         Remove gnus-check-first-time-used.
9064         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9066 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9068         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9069         set on groups that don't have \* permanentflags.
9071 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9074         control the background color.
9075         (shr-tag-img): Ignore very small web bug type images.
9076         (shr-put-image): Add help-echo alt texts to the images.
9077         (shr-tag-video): Show the video poster image.
9079 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081         * shr.el (shr-table-depth): New variable.
9082         (shr-tag-table-1): Only insert the images after the top-level table.
9084         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9086         * gnus-util.el (gnus-list-memq-of-list): New function.
9088         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9089         selected.
9090         (nnimap-unsplittable-articles): New slot.
9091         (nnimap-new-articles): Use it.
9093 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9095         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9096         move to the previous line on `M-g'.
9098 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9101         *-request-group, which seems unnecessary.
9103         * nnimap.el (nnimap-quote-specials): Function copied over from
9104         imap.el.
9105         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9106         they support that.  Suggested by Tom Regner.
9108 2010-10-29  Julien Danjou  <julien@danjou.info>
9110         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9111         defalias.
9112         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9114         * gnus.el: Remove `gnus-nntp-service' variable.
9115         (gnus-secondary-servers): Make obsolete.
9116         (gnus-nntp-server): Make obsolete.
9118         * gnus-start.el (gnus-1): Remove x-splash calls.
9120         * gnus-ems.el (gnus-x-splash): Remove.
9122         * gnus.el (gnus-group-startup-message): Simplify/update code.
9124         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9125         definition.
9127         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9128         capability before doing anything.
9129         (gnus-group-insert-group-line): Remove useless
9130         gnus-group-remove-excess-properties.
9132 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9134         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9136 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9139         config after reselecting.
9141 2010-10-28  Julien Danjou  <julien@danjou.info>
9143         * shr.el (shr-put-image): Use point even if only inserting text.
9144         (shr-put-image): Save excursion when inserting alt text on non-graphic
9145         display, so the behavior is the same when we are on a graphic display.
9147         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9149 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9151         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9152         (gnus-mime-copy-part): Check coding system, not charset.
9153         (gnus-mime-view-part-externally): Never remove part.
9154         (gnus-mime-view-part-internally): Don't remove part here.
9155         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9156         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9157         multipart/alternative.
9159         * mm-decode.el (mm-display-part): Take optional arg `force'.
9161 2010-10-26  Julien Danjou  <julien@danjou.info>
9163         * gnus-group.el (gnus-group-default-list-level): Add this function to
9164         compute the default list level.
9165         (gnus-group-default-list-level): Add possibility to use a function.
9167 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9169         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9171         * gnus-group.el (gnus-group-completing-read)
9172         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9173         gnus-replace-in-string.
9175 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9177         * shr.el (shr-tag-div): Add.
9179         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9181 2010-10-25  Julien Danjou  <julien@danjou.info>
9183         * gnus-util.el: Remove `gnus-with-local-quit'.
9185         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9187 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9190         the original article buffer.
9192 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194         * nnimap.el (nnimap-request-head): New function.
9195         (nnimap-request-move-article): Try to be slightly faster by not
9196         requesting the entire message when moving.
9197         (nnimap-transform-headers): Don't bug out on bodiless articles.
9198         (nnimap-send-command): Have no outstanding messages if the IMAP server
9199         doesn't support streaming.
9200         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9202 2010-10-24  Julien Danjou  <julien@danjou.info>
9204         * message.el (message-default-headers): Fix type.
9206 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9209         prefetching images.
9211         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9212         backend for unknown groups.  This is mainly useful for nnimap groups.
9214         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9215         group isn't covered by the agent.
9217 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9219         * nnir.el (nnir-method-default-engines): New variable.
9220         (nnir-run-query): Use it.
9221         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9222         (gnus-summary-nnir-goto-thread): Change group if needed.
9224         * gnus-group.el (gnus-group-group-map): Add key binding for
9225         gnus-group-make-nnir-group.
9227 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229         * shr.el (shr-tag-object): Add.
9231         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9232         original article buffer live.
9233         (gnus-summary-select-article-buffer):
9234         Mention gnus-widen-article-buffer.
9236 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238         * shr.el (shr-tag-strong): Add.
9240 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9243         group names.  They mess up the group buffer badly.
9245         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9247         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9248         instead of the summary one.
9250 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9252         * mml.el (mml-preview): Work properly when editing article.
9254         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9255         gnus-have-read-active-file if it's already been in.
9257 2010-10-22  Tom Tromey  <tromey@redhat.com>
9259         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9260         gnus-group-completing-read.
9262 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264         * message.el (message-mode-map): Don't bind M-; to comment region, to
9265         allow the global comment-dwim to work.
9267 2010-10-21  Julien Danjou  <julien@danjou.info>
9269         * message.el (message-setup-1): Allow message-default-headers to be a
9270         function.
9272 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9274         * shr.el (shr-tag-table): Simplify.
9276 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9278         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9279         to avoid trying to snarf invalid stuff.
9281         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9283         * gnus.el (gnus-message-archive-group): Quote value.
9284         (gnus-message-archive-group): Mark as changed.
9286         * shr.el (shr-add-font): Don't put the font properties on the newline
9287         or the indentation.
9289         * message.el (message-fix-before-sending): Change options when sending
9290         non-printable characters.
9292         * gnus.el (gnus-message-archive-method): Change the default to
9293         monthly outgoing groups.
9295         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9296         that have gotten new numbers.
9298         * nnimap.el (nnimap-request-replace-article): New function.
9300 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9302         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9303         (nnrss-request-article): Don't use special html washing code.
9305 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9307         * shr.el (shr-tag-table): Remove useless nconc.
9309 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311         * gnus-art.el (article-wash-html): Simplify and remove the charset
9312         stuff.  Use the normal html rendering code instead of the special html
9313         washing code.
9315         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9316         `gnus-w3m' symbols.
9317         (mm-text-html-washer-alist): Remove.
9319         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9320         (mm-inline-media-tests): Remove use.
9321         (mm-text-html-renderer): Change default to the `shr' symbol.
9323         * mm-view.el (mm-inline-text-html): Remove use.
9325         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9326         `gnus-blocked-images' to be a function.
9327         (gnus-article-wash-function): Remove.
9329 2010-10-20  Julien Danjou  <julien@danjou.info>
9331         * spam.el (spam-list-of-processors): Mark as obsolete.
9333         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9334         (nnimap-insert-partial-structure): Fix boundary detection.
9336 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9338         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9339         run file-truename on remote files.  This can be expensive and even
9340         prevent one from editing drafts if some unrelated buffer has a stale
9341         connection.
9343 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9345         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9346         kinsoku-eol regardless of shr-kinsoku-shorten.
9347         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9348         (shr-tag-table): Support caption, thead, and tfoot.
9350 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9353         lines.
9354         (shr-save-contents): New command and keystroke.
9356         * nndoc.el (nndoc-type-alist): Add git support.
9357         (nndoc-git-type-p): New function.
9358         (nndoc-transform-git-article): Ditto.
9359         (nndoc-transform-git-headers): Ditto.
9360         (nndoc-transform-git-headers): Generate Subject headers.
9362         * shr.el (shr-parse-style): New function.
9363         (shr-tag-span): Ditto.
9365         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9366         to `G G' to avoid collisions.
9368 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9370         * shr.el: Load kinsoku if necessary.
9371         (shr-kinsoku-shorten): New internal variable.
9372         (shr-find-fill-point): Make kinsoku shorten text line if
9373         shr-kinsoku-shorten is bound to non-nil.
9374         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9375         shr-indentation too when testing if table is wider than frame width.
9376         (shr-insert-table): Use `string-width' instead of `length' to measure
9377         text width.
9378         (shr-insert-table-ruler): Make sure indentation is done at bol.
9380 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9382         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9383         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9384         undecoded network data.
9386 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9388         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9389         name in the mode line spec so that the mode line menu works
9390         (bug#2431).
9392         * message.el (message-get-reply-headers): If we're fed `to-address',
9393         then always use that.
9395         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9396         aren't so wide as to need to switch off the edit menu.
9398         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9399         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9401         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9402         `M-g'.
9403         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9404         the permanent marks.
9406 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9408         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9409         Splitting according to references/in-reply-to obeys the ignore-groups
9410         variable, while splitting by sender and subject do not.
9412 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9414         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9415         alist, so that we can look for non-Unicode chars.
9416         (article-translate-strings): Allow both character and string maps.
9418 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9420         * shr.el (shr-insert): Don't insert space behind a wide character
9421         categorized as kinsoku-bol, or between characters both categorized as
9422         nospace.
9424 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9426         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9427         headers to gnus-newsgroup-headers.
9429 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431         * shr.el (shr-tag-img): Don't align images -- since we're not
9432         rescaling, this often leads to ugly displays.
9434 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9436         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9437         duplicates.
9439 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9441         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9442         call.
9444 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446         * gnus.el: Autoload gnus-html-show-images.
9448         * nnimap.el: Use nnheader-message throughout.
9450         * shr.el (shr-tag-img): Ignore images with no data.
9452 2010-10-15  Julien Danjou  <julien@danjou.info>
9454         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9455         a possibility to disable format=flow encoding when using hard newlines.
9457 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9459         * shr.el (shr-insert): Remove space inserted before or after a
9460         breakable character or at the beginning or the end of a line.
9461         (shr-find-fill-point): Do kinsoku; find the second best point or give
9462         it up if there's no breakable point.
9464 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466         * nnimap.el (nnimap-open-connection): Message when opening connection
9467         for debugging purposes.
9469         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9470         on every setup buffer call to allow this to change from article to
9471         article.
9473         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9474         buffers where we have a wide table.
9476 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9478         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9479         uses *-request-thread.
9481 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9484         incantation, which is no longer valid.
9486 2010-10-14  Julien Danjou  <julien@danjou.info>
9488         * shr.el: Fix defcustom type (char -> character).
9490 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9493         programs.
9495 2010-10-14  Julien Danjou  <julien@danjou.info>
9497         * shr.el (shr-tag-a): Use url-link as widget type.
9499         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9500         `gnus-group-get-icon'.
9502 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9505         This should make server editing work better.
9507         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9509         * tls.el (tls-program): Remove spurious %s from openssl.
9511         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9512         (nnimap-parse-flags): Fix regexp.
9514         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9515         probably work for CJVK text, too.
9517         * nnimap.el (nnimap-extend-tls-programs): Remove.
9518         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9520         * tls.el (tls-starttls-switches): Remove starttls hack.
9521         (open-tls-stream): Ditto.
9522         (tls-find-starttls-argument): Ditto.
9524 2010-10-13  Julien Danjou  <julien@danjou.info>
9526         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9527         responses.
9529 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9533         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9534         anything in Emacs.
9536         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9538 2010-10-13  Julien Danjou  <julien@danjou.info>
9540         * shr.el (shr-width): Make shr-width a defcustom with default to
9541         fill-column.
9542         (shr-tag-img): Use shr-width rather than fill-column.
9544 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9546         * dgnushack.el (byte-optimize-apply):
9547         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9549         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9550         position when (X-)Faces exist.
9551         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9552         avatars when called interactively.
9554 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9556         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9557         gnus-article-x-face-too-ugly is bound.
9559 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9563         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9564         mailbox that doesn't exist.
9566 2010-10-12  Julien Danjou  <julien@danjou.info>
9568         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9569         (shr-get-image-data): Encode URL properly when fetching from cache.
9570         (shr-tag-img): Use aligned-to spaces to align correctly images.
9572         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9573         before inserting the Gravatar.
9575         * shr.el (shr-tag-img): Add align attribute support for <img>.
9577 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579         * gnus-gravatar.el (gnus-art): Require.
9581         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9582         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9583         Remove long obsoleted functions.
9585 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9587         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9589         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9591         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9592         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9593         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9594         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9595         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9596         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9597         * sieve-manage.el, smime.el, spam.el:
9598         Fix comment for declare-function.
9600 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602         * nnimap.el (nnimap-request-rename-group): Select group read-only
9603         before renaming it.
9605         * shr.el (shr-insert): Fix up the white space only regexp.
9607         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9608         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9610         * shr.el (shr-current-column): New function.
9611         (shr-find-fill-point): New function.
9613 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9615         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9616         numbers.
9618 2010-10-11  Julien Danjou  <julien@danjou.info>
9620         * shr.el (shr-hr-line): Add.
9621         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9622         display hr lines.
9623         (shr-max-columns): Do not change state to nil if we just inserting
9624         spaces.
9626 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9629         select the last group.
9631 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9633         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9635 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9637         * dig.el (dig-mode-map): Declare and define in one step.
9639 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9642         for Gnus.
9643         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9644         (nnimap-update-qresync-info): Mark \Seen articles as read.
9646         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9647         non-variable, too.
9649         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9650         available.
9651         (nnimap-update-info): Rely more on the current active than the param
9652         active to avoid marking articles as read too much.
9654         * auth-source.el (auth-source-create): Use (user-login-name) for the
9655         user name default.
9657         * nnimap.el (nnimap-update-info): If the server doesn't return any
9658         useful info, just use the previous info.
9659         (nnimap-update-info): Prefer old info over start-article.
9660         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9662 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9664         * nnir.el (autoload): Clean up autoloads.
9665         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9666         Use key rather than value.
9667         (nnir-imap-search-other): New variable.
9668         (nnir-read-parm): Use it.
9669         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9670         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9672 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9674         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9675         the process, too.
9677 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679         * spam.el (gnus-summary-mode-map): Bind to "$".
9680         Suggested by Russ Allbery.
9682         * shr.el: Rework the way things are indented by <li> slightly.
9684         * gnus.el (gnus-group-set-parameter): Fix typo.
9686         * nnimap.el: Start implementing QRESYNC support.
9688 2010-10-09  Julien Danjou  <julien@danjou.info>
9690         * nnir.el (nnir-engines): Fix too many arguments.
9692 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9695         group is the "last", so that the backends like nnfolder actually save
9696         their folders.
9698         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9699         try to use that for the tls stream.
9700         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9701         UIDVALIDITY and find out which groups are read-only and not.
9702         (nnimap-get-flags): Use the same marks parsing code as the rest of
9703         nnimap.
9705 2010-10-09  Julien Danjou  <julien@danjou.info>
9707         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9709         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9710         retrieving gravatars.
9712         * shr.el (shr-table-corner): Add.
9713         (shr-table-line): Add.
9714         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9716 2010-10-08  Julien Danjou  <julien@danjou.info>
9718         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9720 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9722         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9724         * gnus-sum.el (gnus-mark-article-as-unread)
9725         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9726         (gnus-summary-set-bookmark): Use it.
9728         * gnus-msg.el (gnus-setup-message): Use it.
9730         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9732         * gnus.el (gnus-group-remove-parameter): Use it.
9734         * gnus-group.el (gnus-group-make-web-group): Use it.
9736         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9738         * nnregistry.el: Update docs to mention manual.
9740         * gnus-registry.el: Update docs to mention nnregistry.el.
9741         (gnus-registry-initialize): Don't install nnregistry refer method
9742         automatically.
9743         (gnus-registry-install-nnregistry): Remove it.
9745 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9747         * shr.el (shr-insert): Don't insert double spaces.
9749 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9751         * gnus-gravatar.el (gnus-treat-from-gravatar)
9752         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9753         called interactively.
9755         * gnus-art.el (gnus-mime-view-part-externally)
9756         (gnus-mime-view-part-internally): Make predicate function passed to
9757         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9758         of a mime type.
9760         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9762 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764         * shr.el (require): Require cl when compiling.
9765         (shr-tag-hr): New function.
9767         * nnimap.el (nnimap-update-info): Remove double setting of high.
9768         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9769         This makes nnimap work properly on Courier again.
9771         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9772         the variable for backwards compatibility.
9774         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9775         the file name before using to avoid setting mm-default-directory to
9776         nil.
9778         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9779         bidning gnus-agent variables.
9781         * shr.el (shr-render-td): Use a cache for the table rendering function
9782         to avoid getting an exponential rendering behavior in nested tables.
9783         (shr-insert): Rework the line-breaking algorithm.
9784         (shr-insert): Don't leave trailing spaces.
9785         (shr-insert-table): Also insert empty TDs.
9786         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9788 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9790         * gnus-sum.el (gnus-number): Rename from `number'.
9791         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9792         (gnus-summary-limit-children): Update uses correspondingly.
9794 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9796         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9797         (gnus-gravatar-transform-address): Don't show avatars of people of
9798         which mail addresses match gnus-gravatar-too-ugly.
9800 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802         * shr.el (shr-table-widths): Expand TD elements to fill available
9803         space.
9805 2010-10-07  Julien Danjou  <julien@danjou.info>
9807         * nnimap.el (nnimap-request-rename-group): Add this method.
9809 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9811         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9812         name from XEmacs' function-arglist.
9814         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9815         gravatar under XEmacs.
9817 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9819         * auth-source.el: Update docs with TODO items.
9821         * gnus-sync.el: Update docs to explain state and plans.
9823         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9824         Hooks for mark updates.
9825         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9827         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9828         hooks with arguments, which is needed for mark update hooks.
9830 2010-10-06  Julien Danjou  <julien@danjou.info>
9832         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9833         was matched.
9835         * sieve-manage.el: Update example in `Commentary'.
9837         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9839         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9840         not 2000.
9841         (sieve-manage-authenticate): Re-add function.
9843 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845         * shr.el (shr-insert): Get 'space transition right.
9846         (shr-render-td): Only delete space at the end of the TD.
9848         * nnimap.el (nnimap-open-connection): Prepare to support
9849         open-gnutls-stream.
9851         * shr.el: Rearrange function order to be more logical.
9853 2010-10-06  Julien Danjou  <julien@danjou.info>
9855         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9856         (nnrss-discover-feed): Remove 404 URL in docstring.
9858         * nnir.el: Fix Swish-E URL.
9859         Fix Namazu URL.
9861         * message.el (message-change-subject): Remove 404 URL in a comment.
9863 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9865         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9866         called interactively.
9868         * gnus-util.el (gnus-remove-if): Allow hash table.
9869         (gnus-remove-if-not): New function.
9871         * gnus-art.el (gnus-mime-view-part-as-type):
9872         * gnus-score.el (gnus-summary-score-effect):
9873         * gnus-sum.el (gnus-read-move-group-name):
9874         Replace remove-if-not with gnus-remove-if-not.
9876         * gnus-group.el (gnus-group-completing-read):
9877         Regard collection as a hash table if it is not a list.
9879 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9883         * shr.el: Document the table-rendering algorithm.
9885 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9887         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9888         for Emacsen having no `libxml-parse-html-region' support.
9890 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9893         invalid URLs.
9895         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9896         line-broken.
9897         (shr-tag-img): Ignore image fetching errors.
9898         (shr-overlays-in-region): Compute overlay positions correctly.
9900         * mm-decode.el (mm-shr): Require shr.
9902         * gnus-art.el (gnus-blocked-images): Move variable here.
9904         * shr.el (shr-insert-table): Bind free variable.
9906         * mm-decode.el (mm-shr): Bind shr-content-function.
9908         * shr.el (shr-content-function): New variable.
9910         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9911         added for symmetry.
9913         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9915         * gnus-group.el (gnus-group-make-group): Doc fix.
9917         * nnimap.el (nnimap-request-newgroups): Return success.
9919         * shr.el (shr-find-elements): New function.
9920         (shr-tag-table): Put all the images after the table.
9921         (shr-tag-table): Really inhibit images inside the table.
9922         (shr-collect-overlays): Copy over overlays from the TD elements to the
9923         main document.
9925         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9926         gnus-blocked-images.
9928 2010-10-05  Julien Danjou  <julien@danjou.info>
9930         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9932         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9933         (gnus-html-maximum-image-size): Add this function.
9934         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9936         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9937         server-value of the capability is nil.
9939 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9941         * shr.el (shr-tag-em): Add <EM> tag.
9943 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9945         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9946         customizable.
9948         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9949         handing broken links to browse-url.
9951 2010-10-05  Julien Danjou  <julien@danjou.info>
9953         * gnus-util.el (gnus-emacs-completing-read)
9954         (gnus-iswitchb-completing-read): Use autoload rather than require.
9956 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9958         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9959         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9960         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9961         iswitchb-temp-buflist for XEmacs.
9963         * gnus-util.el (gnus-completing-read-function): Exclude
9964         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9965         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9966         XEmacs.
9968         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9969         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9971         * gnus-html.el: Don't require help-fns under XEmacs.
9972         (gnus-html-schedule-image-fetching): Work for XEmacs.
9974         * mm-decode.el (mm-shr): Decode contents by charset.
9976 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9979         unknown.
9981         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9982         (shr-get-image-data): Ensure against the cache file missing.
9984         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9985         for data.
9987         * spam-report.el (spam-report-url-ping-plain): Don't query about
9988         killing the process.
9990         * shr.el (shr-render-td): Protect against too-wide text.
9992 2010-10-04  Julien Danjou  <julien@danjou.info>
9994         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9995         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9997         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9998         retrieved.
10000 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002         * shr.el (browse-url): Require.
10003         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10004         lines.
10005         (shr-show-alt-text, shr-browse-image): New commands.
10006         (shr-browse-url, shr-copy-url): New commands.
10008         * gnus-sum.el (gnus-widen-article-window): New variable.
10009         (gnus-summary-select-article-buffer): Use it.
10011         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10012         without @ signs.
10014 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10016         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10018 2010-10-04  Julien Danjou  <julien@danjou.info>
10020         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10021         for XEmacs.
10023 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10025         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10027         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10028         (nnimap-close-server): Implement.
10030         * dgnushack.el (iswitchb): Require to shut up the compiler.
10032         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10033         (shr-insert): Tweak line breaking.
10034         (shr-insert): Handle <pre> better.
10035         (shr-tag-li): Get <li> indentation right.
10036         (shr-tag-li): Get <li> indentation even righter.
10037         (shr-tag-blockquote): Ensure paragraph start.
10038         (shr-make-table): Tweak table generation.
10039         (shr-make-table): Fix typo.
10041         * shr.el: Implement table rendering.
10043 2010-10-04  Julien Danjou  <julien@danjou.info>
10045         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10047 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10049         * shr.el (shr-insert): Use string anchors instead of line anchors.
10051 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10053         * shr.el: Add headings.
10054         (shr-ensure-paragraph): Actually work.
10055         (shr-tag-li): Make <ul> prettier.
10056         (shr-insert): Get white space at the beginning/end of elements right.
10057         (shr-tag-p): Collapse subsequent <p>s.
10058         (shr-ensure-paragraph): Don't insert double line feeds after blank
10059         lines.
10060         (shr-insert): \t is also space.
10061         (shr-tag-s): Fix "s" tag name function.
10062         (shr-tag-s): Fix face prop name.
10064 2010-10-03  Julien Danjou  <julien@danjou.info>
10066         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10068         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10069         gnus-window-inside-pixel-edges.
10071         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10072         gnus-ems.
10074         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10076         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10077         function.
10079         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10080         resize choice.
10082 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10085         beginning of the buffer.
10087         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10088         article buffer again.
10090         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10092         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10093         when it's at the start of the buffer.
10095         * shr.el (shr-tag-blockquote): Convert name.
10096         (shr-rescale-image): Use the right image-size variant.
10098         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10099         buffer isn't shown, then select the current article first instead of
10100         bugging out.
10101         (gnus-summary-select-article-buffer): Show both the article and summary
10102         buffers again.
10104         * shr.el (shr-fontize-cont): Protect against regions with no text.
10105         Rename tag functions to shr-tag-* for enhanced security.
10106         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10108 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10110         * shr.el (shr-insert):
10111         * pop3.el (pop3-movemail):
10112         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10113         loaded.
10115 2010-10-03  Glenn Morris  <rgm@gnu.org>
10117         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10119         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10121         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10123         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10125         * gnus-util.el (gnus-make-local-hook): Simplify.
10127 2010-10-02  Julien Danjou  <julien@danjou.info>
10129         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10130         (gnus-ido-completing-read): New function.
10131         (gnus-emacs-completing-read): New function.
10132         (gnus-completing-read): Use gnus-completing-read-function.
10133         Add gnus-completing-read-function.
10135 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10137         * shr.el (shr-insert-document): Autoload.
10138         (shr-img): Be silent.
10139         (shr-insert): Add a newline after every picture before text.
10140         (shr-add-font): Use overlays for combining faces.
10141         (shr-insert): Pass upwards the text start point.
10143         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10144         possible.
10145         (mm-shr): New function.
10147 2010-10-02  Julien Danjou  <julien@danjou.info>
10149         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10150         should go backward.
10152 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10154         * shr.el (shr): Fix typo in provide call.
10156 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10158         * shr.el: New file.
10160         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10162         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10163         completing read.
10165 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10167         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10168         we're being queried about.  Suggested by Dan Jacobson.
10170         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10171         Suggested by Jason Eisner.
10173         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10174         table, too.  Suggested by Stefan Wiens.
10175         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10176         the table unnecessary.  Suggested by Stefan Wiens.
10178         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10179         longer needed, and probably doesn't work either, as pointed out by
10180         Stefan Wiens.
10181         (gnus-summary-exit): Remove call to the clearing function.
10182         (gnus-summary-exit-no-update): Ditto.
10184         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10185         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10186         Reported by Stefan Monnier.
10187         (gnus-summary-save-in-rmail): Ditto.
10189         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10190         article buffer, instead of both the article buffer and the summary
10191         buffer.  Sort of suggested by Dan Jacobson.
10193         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10195         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10196         Suggested by Dan Jacobson.
10198         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10199         documentation clearer.
10201         * message.el (message-shorten-references): Comment on the number "21".
10202         Suggested by Stefan Monnier.
10204         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10205         Suggested by Dan Jacobson.
10207         * gnus.el (gnus-large-newsgroup):
10208         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10210         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10211         externalize attachments.  Bug reported by Steve Wen.
10213         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10214         really message anything to the user.
10216         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10217         directly.
10219         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10220         messages in empty groups.
10222 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10224         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10225         non-UIDNEXT group.
10227 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10229         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10230         not the value from the collection.
10232         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10233         values.  This sometimes happens on some groups that have no info.
10234         (nnimap-request-newgroups): New function.
10236 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10238         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10239         check into `gnus-registry-initialize'.
10240         (gnus-registry-initialize): Ditto.
10241         Fix and extend header docs.
10243 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10246         regexp backtrace overflows.
10248         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10249         for starttls that tls.el implements; i.e. openssl.
10251         * tls.el (tls-starttls-switches): Give up on using starttls with
10252         gnutls-cli.
10253         (tls-program): Add --insecure to be consistent with the defaults from
10254         openssl s_client.  Now all three commands are insecure.
10256 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10258         * lpath.el: Bind completion-styles-alist for XEmacs.
10260         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10261         (gravatar-create-image): New function that's an alias to
10262         gnus-xmas-create-image, gnus-create-image, or create-image.
10263         (gravatar-data->image): Use it.
10265 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10267         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10268         install the nnregistry refer method.
10269         (gnus-registry-install-hooks): Use it.
10270         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10271         unfollowed groups.
10273 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10275         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10276         expanding threads.
10278 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280         * nnir.el: Use the server names without suffixes (bug#7009).
10282         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10283         unencrypted to STARTTLS, if possible.
10285 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10287         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10288         headers before superseding.
10290 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292         * nnrss.el (nnrss-use-local): Add documentation.
10294         * nnimap.el (nnimap-extend-tls-programs): New function.
10295         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10296         (nnimap-wait-for-connection): Accept the greeting from the stupid
10297         output from openssl s_client -starttls, too.
10299         * tls.el (tls-starttls-switches): New variable.
10300         (tls-find-starttls-argument): Use it.
10301         (open-tls-stream): Ditto.
10303         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10304         (netrc-machine): Ditto.
10306         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10307         article number.
10308         (nnimap-split-fancy): New variable.
10309         (nnimap-split-incoming-mail): Use it.
10311         * nntp.el (nntp-server-list-active-group): Document.
10313         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10314         SELECT to get the message-id.
10316         * mail-source.el (mail-sources): Remove webmail support.
10317         (defvar): Ditto.
10318         (mail-source-fetcher-alist): Ditto.
10319         (mail-source-fetch-webmail): Remove.
10321         * webmail.el: Remove -- doesn't seem relevant any more.
10323         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10325         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10326         the \r.
10328 2010-09-30  Julien Danjou  <julien@danjou.info>
10330         * gnus-agent.el (gnus-agent-add-group): Fix call to
10331         gnus-completing-read.
10333 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10335         * nndoc.el (nndoc-retrieve-groups): New function.
10337         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10338         `default', use nnmail-split-methods.
10339         (nnimap-request-article): Downcase the NILs so that they are nil.
10341         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10342         symbol.
10344         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10345         code, since if the user has requested network, that's what they ought
10346         to get.
10347         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10348         (nnimap-split-rule): Mark as obsolete.
10350         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10351         New variable.
10353         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10354         correct slot, too.
10356 2010-09-29  Julien Danjou  <julien@danjou.info>
10358         * gnus.el (gnus-local-domain): Declare variable obsolete.
10360         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10361         Fix history computing.
10362         (gnus-ido-completing-read): Require ido.
10364 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10366         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10367         build Gnus.
10369         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10370         when interpreting the structures.
10371         (nnimap-request-accept-article): Add \r\n to the lines to make this
10372         work with Cyrus.
10374         * nndraft.el (nndraft-request-expire-articles): Use the group name
10375         instead if "nndraft".  Fix found by Nils Ackermann.
10377 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10379         * nnregistry.el: Add.
10381 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10383         * nnmail.el (group, group-art-list, group-art):
10384         Remove unneeded directives.
10386 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10388         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10389         (mm-mime-charset):
10390         * rfc2047.el (rfc2047-syntax-table):
10391         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10393         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10394         rather than `insert-file-contents' and `eval-region'.
10396         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10397         construction.
10399         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10401         * time-date.el: No need to require cl for Emacs 21.
10403 2010-09-29  Julien Danjou  <julien@danjou.info>
10405         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10406         replacement of `gnus-gravatar-relief' to mimic
10407         `gnus-faces-properties-alist'.
10408         Add :version property.
10410 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10412         * mail-source.el (mail-source-report-new-mail):
10413         * message.el (message-default-mail-headers):
10414         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10416         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10418 2010-09-28  Julien Danjou  <julien@danjou.info>
10420         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10421         mail-address contains the same string as real-name.
10423         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10424         non-blank in header, otherwise it'll get stripped.
10426         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10427         real-name, and then for mail address rather than doing : or , search.
10429 2010-09-27  Julien Danjou  <julien@danjou.info>
10431         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10432         right completing-read function.
10433         (gnus-use-ido): New variable
10434         (gnus-completing-read-with-default): Remove.
10435         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10436         (gnus-agent-add-group):
10437         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10438         * mm-view.el (mm-view-pkcs7-decrypt):
10439         * mm-util.el (mm-codepage-setup):
10440         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10441         * mml-smime.el (mml-smime-openssl-sign-query):
10442         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10443         (mml-insert-multipart):
10444         * gnus-msg.el (gnus-summary-yank-message):
10445         * gnus-int.el (gnus-start-news-server):
10446         * mm-decode.el (mm-interactively-view-part):
10447         * gnus-dired.el (gnus-dired-attach):
10448         * gnus.el (gnus-read-method):
10449         * gnus-bookmark.el (gnus-bookmark-jump):
10450         * gnus-art.el (gnus-mime-view-part-as-type)
10451         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10452         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10453         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10454         * nnmairix.el (nnmairix-create-server-and-default-group)
10455         (nnmairix-update-groups, nnmairix-get-server)
10456         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10457         (nnmairix-get-group-from-file-path):
10458         * nnrss.el (nnrss-find-rss-via-syndic8):
10459         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10460         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10461         (gnus-group-browse-foreign-server):
10462         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10463         (gnus-summary-execute-command, gnus-summary-respool-article)
10464         (gnus-read-move-group-name):
10465         * gnus-score.el (gnus-summary-increase-score)
10466         (gnus-summary-score-effect):
10467         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10469 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10471         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10472         x-focus-frame.
10474         * nnimap.el (auth-source-forget-user-or-password)
10475         (auth-source-user-or-password): Autoload.
10477         * message.el (message-from-style, message-interactive)
10478         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10479         (message-yank-prefix, message-indentation-spaces, message-signature)
10480         (message-signature-file): Add comment.
10482 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10484         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10485         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10486         new articles.
10488         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10489         parts.
10490         (nnimap-request-article): Work with the t setting, too.
10492         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10493         that you don't get flashes of other buffers.
10494         (gnus-summary-show-complete-article): Intern before setting.
10496 2010-09-27  David Engster  <dengste@eml.cc>
10498         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10499         well as HEADERS.
10500         (nnmairix-retrieve-headers): Provide new argument for the above.
10502 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10504         * gnus-sum.el (gnus-summary-move-article): Don't alter
10505         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10506         group.
10508         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10510         * message.el (message-cite-prefix-regexp): Revert my last edit.
10512         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10513         variable instead of the Gnus variable.
10515         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10517         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10519         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10520         since some servers don't like it.
10521         (nnimap-open-connection): Forget credentials if the server says the
10522         password was wrong.
10523         (nnimap-parse-line): Protect against invalid data.
10525         * gnus-sum.el (gnus-summary-move-article): Add comment.
10526         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10527         nothing alters it while scanning for new messages.
10529         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10530         which may or may not help.
10531         (nnimap-open-connection): If we're doing a stream connection, and then
10532         discover we're on a STARTTLS-capable server, then open a STARTTLS
10533         connection instead.
10535 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537         * nnimap.el (utf7): Require.
10539         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10540         prefix.
10542 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10544         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10546 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10548         * nnimap.el (nnimap-request-accept-article): Message the error on
10549         error.
10551 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10553         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10555 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557         * nndoc.el (nndoc-request-list): Return success always.
10559         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10560         `fetch-old' -- we only want to fetch the articles we've requested.
10561         The rest are in the agent, probably.
10562         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10563         disappeared server" to something low.  It's not important.
10565         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10566         arrived before the FETCH data.
10568         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10569         target here, because we don't know the Gnus name of the group.
10571         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10572         for the correct group.
10574         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10576         * gnus.el (gnus): Give a final warning after startup.
10578         * gnus-util.el (gnus-action-message-log): New variable.
10579         (gnus-message): Use it.
10580         (gnus-final-warning): New function.
10582         * nnimap.el (nnimap-open-connection): Record the greeting.
10583         (nnimap): Add greeting.
10585 2010-09-26  Julien Danjou  <julien@danjou.info>
10587         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10588         arguments.
10589         (gnus-html-wash-images): Fix spec computing to include start/end.
10591         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10593 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10596         deletion.
10597         (nnimap-retrieve-headers): Don't select the group, because that's
10598         already done by nnimap-possibly-change-group.
10600         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10601         (gnus-picon-transform-address): Use it.
10603         * mail-source.el (mail-source-value): Revert previous patch.
10605         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10606         on failure.
10607         (nnimap-open-connection): Look up both virtual and physical server name
10608         credentials.
10610         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10612 2009-02-07  Dave Love  <fx@gnu.org>
10614         * tls.el (open-tls-stream): Don't query killing process.
10616 2009-02-08  Dave Love  <fx@gnu.org>
10618         * gnus-win.el (gnus-window-to-buffer-helper)
10619         (gnus-all-windows-visible-p): Function needn't be a symbol.
10621         * mail-source.el (mail-source-value): Function needn't be a symbol.
10623 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10625         * message.el (message-cite-prefix-regexp): Remove } from the cite
10626         prefix.
10628         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10629         highlight again, so that the highlight is correct.
10631         * gnus-picon.el (gnus-picon): Remove again.
10632         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10634         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10635         doing the header highlightling, so that the background color of the
10636         picon is correct.
10638         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10639         (gnus-picon): Ditto.
10640         (gnus-picon): Reinstate.  The background color for picons is white.
10641         (gnus-picon-insert-glyph): Make the background white.
10643         * nnml.el (nnml-open-nov): Don't return dead buffers.
10645         * auth-source.el (auth-source-create): Query the user for whether to
10646         store the credentials.
10648         * netrc.el (netrc-store-data): New function.
10650         * auth-source.el (auth-source-user-or-password): Use the existing auth
10651         sources, if any, for creation.
10653         * gnus.el (gnus-group-fast-parameter): Return the last matching
10654         parameter instead of the first matching parameter.
10656 2010-09-26  Julien Danjou  <julien@danjou.info>
10658         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10660 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662         * mml2015.el (mml2015-use): Remove gpg support.
10664         * mml1991.el (mml1991-function-alist): Remove gpg function.
10665         (mml1991-gpg-sign): Remove.
10667 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10669         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10670         (gnus-browse-unsubscribe-current-group): Document it.
10671         (gnus-browse-unsubscribe-group): Use it.
10673 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10676         address to the To list for easier response.
10678         * gnus.el (gnus-play-startup-jingle): Remove.
10679         (gnus-splash): Don't play jingle.
10680         (gnus): Silence gnus-load message.
10682         * gnus-art.el (gnus-treat-play-sounds): Remove.
10684         * gnus.el (gnus-play-jingle): Remove audio support.
10686         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10688         * earcon.el: Remove -- no users.
10690         * gnus-audio.el: Remove -- no users of this package.
10692         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10694         * gnus-start.el (gnus-setup-news): Remove nocem support.
10696         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10698         * gnus.el (gnus-use-nocem): Remove.
10700         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10701         Remove.
10703         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10704         uses NoCeM any more.
10706         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10707         (gnus-button-ctan-handler): Ditto.
10708         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10709         (gnus-button-ctan-directory-regexp): Ditto.
10710         (gnus-button-handle-ctan): Ditto.
10711         (gnus-button-tex-level): Ditto.
10712         (gnus-button-alist): Remove CTAN stuff.
10714 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10717         nnimap-streaming test.
10719         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10720         servers twice.
10722         * nnimap.el (nnimap-open-connection): Add more error reporting when
10723         nnimap fails early.
10725         * nnheader.el (nnheader-get-report-string): New function.
10726         (nnheader-get-report): Use it.
10728         * gnus-int.el (gnus-check-server): Say what the error was when opening
10729         failed.
10731         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10732         using streaming.
10734 2010-09-25  Julien Danjou  <julien@danjou.info>
10736         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10737         gnus-window-inside-pixel-edges.
10739 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10743         * mm-decode.el (mm-save-part): Allow saving to other directories the
10744         normal Emacs way.
10746         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10747         Suggested by Jay Berkenbilt.
10749         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10750         there isn't a single byte.
10752         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10753         just do it.  It doesn't really seem to matter what the user responds
10754         here, I think, so it's just a confusing question.
10756         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10757         non-streaming case.
10759         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10760         (gnus-article-encrypt-body): Use it.
10762         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10763         keystroke.
10765         * nnimap.el (nnimap-find-wanted-parts-1):
10766         Use gnus-fetch-partial-articles.
10768         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10770         * nnimap.el (nnimap-insert-partial-structure): New function.
10771         (nnimap-get-partial-article): New function.
10772         (nnimap-request-article): Use it.
10773         (nnimap-wait-for-response): Return whether the wait was successful.
10774         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10775         retrieval wasn't successful.
10776         (nnimap-retrieve-group-data-early): Allow throttling servers.
10777         (nnimap-streaming): New variable.
10778         (nnimap-fetch-partial-articles): Remove.
10780         * mm-decode.el (mm-with-part): Protect against killed buffers.
10782         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10783         for prettier summary display.
10785 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10787         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10789 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10791         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10792         apparently third-party libraries depend on it.
10794         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10795         before starting negotiation.
10797         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10798         privacy reasons.
10799         (gnus-treat-mail-gravatar): Ditto.
10801         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10802         buffer when inserting images.  Inserting text into the headers, for
10803         instance, can make them invalid.
10805 2010-09-25  Julien Danjou  <julien@danjou.info>
10807         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10808         variables.
10810         * nnheader.el: Remove useless variables news-reply-yank-from and
10811         news-reply-yank-message-id.
10813         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10814         variables.
10816         * mml1991.el: Remove useless mml1991-verbose.
10818         * gnus.el: Remove useless variable gnus-use-generic-from.
10819         Remove obsolete variable gnus-topic-indentation.
10821         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10823         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10825         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10827         * gnus-group.el: Remove useless gnus-group-icon-cache.
10828         Remove useless gnus-ephemeral-group-server.
10830         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10832         * mml2015.el: Remove useless mml2015-verbose.
10834         * mml-smime.el: Remove useless mml-smime-verbose.
10836         * gnus.el: Remove useless gnus-local-domain.
10838         * gnus-gravatar.el (gnus-gravatar-transform-address):
10839         Use gnus-gravatar-size.
10841         * gnus-art.el: Remove useless gnus-treat-translate.
10843 2010-09-24  Julien Danjou  <julien@danjou.info>
10845         * gnus-sum.el: Add support for Gravatars.
10847         * gnus-art.el: Add support for Gravatars.
10849         * gnus-gravatar.el: Add this file.
10851         * gravatar.el: Add this file.
10853 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10857         * gnus-group.el (gnus-group-fetch-faq): Remove.
10859         * gnus.el (gnus-group-faq-directory): Remove.
10861         * gnus-group.el (gnus-group-fetch-charter): Remove.
10863         * gnus.el (gnus-group-charter-alist): Remove.
10865         * gnus-group.el (gnus-group-archive-directory): Remove.
10866         (gnus-group-recent-archive-directory): Ditto.
10867         (gnus-group-make-archive-group): Remove.
10869         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10871         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10872         use the same article number for all the cached articles.
10874         * nnimap.el (nnimap-command): Register the last command time so
10875         that we can use it for idling NOOPs.
10876         (nnimap-open-connection): Start the keeplive timer.
10877         (nnimap-make-process-buffer): Store all the process buffers.
10878         (nnimap-keepalive): New function.
10880         * starttls.el (starttls-open-stream): Add autoload cookie.
10882 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10884         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10885         handling.
10887 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10890         its data structures.
10892         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10893         instead of the cl.el copy-list.
10894         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10895         equalp.
10897 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10899         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10900         and tool-bar-local-item-from-menu.
10902         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10903         mode-line-highlight face for Emacs.
10905         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10906         loading gnus-sum.elc; fix comment for canlock-verify.
10907         (gnus-article-jump-to-part): Use read-number.
10908         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10909         Remove Emacs pre-21 compatible code for help-echo.
10910         (gnus-article-next-page-1): No need to adjust the number of lines.
10911         (gnus-article-describe-bindings): Always use help-buffer.
10913         * gnus-audio.el (gnus-audio-inline-sound):
10914         * gnus-cus.el (gnus-custom-mode):
10915         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10917         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10919         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10920         compatible code.
10922 2010-09-24  Glenn Morris  <rgm@gnu.org>
10924         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10925         visiting the fcc file in rmail-mode.
10927         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10929 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10931         * nnir.el: Silence the byte compiler.
10933         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10934         alias to browse-url-url-encode-chars if any.
10935         (gnus-html-encode-url): Use it.
10937 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939         * gnus-start.el (gnus-use-backend-marks): New variable.
10940         (gnus-get-unread-articles-in-group): Use it.
10942         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10943         makeover.
10945 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10947         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10949 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10952         Remove.
10953         (gnus-setup-news-hook):
10954         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10956         * gnus-int.el (gnus-request-update-info): Protect against backends not
10957         having the function.
10959         * nnimap.el (nnimap-stream): Mention starttls.
10960         (nnimap-open-connection): Add starttls support.
10962 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10964         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10966 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10969         BODYSTRUCTUREs.
10970         (nnimap-transform-headers): Unfold quoted {42} headers.
10972         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10973         the info.
10974         (gnus-get-unread-articles): Only call updatep on backends that support
10975         it.
10977         * nnweb.el (nnweb-request-update-info): NOOP.
10979         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10981         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10982         since it only deals with marks.
10984         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10985         gnus-request-marks, and make a new gnus-request-update-info.
10987         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10988         the active instead of the high number, which is usually too low.
10990 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10992         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10993         * encrypt.el: Remove.
10995 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10998         server in symbolic form.
11000         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11002 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11005         (nnimap-update-info): Fix up code slightly.
11007         * gnus-int.el (gnus-open-server): Add tracing for performance
11008         debugging.
11010         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11011         (gnus-group-insert-group-line): Pass the real group name so that it
11012         gets the right data.
11014         * gnus-start.el (gnus-get-unread-articles): Don't have
11015         `gnus-get-unread-articles-in-group' update info, since that can be
11016         really slow and doesn't seem to be needed?
11018 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11020         * time-date.el (date-to-time): Try using parse-time-string first before
11021         using the slower timezone-make-date-arpa-standard.
11023 2010-09-22  Julien Danjou  <julien@danjou.info>
11025         * gnus-group.el (gnus-group-insert-group-line):
11026         Call gnus-group-highlight-line.
11027         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11028         default hook list.
11029         (gnus-group-update-eval-form): Add new function.
11030         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11031         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11033 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11036         immediate, then expire all articles.
11037         (nnimap-update-info): Fix off-by-one errors.
11038         (nnimap-flags-to-marks): Would return no marks lists for group with no
11039         flags.  Instead return the other data.
11041 2010-09-22  Julien Danjou  <julien@danjou.info>
11043         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11044         Only return an icon.
11045         (gnus-group-insert-group-line): Compute icon to return.
11047         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11048         (gnus-html-image-fetched): Only cache if
11049         gnus-html-image-automatic-caching is set.
11050         (gnus-html-image-fetched): Check for errors.
11052 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11054         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11055         once per method on `g'.  This ensures that backends like nnfolder don't
11056         open all their folders.
11058         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11059         (nnimap-request-list): Nix out group in the correct buffer.
11060         (nnimap-parse-flags): Implement by using `read' instead of
11061         hand-parsing.
11062         (nnimap-flags-to-marks): Pass on permanent-flags.
11063         (nnimap-make-process-buffer): Record the server name.
11064         (nnimap-parse-flags): Fix typo.
11065         (nnimap-request-scan): Run split on the server in general, not just a
11066         single group.
11068         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11069         parameter, and propagate this downwards.
11071         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11072         since EXAMINE changes it on the server.
11074         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11075         this command might take a while.
11077 2010-09-22  Julien Danjou  <julien@danjou.info>
11079         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11080         harmful if you have 2 images side-by-side, they can't be properly
11081         update on text deletion.  Using text-property is safer here.
11082         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11083         data.
11085 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087         * nnimap.el (nnimap-expunge-inbox): Remove.
11088         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11089         (nnimap-expunge): Flip default to t.
11091         * gnus.el (gnus-method-to-server): Don't push things to the cache
11092         unless it's unique.
11093         (gnus-server-to-method): Ditto.
11095 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11097         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11099 2010-09-22  Julien Danjou  <julien@danjou.info>
11101         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11102         get the start of data.
11103         (gnus-html-encode-url): Add this function to encode special chars in
11104         URL.
11105         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11106         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11108         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11109         default.
11110         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11112         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11113         images alt-text.
11114         (gnus-html-put-image): Put alt-text as help-echo.
11116 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11118         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11119         * mm-util.el (mm-decompress-buffer):
11120         * nnir.el (nnir-run-find-grep):
11121         * pop3.el (pop3-list): Use 3rd arg of split-string.
11123         * time-date.el (format-seconds): Comment fix.
11125         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11126         and byte-optimize-form-code-walker.
11127         (dgnushack-make-auto-load): Don't advise make-autoload.
11129         * lpath.el: Remove Emacs 21 stuff.
11131 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11134         outside the active range.  Suggested by Dan Christensen.
11136         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11137         slightly later to avoid double-getting it.
11139         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11140         previous patch.
11142         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11144 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11146         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11148 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150         * gnus-int.el (gnus-open-server): Give a better error message in the
11151         "go offline" case.
11153         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11154         marks for nnimap, which is seldom the right thing to do.
11156         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11157         (gnus-same-method-different-name): New function.
11159         * nnimap.el (parse-time): Require.
11161         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11162         method in the presence of many similar methods.
11164         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11166         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11167         nnml-inhibit-expiry.
11169         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11170         find out whether methods are equal.
11172         * nnimap.el (nnimap-find-expired-articles): New function.
11173         (nnimap-process-expiry-targets): New function.
11174         (nnimap-request-move-article): Request the article before looking at
11175         what the Message-ID is.  Fix found by Andrew Cohen.
11176         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11178         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11179         for oldness in addition to being a predicate.
11181         * nnimap.el (nnimap-request-group): When we have zero articles, return
11182         the right data to Gnus.
11183         (nnimap-request-expire-articles): Only delete articles immediately if
11184         the target is 'delete.
11186         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11187         method, this would bug out.
11189         * gnus-group.el (gnus-group-expunge-group): Rename from
11190         gnus-group-nnimap-expunge, and implemented as a normal interface
11191         function.
11193         * gnus-int.el (gnus-request-expunge-group): New function.
11195         * nnimap.el (nnimap-request-create-group): Implement.
11196         (nnimap-request-expunge-group): New function.
11198 2010-09-21  Julien Danjou  <julien@danjou.info>
11200         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11201         (gnus-html-cache-expired): Add new function.
11202         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11203         wethever we should display image for fetch it.
11204         Compute alt-text earlier to pass it to the fetching function too.
11205         (gnus-html-schedule-image-fetching): Change function argument to only
11206         get one image at a time, not a list.
11207         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11208         cache.
11209         (gnus-html-get-image-data): New function to retrieve image data from
11210         cache.
11211         (gnus-html-put-image): Change buffer argument to use image data rather
11212         than file, and place image above region rather than inserting a new
11213         one.  Do not take alt-text as argument, since it's useless now: we place
11214         the image above alt-text.
11215         (gnus-html-prune-cache): Remove.
11216         (gnus-html-show-images): Start to fetch image when we find one, do not
11217         push into a temporary list.
11218         (gnus-html-prefetch-images): Only fetch image if they have expired.
11219         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11220         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11222 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11224         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11226 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11229         spec inser "*" if the group isn't active instead of 0.
11231         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11232         opening the server.
11233         (nnimap-request-delete-group): Implement group deletion.
11234         (nnimap-transform-headers): Return the size of the entire message in
11235         the Bytes header, not just the size of the first part.
11236         (nnimap-request-move-article): When moving an article from nnimap,
11237         request the article first so the accepting form has an article to
11238         accept.  Reported by Dan Christensen.
11239         (nnimap-command): Make sure that the error message doesn't error out.
11241 2010-09-20  David Edmondson  <dme@dme.org>
11243         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11244         we haven't requested anything.
11246 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11248         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11249         "".  Fix found by Andrew Cohen.
11251         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11252         instead of -encode-string.
11254 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11256         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11258         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11259         by mm-subst-char-in-string.
11261 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11264         waiting for the connection string.
11266         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11267         arriving.
11269         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11270         bogus characters.  This allows selecting certain Gmail groups.
11272         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11273         (nnimap-fetch-partial-articles): New variable.
11274         (nnimap-open-connection): When looking for credentials, also use the
11275         nnimap-server-port.
11276         (nnimap-request-article): Return the group/article number, so that Gnus
11277         `^' works as expected.
11278         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11280         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11281         comments.
11282         (gnus-methods-sloppily-equal): New function.
11283         (gnus): When using the development version of Gnus, load the gnus-load
11284         file.
11286         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11287         `gnus-open-server' on each method before trying to scan them etc.
11288         This ensures that all the backend parameters are set correctly.
11290         * nnimap.el (nnimap-authenticator): New variable.
11291         (nnimap-open-connection): Allow anonymous login.
11292         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11293         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11295         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11296         patch, found by Knut Anders Hatlen.
11298 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11300         * gnus-agent.el (gnus-agent-batch-confirmation)
11301         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11302         to gnus-message.
11303         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11304         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11305         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11306         * gnus-int.el (gnus-open-server): Likewise.
11307         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11308         (gnus-score-check-syntax): Likewise.
11309         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11310         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11311         Likewise.
11312         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11314 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11316         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11317         calling conventions so that prefetch doesn't bug out.
11319 2010-09-19  Julien Danjou  <julien@danjou.info>
11321         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11322         rather than `subst-char-in-region' in order to be able to replace ASCII
11323         char by UTF-8 ones.
11325         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11326         than curl.
11327         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11328         the right URL and ALT text on images.
11329         (gnus-html-wash-tags): Fix tag case.
11330         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11331         (gnus-article-html): Add -o display_ins_del=2 option.
11332         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11334 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11337         the extra mail headers, which sometimes seem to happen for unknown
11338         reasons.
11340         * mail-parse.el (mail-header-encode-parameter): Define as
11341         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11342         (or most, perhaps?) mail readers don't understand the latter, but do
11343         understand the former.
11345         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11346         to nil, so that no methods are automatically agentized.  I think this
11347         is probably what most users want.
11349         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11350         from url-retrieve, for instance about invalid URLs.
11352         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11353         groups that have no articles.
11354         (nnimap-request-article): Check that we really got an article when we
11355         requested one.
11357         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11358         doesn't exist.
11360         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11361         nntp buffer so the agent can save it.
11362         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11363         that CRLF doesn't get translated to \n.
11364         (nnimap-open-connection): Don't make 'shell commands only send \n.
11366 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11368         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11369         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11370         Update var name.
11371         (nnml-generate-nov-file): Use dolist.
11372         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11373         Use with-current-buffer.
11375 2010-09-18  Julien Danjou  <julien@danjou.info>
11377         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11378         parallel.
11380 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11383         the range update right.
11384         (nnimap-request-group): Don't make `M-g' bug out on group with no
11385         marks.
11386         (nnoo): Require, so that other packages can require nnimap.
11387         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11388         command we're looking for.  This helps when the server sends more
11389         responses after we've gotten everything we expected.
11390         (nnimap): Add a `newlinep' field to keep track of end-of-line
11391         conventions.
11392         Don't send CRLF to things that don't want it.
11393         (nnimap-request-accept-article): Ditto.
11395 2010-09-18  Julien Danjou  <julien@danjou.info>
11397         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11398         than curl to retrieve images.
11400 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11402         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11403         the marks.
11404         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11405         (nnimap-wait-for-connection): New function.
11406         (nnimap-open-connection): If we have PREAUTH, don't query for login
11407         credentials.
11408         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11409         when doing a partial update.
11411 2010-09-18  Julien Danjou  <julien@danjou.info>
11413         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11414         tags.
11416 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418         * nnimap.el (nnimap-credentials): New function.
11419         (nnimap-open-connection): Use the new function to look for credentials
11420         also on the numeric equivalents of "imap" and "imaps".
11422         * gnus-start.el (gnus-activate-group): Send the info to
11423         gnus-request-group.
11425         * nnimap.el (nnimap-request-group): Have the "check" version of the
11426         function parse flags and update the info, so that a `M-g' get a total
11427         resync of all flags from the group.
11429         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11430         to allow backends to alter the info on group selection.  Also alter all
11431         the backend -request-group functions to take the parameter.
11433         * nnimap.el (nnimap-store-info): New function.
11434         (nnimap-update-info): Store the info for later usage.
11435         (nnimap-request-group): Use the stored info for the dont-check case, so
11436         that we don't retrieve all marks when we enter a group.
11438         * nnimap.el: Use deffoo instead of defun for interface functions.
11440         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11441         update the group info.  This makes the nndraft groups, for instance, go
11442         back to their old behavior.
11444         * gnus-sum.el (gnus-select-newsgroup): Indent.
11446         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11447         in.
11448         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11449         nothing.
11451         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11452         from methods that are denied.
11454         * gnus-int.el (gnus-method-denied-p): New function.
11456         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11457         store the password instead of netrc.
11458         (nnimap-open-connection): Don't error out when we can't make a
11459         connections.
11461         * auth-source.el (auth-source-create): In the password prompt, say what
11462         we're querying for.  Also prompt for user name if that hasn't been
11463         given.
11465         * nnimap.el (nnimap-with-process-buffer): Remove.
11467 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11470         method when we're reading from the agent.
11472         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11474         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11475         that's probably most useful for users.
11477         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11478         "failed" all the time.
11480         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11481         ...)) with (with-current-buffer ... ).
11483         * nntp.el (nntp-open-server): Return whether the open was successful or
11484         not.
11486         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11487         select an unread unseen article first.
11489         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11490         /etc/services, supply some sensible port defaults.
11492         * dgnushack.el: Define netrc-credentials.
11494 2010-09-17  Julien Danjou  <julien@danjou.info>
11496         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11498 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11500         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11501         doesn't have any parameters.
11503 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11505         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11506         only upcased checks.
11508         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11510         * nnimap.el (nnimap-open-shell-stream): New function.
11511         (nnimap-open-connection): Use it.
11512         (nnimap-transform-headers): Get the number of lines in each message.
11513         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11514         number of lines.
11515         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11516         problem.
11518         * utf7.el (utf7-encode): Autoload.
11520         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11521         to allow the mail splitting to not return a default group.  This is
11522         useful for nnimap, which will leave unmatched mail in the inbox.
11524         * nnimap.el: Rewritten.
11526         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11527         nnimap usage.
11529         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11530         if the move is internal, so that nnimap can do fast internal moves.
11532         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11533         data.
11534         (gnus-read-active-for-groups): Support finishing the early retrieval of
11535         data.
11537         * gnus-range.el (gnus-range-nconcat): New function.
11539         * gnus-int.el (gnus-finish-retrieve-group-infos)
11540         (gnus-retrieve-group-data-early): New functions.
11542 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11544         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11545         (nnrss-retrieve-groups):
11546         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11547         (pop3-quit): Use with-current-buffer.
11549 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11551         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11552         instead of nnheader-accept-process-output.
11554         * dgnushack.el (dgnushack-compile): Add comment.
11556         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11558         * gnus-html.el (gnus-html-schedule-image-fetching)
11559         (gnus-html-prefetch-images): Replace process-kill-without-query by
11560         gnus-set-process-query-on-exit-flag.
11562 2010-09-16  Romain Francoise  <romain@orebokech.com>
11564         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11566 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11568         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11569         parameter to unintern is mandatory-ish in Emacs 24.
11571         * gnus-html.el (gnus-html-schedule-image-fetching)
11572         (gnus-html-prefetch-images): Check for curl before using it.
11574         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11575         depend on curl, which isn't essential.
11577         * imap.el: Revert back to version
11578         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11579         seem problematic.
11581 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11583         * gnus-registry.el (gnus-registry-install-shortcuts):
11584         Explicitly pass `obarray' to `unintern' to avoid a warning.
11586 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11588         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11589         change.
11591         * nnrss.el (nnrss-request-list): Remove this function and related
11592         functions, including the moreover stuff.
11594 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11596         * nnrss.el (nnrss-retrieve-groups): New function.
11598 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11600         * .dir-locals.el: Add no-byte-compile cookie.
11602 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11604         * time-date.el (format-seconds): Comment fix.
11606         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11607         for back end that doesn't support request-scan.
11609 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11611         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11612         then do request scans from the backends.
11614         * netrc.el (netrc-credentials): New conveniency function.
11616         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11617         avoid running a hook per line, since this takes a lot of time,
11618         profiling shows.
11619         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11620         directly if gnus-visual-p is true.
11622 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11624         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11625         groups; replace mapcar with dolist which is a bit faster; pass groups
11626         info to gnus-read-active-file-1.
11627         (gnus-read-active-file-1): Scan only specified groups if the new
11628         optional arg `infos' is given.
11630 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11632         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11634         * pop3.el (pop3-movemail): Remove.
11635         (pop3-streaming-movemail): Rename to pop3-movemail.
11637         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11638         don't restrict end-tag searches to the end of the line.
11640 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11642         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11643         articles of every unchecked group to t, which means unknown since the
11644         server has never been opened.
11646 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648         * gnus-html.el (gnus-html-show-alt-text): New command.
11649         (gnus-html-browse-image): Ditto.
11650         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11651         to browse the image directly.
11652         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11653         better.
11655         * gnus-async.el (gnus-async-article-callback):
11656         Call `gnus-html-prefetch-images' unconditionally.
11658         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11659         before feeding URLs to curl.
11661 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11663         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11664         internal images as deletable by `W D D'.
11666         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11667         (gnus-async-article-callback): Fix typo.
11669 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11671         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11672         current line to work around bugs in the output from w3m.
11674         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11675         for groups that want that.
11677         * nntp.el (nntp-wait-for-string): Supply a timeout for
11678         accept-process-output to ensure progress.
11680         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11681         level to get unread articles from, then use that for foreign groups,
11682         too.
11684         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11685         confuses the rest of the function.
11687         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11688         for the methods that support -retrieve-groups, too.
11690         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11692 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11694         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11695         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11697         * pop3.el: Require cl when compiling.
11698         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11700 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11702         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11703         that aren't going to be activated.
11704         (gnus-get-unread-articles): Fix up the last commit.
11706         * gnus-html.el (gnus-article-html): Allow calling without specifying
11707         the handle.  In that case, dissect the buffer first.
11709         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11711         * nnimap.el (nnimap-open-connection): Revert the change that would look
11712         into authinfo for imaps instead of imap.
11714         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11715         say that you don't want to call gnus-request-group with don-check, but
11716         do check the reponse.  This is for virtual groups only.
11717         (gnus-get-unread-articles): Count the archive groups as secondary, so
11718         that they're activated the same way as before.
11720         * imap.el (imap-message-map): Removed optional buffer parameter, since
11721         no callers use it.
11722         (imap-message-get): Ditto.
11723         (imap-message-put): Ditto.
11724         (imap-mailbox-map): Ditto.
11725         (imap-mailbox-put): Ditto.
11726         (imap-mailbox-get): Ditto.
11727         (imap-mailbox-get): Revert last change for this function.
11729         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11730         case-insensitively.
11731         (nnimap-debug): Remove.
11733         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11734         callers to use `imap-fetch' instead.  According to the comments, this
11735         should be safe, since all other IMAP clients use the 1:* syntax.
11736         (imap-enable-exchange-bug-workaround): Remove.
11737         (imap-debug): Remove -- doesn't seem very useful.
11739         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11740         mail from a file, and the file doesn't exist.
11742         * imap.el (imap-log): New convenience function used throughout instead
11743         of repeating the same code all over the place.
11745         * pop3.el (pop3-streaming-movemail): Return t for success.
11747         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11748         .authinfo if we're using ssl connection.
11750         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11751         already have if we're in a main Gnus `g' run.
11753         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11755 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11757         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11759         * nnmh.el (nnmh-request-list-1): Bind `file'.
11761         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11762         alias to set-process-query-on-exit-flag or process-kill-without-query.
11763         (pop3-open-server): Use it.
11765 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11768         box to the Incoming file.  Fixes mistake in previous checkin.
11770         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11771         request loop (for debugging purposes) removed.
11773         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11774         culprit is more visible.
11775         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11776         (nnml-add-incremental-nov): New functions to do "incremental" nov
11777         updates, where we just append to the end of the existing nov files
11778         without reading/writing them in full.
11780         * mail-source.el (mail-source-delete-crash-box): Really only check the
11781         incoming files once in a while.
11783         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11785         * mail-source.el (mail-source-delete-crash-box): Only check the
11786         incoming files for deletion once per day to save a lot of file
11787         accesses.
11789         * pop3.el (pop3-logon): Fix up unbound variable typo.
11791         * mail-source.el (pop3-streaming-movemail): Autoload.
11793         * pop3.el (pop3-streaming-movemail):
11794         Respect pop3-leave-mail-on-server.
11796         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11797         retrieval.
11799         * pop3.el (pop3-process-filter): Remove unused function.
11800         (pop3-streaming-movemail, pop3-send-streaming-command)
11801         (pop3-wait-for-messages, pop3-write-to-file)
11802         (pop3-number-of-responses): New functions for streaming pop3
11803         retrieval.
11805         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11806         come from no known methods.
11807         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11808         list.
11810         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11811         message sizes.
11812         (pop3-movemail): Use erase-buffer instead of looping and deleting
11813         regions, which seems rather odd.
11815         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11816         file once per `g' run.
11818         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11819         directories.  This makes the draft queue directory work.
11821         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11822         data from the backends, so that we only request the list of groups from
11823         each method once.  This should speed things up considerably.
11825         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11826         detect that it's not implemented.
11828         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11829         we actually do recurse down into the tree, but don't stat all leaf
11830         nodes.
11832         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11833         then say so instead of bugging out.
11835         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11836         files exist before trying to read them.
11838         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11839         around <pre_int>.
11841         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11843         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11845 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847         * mm-util.el (mm-image-load-path): Just return the image directories,
11848         not all directories in the path in addition to the image directories.
11849         (mm-image-load-path): Maintain a cache of the image directories so that
11850         the `g' command in Gnus doesn't have to stat dozens of directories each
11851         time.
11853         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11854         (gnus-html-wash-tags): Add a new `i' command to insert images.
11855         (gnus-html-insert-image): New command and keystroke.
11856         (gnus-html-redisplay-with-images): New command and keystroke.
11857         (gnus-html-show-images): Rename command.
11858         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11859         spacers.
11860         (gnus-html-wash-tags): Decode entities at the end, so that entities
11861         inside the tags don't mess up the rest of the "parsing".
11863         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11864         so that nnimap methods aren't agentized by default.  There's apparently
11865         many problems related to agent/imap behavior.
11867         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11869         * gnus-html.el: Doc fix.
11871 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11873         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11874         specifier-spec-list for Emacs 21.
11876         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11877         glyph-width and glyph-height instead of display-graphic-p and
11878         image-size; make avoidance of displaying small images work for XEmacs.
11880         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11881         for XEmacs.
11883         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11884         of symbol that holds plist data.
11885         (gnus-process-plist): Remove plist of process after getting it.
11887 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11889         * message.el (message-generate-hashcash): Change default to
11890         'opportunistic if hashcash is installed.
11892         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11893         (gnus-html-put-image): Only call image-size once, since it's somewhat
11894         time-consuming on remote X servers.
11896 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11898         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11899         type on data, not a file name.
11901         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11902         window-pixel-edges for Emacs 21.
11904         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11905         decoded contents.
11906         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11908 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11910         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11911         group line format, since it isn't very interesting.
11913         * gnus-agent.el (gnus-agent-short-article),
11914         (gnus-agent-long-article): Increase values for these two variables,
11915         since most people are likely to have more network connection and
11916         storage than before.
11918         * gnus.el (gnus-refer-article-method): Change default to 'current.
11919         When referring an article, the common behavior is to refer it from the
11920         current select method, not the native select method.  The chances of
11921         the native select method having the message in question is rather slim
11922         these days.
11924         * gnus-sum.el (gnus-auto-select-subject): Change default to
11925         `unseen-or-unread'.  I think it's likely that most people want to
11926         select an unseen article over a previously seen, but unread one.
11928         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11929         means that in the article buffer none of the minor mode elements will
11930         be shown, usually, and this is not desirable in most cases.
11932         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11933         that commands like `d' (and the like) go to the next line in the
11934         buffer, instead of the next unread article.  I think this is the
11935         behavior that is most natural for most users.
11936         (gnus-single-article-buffer): Change default to nil, so that people can
11937         have as many article buffers open as they have summary buffer.  I think
11938         this is the most natural way for the groups to behave.
11940         * message.el (message-generate-new-buffers): Change default to
11941         `unsent', so that all new message buffers start their names with the
11942         string "*unsent", and it's easier to find the buffers if you move from
11943         them.
11945 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11947         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11948         small.  They're probably tracking images.
11949         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11950         (gnus-html-rescale-image): Yet another try at getting the image sizing
11951         right.
11953         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11954         nntp-marks-file-name is nil.
11956 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11958         * gnus-html.el (gnus-html-wash-tags)
11959         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11960         Better logging.
11962 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11964         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11966         * gnus-html.el (gnus-html-wash-tags): Check the value of
11967         gnus-blocked-images in the summary buffer.
11969 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11971         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11973 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11975         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11976         like "a", it seems like.
11977         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11978         since it needs to be picked from the correct buffer.
11980         * nnwfm.el: Remove.
11982         * nnlistserv.el: Remove.
11984 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11986         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11987         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11989 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11991         * nnkiboze.el: Remove.
11993         * nndb.el: Remove.
11995         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11996         alt text.
11997         (gnus-html-rescale-image): Try to get the rescaling logic right for
11998         images that are just wide and not tall.
12000         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12001         overshadow variable bindings.
12003 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12005         * gnus-html.el (gnus-html-wash-tags)
12006         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12007         Add extra logging.
12009 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12012         (gnus-max-image-proportion): New variable.
12013         (gnus-html-rescale-image): New function.
12014         (gnus-html-put-image): Rescale images.
12016 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12018         Fix up some byte-compiler warnings.
12019         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12020         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12021         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12022         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12023         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12024         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12025         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12027 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12029         * gnus-html.el (gnus-article-html): Decode contents by charset.
12031 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12033         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12034         (gnus-html-frame-width, gnus-blocked-images):
12035         * message.el (message-prune-recipient-rules): Add custom version.
12036         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12038         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12039         functions.
12041         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12042         gnus-process-get.
12044 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12046         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12047         instead of lsub directly.
12049 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12051         * nnwarchive.el: Remove.
12053         * gnus-soup.el: Remove.
12055         * nnsoup.el: Remove.
12057         * nnultimate.el: Remove.
12059         * gnus-html.el (gnus-blocked-images): New variable.
12061         * message.el (message-prune-recipients): New function.
12062         (message-prune-recipient-rules): New variable.
12064         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12065         guess whether a long line is natural text or not.
12067         * gnus-html.el (gnus-html-schedule-image-fetching):
12068         Use gnus-process-plist and friends for compatibility.
12070 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12072         * gnus-html.el: Require packages that define macros used in this file.
12073         (gnus-article-mouse-face): Declare to silence byte-compiler.
12074         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12075         process-get.
12076         (gnus-html-put-image): Use plist-get to avoid getf.
12077         (gnus-html-prefetch-images): Use with-current-buffer.
12079 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12081         * gnus-ems.el: Provide compatibility functions for
12082         gnus-set-process-plist.
12084         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12085         header-line-format for XEmacs 21.4.
12087         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12088         * gnus.el (gnus-valid-select-methods):
12089         * message.el (message-send-mail-partially-limit):
12090         * mm-decode.el (mm-text-html-renderer):
12091         * mml.el (mml-insert-mime-headers-always):
12092         * smiley.el (smiley-regexp-alist): Bump custom version.
12094 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12096         * gnus-html.el: Require mm-url.
12097         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12098         with the url to `url'.
12099         (gnus-html-wash-tags): Support cid: URLs/images.
12101 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12104         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12105         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12107         * gnus-move.el: Remove file, since it doesn't really work.
12109         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12110         UTF-8.  This seems to fix problems with some German web feeds.
12112         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12113         at the top so that the proper colors are applied.
12115         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12116         don't have dots in their names.
12118         * gnus-art.el (gnus-article-view-part): Doc fix.
12120         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12121         XEmacs-compatible.
12122         (gnus-html-put-image): Don't do images on non-graphic displays.
12124         * nnslashdot.el: Remove this unused backend.
12126         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12127         actions.
12128         (gnus-undo-register-1): Revert last change.
12130         * gnus-group.el (gnus-group-completing-read): Protect against not
12131         having completion-styles bound.
12133         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12134         make broken recipients happier.
12136         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12138         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12139         point parameter.
12141         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12143         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12144         completion-styles for group selection.
12146 2009-02-04  Andreas Schwab  <schwab@suse.de>
12148         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12149         headers and regexp-quote the match if necessary.
12151 2009-03-24  Miles Bader  <miles@gnu.org>
12153         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12154         the blinking smiley.
12156 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12158         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12159         blink smiley.
12161 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12163         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12164         where the dribbel file lives exists.
12166         * message.el (message-send-mail-partially-limit): Change the default to
12167         nil, since most people don't want this.
12169         * mm-url.el (mm-url-decode-entities): Also decode entities like
12170         &#x3212.
12172 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12174         * gnus-sum.el (gnus-summary-idna-message):
12175         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12176         Hyperlink urls in docstrings with URL `...'.
12178 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12180         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12181         functions.
12183 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12185         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12186         say what the mouseover text should be.
12188         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12189         version of the mm-w3m-safe-url-regexp variable to only download images
12190         in the groups where we want that to happen.
12192         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12194         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12195         easier debugging.
12196         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12197         big pictures in the article buffer.
12199         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12200         gnus-article-html.
12201         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12202         w3m.
12204         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12206 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12208         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12209         which doesn't exist.
12211         * message.el (message-inhibit-ecomplete): New variable to allow some
12212         function to inhibit ecomplete address storage.
12213         (message-resend): Disable ecomplete message storage when resending
12214         messages.
12216         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12218 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12220         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12221         Save excursion while copying, moving, and deleting articles in order to
12222         prevent the cursor from jumping to unforeseen place.
12224 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12226         * lpath.el: No need to bind bookmark-current-buffer,
12227         bookmark-yank-point and bookmark-make-record-function.
12229 2010-08-17  Glenn Morris  <rgm@gnu.org>
12231         * gnus-sync.el: Require gnus components whose functions are used.
12233         * gnus-art.el (bookmark-make-record-function):
12234         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12235         Declare for compiler.
12237         * mm-url.el (mml-compute-boundary): Autoload.
12239 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12241         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12243 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12245         Typo fix "hoo4a" -> "hook".
12247         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12249 2010-08-14  Glenn Morris  <rgm@gnu.org>
12251         * gnus-sync.el (gnus-sync): Fix defgroup version.
12253 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12255         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12257         * gnus-sync.el: Fix docs.
12258         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12259         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12261 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12263         Optimizations for gnus-sync.el.
12265         * gnus-sync.el: Add docs about gnus-sync-backend
12266         possibilities.
12267         (gnus-sync-save): Remove unnecessary message.
12268         (gnus-sync-read): Optimize and show what groups were skipped.
12270 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12272         Minor bug fixes for gnus-sync.el.
12274         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12275         Don't read the sync on get-new-news.
12277         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12278         quiet.
12280         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12281         (fix typo).
12283 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12285         Make saving and restoring of hidden threads work with overlays.
12286         Patch applied by Ted Zlatanov.
12288         * gnus-sum.el (gnus-hidden-threads-configuration)
12289         (gnus-restore-hidden-threads-configuration): Update to deal with text
12290         properties, rather than searching for a magic character.
12292 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12294         New gnus-sync.el library for synchronization of marks.
12296         * gnus-sync.el: New library for synchronization of marks.
12298         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12299         renamed from `gnus-registry-grep-in-list'.
12301         * gnus-registry.el (gnus-registry-follow-group-p):
12302         Use `gnus-grep-in-list'.
12304         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12306 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12308         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12309         determining charset of text fails.
12311 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12313         * nnmail.el (nnmail-get-new-mail-1): Revert.
12315         * nnml.el (nnml-active-number): Make sure names of newly created groups
12316         in nnml-group-alist are encoded.
12318 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12320         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12321         containing non-ASCII characters in active file for nnml back end.
12323 2010-07-24  David Engster  <dengste@eml.cc>
12325         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12326         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12328 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12330         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12331         tag (Bug#6654).
12333 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12335         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12336         the article buffer, not the summary buffer.
12338 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12340         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12341         Emacs 23 as well.
12343 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12345         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12346         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12348 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12350         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12351         Patch applied by Karl Fogel.
12353         * gnus-sum.el (gnus-summary-bookmark-make-record):
12354         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12356 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12358         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12359         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12360         C-w still not working correctly from Article buffers; Thierry's
12361         patch to fix that will be applied after this.
12363         * gnus-art.el (bookmark-make-record-function): New local variable.
12365         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12366         article buffer.
12367         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12369 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12371         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12372         on changes in bookmark.el.
12374 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12376         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12377         `no-log' instead of message not to log prompt string.
12379 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12381         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12382         the *other* type of HTML form submission.
12384 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12386         * auth-source.el (auth-source-pick): If choice does not contain a
12387         questioned keyword, set the check to t.
12389 2010-06-12  Romain Francoise  <romain@orebokech.com>
12391         * gnus-util.el (gnus-date-get-time): Move up before first use.
12393 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12395         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12396         (gnus-article-edit-part): Bind it to make last part that is substituted
12397         or deleted visible.
12398         (gnus-mime-display-single): Buttonize part of which id equals to
12399         gnus-mime-buttonized-part-id.
12401 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12403         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12404         (gnus-dd-mmm): Use gnus-date-get-time.
12405         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12406         simplify logic.
12407         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12408         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12410 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12412         * auth-source.el (top): Autoload `secrets-list-collections',
12413         `secrets-create-item', `secrets-delete-item'.
12414         (auth-sources): Fix tag string.
12415         (auth-get-source, auth-source-retrieve, auth-source-create)
12416         (auth-source-delete): New defuns.
12417         (auth-source-pick): Rewrite in order to avoid 2 passes.
12418         (auth-source-forget-user-or-password): New parameter USERNAME.
12419         (auth-source-user-or-password): New parameters CREATE-MISSING and
12420         DELETE-EXISTING.  Retrieve password interactively, if needed.
12422 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12424         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12425         deleting unused directories when gnus-expert-user is t.
12427 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12429         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12430         for each temp file when gnus-article-browse-delete-temp is ask.
12432 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12434         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12435         Replace Lisp calls to delete-backward-char by calls to delete-char.
12437 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12439         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12441 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12443         * password-cache.el (password-cache-remove): Fix docstring.
12445 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12447         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12448         article unless decoding article to be saved.
12450 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12452         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12453         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12454         generated within the mm-with-unibyte-current-buffer macro.
12456 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12458         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12459         to nil when we're in a mml-preview buffer and no group is selected.
12461 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12463         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12464         when catching the `C-g'.  Reported by "Leo".
12466 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12468         * message.el (message-forward-make-body-plain)
12469         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12470         multibyte-string-p.
12472         * lpath.el: Revert.
12474 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12476         * message.el (message-forward-make-body-mml): Assume original message
12477         is multibyte string; error on unibyte.
12478         (message-forward-make-body-plain): Ditto; don't add excessive newline
12479         in body end.
12481         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12483 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12485         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12486         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12488 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12490         * mm-extern.el (mm-extern-url): Don't use
12491         mm-with-unibyte-current-buffer.
12492         (mm-extern-cache-contents): Use with-current-buffer instead of
12493         save-excursion + set-buffer.
12495 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12497         * mm-util.el (mm-emacs-mule): Remove.
12499 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12501         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12502         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12503         change.
12505 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12507         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12508         bind the default value of enable-multibyte-characters to nil.
12510 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12512         * message.el (message-forward-make-body-plain)
12513         (message-forward-make-body-mml):
12514         Don't use mm-with-unibyte-current-buffer.
12516 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12518         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12520 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12522         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12523         (Bug#5592).
12525 2010-05-07  Julien Danjou  <julien@danjou.info>
12527         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12528         it to mm-pipe-part.
12530         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12531         it is given.
12533 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12535         * binhex.el (binhex-decode-region-internal):
12536         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12537         (dns-query):
12538         * nnweb.el (nnweb-gmane-search):
12539         * pgg-parse.el (pgg-parse-armor):
12540         * pgg.el (pgg-verify-region):
12541         * sha1.el (sha1-string-external):
12542         * uudecode.el (uudecode-decode-region-internal):
12543         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12544         XEmacs.
12546         * gnus-art.el (gnus-article-browse-html-parts):
12547         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12548         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12549         make-temp-file.
12551         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12552         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12553         compiling.
12555         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12556         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12557         XEmacs when compiling.
12559         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12560         gnus-pick-mode-off-hook for XEmacs when compiling.
12561         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12562         gnus-binary-mode-off-hook for XEmacs when compiling.
12564         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12565         Return nil if char-charset is not available.
12567         * imap.el (imap-disable-multibyte)
12568         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12569         macros.
12571         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12572         instead of encode-coding-string.
12574         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12575         'xemacs) instead of mm-emacs-mule to switch function definitions.
12576         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12578         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12579         bind temporary-file-directory for XEmacs;
12580         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12581         timer-set-function for XEmacs 21.4 and SXEmacs;
12582         bind timer-list for XEmacs 21.4 and SXEmacs;
12583         fbind char-charset and find-charset-region for non-Mule XEmacs;
12584         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12585         encode-coding-region and encode-coding-string for XEmacs having no
12586         file-coding feature.
12588 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12590         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12592 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12594         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12595         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12597 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12599         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12600         alias `jka-compr-delete-temp-file' no longer exists.
12602 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12604         Use define-minor-mode in Gnus where applicable.
12605         * mml.el (mml-mode): Use define-minor-mode.
12606         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12607         (gnus-undo-mode): Use define-minor-mode.
12608         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12609         (gnus-dead-summary-mode): Use define-minor-mode.
12610         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12611         Initialize in declaration.
12612         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12613         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12614         (gnus-mailing-list-mode): Use define-minor-mode.
12615         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12616         (gnus-draft-mode): Use define-minor-mode.
12617         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12618         (gnus-dired-mode): Use define-minor-mode.
12620 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12622         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12623         handles on recursive mml-to-mime translation and check them for
12624         boundary delimiter collisions.  Reported by Greg Troxel.
12626 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12628         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12630 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12632         * mm-util.el (mm-find-buffer-file-coding-system):
12633         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12635 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12637         * message.el (message-generate-headers): Record insertion of optional
12638         headers as well.  Otherwise the check to prevent repeated insertion of
12639         optional headers is a no-op.
12641 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12643         * smime.el: Don't mention CVS.
12645         * nnrss.el (nnrss-fetch): Don't mention CVS.
12647         * nnir.el: Don't mention CVS.
12649 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12651         * gnus-sum.el (gnus-summary-bookmark-make-record):
12652         Add `location' field.
12654 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12656         * lpath.el: Fbind bookmark-default-handler,
12657         bookmark-get-bookmark-record, bookmark-make-record-default,
12658         bookmark-prop-get for Emacs <23 and XEmacs.
12660 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12663         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12664         Use with-current-buffer to silence the byte-compiler.
12665         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12666         bother to require `gnus'.
12667         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12669 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12671         * gnus-sum.el (gnus-summary-bookmark-make-record)
12672         (gnus-summary-bookmark-jump): New functions.
12673         (gnus-summary-mode): Setup bookmark support.
12675 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12677         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12678         if set.
12680 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12682         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12683         gnus-article-browse-html-save-cid-image; make it work recursively for
12684         forwarded messages as well.
12685         (gnus-article-browse-html-parts): Work when prefix arg is given.
12686         (gnus-article-browse-html-article): Doc fix.
12688 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12690         * message.el (message-default-mail-headers)
12691         (message-default-headers): Carry the value mail-default-headers over
12692         into message-default-mail-headers, rather than message-default-headers.
12694 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12696         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12697         charset.
12699         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12700         charset into the <meta> tag when the article is encoded to utf-8.
12702 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12704         * gnus-art.el (gnus-article-browse-delete-temp-files):
12705         Delete directories as well.
12706         (gnus-article-browse-html-parts): Work for images that do not specify
12707         file names; delete temp directory when quitting; insert header at the
12708         right place; use file: scheme for image files.
12710 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12712         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12713         (gnus-article-browse-html-parts): Use it to make temporary cid image
12714         files in addition to html file so that browser may display them.
12716 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12718         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12720 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12722         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12724 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12726         * auth-source.el (auth-sources): Change default to be simpler.
12727         Explain about Secret Service API sources.  Improve Customize options.
12728         (auth-source-pick): Change to accept any number of search parameters.
12729         Implement fallbacks iteratively, not recursively.  Add scoring on the
12730         second pass and sort by score.  Call Secret Service API when needed.
12731         (auth-source-user-or-password): Use it.  Call Secret Service API
12732         directly when needed to get the user name and the password.
12734 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12736         * message.el (message-interactive): Doc fix.
12737         (message-qmail-inject-args): Reflow.
12738         (message-kill-to-signature): Fix typo in docstring.
12740         * smiley.el (smiley-buffer): Fix typo in docstring.
12742 2010-03-24  Glenn Morris  <rgm@gnu.org>
12744         * mail-source.el (gnus-message): Declare.
12745         (mail-source-delete-old-incoming): Require gnus-util.
12747 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12749         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12751         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12753         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12754         password-cache's default if it is not bound.
12755         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12756         password-cache-expiry's default if it is not bound.
12758         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12759         available in Emacs 21.
12761         * lpath.el: Suppress compiler warnings for:
12762         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12763         XEmacs;
12764         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12765         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12766         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12768 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12770         * auth-source.el (auth-sources): Fix up definition so extra parameters
12771         are always inline.
12773 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12775         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12776         wasn't updated after mismatch.  Clear cached mailbox info correctly
12777         when uidvalidity changes.
12778         (nnimap-group-prefixed-name): New function to avoid some code
12779         duplication.
12780         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12781         (nnimap-request-group): Use it.
12782         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12783         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12784         with many imap folders.  This is done by caching the group status from
12785         the imap server persistently in a group parameter `imap-status'.  (This
12786         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12787         but not persistently, so every Gnus startup was still very slow.)
12789 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12791         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12792         delete the extra newline.  Otherwise editing of :string and :number
12793         types don't work.
12795 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12797         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12798         secrets.el dependency.
12799         (auth-sources): Add optional user name.  Add secrets.el configuration
12800         choice (unused right now).
12802 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12804         * gnus-sum.el (gnus-summary-make-menu-bar):
12805         Let `gnus-registry-install-shortcuts' fill in the functions.
12807         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12808         warnings.
12809         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12810         (gnus-registry-install-shortcuts): Populate and use it in a
12811         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12813 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12815         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12816         In-place substitutions for the group name encoding/decoding.
12817         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12818         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12819         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12820         (nnimap-update-unseen, nnimap-request-list)
12821         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12822         (nnimap-request-set-mark, nnimap-split-to-groups)
12823         (nnimap-split-articles, nnimap-request-newgroups)
12824         (nnimap-request-create-group, nnimap-request-accept-article)
12825         (nnimap-request-delete-group, nnimap-request-rename-group)
12826         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12827         `encoded-mbx' for consistency.
12828         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12829         variable `imap-current-mailbox'.
12831         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12832         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12834 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12836         * pop3.el (pop3-display-message-size-flag): Display message size byte
12837         counts during POP3 download.
12838         (pop3-movemail): Use it.
12839         (pop3-list): Implement listing of available messages.
12841 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12843         * nnir.el (nnir-get-article-nov-override-function): New function to
12844         override the normal NOV retrieval.
12845         (nnir-retrieve-headers): Use it.
12847 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12849         * auth-source.el (netrc-machine-user-or-password): Autoload.
12851 2010-03-19  Glenn Morris  <rgm@gnu.org>
12853         Stop message.el from loading about 40 libraries it doesn't always need.
12854         The general approach is to autoload rather than require, and to
12855         require in the specific functions rather than the file.  (Bug#5642)
12857         * gmm-utils.el: Don't require wid-edit.
12858         (widget-create-child-value, widget-convert, widget-default-get):
12859         Autoload.
12861         * gnus-util.el: Don't require time-date, netrc.
12862         (message-fetch-field, gnus-group-name-decode): Declare rather than
12863         autoloading.
12864         (gnus-fetch-field): Require message.
12865         (gnus-decode-newsgroups): Require gnus-group.
12867         * ietf-drums.el: Don't require time-date.
12869         * message.el: Don't require hashcash, canlock, ecomplete.
12870         Do require mail-utils.  Require nnheader only when compiling.
12871         (smtpmail-default-smtp-server): Remove declaration.
12872         (message-send-mail-function): Check smtpmail-default-smtp-server
12873         is bound rather than requiring smtpmail.
12874         (message-auto-save-directory, message-insert-signature):
12875         Use expand-file-name rather than nnheader-concat.
12876         (nnheader-insert-file-contents): Autoload.
12877         (hashcash-wait-async): Declare.
12878         (message-send-mail): Only call gnus-setup-posting-charset if
12879         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12880         (message-send-mail-with-sendmail): Require sendmail.
12881         (canlock-password, canlock-password-for-verify): Declare.
12882         (message-canlock-password): Require canlock.
12883         (nnheader-get-report): Autoload.
12884         (gnus-setup-posting-charset): Declare.
12885         (message-send-news): Require gnus-msg.
12886         (message-make-references, message-make-in-reply-to): Use mail-header-id
12887         rather than the alias mail-header-message-id.
12888         (ecomplete-add-item, ecomplete-save): Declare.
12889         (message-put-addresses-in-ecomplete): Require ecomplete.
12890         (ecomplete-display-matches): Autoload.
12892         * mm-decode.el: Don't require mailcap, gnus-util.
12893         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12894         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12895         Autoload.
12896         (mailcap-mime-extensions): Declare.
12898         * mm-encode.el: Don't require mailcap.
12899         (mailcap-extension-to-mime): Autoload.
12901         * mml-sec.el: Don't require password-cache.
12903         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12904         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12905         (mml-minibuffer-read-type): Require mailcap.
12906         (mml-preview): Require gnus-msg.
12908         * mml1991.el: Require password-cache.
12909         (password-cache-expiry): Remove declaration.
12911         * mml2015.el: Require password-cache.
12912         (password-cache-expiry): Remove declaration.
12914         * nneething.el (mailcap): Require mailcap.
12916         * nnheader.el (declare-function): Add compatibility stub.
12917         (message-remove-header): Declare rather than autoload.
12918         (nnheader-replace-header): Require message.
12920         * nnimap.el (declare-function): Add compatibility stub.
12921         (netrc-parse, netrc-machine-user-or-password): Declare.
12922         (nnimap-open-connection): Require netrc.
12924         * nntp.el (declare-function): Add compatibility stub.
12925         (netrc-parse, netrc-machine, netrc-get): Declare.
12926         (nntp-send-authinfo): Require netrc.
12928         * rfc2047.el: Don't require qp.
12929         (quoted-printable-encode-region, quoted-printable-decode-string):
12930         Autoload.
12932         * sieve-mode.el: Don't require easymenu.
12933         (easy-menu-add-item): Autoload it.
12935         * spam-stat.el (time-to-number-of-days): Autoload it.
12937 2010-03-19  Glenn Morris  <rgm@gnu.org>
12939         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12941 2010-03-18  Glenn Morris  <rgm@gnu.org>
12943         * hashcash.el (declare-function): Remove duplicate definition.
12945 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12947         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12948         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12949         value if any backslash escapes).
12951 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12953         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12954         if it is available.  (bug#5647)
12956         * lpath.el: Suppress compiler warning for coding-system-from-name for
12957         Emacs 21 and XEmacs.
12959 2010-03-14  Juri Linkov  <juri@jurta.org>
12961         * hmac-def.el:
12962         * hmac-md5.el:
12963         * netrc.el: Fix keywords.
12965 2010-02-26  Glenn Morris  <rgm@gnu.org>
12967         * message.el (message-send-mail-function): Change the default, so that
12968         it inherits from a customized send-mail-function.  (Bug#5643)
12970 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12972         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12973         shell-command-to-string signals an error (bug#5299).
12975 2010-02-24  Glenn Morris  <rgm@gnu.org>
12977         * message.el (message-smtpmail-send-it)
12978         (message-send-mail-with-mailclient): Doc fixes.
12980 2010-02-16  Glenn Morris  <rgm@gnu.org>
12982         * message.el (message-default-mail-headers): Change the default value
12983         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12985 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12987         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12988         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12990 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12992         * time-date.el (date-to-time): Doc fix (Bug#5408).
12994 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12996         * message.el (message-mail): Just pass yank-action on to message-setup.
12997         (message-setup): Handle (FUN . ARGS) form of yank-action.
12998         (message-with-reply-buffer, message-widen-reply)
12999         (message-yank-original): Handle non-buffer values of
13000         message-reply-buffer (Bug#4080).
13001         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13003 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13005         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13006         Fix typo in docstring.
13008 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13010         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13011         response.
13013 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13015         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13017         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13019         * message.el (message-check-news-header-syntax): Protect against a
13020         string that `rfc822-addresses' returns when parsing fails.
13022 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13024         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13025         (gnus-previous-char-property-change): New functions.
13027         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13029 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13031         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13032         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13034 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13036         * message.el (message-exchange-point-and-mark): Rework last change to
13037         avoid using optional arg of exchange-point-and-mark, for backward
13038         compatibility.
13040 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13042         * message.el (message-exchange-point-and-mark):
13043         Call exchange-point-and-mark with an argument rather than setting
13044         mark-active by hand (Bug#5175).
13046 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13048         * nntp.el (nntp-service-to-port): Work for service expressed with
13049         numeric string; replace [:digit:] with [0-9] for XEmacs.
13051 2009-12-17  Glenn Morris  <rgm@gnu.org>
13053         * gnus-group.el (gnus-bug-group-download-format-alist):
13054         Change emacs entry to debbugs.gnu.org.  Bump :version.
13056 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13058         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13060 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13062         * message.el (message-info): Explain why we use `Info-goto-node'.
13064 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13066         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13068 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13070         * message.el (message-completion-in-region): New compatibility function.
13071         (message-expand-group): Use it.
13073 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13075         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13076         with no unread article should be listed if the 2nd arg `predicate' is
13077         given.
13079 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13081         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13083 2009-11-29  Juri Linkov  <juri@jurta.org>
13085         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13086         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13087         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13089 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13091         * sha1.el (sha1-string-external): default-directory "/" in case
13092         otherwise non-existent.  process-connection-type pipe for touch of
13093         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13095 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13097         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13098         it's comms related and sgml-mode.el has "comm" on that basis too.
13100 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13102         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13103         containing tspecial characters if they have been already quoted.
13105 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13107         * dns-mode.el (auto-mode-alist): Purecopy string.
13109 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13111         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13113 2009-10-24  Glenn Morris  <rgm@gnu.org>
13115         * gnus-art.el (help-xref-stack-item): Define for compiler.
13117 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13119         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13121 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13123         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13125 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13127         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13128         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13130 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13132         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13133         (gnus-overlays-in): New alias to overlays-in.
13135         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13136         gnus-overlay-get, and gnus-delete-overlay.
13137         (gnus-summary-show-thread): Make it work as well for systems in which
13138         next-single-char-property-change is not available.
13139         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13141         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13142         (gnus-overlay-get): New alias to extent-property.
13143         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13145         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13146         SXEmacs.
13148         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13149         SXEmacs.
13151 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13153         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13155 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13157         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13158         and XEmacs that don't have `remove-overlays'.
13160 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13162         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13163         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13164         selective display.  Use overlays instead.
13166 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13168         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13170 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13172         * spam-stat.el (spam-stat-load): Fix typo in message.
13174 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13176         * dig.el (dig-invoke): Fix typo in docstring.
13177         (query-dig): Reflow docstring.
13179 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13181         * gnus-art.el (gnus-article-encrypt-body):
13182         * message.el (message-check-recipients):
13183         * mm-util.el (mm-codepage-setup):
13184         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13185         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13187 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13189         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13190         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13191         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13192         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13193         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13195 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13197         * dig.el: Add "Keywords: comm", as per net-utils.el.
13199 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13201         * dig.el (dig-mode): Use define-derived-mode.
13203 2009-09-19  Glenn Morris  <rgm@gnu.org>
13205         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13207 2009-09-18  Glenn Morris  <rgm@gnu.org>
13209         * gnus-diary.el (gnus-diary-check-message):
13210         * message.el (message-insert-formatted-citation-line):
13211         * nnbabyl.el (top-level):
13212         * nndiary.el (nndiary-schedule):
13213         Fix typos in condition-case handlers.
13215 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13217         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13218         configuration that provides the sole article window in a frame;
13219         position point correctly after deleting a part.
13221 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13223         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13224         (spam-resolve-registrations-routine): Use it to unregister articles
13225         that change status.
13227 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13229         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13230         with XEmacs.
13231         (parse-time-string-chars): Use it.
13233 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13235         * imap.el (imap-interactive-login): Better messages.
13236         (imap-open): Fix bug with renamed buffer on reconnect.
13237         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13238         for easier debugging and cleaner code.  On successful (guessed based on
13239         server capabilities) secondary authentication, set imap-state
13240         correctly.
13241         (imap-last-authenticator): Define imap-last-authenticator as a variable
13242         to avoid warnings.
13244 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13246         * nnrss.el (nnrss-request-article): Remove binding of
13247         default-enable-multibyte-characters that has gotten needless by
13248         the 2007-07-13 change in rfc2047-encode-message-header.
13250         * mml.el (mml-insert-multipart): Error on the message header.
13251         (mml-insert-part): Error on the message header; position point at
13252         the end of a MIME tag.
13254 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13256         * time-date.el (autoload): Expand define-obsolete-function-alias into
13257         defalias and make-obsolete for old Emacsen that Gnus supports.
13258         (with-no-warnings): Define it for old Emacsen.
13259         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13260         is available.
13261         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13262         float-time is available; suppress compile warning for time-to-seconds.
13264         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13265         (gnus-float-time): Alias to float-time if it exists.
13267         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13268         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13269         float-time is available; suppress compile warning for time-to-seconds.
13271         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13272         XEmacs.
13274 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13276         * imap.el (imap-message-map): Docstring fix.
13278 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13280         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13281         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13282         Add the optional argument `encoding' that overrides the default.
13284         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13285         mm-encode-buffer.
13287 2009-09-04  Glenn Morris  <rgm@gnu.org>
13289         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13290         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13291         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13292         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13293         * mm-util.el (mm-with-unibyte-current-buffer)
13294         (mm-find-buffer-file-coding-system):
13295         * yenc.el (yenc-decode-region): Use default-value rather than
13296         default-enable-multibyte-characters.
13298 2009-09-03  Glenn Morris  <rgm@gnu.org>
13300         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13301         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13302         than default-enable-multibyte-characters.
13304 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13306         * gnus-art.el (gnus-article-read-summary-keys):
13307         Fix gnus-buffer-configuration's value temporarily used.
13309 2009-09-02  Glenn Morris  <rgm@gnu.org>
13311         * gnus-util.el (gnus-float-time): New function.
13312         * gnus-delay.el (gnus-delay-article):
13313         * gnus-sum.el (gnus-thread-latest-date):
13314         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13315         * nnspool.el (nnspool-request-newgroups):
13316         Use gnus-float-time rather than time-to-seconds.
13317         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13319         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13320         (gnus-header-subject-face, gnus-header-newsgroups-face)
13321         (gnus-header-name-face, gnus-header-content-face):
13322         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13323         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13324         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13325         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13326         (gnus-cite-face-11):
13327         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13328         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13329         (gnus-server-closed-face, gnus-server-denied-face)
13330         (gnus-server-offline-face):
13331         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13332         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13333         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13334         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13335         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13336         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13337         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13338         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13339         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13340         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13341         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13342         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13343         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13344         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13345         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13346         (gnus-summary-high-undownloaded-face)
13347         (gnus-summary-low-undownloaded-face)
13348         (gnus-summary-normal-undownloaded-face)
13349         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13350         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13351         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13352         (gnus-splash-face):
13353         * message.el (message-header-to-face, message-header-cc-face)
13354         (message-header-subject-face, message-header-newsgroups-face)
13355         (message-header-other-face, message-header-name-face)
13356         (message-header-xheader-face, message-separator-face)
13357         (message-cited-text-face, message-mml-face):
13358         * sieve-mode.el (sieve-control-commands-face)
13359         (sieve-action-commands-face, sieve-test-commands-face)
13360         (sieve-tagged-arguments-face):
13361         * spam.el (spam-face):
13362         Mark face aliases with "-face" in the name as obsolete.
13364 2009-09-01  Glenn Morris  <rgm@gnu.org>
13366         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13367         than goto-line.
13369 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13371         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13372         Don't move point if the command is invoked inside the message header.
13374 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13376         * imap.el (imap-send-command): Simplify.
13377         (imap-wait-for-tag): point-max -> buffer-size.
13379 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13381         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13382         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13383         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13384         * nnir.el (nnir-swish-e-index-file):
13385         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13386         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13387         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13388         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13389         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13390         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13392 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13394         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13395         Don't save excursion.
13397 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13399         * nnheader.el (nnheader-find-file-noselect):
13400         * mm-util.el (mm-insert-file-contents):
13401         Use (default-value 'major-mode) instead of default-major-mode.
13403 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13405         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13407 2009-08-26  Glenn Morris  <rgm@gnu.org>
13409         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13410         than placing in files.el.
13412 2009-08-25  Glenn Morris  <rgm@gnu.org>
13414         * nnir.el (top-level): Don't require cl at run-time.
13415         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13416         Replace cl-function substitute with gnus-replace-in-string.
13417         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13418         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13419         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13420         simplified expansions.
13422 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13424         * dig.el (dig): Add autoload cookie.
13426 2009-08-22  Glenn Morris  <rgm@gnu.org>
13428         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13429         goto-line.
13431 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13433         * parse-time.el (parse-time-string-chars): Save match data.
13435 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13437         * parse-time.el (parse-time-string-chars): Compute using character
13438         classes, to handle non-ascii characters (Bug#3190).
13440 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13442         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13444         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13445         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13446         (gnus-mm-display-part, gnus-mime-display-single)
13447         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13448         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13450         * gnus-sum.el
13451         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13452         (gnus-summary-move-article): Add expirable mark to articles copied or
13453         moved to group that has auto-expire turned on if the option is non-nil.
13455 2009-07-24  Glenn Morris  <rgm@gnu.org>
13457         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13458         Fix typo.  (Bug#3903)
13460 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13462         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13463         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13464         that should not be used for draft articles.
13465         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13466         that has no concern in minor mode keys.
13467         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13468         Abolish.
13470 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13472         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13473         article without making inquiry to a user for unknown encoding.
13475         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13476         (nnmaildir--scan): Assume i-node and device number that file-attributes
13477         returns might be cons-cell.
13479         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13481         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13483 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13485         * auth-source.el: Remove docs now in auth.texi.  Don't use
13486         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13487         `auth-source-hide-passwords' and use them.
13489 2009-07-15  Glenn Morris  <rgm@gnu.org>
13491         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13493 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13495         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13496         excessive whitespace from the default values of title and description.
13498 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13500         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13501         mail-fetch-field to fetch Content-Description header in order to
13502         exclude newlines.
13504 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13506         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13507         format used by GnuPG 2.0.11.
13509 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13511         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13512         to deleted part.
13514 2009-05-30  David Engster  <dengste@eml.cc>
13516         * nnmairix.el: Remove old documentation in the commentary block.
13517         (nnmairix-request-group): Do not update active file for nnml back ends.
13518         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13519         end so that overview files are ignored.
13520         (nnmairix-update-groups): Make updating the groups more robust by using
13521         marks.
13522         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13523         with dollar characters in message-id.
13525 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13527         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13528         2008-12-25 in dns.el.
13530 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13532         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13533         could happen if the text is only composed of spaces and/or tabs.
13535 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13537         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13538         when sending a queued message to avoid extra mml tags.
13540 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13542         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13544 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13546         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13547         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13548         rmail-toggle-header for XEmacs;
13549         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13551 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13553         * gnus-dired.el: Remove autoload for gnus-setup-message.
13554         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13555         displaying Gnus logo; always use compose-mail.
13557 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13559         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13561 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13563         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13564         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13565         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13566         available.
13567         (gnus-nocem-epg-verify): New function.
13569 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13571         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13573 2009-02-15  Glenn Morris  <rgm@gnu.org>
13575         * gnus-util.el (rmail-insert-rmail-file-header)
13576         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13577         autoloads.
13578         (rmail-default-rmail-file): Remove unnecessary declaration.
13579         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13581 2009-02-14  Glenn Morris  <rgm@gnu.org>
13583         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13584         variable (only used in gnus-util, which declares it anyway).
13585         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13586         which was only needed by gnus-art (changed to not use it any more).
13587         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13588         only used in gnus-util, which autoloads it itself.
13589         (rmail-update-summary): Fix autoload.
13591         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13592         rather than rmail-output-to-rmail-file.
13594 2009-02-07  Glenn Morris  <rgm@gnu.org>
13596         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13597         autoload of function that no longer exists.
13598         (rmail-toggle-header): Declare.
13599         (message-forward-rmail-make-body): Handle mbox Rmail.
13601 2009-01-31  Glenn Morris  <rgm@gnu.org>
13603         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13604         2009-01-09 change.
13606 2009-01-31  Dave Love  <fx@gnu.org>
13608         * imap.el (imap-fetch-safe): Bind debug-on-error.
13609         (imap-debug): Add imap-fetch-safe.
13611 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13613         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13614         (auth-source-forget-all-cached): New convenience function.
13615         (auth-source-user-or-password): Accept list of modes or a single mode.
13617         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13618         auth-source modes.
13620         * netrc.el (netrc-machine-user-or-password): Use list of
13621         auth-source modes.
13623         * nnimap.el (nnimap-open-connection): Use list of
13624         auth-source modes.
13626         * nntp.el (nntp-send-authinfo): Use list of
13627         auth-source modes.
13629 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13631         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13632         now.
13634 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13636         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13637         coding system in XEmacs; add a workaround for XEmacs.
13639         * lpath.el: Fbind coding-system-aliasee.
13641 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13643         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13644         of current-language-environment.
13646 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13648         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13649         available at runtime.
13651 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13653         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13655 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13657         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13658         the greatest positive fixnum value doesn't work under an XEmacs with
13659         bignum support; use the most-positive-fixnum constant instead,
13660         available since Emacs 21.1 with cl and XEmacs 21.1.
13662 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13664         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13665         XEmacs gets not to work.
13667 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13669         * mm-util.el (mm-coding-system-priorities): Allow the value like
13670         "Japanese (UTF-8)" of current-language-environment.
13672 2009-01-09  Glenn Morris  <rgm@gnu.org>
13674         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13675         with last-command-event.
13677 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13679         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13680         in the doc string.
13682         * message.el (message-fix-before-sending): Amend comment.
13684 2009-01-08  Dave Love  <fx@gnu.org>
13686         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13688 2009-01-07  David Engster  <dengste@eml.cc>
13690         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13691         simplified server definitions by converting it via
13692         gnus-server-to-method.
13694 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13696         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13697         parameter's operands.
13699 2009-01-06  David Engster  <dengste@eml.cc>
13701         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13702         primary select method (for gnus-group-mark-article-as-read).
13704 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13706         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13707         `(gnus)Face', not `(gnus)X-Face'.
13709 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13711         * mm-util.el (mm-ucs-to-char): New function.
13713         * mm-url.el (mm-url-decode-entities): Use it.
13715         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13716         unicode-to-char.
13718 2009-01-05  Dave Love  <fx@gnu.org>
13720         * time-date.el: Require cl for `declare'.
13722 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13724         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13725         Dave Love.
13727 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13729         * message.el (message-fix-before-sending): Add `eight-bit' to
13730         illegible-text check.
13732 2009-01-03  Michael Olson  <mwolson@gnu.org>
13734         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13735         `headers' is nil.  This can occur if the IMAP server does not have
13736         permissions to read messages from a folder, but can write new messages
13737         to the folder.
13738         (nnimap-request-article-part): Do not insert `data' if it is nil.
13740         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13741         characters which will confuse `read', so skip past them.
13743 2009-01-01  Dave Love  <fx@gnu.org>
13745         * imap.el (imap-string-to-integer): Fix typo.
13746         (imap-fetch-safe): New function.
13747         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13749         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13751         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13752         (imap-parse-greeting): Fix doc strings.
13753         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13754         (imap-parse-flag-list): Make messages unique.
13755         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13757         * nnimap.el: Fix author email.
13758         (nnimap-split-rule): Add FIXME comment.
13759         (nnimap-debug): Fix doc string.
13761 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13763         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13765 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13767         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13768         nslookup if resolv.conf isn't available.
13769         (dns-query): Rename from query-dns.
13770         (dns-query-cached): Rename from query-dns-cached.
13772 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13774         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13775         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13776         to check if those variables exist (first appeared in Emacs 18.50).
13778 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13780         * mm-util.el (mm-line-number-at-pos): New function.
13782         * spam-report.el (spam-report-process-queue): Use it.
13784 2008-12-24  David Engster  <dengste@eml.cc>
13786         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13787         parameters that haven't existed as variables as buffer-local variables.
13789 2008-12-23  Dave Love  <fx@gnu.org>
13791         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13792         cadar.
13794         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13795         imap-starttls-p.
13796         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13798 2008-12-22  Dave Love  <fx@gnu.org>
13800         * imap.el: Fix author email.  Doc fixes.
13801         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13802         reply.
13804 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13806         * spam-report.el (spam-report-gmane-max-requests): New constant.
13807         (spam-report-gmane-wait): New variable.
13808         (spam-report-gmane-ham, spam-report-gmane-spam)
13809         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13810         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13811         the server.
13813         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13814         Add explanations.
13816         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13817         nnheader-accept-process-output and nnheader-read-timeout if available.
13818         (pop3-movemail): Use it.
13820         * message.el (message-check-news-body-syntax): Fix signature check if
13821         there's an attachment.
13823 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13825         * mm-util.el: Add comments to the mm- emulating functions.
13827 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13829         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13830         Reported by Stephen Berman <stephen.berman@gmx.net>.
13832 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13834         * mm-util.el (mm-substring-no-properties): New function.
13835         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13836         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13837         (mm-string-to-multibyte): Doc fix.
13839         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13841 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13843         * mml.el (mml-attach-file): Strip text properties from file name.
13844         (Bug#1574)
13846 2008-12-16  Glenn Morris  <rgm@gnu.org>
13848         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13850 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13852         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13853         knows since the charset specified might be a bogus alias that
13854         mm-charset-synonym-alist provides.
13856 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13858         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13859         "ISO_8859-1".
13861         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13863 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13865         * mm-util.el (mm-charset-eval-alist):
13866         Define it before mm-charset-to-coding-system.
13867         (mm-charset-to-coding-system): Add optional argument `silent';
13868         define it before mm-charset-override-alist.
13869         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13870         default value if it can be used in Emacs currently running;
13871         silence mm-charset-to-coding-system.
13873 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13875         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13876         `allow-override' which says whether to use `mm-charset-override-alist'.
13877         (rfc2047-decode-encoded-words): Use it.
13879         * mm-util.el (mm-charset-override-alist): Fix custom type;
13880         add `(gb2312 . gbk)' to choices.
13882 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13884         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13885         fast.
13887         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13889         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13891 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13893         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13894         on links.
13896         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13898 2008-12-03  Lute Kamstra  <lute@gnu.org>
13900         * sha1.el: Remove leading * from docstrings of defcustoms,
13901         deffaces, defconsts and defuns.
13903 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13905         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13906         users' addresses that don't have domain parts.
13907         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13908         rather than message-narrow-to-head since there will be the message
13909         header separator.
13911 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13913         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13914         since the result is inserted in a unibyte buffer anyway.
13915         (nnimap-demule-use-string-to-multibyte): Remove.
13916         (nnimap-demule): Alias it to mm-string-to-multibyte.
13918 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13920         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13921         variable for debugging bug#464 and bug#1174.
13922         (nnimap-demule): Use it.
13924 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13926         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13927         score calculation correctly.
13929 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13931         * message.el (message-send-mail): Just set the buffer to unibyte
13932         rather than use mm-with-unibyte-current-buffer which does a lot more.
13933         (message-send-mail-partially): Don't bother with
13934         mm-with-unibyte-current-buffer since it's already been made unibyte by
13935         message-send-mail.
13937 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13939         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13941 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13943         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13945 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13947         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13948         require itself and to remove `with-no-warnings'.
13950 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13952         * starttls.el (starttls-any-program-available): Get the name of the
13953         available TLS layer program.
13954         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13955         well as the host name in the "opening" message.
13957         * auth-source.el (auth-source-cache, auth-source-do-cache)
13958         (auth-source-user-or-password): Cache passwords and logins by default,
13959         allow override with `auth-source-do-cache'.
13960         (auth-source-forget-user-or-password): Allow users to remove cache
13961         entries if needed.
13963 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13965         * md4.el (md4-buffer): Fix typo in docstring.
13966         (md4, md4-64): Doc fixes.
13967         (md4-pack-int32): Reflow docstring.
13969 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13971         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13972         condition-case to only the forward-sexp call.
13974 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13976         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13977         quotes contained.  Make it more robust regardless by an extra
13978         condition-case wrapper.
13980 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13982         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13984 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13986         * nnml.el (nnml-request-expire-articles): Check if the function set to
13987         `nnmail-expiry-target' returns the symbol `delete'.
13989         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13991         * nnmail.el (nnmail-expiry-target): Fix custom type.
13993 2008-10-02  Glenn Morris  <rgm@gnu.org>
13995         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13996         Silence compiler warning.
13998 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14000         * tls.el (open-tls-stream): Show the actual command being
14001         executed, instead of the format string.
14003 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14005         * lpath.el: Fbind codepage-setup for Emacs 23.
14007 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14009         * mml.el (mml-menu): Don't assume mml2015 is bound.
14011 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14013         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14014         exists.
14016 2008-09-27  Glenn Morris  <rgm@gnu.org>
14018         * gnus-util.el (mail-header-remove-comments): Autoload it.
14020 2008-09-27  Andreas Schwab  <schwab@suse.de>
14022         * gnus-util.el (gnus-split-references): Strip comments.
14023         (gnus-parent-id): Likewise.
14025 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14027         * message.el (message-confirm-send): Fix version.
14029 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14031         * message.el (message-idna-to-ascii-rhs-1): Use
14032         mail-extract-address-components rather than mail-header-parse-addresses
14033         that is an alias by default to ietf-drums-parse-addresses that does not
14034         support non-ASCII names in headers' contents.
14036 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14038         * message.el (message-confirm-send): Fix variable documentation to
14039         avoid the "y/n" wording.
14041 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14043         * message.el (message-set-auto-save-file-name): Save to a different
14044         filename so multiple messages (especially drafts) can be recovered.
14046 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14048         * message.el (message-confirm-send): Add appropriate version.
14050 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14052         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14053         defvar.
14055 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14057         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14058         (mm-pkcs7-enveloped-magic): Ditto.
14060 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14062         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14063         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14065 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14067         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14068         default, it's better.
14070 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14072         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14073         summary line gnus-number property and ignore them (with a warning
14074         message).
14076 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14078         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14079         macro caddr in the interactive form since it won't be expanded.
14081 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14083         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14084         `charset'; fix name of function called recursively.
14085         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14087 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14089         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14090         (gnus-mime-set-charset-parameters): New function.
14091         (gnus-mime-view-part-as-charset): Use it to correctly display part
14092         specifying wrong charset.
14094 2008-09-08  David Engster  <dengste@eml.cc>
14096         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14097         in completing-read for back end server.
14099 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14101         * message.el (message-confirm-send): New variable to confirm sending a
14102         message.
14103         (message-send): Use it.
14105 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14107         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14109 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14111         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14113 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14115         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14116         prevent tracking too many groups.
14117         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14118         Use it.
14120 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14122         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14123         moving point to the bottom of the window in order to avoid recentering.
14125 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14127         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14129         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14130         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14131         (gnus-article-beginning-of-window): Fix calculation.
14133 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14135         * gnus-msg.el (gnus-summary-supersede-article)
14136         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14137         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14138         message header.
14140 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14142         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14143         pending output coming after the status change.
14145 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14147         * message.el:
14148         * gnus-start.el:
14149         * gnus-registry.el: Remove VMS support.
14151 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14153         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14154         macro.
14155         (rfc2104-hash): Use it.
14157 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14159         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14160         (gnus-summary-sort-by-most-recent-date): New commands.
14161         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14162         and menu entries.
14164 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14166         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14167         don't redisplay article for raw contents; remove plural articles stuff.
14169         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14170         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14171         on gnus-summary-save-article; display results properly.
14173 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14175         * lpath.el: No need to fbind ns-focus-frame.
14177 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14179         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14181 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14183         * gnus-art.el (gnus-summary-save-in-pipe):
14184         Consider gnus-save-all-headers.
14186 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14188         * gnus-util.el (ns-focus-frame): Remove declaration.
14189         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14190         like x.
14192 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14194         * rfc2104.el (rfc2104-zero): Delete defconst.
14195         (rfc2104-hex-alist): Likewise.
14196         (rfc2104-hex-to-int): Delete func.
14197         (rfc2104-hexstring-to-bitstring): Likewise.
14198         (rfc2104-nybbles): New defconst.
14199         (rfc2104-hash): Rewrite for speed.
14201 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14203         * tls.el (open-tls-stream): Make it work with the 2nd argument
14204         BUFFER that is a string but does not exist as a buffer object, as
14205         mentioned in the doc-string.
14207 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14209         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14210         SXEmacs.
14212 2008-07-16  Glenn Morris  <rgm@gnu.org>
14214         * gnus-util.el (ns-focus-frame): Declare for compiler.
14216 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14218         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14219         set as a group parameter.
14220         (gnus-summary-save-in-pipe): Work when it is called independently.
14221         (gnus-summary-pipe-to-muttprint): Don't modify
14222         gnus-summary-pipe-output-default-command.
14224 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14226         * message.el (message-send-mail-with-sendmail):
14227         Display the error message.
14229 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14231         * gnus-art.el (gnus-default-article-saver):
14232         Add gnus-summary-save-in-pipe to choices.
14233         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14234         gnus-summary-pipe-output-default-command as the default command.
14235         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14236         instead of gnus-last-shell-command.
14238         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14239         New user option.
14240         (gnus-summary-muttprint-program): Mention the value will be changed.
14241         (gnus-summary-save-article): Force showing of all headers.
14242         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14244 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14246         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14248 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14250         * nnimap.el (nnimap-id):
14251         * sieve-manage.el (sieve-manage-open): Doc fixes.
14253 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14255         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14256         if available.
14258 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14260         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14262         * nnkiboze.el (nnkiboze-generate-group):
14263         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14265         * nnmairix.el: Require CL.
14267 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14269         * dgnushack.el: Autoload get-display-table and put-display-table for
14270         XEmacs 21.5.
14272         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14273         21.4 and SXEmacs.
14275 2008-06-15  David Engster  <dengste@eml.cc>
14277         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14279 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14281         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14282         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14283         runtime choice under XEmacs.
14285         * gnus-sum.el (gnus-summary-set-display-table):
14286         Use `gnus-put-display-table', `gnus-get-display-table',
14287         `gnus-set-display-table' for the display table, instead of `aset'.
14289         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14290         Use `gnus-put-display-table', `gnus-get-display-table',
14291         `gnus-set-display-table' for the display table.
14293 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14295         * nnmairix.el: Add autoloads.
14297 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14299         * nnmairix.el (nnmairix-delete-recreate-group)
14300         (nnmairix-update-and-clear-marks): Fix error messages.
14302 2008-06-14  David Engster  <dengste@eml.cc>
14304         * nnmairix.el: Upgrade to version 0.6.
14305         (nnmairix-group-toggle-propmarks-this-group)
14306         (nnmairix-group-toggle-readmarks-this-group)
14307         (nnmairix-group-delete-recreate-this-group)
14308         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14309         (nnmairix-remove-tick-mark-original-article): New commands.
14310         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14311         (nnmairix-propagate-marks-to-nnmairix-groups)
14312         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14313         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14314         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14315         functions needed for marks propagation and manipulation of read marks.
14316         (nnmairix-update-groups): New function.
14317         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14318         (nnmairix-determine-original-group-from-registry)
14319         (nnmairix-determine-original-group-from-path)
14320         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14321         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14322         New helper functions.
14323         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14324         keystrokes for new commands.
14325         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14326         (nnmairix-request-group): Check allow-fast group parameter.
14327         (nnmairix-request-create-group): Set allow-fast group parameter if
14328         nnmairix-allowfast-default is set.
14329         (nnmairix-close-group): Propagate marks upon closing if needed.
14330         (nnmairix-group-toggle-threads-this-group): Use new.
14331         nnmairix-group-toggle-parameter helper function.
14332         (nnmairix-search): Better check for empty search result.
14333         (nnmairix-goto-original-article): Use new helper functions for
14334         determining original article.
14335         (nnmairix-show-original-article): Make sure message-id is in brackets.
14336         (nnmairix-call-mairix-binary): Change variable name.
14337         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14338         helper function.
14339         (nnmairix-widget-toggle-activate): Fix doc string.
14341 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14343         * nnir.el: Require edmacro when compiling with XEmacs.
14344         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14345         available in Emacs 21.
14347 2008-06-11  Glenn Morris  <rgm@gnu.org>
14349         * gnus-util.el (x-focus-frame):
14350         * gnus.el (image-size):
14351         * mm-decode.el (image-size): Declare.
14353         * gnus-picon.el (declare-function): Add compat definition.
14354         (image-size): Declare.
14356         * gnus-group.el (tool-bar-map):
14357         * gnus-sum.el (tool-bar-map): Define for compiler.
14359         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14361         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14363         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14364         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14365         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14366         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14367         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14368         * sieve-manage.el, spam-report.el, spam.el:
14369         Remove unnecessary eval-and-compile of autoloads.
14371 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14373         * auth-source.el: Precise Tramp doc.
14375 2008-06-07  Glenn Morris  <rgm@gnu.org>
14377         * nnmairix.el: Remove unnecessary eval-when-compile.
14379 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14381         * lpath.el: Fbind propertize for XEmacs 21.4.
14383 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14385         * nnir.el: Move here from ../contrib.
14387 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14389         * gnus-util.el (gnus-read-shell-command): New function.
14390         * mm-decode.el (mm-pipe-part):
14391         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14393 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14395         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14397 2008-06-03  Glenn Morris  <rgm@gnu.org>
14399         * pop3.el (nnheader-accept-process-output): Autoload it.
14401 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14403         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14404         are not 2-digit hexadecimal characters that follow `%'s.
14406 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14408         * message.el (message-bogus-recipient-p): Fix type in doc string.
14409         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14410         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14411         Improve custom options.
14412         (message-bogus-recipient-p): Adjust accordingly.
14414 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14416         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14417         long-form month and day names.
14419 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14421         * dgnushack.el: Autoload debug, eudc-expand-inline and
14422         pgg-snarf-keys-region for XEmacs.
14424         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14426         * nnmairix.el: Require edmacro when compiling with XEmacs.
14428 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14430         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14431         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14433 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14435         * auth-source.el: Add more docs.
14437         * netrc.el (netrc-machine): Always match if the port is not given.
14439 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14441         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14442         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14443         retrieval faster in some cases, but might make CPU usage larger.
14444         If this has any bad side effects, we might revert this change.
14446         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14447         seems to make mail retrieval much, much faster.
14448         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14449         unconditionally.
14451         * gnus-draft.el (gnus-group-send-queue):
14452         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14454 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14456         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14458         * message.el (message-bogus-address-regexp): Fix and improve custom
14459         type.
14460         (message-setup-hook): Add message-check-recipients as custom option.
14462 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14464         * message.el (message-cite-function): Remove bogus autoload which crept
14465         in during merge from v5-10.
14467 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14469         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14471         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14473         * auth-source.el: Preliminary Tramp docs.
14474         (auth-sources): Change the default auth-sources to use
14475         EPA .gpg files.
14477 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14479         * nntp.el: Autoload `auth-source-user-or-password'.
14480         (nntp-send-authinfo): Use it.
14482         * nnimap.el: Autoload `auth-source-user-or-password'.
14483         (nnimap-open-connection): Use it.
14485         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14486         for the gnus-message function.
14487         (auth-source-user-or-password): Use it.
14489 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14491         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14492         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14493         (rfc2104-hash): Use it.
14495 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14497         * gnus-art.el (gnus-article-toggle-truncate-lines):
14498         Don't use `iff' in docstring.
14500 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14502         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14504         * gnus-util.el (gnus-extract-address-component-name)
14505         (gnus-extract-address-component-email): Convenience functions around
14506         `gnus-extract-address-components'.
14508         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14509         Use `gnus-extract-address-component-email' to fix bug of comparing full
14510         sender name to `user-mail-address'.
14512 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14514         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14515         catch/throw to optimize.
14516         (gnus-registry-find-keywords): Just use member to find a keyword.
14518 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14520         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14521         is current before calling gnus-server-prepare.
14522         (gnus-server-setup-buffer, gnus-server-update-server)
14523         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14525 2008-05-04  Juri Linkov  <juri@jurta.org>
14527         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14528         (mailcap-file-default-commands): Use mailcap-replace-in-string
14529         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14530         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14532 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14534         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14536 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14538         * gnus.el: Bump version to 0.11.
14540 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14542         * gnus.el: No Gnus v0.10 is released.
14544 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14547         hooks.
14548         (gnus-update-read-articles): Speed up non-marks-using users.
14549         (gnus-use-marks): Define gnus-use-marks.
14550         (gnus-propagate-marks): Rename variable to something more sensible.
14552 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14554         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14555         (gmm-image-load-path-for-library): Fix typos in docstrings.
14556         (gmm-message): Reflow docstring.
14558 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14560         * mail-source.el (mail-source-set-1, mail-source-bind):
14561         Move auth-source code out of the macro to clean it up and fix bugs.
14563 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14565         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14566         by sender if it's equal to user-mail-address, it's likely to be
14567         useless.
14569         * mail-source.el (mail-source-bind): Don't use user or password if they
14570         are not bound.  Unintern them if they are nil.  Don't use server unless
14571         it's bound, and default it to empty string otherwise.
14573 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14575         * mail-source.el: Load auth-source.el.
14576         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14577         get user name or password, if auth-sources is set up.
14579         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14580         strategy of splitting with parent.
14581         (gnus-registry-split-fancy-with-parent)
14582         (gnus-registry-post-process-groups): Use it and fix prior
14583         bug (returning a list as the split result).
14585         * auth-source.el (auth-sources): Remove server parameter.
14586         (auth-source-pick, auth-source-user-or-password)
14587         (auth-source-user-or-password-imap)
14588         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14589         (auth-source-user-or-password-sftp)
14590         (auth-source-user-or-password-smtp): Remove server parameter.
14592 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14594         * smime.el (smime-sign-region, smime-encrypt-region)
14595         (smime-decrypt-region):
14596         Remove redundant calls to `generate-new-buffer-name'.
14598 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14600         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14601         Don't use QP for message/rfc822.
14602         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14604 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14606         * sieve-manage.el (sieve-string-bytes): Remove.
14607         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14608         correct byte-length only if the process's coding-system is the same as
14609         the one used internally by Emacs to represent strings.
14611 2008-04-22  Juri Linkov  <juri@jurta.org>
14613         * mailcap.el (mailcap-file-default-commands): New function.
14615 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14617         * message.el (message-signature-separator, message-cite-function):
14618         Change custom version.
14620 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14622         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14623         commands.
14624         (tls-checktrust): Ditto.
14626 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14628         * mm-decode.el (mm-display-external): Make temp file read-only.
14630 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14632         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14633         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14634         `C-c C-f d'.
14636 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14638         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14640 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14642         * gnus.el: Bump version to 0.9.
14644 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14646         * gnus.el: No Gnus v0.8 is released.
14648 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14650         * mail-source.el (mail-source-value):
14651         Prefer fboundp to functionp so it works with macros as well.
14653 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14655         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14656         Fix last change in case the element is not even a symbol.
14658 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14660         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14661         Prefer fboundp to functionp so it works with macros as well.
14663 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14665         * auth-source.el: Add docs.
14666         (auth-sources): Modify format to support server.
14667         (auth-source-pick, auth-source-user-or-password)
14668         (auth-source-user-or-password-imap)
14669         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14670         (auth-source-user-or-password-sftp)
14671         (auth-source-user-or-password-smtp): Add server parameter.
14673 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14675         * gnus-registry.el: Initialize the registry when gnus-registry-install
14676         is t.
14678 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14680         * compface.el (uncompface): Make buffer unibyte.
14682 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14684         * mail-source.el (mail-source-value):
14685         Prefer fboundp to functionp so it works with macros as well.
14687 2008-04-05  Glenn Morris  <rgm@gnu.org>
14689         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14691 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14693         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14694         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14696         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14697         multibyteness after rather than before erasing it.
14699         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14700         mm-with-multibyte.
14701         (gnus-request-article-this-buffer): Make sure the proper decoding is
14702         used if gnus-original-article-buffer happens to be unibyte.
14704         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14705         default-enable-multibyte-characters.
14707         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14708         default-enable-multibyte-characters.
14710         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14712         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14714 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14716         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14717         Fix last change in case the element is not even a symbol.
14719 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14721         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14722         (imap-message-copyuid-1): Use it.
14723         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14724         J. Williams in
14725         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14727         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14728         imap-enable-exchange-bug-workaround.
14729         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14731 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14733         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14734         a 100 byte status-checks into a 2-3MB transfer for each group.
14735         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14736         to enable bug workaround or not.
14737         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14739 2008-03-31  Glenn Morris  <rgm@gnu.org>
14741         * message.el (mml2015-use): Declare for compiler.
14742         (message-info): Require mml2015 when appropriate.
14744 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14746         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14747         whitespace.
14749 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14751         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14752         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14753         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14754         (nntp-service-to-port): New function.
14755         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14756         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14757         (nntp-open-netcat-stream): New function.
14758         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14760 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14762         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14764 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14766         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14768 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14770         * dns.el (dns-write): Use set-buffer-multibyte.
14772 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14774         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14776 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14778         * message.el (message-signature-separator): Change default.
14779         Improve custom type.
14780         (message-cite-function): Change default to
14781         message-cite-original-without-signature.
14783         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14784         toggle.
14786         * message.el (message-check-news-body-syntax): Fix signature check.
14787         (message-setup-1): Mark buffer as unmodified _after_ running
14788         message-setup-hook and handling message-alternative-emails.
14789         (message-shorten-references): Be more strict when building list of
14790         valid references to comply with GNKSA.
14792         * gnus-group.el (gnus-read-ephemeral-bug-group)
14793         (gnus-read-ephemeral-debian-bug-group)
14794         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14796         * message.el (message-info): Don't use booleanp which isn't supported
14797         in Emacs 21 and XEmacs.
14799 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14801         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14802         gnus-group-gmane-group-download-format.
14803         (gnus-group-read-ephemeral-gmane-group): Rename from
14804         gnus-group-read-ephemeral-gmane-group.
14805         (gnus-read-ephemeral-gmane-group-url): Rename from
14806         gnus-group-read-ephemeral-gmane-group-url.
14807         (gnus-bug-group-download-format-alist): New variable.
14808         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14809         (gnus-read-ephemeral-emacs-bug-group): New commands.
14811 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14813         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14814         (gnus-visible-headers): Improve custom type.
14816 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14818         * mml.el (mml-menu): Add workarounds for XEmacs.
14820         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14821         X-Boundary header.
14823         * message.el (message-simplify-recipients): Fix previous commit.
14825 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14827         * mm-util.el (mm-set-buffer-multibyte): New function.
14828         * mm-decode.el (mm-copy-to-buffer): Use it.
14830         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14831         Prefer fboundp to functionp so it works with macros as well.
14833 2008-03-19  Glenn Morris  <rgm@gnu.org>
14835         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14836         Accidentally removed in the sync process with Emacs.
14838 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14840         * message.el (message-alter-recipients-discard-bogus-full-name):
14841         New function.
14842         (message-alter-recipients-function): New variable.
14843         (message-get-reply-headers): Use it.
14844         (message-replace-header): New helper function.
14845         (message-recipients-without-full-name): New variable.
14846         (message-simplify-recipients): New command.
14848         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14850         * message.el (message-info): Handle EasyPG manual.
14852         * mml.el (mml-menu): Add entry for EasyPG.
14854 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14856         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14857         parameter.
14859         * message.el (message-disassociate-draft): Specify drafts group name
14860         fully.
14862 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14864         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14865         Eliminate unnecessary duplicates from the match list.
14867 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14869         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14871         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14873         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14874         args of `how-many' of which the XEmacs version doesn't take; declare
14875         Info-index-next as function.
14877 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14879         * gnus-score.el (gnus-score-headers): Fix handling of
14880         gnus-inhibit-slow-scoring.
14882         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14883         string.
14884         (gnus-button-url-regexp): Improve handling of parenthesis.
14885         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14886         (gnus-button-handle-info-keystrokes): Handle index entries.
14888 2008-03-15  Glenn Morris  <rgm@gnu.org>
14890         * parse-time.el (parse-time-string): Simplify.
14892 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14894         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14895         Incoming* files.
14897 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14899         * auth-source.el (auth-sources): Rename from auth-source-choices.
14900         (auth-source-pick): Use it.
14902 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14904         * binhex.el (binhex-decode-region-internal):
14905         * uudecode.el (uudecode-decode-region-internal):
14906         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14907         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14908         setting default-enable-multibyte-characters.
14910 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14912         * auth-source.el (auth-source-protocols)
14913         (auth-source-protocols-customize, auth-source-choices): Add and
14914         modified variable customizations and defaults.
14915         (auth-source-pick, auth-source-user-or-password)
14916         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14917         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14918         (auth-source-user-or-password-sftp)
14919         (auth-source-user-or-password-smtp): Use new variables and provide an
14920         interface to netrc.el.
14922 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14924         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14925         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14926         Make sure the nntp port to specify is a string.
14928 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14930         * nntp.el: Use with-current-buffer.
14931         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14932         dubious mm-with-unibyte-current-buffer.
14933         (nntp-with-open-group-function): New function extracted from
14934         nntp-with-open-group macro.
14935         (nntp-with-open-group): Use the function, so it's easier to debug.
14936         Add indentation and debugging info.
14937         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14938         Recommend the use of the netcat alternatives.
14940         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14941         Avoid mm-string-as-multibyte as well.
14943         * nnweb.el (nnweb-insert-html):
14944         Remove use of nnheader-string-as-multibyte.
14946         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14947         (nnheader-string-as-multibyte): Remove.
14949         * mm-view.el: Use inhibit-read-only.
14950         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14951         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14952         or unibyte-string.
14954         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14955         (mm-uu-yenc-extract): Use with-current-buffer.
14957         * gnus-soup.el (gnus-soup-send-packet): Don't use
14958         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14960         * nnmh.el: Use with-current-buffer.
14961         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14962         mm-string-as-multibyte on the output of mm-encode-coding-string.
14964         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14965         (nnimap-request-move-article): Use with-current-buffer.
14967         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14968         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14969         conversion uses string-make-unibyte rather than string-as-unibyte.
14971         * gnus-msg.el: Use with-current-buffer.
14973         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14975 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14977         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14978         string for caching if it is 'PIN.
14980 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14982         * lpath.el: Consider the case without Emacs/W3.
14984 2008-03-08  Glenn Morris  <rgm@gnu.org>
14986         * time-date.el (date-to-time, time-subtract, time-add)
14987         (safe-date-to-time): Doc fixes.
14989 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14991         * mail-source.el (mail-source-delete-old-incoming-confirm):
14992         Change default to nil.
14993         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14995 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14997         * lpath.el: Rearrange.
14999         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15000         (gnus-article-goto-prev-page): Work for articles having ^L's.
15002         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15004         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15006 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15008         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15009         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15010         (gnus-bookmark-jump): Adjust some variable names.
15012 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15014         * auth-source.el: New package.
15015         (auth-source-choices): Add customization entry point variable.
15017         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15018         bug.
15020 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15022         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15023         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15024         (gnus-registry-install-shortcuts): Rename from
15025         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15026         the `gnus-registry-mark-map' keymap dynamically from
15027         `gnus-registry-marks'.  The generated functions update the summary line
15028         when a registry mark is added or deleted, and will call
15029         `gnus-registry-install-p' (see the comments in the code).
15030         (gnus-registry-user-format-function-M): Use concat intelligently.
15032         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15033         the registry mark functions.
15035 2008-03-05  Glenn Morris  <rgm@gnu.org>
15037         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15038         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15039         gnus-art.
15040         (top-level): No need to load own source when compiling.
15042 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15044         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15045         Suggested by <chris.anderton@zetnet.co.uk>.
15047 2008-03-04  Glenn Morris  <rgm@gnu.org>
15049         * gnus-sum.el (top-level): No need to require gnus when compiling,
15050         since unconditionally required near start of file.
15051         (gnus-summary-display-while-building): Move definition before use.
15053 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15055         * gnus-registry.el (gnus-registry-user-format-function-M):
15056         Add formatting function.
15058 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15060         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15061         with plists.
15062         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15063         Use new format.
15065 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15067         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15068         `where-is-internal' that returns a range of key sequences.
15070 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15072         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15074         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15075         (gnus-summary-jump-to-group): Consider windows on other displayed
15076         frames as well.  Similar changes might be needed elsewhere, but that's
15077         the one I've bumped into during my use.
15079         * nndoc.el (nndoc-oe-dbx-type-p):
15080         * gnus-msg.el (gnus-debug):
15081         * gnus-group.el (gnus-update-group-mark-positions):
15082         Use mm-string-to-multibyte.
15084 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15086         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15087         doesn't handle NotDashEscaped.
15089         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15090         (mml-dnd-attach-options): Fix typo in custom choice.
15092         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15093         Change nndoc-article-type to mbox.
15094         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15096         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15097         to nil, instead of html2text.
15099         * imap.el (imap-debug): Add `imap-ping-server'.
15101         * gnus-bookmark.el: Add FIXMEs.
15103         * message.el (message-form-letter-separator)
15104         (message-send-form-letter-delay): New variables.
15105         (message-send-form-letter): Use them.  New command to send form
15106         letters.  Requested by Uwe Siart.
15107         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15109 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15111         * Update copyright years.
15113 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15115         Sync from EMACS_22_BASE.
15117         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15119 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15121         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15122         empty author.
15124 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15126         * gnus-registry.el (gnus-registry-marks): Add variable for
15127         customization of marks and their appearance.
15128         (gnus-registry-read-mark): Use it.
15129         (gnus-registry-do-marks): Add utility function to loop through
15130         `gnus-registry-marks'.
15131         (gnus-registry-install-shortcuts-and-menus): Add function to install
15132         shortcuts and menus.
15133         (gnus-registry-initialize): Use it.
15134         (gnus-registry-default-mark): Clarify documentation.
15136 2008-02-29  Glenn Morris  <rgm@gnu.org>
15138         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15139         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15140         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15141         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15142         Change defcustom :version from 23.0 to 23.1.
15144 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15146         * gnus-registry.el (gnus-registry-follow-group-p)
15147         (gnus-registry-post-process-groups): Add functions to aid registry
15148         splitting and improve logging.  Clarify behavior in function
15149         documentation.
15150         (gnus-registry-split-fancy-with-parent): Use them.
15152 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15154         * gnus-art.el: Use with-current-buffer.
15156 2008-02-27  David Engster  <dengste@eml.cc>
15158         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15159         Express real group name in the response.
15161 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15163         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15164         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15165         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15166         autoload gnus-registry-fetch-group when compiling.
15167         (nnmairix-request-group-with-article-number-correction):
15168         Remove unreferenced argument passed to nnmairix-call-backend.
15170 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15172         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15173         (mm-uu-extract): Improve face for low color ttys.
15174         Reported by Sascha Wilde.
15176 2008-02-27  Glenn Morris  <rgm@gnu.org>
15178         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15179         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15180         variables to defconsts.  Convert comments to doc-strings.
15181         (nnmairix-last-server, nnmairix-current-server): Convert from free
15182         variables to defvars.  Convert comments to doc-strings.
15183         (gnus-registry-fetch-group): Autoload.
15184         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15185         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15186         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15187         caddr.
15188         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15189         nnmairix-request-group-with-article-number-correction call.
15190         (nnmairix-fast, nnmairix-group): New, less general names, for free
15191         variables passed from nnmairix-request-group to
15192         nnmairix-request-group-with-article-number-correction.  Declare.
15193         (nnmairix-request-group-with-article-number-correction):
15194         Use nnmairix-fast, nnmairix-group rather than fast, group.
15196 2008-02-26  David Engster  <dengste@eml.cc>
15198         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15199         version 0.5.
15201 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15203         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15204         instead of making an extra function call.  Don't add the current group
15205         to articles only when they have the group.  Use
15206         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15207         Reported by David <de_bb@arcor.de>.
15209 2008-02-24  Miles Bader  <miles@gnu.org>
15211         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15212         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15213         (mm-find-mime-charset-region):
15214         * mm-bodies.el (mm-encode-body):
15215         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15217 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15219         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15220         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15222 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15224         * mail-source.el (mail-source-delete-incoming): Change default.
15225         Supplement doc string.
15227         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15229 2008-02-14  Glenn Morris  <rgm@gnu.org>
15231         * time-date.el (format-seconds): New function.
15233 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15235         * nnmail.el (nnmail-message-id-cache-file): Derive from
15236         `gnus-home-directory'.
15238 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15240         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15241         Document negative prefix.
15243         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15245 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15247         * message.el (message-unsent-separator): Add the Exim bounce
15248         separator.
15250 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15252         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15253         list.
15254         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15255         recipient/signer list.
15257 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15259         * Makefile.in (datarootdir): Define.
15260         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15261         name that might contain whitespace.
15263 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15265         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15266         fbound (Emacs 23 unicode), signal an error.
15268 2008-02-08  Glenn Morris  <rgm@gnu.org>
15270         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15272 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15274         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15275         ports to the calls to `netrc-machine-user-or-password' in addition to
15276         "imap" and "imaps".
15278 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15280         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15282         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15284 2008-02-01  Kenichi Handa  <handa@m17n.org>
15286         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15287         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15288         (rfc2104-hash): Convert the result of concat to unibyte string.
15290 2008-02-01  Dave Love  <fx@gnu.org>
15292         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15293         coding-system-for-read.
15294         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15296 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15298         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15299         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15300         <hanche@math.ntnu.no>.
15302 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15304         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15306         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15308 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15310         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15311         * message.el (message-beginning-of-line): Use featurep instead of bound
15312         tests in order to resolve conditionals at compile time.
15314 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15316         * mail-source.el (mail-sources): Add `group' choice.
15318         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15319         parameter `in-group' to control into which group the articles go.
15320         Add treatment of `group' mail-source.
15322 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15324         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15326         * mm-decode.el (mm-dissect-buffer): Decode description.
15328         * mml.el (mml-to-mime): Encode message header first.
15330 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15332         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15333         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15335         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15336         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15338 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15340         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15342 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15344         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15345         prefix keys.
15346         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15347         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15348         gnus-xmas.el.
15350         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15351         (gnus-xmas-article-describe-bindings): New function.
15352         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15353         gnus-xmas-article-describe-bindings.
15355         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15357 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15359         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15360         Add new variables for article mark management.
15361         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15362         list of extra data entries which, when present, will indicate that the
15363         article ID should not be trimmed from the registry.
15364         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15365         functions.
15366         (gnus-registry-read-mark): New function to read a mark name from the
15367         user.
15368         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15369         (gnus-registry-set-article-mark-internal): New functions to add and
15370         remove marks.
15371         (gnus-registry-get-article-marks): New function to show the marks for
15372         an article, or retrieve them for further use.
15374 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15376         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15377         keys when no argument is given.
15379 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15381         * imap.el (imap-ping-server): New variable.
15382         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15383         (imap-ping-server): Minor doc string fixes.
15385 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15387         * imap.el (imap-ping-server): New function.
15388         (imap-opened): Call imap-ping-server.
15390 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15392         * gnus-sum.el (gnus-article-sort-by-random)
15393         (gnus-thread-sort-by-random): Fix doc strings.
15394         Reported by jidanni@jidanni.org.
15396 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15398         * gnus-art.el (gnus-article-describe-bindings): New function.
15399         (gnus-article-read-summary-keys): Use it.
15400         (gnus-article-mode-map): Bind `C-h b' to it.
15402 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15404         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15405         XEmacs.
15406         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15407         Protect against non-character events.
15409         * lpath.el: Fbind map-keymap for Emacs 21.
15411 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15413         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15414         New command.
15415         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15416         instead of END.  Change name of the temp file.
15417         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15418         customizable.
15420 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15422         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15423         bind `S W' to gnus-article-wide-reply-with-original; set default
15424         binding to gnus-article-read-summary-send-keys.
15425         (gnus-article-read-summary-keys): Fix the order of keys; display
15426         continuation keys correctly in the echo area; describe bindings
15427         correctly when keys end with `C-h'.
15428         (gnus-article-read-summary-send-keys): New function.
15429         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15430         Work for gnus-article-read-summary-send-keys; display continuation keys
15431         correctly in the echo area.
15432         (gnus-article-reply-with-original): Ignore prefix argument.
15433         (gnus-article-wide-reply-with-original): New function.
15435         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15436         Emacs 21.
15438 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15440         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15441         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15443 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15445         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15446         (gnus-group-read-ephemeral-gmane-group): New command.
15448 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15450         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15452 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15454         * message.el (message-send-mail-function): Increase custom version.
15456         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15457         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15459 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15461         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15462         for the cases where imap-authenticate is called with a nil buffer
15463         parameter.
15465 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15467         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15468         html parts correctly; support forwarded messages.
15469         (gnus-article-browse-html-article): Remove work buffers.
15471         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15472         compiling.
15473         (netrc-bound-and-true-p): New macro.
15474         (netrc-parse): Use it instead of bound-and-true-p that is not available
15475         in XEmacs 21.4.
15477 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15479         * gnus-registry.el (gnus-registry-mark-article)
15480         (gnus-registry-article-marks): Add functionality to mark articles
15481         through the Gnus registry.
15483         * encrypt.el: Clarify documentation for the new pgg method.
15484         (encrypt-file-alist): Add PGG option.
15485         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15486         functionality.  Abstract password key and messaging to external
15487         functions.
15488         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15489         (encrypt-message-method-and-cipher): Add new convenience external
15490         functions.
15491         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15492         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15494         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15495         (netrc-parse): Use encrypt-file-alist to determine if
15496         encrypt-find-model or encrypt-insert-file-contents should be used.
15498         * encrypt.el: Clarify documentation.  Load password-cache or
15499         password, whichever one is found first, instead of autoloading.
15501 2007-12-19  Glenn Morris  <rgm@gnu.org>
15503         * mml.el (message-options-set, message-narrow-to-head)
15504         (message-in-body-p, message-mail-p, message-encode-message-body):
15505         Autoload.
15506         (message-remove-header, message-narrow-to-headers-or-head)
15507         (message-subscribed-p, message-make-mail-followup-to)
15508         (message-position-on-field, message-news-p)
15509         (message-options-set-recipient, message-generate-headers)
15510         (message-sort-headers): Declare as functions.
15512 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15514         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15515         convention in doc string.
15517 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15519         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15520         title to html parts.
15521         (gnus-article-browse-html-article): Pass message header to it.
15523         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15525 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15527         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15528         or password compatible with XEmacs.
15530 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15532         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15533         format document.
15534         (gnus-mime-delete-part): Don't write description line if empty.
15535         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15537 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15539         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15540         (gnus-summary-mark-read-and-unread-as-read)
15541         (gnus-summary-mark-current-read-and-unread-as-read)
15542         (gnus-summary-mark-unread-as-ticked): Doc fix.
15543         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15545 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15547         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15548         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15550 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15552         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15553         yes-or-no-p.
15555 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15557         * mm-decode.el (mm-add-meta-html-tag): New function.
15558         (mm-save-part-to-file, mm-pipe-part): Use it.
15560         * gnus-art.el (gnus-article-browse-delete-temp-files):
15561         Use gnus-y-or-n-p instead of y-or-n-p.
15562         (gnus-article-browse-html-parts): Work with message/external-body; use
15563         mm-add-meta-html-tag.
15565 2007-12-11  Glenn Morris  <rgm@gnu.org>
15567         * gnus-cache.el: Require gnus-sum not just when compiling.
15569         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15571         * gnus-int.el (gnus-server-opened, gnus-status-message):
15572         Move definitions before use.
15574         * mm-decode.el: Require gnus-util.
15575         (mm-remove-part): Only call delete-annotation on XEmacs.
15577         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15579         * nnmail.el: Require gnus-int.
15581         * spam.el: Move `require's before `eval-when-compile's.
15583         * gnus-ems.el (gnus-alive-p):
15584         * gnus-fun.el (message-goto-eoh):
15585         * gnus-util.el (gnus-group-name-decode):
15586         * mail-source.el (gnus-compress-sequence):
15587         * message.el (Info-goto-node, format-spec):
15588         * mm-bodies.el (message-options-get):
15589         * mm-decode.el (mm-view-pkcs7):
15590         * mm-util.el (gmm-write-region):
15591         * mml-smime.el (mml-compute-boundary)
15592         (gnus-completing-read-with-default):
15593         * mml.el (widget-button-press, gnus-make-hashtable):
15594         * mml1991.el (mm-decode-content-transfer-encoding)
15595         (mm-encode-content-transfer-encoding)
15596         (message-options-get, message-options-set):
15597         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15598         * nnfolder.el (gnus-request-group):
15599         * nnheader.el (ietf-drums-unfold-fws):
15600         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15601         * smime.el (gnus-run-mode-hooks):
15602         * spam-stat.el (gnus-message): Autoload.
15604         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15605         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15606         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15607         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15608         Add declare-function compatibility definition.
15610         * gnus-cache.el (nnvirtual-find-group-art):
15611         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15612         (gnus-add-image, gnus-add-wash-type):
15613         * gnus-group.el (nnkiboze-score-file):
15614         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15615         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15616         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15617         (message-tokenize-header, gnus-get-buffer-create)
15618         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15619         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15620         * gnus.el (gnus-group-decoded-name):
15621         * mail-source.el (imap-capability):
15622         * mm-bodies.el (message-options-set):
15623         * mm-decode.el (gnus-configure-windows):
15624         * mm-extern.el (message-goto-body):
15625         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15626         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15627         (epg-sub-key-validity, message-options-set):
15628         * mml.el (widget-event-point, gnus-configure-windows):
15629         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15630         * mml2015.el (epg-check-configuration, epg-configuration)
15631         (message-options-set):
15632         * nndb.el (nndb-request-article):
15633         * nnfolder.el (gnus-request-create-group):
15634         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15635         * nnmaildir.el (gnus-group-mark-article-read):
15636         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15637         * rfc1843.el (message-fetch-field):
15638         * spam.el (gnus-extract-address-components):
15639         Declare as functions.
15641 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15643         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15645         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15647         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15648         bind show-trailing-whitespace for XEmacs.
15650 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15652         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15653         new no-op macro for backward compatibility.
15655         * imap.el (imap-string-to-integer): New function.
15657 2007-12-09  Glenn Morris  <rgm@gnu.org>
15659         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15661         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15662         * message.el, mm-view.el, sieve-manage.el, smime.el:
15663         Add declare-function compatibility definition.
15665         * gnus-art.el (w3-region, w3m-region, Info-menu):
15666         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15667         * gnus-sum.el (gnus-get-predicate):
15668         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15669         * message.el (mail-abbrev-in-expansion-header-p):
15670         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15671         (w3m-detect-meta-charset, w3m-region):
15672         * sieve-manage.el (password-read, password-cache-add)
15673         (password-cache-remove):
15674         * smime.el (password-read-and-add): Declare as functions.
15676 2007-12-08  David Kastrup  <dak@gnu.org>
15678         * gnus-sum.el (gnus-summary-simplify-subject-query):
15679         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15680         `message'.
15682 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15684         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15685         it to bind idna-program, installation-directory, defined-colors, and
15686         face-attribute for XEmacs of the version that compiles defcustom forms.
15688 2007-12-07  Glenn Morris  <rgm@gnu.org>
15690         * gnus-art.el (article-make-date-line): Revert previous change.
15692 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15694         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15696 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15698         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15699         Call gnus-add-to-range ranges only once with a prepared article-list.
15701 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15703         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15704         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15705         group names with backslashes.
15706         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15708 2007-12-06  Deepak Goel  <deego3@gmail.com>
15710         * gnus-art.el (article-make-date-line):
15711         * gnus-start.el (gnus-load):
15712         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15714 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15716         * gnus-art.el (gnus-use-idna):
15717         * gnus-start.el (gnus-site-init-file):
15718         * message.el (message-use-idna):
15719         * mm-uu.el (mm-uu-hide-markers):
15720         * smiley.el (smiley-style): Revert changes that suppress warnings.
15722 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15724         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15725         specify charset to html source.
15726         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15728 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15730         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15731         idna-program in order to suppress byte compile warning issued by XEmacs
15732         that came to byte compile the default value section of defcustom forms
15733         recently.
15735         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15736         value of installation-directory.
15738         * message.el (message-use-idna): Don't directly refer to the value of
15739         idna-program.
15741         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15743         * smiley.el (smiley-style): Don't directly call face-attribute.
15745 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15747         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15749         * gnus-dired.el: Reduce Gnus dependencies.
15750         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15751         Don't require.  Use autoloads instead.
15752         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15753         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15754         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15755         (gnus-dired-mode): Adjust doc string.
15756         (gnus-dired-mail-mode): New variable.
15757         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15758         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15759         (gnus-dired-mail-buffers): New function.  Return mail or message
15760         composition buffers.
15761         (gnus-dired-attach): Use it.
15762         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15763         NO-DECODE.
15764         (gnus-dired-print): Use `gnus-print-buffer' depending on
15765         `gnus-dired-mail-mode'.
15767 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15769         * rfc2047.el (rfc2047-encoded-word-regexp)
15770         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15771         explaining what regexp patterns are for.
15773 2007-12-04  Glenn Morris  <rgm@gnu.org>
15775         * password.el: Move to password-cache.el.
15777         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15778         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15779         * mml-smime.el (password-read, password-cache-add)
15780         (password-cache-remove):
15781         No need to autoload, since mml-sec requires password.
15783         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15784         * message.el (gnus-extract-address-components):
15785         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15787         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15788         password.
15790 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15792         * mailcap.el: Reduce dependencies.
15793         (mail-header-parse-content-type): Autoload.
15794         (mailcap-delete-duplicates): New alias.
15795         (mailcap-mime-info): Add optional argument NO-DECODE.
15796         (mailcap-mime-types): Use mailcap-delete-duplicates.
15798         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15800 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15802         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15803         (imap-parse-status): Upcase status-att for servers that sends them
15804         lower-case (e.g., MS Exchange 2007).
15806 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15808         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15809         function.
15811         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15812         (gnus-uu-yenc-article): New function.
15814         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15816         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15818 2007-12-02  Glenn Morris  <rgm@gnu.org>
15820         * binhex.el (binhex): New custom group.
15821         (binhex-decoder-program, binhex-decoder-switches)
15822         (binhex-use-external): Move to the binhex custom group.
15824         * uudecode.el (uudecode): New custom group.
15825         (uudecode-decoder-program, uudecode-decoder-switches)
15826         (uudecode-use-external): Move to the uudecode custom group.
15828         * netrc.el (top-level): Don't load `encrypt' features.
15829         (netrc-parse): Don't use encrypt.
15830         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15832         * encrypt.el: Remove file.
15834 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15836         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15837         matches on patches.
15839         * gnus-art.el (gnus-article-browse-html-article):
15840         Mention `mm-text-html-renderer' in the doc string.
15842         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15843         string.  Add comments.
15845         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15846         if rhs is ASCII.
15848 2007-12-01  Glenn Morris  <rgm@gnu.org>
15850         * mail-source.el (top-level): Require format-spec before
15851         eval-when-compile.
15853 2007-11-30  Glenn Morris  <rgm@gnu.org>
15855         * encrypt.el: Require password, rather than autoloading password-read.
15857 2007-11-29  Glenn Morris  <rgm@gnu.org>
15859         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15860         (sasl-make-client, sasl-next-step, sasl-step-data)
15861         (sasl-step-set-data): Declare as functions.
15863 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15865         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15867 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15869         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15870         certs should be verified and what is to be done in the event of a
15871         verification failure.
15873         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15874         caller can indicate whether the cache should be disregarded for this
15875         call.  This way the result of the call is reproducible at all times and
15876         can be considered a canonical server name for the supplied method.
15877         (gnus-agent-method-p): Canonicalize server names by pushing their
15878         method through `gnus-method-to-server' using the no-cache argument.
15880         * gnus-srvr.el (gnus-server-insert-server-line):
15881         Call `gnus-method-to-server' with `no-cache' argument.
15883         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15884         gnus-agent-possibly-synchronize-flags as this should be called when the
15885         server is actually being opened.
15886         (gnus-agent-possibly-synchronize-flags)
15887         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15888         flags file of an agentized server to the latter function.
15890         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15891         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15892         after a connection has been established successfully.
15894 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15896         * gnus-art.el (article-display-face): Force to display face if called
15897         interactively; check if gnus-article-x-face-too-ugly matches author.
15898         (article-display-x-face): Display face even if From header is missing
15899         as article-display-face does.
15901 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15903         * hashcash.el (message-narrow-to-headers-or-head)
15904         (message-fetch-field, message-goto-eoh)
15905         (message-narrow-to-headers): Declare as functions.
15907 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15909         * mail-source.el (mail-sources): Default to fetch from file for
15910         compatibility with default of nnmail-spool-file.
15912 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15914         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15915         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15916         to look for encoded word that should be encoded again.
15917         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15918         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15919         encoding pattern.
15920         (rfc2047-decode-region): Switch strict regexp and loose one according
15921         to rfc2047-allow-irregular-q-encoded-words.
15923 2007-11-25  Romain Francoise  <romain@orebokech.com>
15925         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15927 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15929         * tls.el (tls-program): Provide more custom choices from
15930         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15931         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15933 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15935         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15936         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15938         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15939         `nnmail-spool-file'.
15941         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15942         `nnmail-spool-file'.
15944         * gnus-move.el (gnus-change-server): Ditto.
15946         * gnus-kill.el (gnus-batch-score): Ditto.
15948         * gnus-cache.el (gnus-jog-cache): Ditto.
15950         * gnus-msg.el (gnus-summary-reply):
15951         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15953 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15955         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15956         version.  Minor improvement to doc strings.
15957         (tls-program): Add comment.
15959 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15961         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15962         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15963         mismatch between the hostname provided in the certificate and the name
15964         of the host connnecting to.
15965         (open-tls-stream): Use them.  Check certificates against trusted root
15966         certificates.
15968 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15970         * gnus-cache.el (gnus-cache-generate-nov-databases):
15971         Use nnml-generate-nov-databases-directory instead of
15972         nnml-generate-nov-databases-1.
15974 2007-11-24  Glenn Morris  <rgm@gnu.org>
15976         * message.el (message-tool-bar-retro): Update for rename
15977         mail_send.xpm->mail-send.xpm.
15979 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15981         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15982         `smime-ldap-search' for Emacs 22 and up.
15984 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15986         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15988         * message.el (message-send-mail-function): Fix error convention.
15989         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15990         (message-widen-reply, message-send-mail, message-talkative-question)
15991         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15992         (message-clone-locals, message-send-news): Use with-current-buffer.
15993         (message-insert-or-toggle-importance): Remove unused var `valid'.
15994         (message-make-references): Remove unused var `new-references'.
15995         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15997 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15999         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16000         (spam-split-symbolic-return-positive): Reflow docstring.
16001         (spam-backends, spam-summary-exit-behavior)
16002         (spam-mark-ham-unread-before-move-from-spam-group)
16003         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16004         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16005         (spam-clear-cache, spam-backend-check, spam-install-backend)
16006         (spam-install-statistical-backend, spam-list-of-processors)
16007         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16008         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16009         (spam-check-crm114, spam-initialize, spam-unload-hook):
16010         Fix typos in docstrings.
16012 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16014         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16015         been checked if they have never been read and those group levels are
16016         higher than the one that a user specified.
16018 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16020         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16021         foreign groups unless a group level is specified by a user.
16022         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16024 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16026         * message.el (message-send-mail-function): Require sendmail.
16028 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16030         * message.el (message-send-mail-function): Check for smtpmail too.
16032         * utf7.el (utf7-encode, utf7-decode): Use coding system
16033         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16035         * message.el (message-send-mail-function): New function.
16036         (message-send-mail-function): Set default using
16037         message-send-mail-function.  Adjust doc string.
16038         (message-send-mail-with-mailclient): New function.
16040 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16042         * smime.el (from):
16043         * rfc2047.el (message-posting-charset):
16044         * qp.el (mm-use-ultra-safe-encoding):
16045         * pop3.el (parse-time-months):
16046         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16047         * nnml.el (files):
16048         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16049         (jka-compr-compression-info-list, ange-ftp-path-format)
16050         (efs-path-regexp):
16051         * nndiary.el (files):
16052         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16053         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16054         (epg-digest-algorithm-alist, inhibit-redisplay)
16055         (password-cache-expiry):
16056         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16057         (pgg-output-buffer, password-cache-expiry):
16058         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16059         (efs-path-regexp):
16060         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16061         (inhibit-redisplay):
16062         * mm-uu.el (file-name, start-point, end-point, entry)
16063         (gnus-newsgroup-name, gnus-newsgroup-charset):
16064         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16065         (latin-unity-ucs-list):
16066         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16067         (mm-uu-binhex-decode-function):
16068         * message.el (gnus-message-group-art, gnus-list-identifiers)
16069         (rmail-enable-mime-composing, gnus-local-organization)
16070         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16071         (gnus-read-active-file, facemenu-add-face-function)
16072         (facemenu-remove-face-function, gnus-article-decoded-p)
16073         (tool-bar-mode):
16074         * mail-source.el (display-time-mail-function):
16075         * gnus-util.el (nnmail-pathname-coding-system)
16076         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16077         (gnus-original-article-buffer, gnus-user-agent)
16078         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16079         (xemacs-codename, sxemacs-codename, emacs-program-version):
16080         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16081         * gnus-start.el (gnus-agent-covered-methods)
16082         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16083         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16084         (gnus-newsgroup-headers, gnus-group-list-mode)
16085         (gnus-group-mark-positions, gnus-newsgroup-data)
16086         (gnus-newsgroup-unreads, nnoo-state-alist)
16087         (gnus-current-select-method, mail-sources)
16088         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16089         (nnmail-spool-file, gnus-cache-active-hashtb):
16090         * gnus-mh.el (mh-lib-progs):
16091         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16092         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16093         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16094         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16095         (gnus-group-buffer):
16096         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16097         (font-lock-set-defaults):
16098         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16099         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16100         (gnus-summary-post-menu, total-parts, type, condition, length):
16101         * gnus-agent.el (gnus-agent-read-agentview):
16102         * flow-fill.el (show-trailing-whitespace):
16103         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16104         eval-and-compile wrappers for byte compiler pacifiers.
16106         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16107         (mm-display-inline-fontify): Check for featurep 'xemacs not
16108         extent-list.
16110         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16111         itimer-list.
16112         (mm-create-image-xemacs): Only do something for XEmacs.
16113         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16115         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16117         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16118         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16120 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16122         * nnimap.el (nnimap-split-download-body):
16123         * gnus-demon.el (gnus-demon):
16124         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16126 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16128         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16129         New macros.
16130         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16131         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16132         copy data from unibyte buffer to multibyte current buffer.
16133         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16134         to copy data from unibyte current buffer to multibyte buffer.
16135         (nntp-make-process-buffer): Make process buffer unibyte.
16137         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16139 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16141         * pop3.el (pop3-open-server): Accept and process data more robustly at
16142         connection start to avoid spurious "POP SSL connection failed" errors.
16144 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16146         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16147         read group names.
16149 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16151         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16153 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16155         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16156         (nnmail-save-active): Use a unibyte buffer when saving active file,
16157         which may contain non-ASCII group names.
16159         * nnml.el (nnml-request-group): Decode group names in messages.
16161 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16163         * message.el (message-citation-line-function)
16164         (message-insert-formatted-citation-line): Fix spelling of
16165         `message-insert-formated-citation-line'.
16167 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16169         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16171 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16173         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16174         nnmail-pathname-coding-system.
16176         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16177         that a user enters; decode group names in messages.
16179         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16181 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16183         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16185         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16187         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16188         risky local variable.
16190         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16192 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16194         * encrypt.el: Improve documentation to fix function name typo.
16195         Reported by Daiki Ueno <ueno@unixuser.org>.
16197 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16199         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16200         even if the point is not in the last page of an article.
16201         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16202         back to the previous page.
16204 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16206         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16208 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16210         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16212 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16214         * message.el (message-check-news-body-syntax):
16215         Avoid mm-string-as-multibyte.
16216         (message-hide-headers): Don't assume (point-min)==1.
16218 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16220         * message.el (message-remove-blank-cited-lines): Fix if remove is
16221         given.
16222         (message-bogus-address-regexp): New variable.
16223         (message-bogus-recipient-p): New function.
16224         (message-check-recipients): New command.
16225         (message-syntax-checks): Add `bogus-recipient'.
16226         (message-fix-before-sending): Add `bogus-recipient'.
16228         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16229         (gnus-treat-body-boundary): Don't test window-system.
16231 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16233         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16235 2007-10-28  Miles Bader  <miles@gnu.org>
16237         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16238         at compile-time too.
16240 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16242         * gnus-msg.el (gnus-message-setup-hook):
16243         Add `message-remove-blank-cited-lines' to options.
16245 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16247         * message.el (message-remove-blank-cited-lines): New function.
16248         Suggested by Karl Plästerer.
16250 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16252         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16253         mapc.
16255         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16256         (top-level): Use mapc to set functions to be traced for debugging.
16258         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16259         called for effect with while loop.
16261         * message.el (message-talkative-question): Replace mapcar called for
16262         effect with mapc.
16264         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16265         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16266         called for effect with dolist.
16268         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16270         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16271         gnus-extra-headers and nnmail-extra-headers.
16273         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16274         called for effect with dolist.
16275         (top-level): Use mapc to set functions to be traced for debugging.
16277         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16278         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16279         dolist.
16281         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16282         Replace mapcar called for effect with mapc.
16283         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16284         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16285         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16286         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16288         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16289         remove-if that's a cl function.
16291         * webmail.el (webmail-debug): Replace mapcar called for effect with
16292         dolist.
16294         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16295         with mapc.
16297 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16299         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16300         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16301         with while loop.
16303         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16304         functions from article-* functions.
16305         (gnus-multi-decode-header): Replace mapcar called for effect with
16306         dolist.
16308         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16309         (gnus-bookmark-show-details): Replace mapcar called for effect with
16310         while loop.
16312         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16313         called for effect with while loop.
16315         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16316         with dolist.
16318         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16319         Replace mapcar called for effect with dolist.
16321         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16323         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16324         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16325         Replace mapcar called for effect with dolist.
16326         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16327         mapc.
16329         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16330         Replace mapcar called for effect with dolist.
16331         (gnus-topic-list): Replace mapcar called for effect with mapc.
16333         * gnus.el: Use mapc instead of mapcar to add autoloads.
16335 2007-10-23  Richard Stallman  <rms@gnu.org>
16337         * gnus-group.el (gnus-group-highlight): Mark as risky.
16339 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16341         * gnus.el (gnus-server-to-method): Return method found first in
16342         gnus-newsrc-alist.
16344         * gnus-art.el (gnus-article-highlight-signature)
16345         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16346         button overlay without the front stickiness.
16348 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16350         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16351         overview buffer needed a catch to receive its throw.
16352         (gnus-agent-flush-cache): Declare as interactive to make this function
16353         easier to use.
16355 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16357         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16358         `next-line'.
16360 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16362         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16363         exclude address matching message-dont-reply-to-names.
16365 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16367         * gnus-util.el (gnus-string<): New function.
16369         * gnus-sum.el (gnus-article-sort-by-author)
16370         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16372 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16374         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16375         the frame-focus tag is set in gnus-buffer-configuration.
16377 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16379         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16380         the front stickiness.
16382 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16384         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16385         url pattern; remove duplicate one.
16386         (gnus-article-extend-url-button): New function.
16387         (gnus-article-add-buttons): Use it.
16388         (gnus-button-push): Use concatenated url that it makes.
16390 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16392         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16394 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16396         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16397         Don't hardcode point-min==1.
16399 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16401         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16402         Fix comment about "iso8859-1".
16404 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16406         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16407         ones returned from the verify-function.
16409         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16410         Call mml2015-extract-cleartext-signature if extraction failed.
16412 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16414         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16415         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16416         failed.
16418 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16420         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16422 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16424         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16425         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16426         recommends to use EasyPG instead of PGG.
16428         * pgg.el: Revert to revision 6.23.2.16.
16430         * pgg-def.el: Revert to revision 6.6.2.14.
16432         * pgg-gpg.el: Revert to revision 6.23.2.34.
16434 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16436         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16437         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16438         thread for both the null and zero (kill/expire thread) universal prefix
16439         cases.
16440         (gnus-summary-expire-thread): Add new function to expire a thread,
16441         using gnus-summary-kill-thread.
16442         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16443         shortcuts for gnus-summary-expire-thread.
16444         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16445         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16447 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16449         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16450         extras value, so an extras entry can be deleted.
16451         (gnus-registry-delete-extra-entry): Use it.
16452         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16453         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16454         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16455         storage through the gnus-registry, and provide an appropriate API for
16456         it.
16458 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16460         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16461         Suggested by Leo <sdl.web@gmail.com>.
16463         * gnus.el: Do.
16465 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16467         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16468         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16470         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16472         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16473         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16475 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16477         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16478         newline.
16479         (nnmbox-request-accept-article): Don't change article in source buffer;
16480         narrow to header to use message-fetch-field rather than
16481         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16482         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16483         as delimiters; make sure article ends with newline.
16484         (nnmbox-delete-mail): Correct last position of article to be deleted;
16485         ignore X-Gnus-Newsgroup header in article body.
16486         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16487         positions; make sure article ends with newline.
16489         * message.el (message-display-abbrev): Don't infloop when a user
16490         inserts SPC in the beginning of header.
16492         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16493         coding-system-for-read and coding-system-for-write for XEmacs having no
16494         file-coding feature.
16496         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16498 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16500         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16501         list of groups not followed by default.  Fix type to be regexp.
16502         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16504 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16506         * hmac-def.el (define-hmac-function): Switch from old-style to
16507         new-style backquotes.
16509         * md4.el (md4-make-step): Likewise.
16511 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16513         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16514         raw-text coding system when saving .newsrc file, which may contain
16515         non-ASCII group names.
16517 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16519         * gnus-cus.el (gnus-score-extra): New widget.
16520         (gnus-score-extra-convert): New function.
16521         (gnus-score-customize): Use it for Extra.
16523 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16525         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16526         (mml2015-mailcrypt-clear-verify): Use it.
16527         (mml2015-gpg-clear-verify): Use it.
16528         (mml2015-pgg-clear-verify): Use it.
16529         (mml2015-epg-clear-verify): Replace the current part with the output
16530         from GnuPG; don't extract the plaintext by itself.
16532         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16533         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16534         mml2015-clear-verify-function; don't touch the armor headers or
16535         dash-escaped text here.
16537 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16539         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16540         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16541         parts, or application/octet-stream as a last resort.
16542         (gnus-mime-view-part-as-type): Don't toggle display.
16543         (gnus-mime-view-part-as-charset): Don't turn off display before
16544         querying charset.
16546         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16547         stuff to undisplayer function in Emacs.
16548         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16550         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16551         text/calendar parts.
16553 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16555         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16556         decoding text/calendar parts.
16558         * message.el (message-forward-make-body-mime): Always mark body as
16559         having no illegible text; remove signed-or-encrypted argument.
16560         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16562         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16563         (mml-generate-mime-1): Don't encode body if it is specified to be in
16564         raw form; don't make buffer be unibyte when inserting multibyte string.
16566 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16568         * sha1.el: Fix up comment style.
16569         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16570         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16572         * hex-util.el: Fix up comment style.
16573         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16575         * gnus-salt.el: Use with-current-buffer.
16576         (gnus-pick-setup-message): Fix long-standing typo.
16578 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16580         * imap.el (imap-logout-timeout): New variable.
16581         (imap-logout, imap-logout-wait): New functions.
16582         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16584         * nnimap.el (nnimap-logout-timeout): New server variable.
16585         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16586         nnimap-logout-timeout.
16588         * gnus-art.el (gnus-article-summary-command-nosave)
16589         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16591 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16593         * gnus.el (gnus-maximum-newsgroup): New variable.
16595         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16596         according to gnus-maximum-newsgroup.
16598         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16599         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16600         Limit the range of articles according to gnus-maximum-newsgroup.
16602 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16604         * gnus-art.el (gnus-sticky-article): Fix problems described in
16605         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16606         Don't perform gnus-configure-windows here; reuse existing sticky
16607         article buffer.
16609         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16610         it doesn't exist in gnus-article-mode.
16612 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16614         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16615         (gnus-agent-decoded-group-name): New function.
16616         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16617         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16619 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16621         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16622         Add binding for gnus-sticky-article.
16623         (gnus-summary-exit): Don't kill sticky article buffers.
16625         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16626         article buffer.
16627         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16628         (gnus-kill-sticky-article-buffers): New commands.
16630 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16632         * nntp.el (nntp-xref-number-is-evil): New server variable.
16633         (nntp-find-group-and-number): If it is non-nil, don't trust article
16634         numbers in the Xref header.
16636 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16638         * gnus-agent.el (gnus-agent-read-group): New function.
16639         (gnus-agent-flush-group, gnus-agent-expire-group)
16640         (gnus-agent-regenerate-group): Use it.
16641         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16642         nnmail-pathname-coding-system.
16644 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16646         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16648         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16649         that are unread as unread, and also as selected so that information of
16650         marks having been changed by a user may be updated when exiting group.
16652 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16654         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16656 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16658         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16659         calculated ignoring signature parts to gnus-treat-article.
16661 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16663         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16664         a point here in order to keep the window start.
16665         (gnus-insert-mime-security-button): Make a button overlay without the
16666         front stickiness.
16667         (gnus-mime-display-security): Goto the end of a button.
16669         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16671 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16673         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16674         group-name-at-point.
16675         (gnus-group-completing-read): New function that offers decoded
16676         non-ASCII group names for completion.
16677         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16678         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16679         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16680         (gnus-group-fetch-control): Use it.
16681         (gnus-fetch-group): Use group-name-at-point for the initial value
16682         rather than the default value; use gnus-alive-p.
16684         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16685         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16686         (gnus-summary-post-news): Use gnus-group-completing-read.
16688         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16689         (gnus-read-move-group-name): Decode group name for completion.
16691 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16693         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16694         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16695         Yamaoka slightly modified the code).
16697 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16699         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16700         (nnmail-split-incoming): Bind it.
16702         * nnml.el (nnml-group-name-charset): New function.
16703         (nnml-decoded-group-name): Use it; don't decode group name if
16704         nnmail-group-names-not-encoded-p is non-nil.
16705         (nnml-encoded-group-name): New function.
16706         (nnml-group-pathname): Inline nnml-decoded-group-name.
16707         (nnml-request-expire-articles): Decode group name in message.
16708         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16709         nnmail-pathname-coding-system.
16710         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16711         not decoded ones according to nnmail-group-names-not-encoded-p.
16712         (nnml-generate-active-info): Use nnml-encoded-group-name.
16714 2007-08-08  Glenn Morris  <rgm@gnu.org>
16716         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16717         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16718         doc-strings and comments.
16720 2007-07-25  Glenn Morris  <rgm@gnu.org>
16722         * Relicense all FSF files to GPLv3 or later.
16724 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16726         * gnus-sum.el (gnus-summary-move-article):
16727         Make gnus-summary-respool-article work.
16729 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16731         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16732         string.
16734 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16736         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16737         that should be ignored when comparing distant RSS articles with local
16738         ones.
16739         (nnrss-make-hash-index): New function.  Create a hash index according
16740         to the ignored fields.
16741         (nnrss-check-group): Use it.
16743 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16745         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16747         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16749         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16750         the new optional argument ENCODED is non-nil.
16751         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16752         coding system for encoding group name.
16753         (gnus-group-make-rss-group): Pass un-encoded group name to
16754         gnus-group-make-group.
16755         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16756         encoded.
16758         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16759         Encode group name to which articles are moved or copied.
16760         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16761         coding system for encoding Newsgroup, Followup-To and Xref headers.
16763         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16764         marks; use nnheader-file-coding-system to write a file.
16765         (nnagent-retrieve-headers): Bind file-name-coding-system to
16766         nnmail-pathname-coding-system.
16768         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16770         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16771         (nnml-request-article, nnml-request-create-group)
16772         (nnml-request-rename-group, nnml-find-id)
16773         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16774         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16775         (nnml-save-marks): Use nnml-group-pathname instead of
16776         nnmail-group-pathname.
16778         (nnml-request-create-group, nnml-request-expire-articles)
16779         (nnml-request-move-article, nnml-request-delete-group)
16780         (nnml-deletable-article-p, nnml-possibly-create-directory)
16781         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16782         (nnml-open-marks): Bind file-name-coding-system to
16783         nnmail-pathname-coding-system.
16785         (nnml-request-article): Pass server argument to nnml-find-group-number.
16786         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16787         Pass server argument to nnml-possibly-create-directory.
16788         (nnml-request-accept-article): Pass server argument to
16789         nnml-active-number and nnml-save-mail.
16790         (nnml-find-group-number): Pass server argument to nnml-find-id.
16791         (nnml-request-update-info): Pass server argument to
16792         nnml-marks-changed-p.
16794         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16795         (nnml-save-mail, nnml-active-number): Add server argument.
16797         (nnml-request-delete-group): Warn if group is missing.
16798         (nnml-get-nov-buffer): Decode group name.
16799         (nnml-generate-active-info): Encode group name.
16800         (nnml-open-marks): Decode group name in messages.
16802 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16804         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16805         if it is not specified.
16806         (gnus-article-pipe-part, gnus-article-save-part)
16807         (gnus-article-interactively-view-part, gnus-article-copy-part)
16808         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16809         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16810         (gnus-article-replace-part, gnus-article-delete-part)
16811         (gnus-article-view-part-as-type): Pass raw prefix argument to
16812         gnus-article-part-wrapper.
16814 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16816         * gnus-agent.el (gnus-agent-save-active):
16817         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16819         * gnus-cache.el (gnus-cache-save-buffers)
16820         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16821         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16822         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16823         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16824         (gnus-cache-generate-active, gnus-cache-rename-group)
16825         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16826         (gnus-cache-update-overview-total-fetched-for):
16827         Bind file-name-coding-system to nnmail-pathname-coding-system.
16828         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16829         New variables.
16830         (gnus-cache-decoded-group-name): New function.
16831         (gnus-cache-file-name): Use it.
16832         (gnus-cache-generate-active): Use non-decoded group name for active.
16834         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16835         right place.
16836         (gnus-write-active-file): Don't break non-ASCII group names.
16838         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16839         nnmail-pathname-coding-system.
16841         * lpath.el: Bind default-file-name-coding-system,
16842         file-name-coding-system and language-info-alist for XEmacs.
16844         * gnus-uu.el (gnus-uu-decode-save): Typo.
16846 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16848         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16850 2007-07-14  David Kastrup  <dak@gnu.org>
16852         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16853         finishing actions if we did not edit the article.
16855 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16857         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16858         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16859         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16860         (gnus-agent-flush-group, gnus-agent-flush-cache)
16861         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16862         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16863         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16864         (gnus-agent-regenerate-group)
16865         (gnus-agent-update-files-total-fetched-for)
16866         (gnus-agent-update-view-total-fetched-for):
16867         Bind file-name-coding-system to nnmail-pathname-coding-system.
16868         (gnus-agent-group-pathname): Don't encode file names by
16869         nnmail-pathname-coding-system.
16870         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16871         coding-system-for-write instead of buffer-file-coding-system to
16872         gnus-agent-file-coding-system.
16874         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16875         Decode group name.
16877         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16879         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16880         (gnus-read-newsrc-el-file): Make group names unibyte.
16882         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16883         nnmail-pathname-coding-system.
16885         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16886         (nnrss-request-delete-group): Bind file-name-coding-system to
16887         nnmail-pathname-coding-system.
16888         (nnrss-read-server-data, nnrss-read-group-data):
16889         Bind file-name-coding-system correctly.
16890         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16892         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16893         (nntp-server-to-method-cache): New variable.
16894         (nntp-group-pathname): New function that decodes non-ASCII group names.
16895         (nntp-possibly-create-directory, nntp-marks-changed-p)
16896         (nntp-save-marks, nntp-open-marks): Use it.
16897         (nntp-possibly-create-directory, nntp-open-marks):
16898         Bind file-name-coding-system to nnmail-pathname-coding-system.
16899         (nntp-open-marks): Decode group names when bootstrapping marks.
16901         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16902         Newsgroups and Followup-To headers.
16904 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16906         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16907         (gnus-server-closed-face, gnus-server-denied-face)
16908         (gnus-server-offline-face): Remove variable.
16909         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16911         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16912         of modifying message-stack directly for XEmacs.
16914         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16915         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16916         if the coding-system argument is nil for XEmacs.
16918         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16919         mm-charset-override-alist.
16921         * rfc2047.el: Don't require base64; require rfc2045 for the function
16922         rfc2045-encode-string.
16923         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16924         to quote the parameter value.
16926 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16928         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16929         form in gnus-group-name-charset-method-alist.
16931         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16932         overrides the default layout edit-form.
16934         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16936         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16938 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16940         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16941         as unfetched articles.
16943 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16945         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16947 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16949         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16950         original back end that keeps marks in the local system.
16952 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16954         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16955         arg of pop-to-buffer for XEmacs.
16956         (gnus-article-read-summary-keys): Ditto; don't restore window
16957         configuration if summary command ends up with neither article buffer
16958         nor summary buffer; describe bindings if summary keys end with C-h.
16960 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16962         * message.el (message-fix-before-sending): Skip raw message part to be
16963         forwarded while checking illegible text.
16964         (message-forward-make-body-mime, message-forward-make-body):
16965         Mark signed or encrypted raw message as having no illegible text.
16967 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16969         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16970         (gnus-message-with-timestamp-1): New macro.
16971         (gnus-message-with-timestamp): New function.
16972         (gnus-message): Use them.
16974         * nnheader.el (nnheader-message): Use them.
16976 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16978         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16979         .newsrc.eld file.
16981 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16983         * gnus-agent.el (gnus-agent-fetch-headers)
16984         (gnus-agent-retrieve-headers):
16985         Bind gnus-decode-encoded-address-function to identity.
16987         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16988         available also when the server returns simply a dot.
16990         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16992 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16994         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16996 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16998         * gnus-ems.el (gnus-x-splash): Make it work.
17000         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17001         from being used.
17003         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17005 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17007         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17008         4th and the 5th arguments.
17010         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17011         the front stickiness.
17012         (gnus-article-summary-command-nosave): Correct the order of the
17013         arguments passed to pop-to-buffer.
17014         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17015         summary command ends up with the article buffer.
17017         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17018         the same faces.
17020 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17022         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17024 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17026         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17027         * gnus-sum.el (gnus-summary-highlight):
17028         * pgg.el (pgg-sign-region, pgg-sign):
17029         * mail-source.el (mail-source-delete-old-incoming-confirm):
17030         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17032 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17034         * gnus-art.el (gnus-mime-view-part-externally)
17035         (gnus-mime-view-part-internally): Fix predicate function passed to
17036         completing-read.
17038         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17040         * gnus.el (gnus-update-message-archive-method): Add :version.
17042 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17044         * gnus.el (gnus-update-message-archive-method): New variable.
17046         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17047         according to gnus-message-archive-method if
17048         gnus-update-message-archive-method is non-nil.
17050 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17052         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17053         Suggested by Loic Dachary <loic@dachary.org>.
17054         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17056 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17058         * message.el (message-pop-to-buffer): Add switch-function argument.
17059         (message-mail): Pass switch-function argument to it.
17061 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17063         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17064         Improve doc string.
17066 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17068         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17069         (gnus-header-content):
17070         * gnus-cite.el (gnus-cite-10):
17071         * gnus-srvr.el (gnus-server-closed):
17072         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17073         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17074         (gnus-group-mail-3-empty, gnus-group-mail-low)
17075         (gnus-group-mail-low-empty, gnus-splash):
17076         * message.el (message-header-to, message-header-cc)
17077         (message-header-subject, message-header-other, message-header-name)
17078         (message-header-xheader, message-separator, message-cited-text)
17079         (message-mml): Lighten colors of faces used for dark background.
17081 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17083         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17084         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17086 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17088         * message.el (message-narrow-to-headers-or-head):
17089         Ignore mail-header-separator in the body.
17091 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17093         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17094         same as window size.
17096 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17098         * message.el (message-font-lock-keywords): Use message-header-xheader
17099         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17100         ahead of the anything pattern, to get it recognized.
17102 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17104         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17105         spam.el loads uses it in the compiled defadvice form.
17107 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17109         * gnus-sum.el (gnus-articles-to-read)
17110         (gnus-summary-insert-old-articles): Don't truncate group name for
17111         `read-string'.
17113         * gnus-util.el (gnus-limit-string): Delete this function.
17115         * gnus-sum.el (gnus-simplify-subject-fully):
17116         Use `truncate-string-to-width' instead.
17118 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17120         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17121         Tell if, on summary exit, the next group has to be selected.
17122         (gnus-summary-exit): Use it.
17124 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17126         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17127         non-break space.
17129 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17131         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17132         Check if group is not a directory.
17133         (nnfolder-request-expire-articles): Don't delete articles if the target
17134         group is not available.
17136         * nnml.el (nnml-request-create-group): Properly check if group is not a
17137         file.
17138         (nnml-request-expire-articles): Don't delete articles if the target
17139         group is not available.
17141         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17142         Don't quote characters that are within parentheses.
17144 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17146         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17147         (gnus-handle-ephemeral-exit): Select article according to it.
17149 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17151         * message.el (message-insert-formated-citation-line): Remove newline.
17152         (message-citation-line-format): Add final \n here so that the user can
17153         avoid a blank line.
17155 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17157         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17158         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17159         Update lanl/arXiv support.
17161 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17163         * gnus.el: Bump version number.
17165 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17167         * gnus.el (gnus-version-number): Bump version.
17169 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17171         * gnus.el: No Gnus v0.6 is released.
17173 2007-04-27  Didier Verna  <didier@xemacs.org>
17175         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17176         * gmm-utils.el (gmm-regexp-concat): ... here.
17177         * message.el: Don't require 'gnus-util.
17178         (message-dont-reply-to-names): Handle name change above.
17179         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17181 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17183         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17184         since the initial value varies according to the system.
17186 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17188         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17190 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17192         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17194 2007-04-24  Didier Verna  <didier@xemacs.org>
17196         Improve the type of gnus-ignored-from-addresses.
17197         * gnus-util.el (gnus-orify-regexp): New function.
17198         * message.el (gnus-util): Require it.
17199         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17200         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17201         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17203 2007-04-24  Didier Verna  <didier@xemacs.org>
17205         * gnus-sum.el:
17206         * gnus-utils.el: Fix some trailing whitespaces.
17208 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17210         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17211         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17212         article's Message-ID; refer parent article in summary buffer.
17214         * message.el (message-bounce): Call mime-to-mml.
17216         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17217         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17218         optimize and/or forms properly.
17220 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17222         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17223         URL.
17225 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17227         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17229 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17231         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17232         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17233         displayed of multipart/alternative part if it is invoked from summary
17234         buffer.
17236         * mm-view.el (mm-inline-text-html-render-with-w3m)
17237         (mm-inline-text-html-render-with-w3m-standalone)
17238         (mm-inline-render-with-function): Use mail-parse-charset by default.
17240 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17242         * parse-time.el (parse-time-string-chars): Check if CHAR
17243         is less than the length of parse-time-syntax.
17245 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17247         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17248         from gnus-newsgroup-processable.
17250 2007-04-16  Didier Verna  <didier@xemacs.org>
17252         * gnus-msg.el (gnus-configure-posting-styles):
17253         Handle message-signature-directory properly with :file syntax.
17254         Reported by "Leo".
17256 2007-04-11  Didier Verna  <didier@xemacs.org>
17258         New user option: message-signature-directory.
17259         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17260         * message.el (message-insert-signature): Ditto.
17261         * message.el (message-signature-file): Doc update.
17262         * message.el (message-signature-directory): New.
17264 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17266         * gnus-msg.el (gnus-inews-yank-articles):
17267         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17269 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17271         * message.el (message-yank-original): Make sure cited text ends with
17272         newline; don't exchange point and mark.
17274 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17276         * tls.el (open-tls-stream): Properly handle case where there
17277         is no associated buffer.
17279 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17281         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17282         message-yank-original, make sure (< mark TEXT point).
17284 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17286         * message.el (message-fill-column): New variable.
17287         (message-mode): Use it.  Add comment on a possible new hook.
17289         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17290         (nnmail-get-new-mail): Reformat.
17292         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17294         * gmm-utils.el: Fix Commentary.
17295         (gmm-tool-bar-from-list): Fix typo in doc string.
17297 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17299         * message.el (message-yank-original): Don't switch point and mark
17300         unnecessarily to put point and mark as documented.
17302 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17304         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17305         from the message heads.
17307 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17309         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17310         article buffer does not have a window.  This may not be the best
17311         solution but is certainly better than setting the start of the null,
17312         that is the current, window.
17314 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17316         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17317         (gnus-draft-setup): Run it.
17319         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17320         gnus-score-fast-scoring.  Allow regexp.
17321         (gnus-score-headers): Use it.
17323         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17324         XEmacs.
17326         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17327         string.
17328         (gnus-button-alist): Also catch `<f1> k ...'.
17329         (gnus-treat-display-x-face): Fix doc string.
17331 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17333         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17334         evaluation of gnus-extended-version to ensure correct generation of the
17335         User-Agent header when message-generate-headers-first is used.
17337 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17339         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17340         hashcash-path is nil.  Don't call callback with incorrect number of
17341         parameters if val is 0.
17343 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17345         * message.el (message-required-news-headers):
17346         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17348 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17350         * tls.el (open-tls-stream): In handshake-waiting loop,
17351         don't wait more if there is output available to process.
17353 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17355         * tls.el (tls-program): Doc fix.
17357 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17359         * message.el (message-generate-new-buffers): Change the meaning of the
17360         nil value; add `standard' to the choices; treat t as `unique'; improve
17361         doc string.
17362         (gnus-select-frame-set-input-focus): Autoload.
17363         (message-buffer-name): Search for the existing message buffer if
17364         message-generate-new-buffers is nil or `standard'; treat the value t of
17365         message-generate-new-buffers as `unique'.
17366         (message-pop-to-buffer): Raise the frame already displaying the message
17367         buffer; clear the echo area after querying.
17368         (message-setup): Pass the `continue' argument to compose-mail.
17369         (message-mail): Prefer `switch-function' if it is given; search for the
17370         existing message buffer if the `continue' argument is non-nil; pass
17371         continue and switch-function arguments to compose-mail by way of
17372         message-setup.
17373         (message-mail-other-window): Adjust argument of message-setup.
17374         (message-mail-other-frame): Ditto.
17376 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17378         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17379         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17380         to turn font-lock on when turning gnus-message-citation-mode on.
17382 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17384         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17385         (mml-smime-function-alist): New variable; add epg as the backend.
17386         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17387         mml-smime- functions instead.
17388         * mm-view.el: Require smime.
17390 2007-03-05  Didier Verna  <didier@xemacs.org>
17392         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17393         instead of just inheritance for posting styles.
17394         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17396 2007-02-24  Chris Moore  <dooglus@gmail.com>
17398         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17399         * pgg-pgp.el (pgg-pgp-encrypt-region):
17400         * pgg-gpg.el (pgg-gpg-encrypt-region):
17401         Check pgg-encrypt-for-me if no other recipients.
17403 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17405         * tls.el (tls-certtool-program): Fix custom type.
17407 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17409         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17410         and point-at-eol instead of line-(beginning|end)-position.
17412         * assistant.el (assistant-parse-buffer): Ditto.
17414         * netrc.el (netrc-parse-services): Ditto.
17416 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17418         * mml2015.el (mml2015-epg-find-usable-key): New function.
17419         (mml2015-epg-sign): Use it.
17420         (mml2015-epg-encrypt): Use it.
17422 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17424         * message.el (message-make-in-reply-to): Quote name containing
17425         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17426         if there are special characters.  Reported by NAKAJI Hiroyuki
17427         <nakaji@jp.freebsd.org>.
17429 2007-02-27  Didier Verna  <didier@xemacs.org>
17431         Include the group parameters as well as the topic ones in the
17432         inheritance filter process.
17433         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17434         argument GROUP-PARAMS-LIST.
17435         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17437 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17439         * nntp.el (nntp-never-echoes-commands)
17440         (nntp-open-connection-functions-never-echo-commands): New variables.
17441         (nntp-send-command): Use them.
17443 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17445         * mml2015.el (mml2015-epg-verify): Simplify.
17447 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17449         * mml.el (mml-content-disposition-alist): New user option.
17450         (mml-content-disposition): New function.
17451         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17452         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17454 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17456         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17457         verification.
17459 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17461         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17462         articles posted in the last 24 hours.
17464 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17466         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17468 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17470         * nntp.el (nntp-send-command): Don't wait for echoes when
17471         nntp-open-ssl-stream is used.
17473 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17475         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17476         (gnus-message-add-citation-keywords)
17477         (gnus-message-remove-citation-keywords): Remove.
17478         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17479         directly, make the variables in font-lock-defaults buffer-local, add
17480         gnus-message-citation-keywords to them and then update the value of
17481         font-lock-keywords.
17483 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17485         * message.el (message-cite-original-1): Don't call
17486         gnus-article-highlight-citation.
17488         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17489         citations; fix line count.
17491 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17493         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17494         (gnus-message-add-citation-keywords)
17495         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17496         versions of font-lock-add-keywords and font-lock-remove-keywords to
17497         work with XEmacs correctly.
17499 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17501         * gnus-cite.el (gnus-cite-face-list): Set the values of
17502         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17503         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17504         (gnus-message-cite-prefix-regexp): New variable.
17505         (gnus-message-search-citation-line): Use it; protect against long
17506         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17507         the 0th match data for Emacs.
17508         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17509         (gnus-message-add-citation-keywords): Append keywords rather than
17510         prepending; emulate font-lock-add-keywords if it is not available.
17511         (gnus-message-remove-citation-keywords):
17512         Emulate font-lock-remove-keywords if it is not available.
17514         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17516         * message.el (message-cite-prefix-regexp): Set the value of
17517         gnus-message-cite-prefix-regexp.
17519 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17521         * nnweb.el (nnweb-google-parse-1): Update parser.
17523 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17525         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17527 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17529         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17530         regexp.
17532 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17534         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17535         string-to-multibyte.
17536         (uudecode-decode-region-internal): Use it.
17538         * lpath.el: Fbind string-as-multibyte for XEmacs.
17540 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17542         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17543         Fix custom choice.
17545         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17547 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17549         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17551         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17552         `write-region' to respect `mm-inhibit-file-name-handlers'.
17554 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17556         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17557         Use gnus-home-directory instead of "~/" or "$HOME".
17559 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17561         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17562         to mention filename.
17563         Add comments at beginning regarding usage.
17564         (encrypt-write-file-contents): Change interactive so a string is
17565         acceptable.  If the file has no associated model, show an error instead
17566         of a nonsense prompt.
17568 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17570         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17571         Thanks to Yoshihiko Yamada for kind notification of this typo.
17573 2007-01-12  Kenichi Handa  <handa@m17n.org>
17575         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17576         multibyte buffer.
17578 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17580         * gnus-score.el (gnus-score-fast-scoring): New variable.
17581         (gnus-score-headers): Use it.
17583         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17585         * message.el (message-cite-original-1):
17586         Call gnus-article-highlight-citation if requested.
17587         (message-make-from): Allow name and address as optional arguments.
17589         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17591         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17592         bugs to doc string.
17593         (gnus-button-alist): Add mid\\|message-id.
17594         (gnus-button-fetch-group): Extend for use in
17595         `browse-url-browser-function'.
17596         (gnus-button-url-regexp): Try to catch paired parentheses like in
17597         Wikipedia URLs.
17599         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17600         Suggested by Simon Krahnke <overlord@gmx.li>.
17602 2007-01-13  Romain Francoise  <romain@orebokech.com>
17604         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17605         Update copyright.
17607 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17609         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17611 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17613         * gnus-registry.el (gnus-registry-unfollowed-groups)
17614         (gnus-registry-split-fancy-with-parent): Fix documentation.
17616 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17618         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17619         from nnweb groups.
17621 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17623         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17624         Xref urls.  Erase buffer before requesting head.
17626         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17628 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17630         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17631         customizable.
17633 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17635         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17636         no signing key is found.
17637         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17638         no encrypting and/or signing key is found.
17640 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17642         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17644 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17646         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17647         headers read from disk with the ones newly found in the current search.
17648         This should no longer cause problems, because the article numbers in
17649         Gmane's `nov.php' output are ignored since the previous change.
17651 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17653         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17655 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17657         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17658         replace-regexp-in-string; bind url-version; fbind display-images-p and
17659         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17660         find-face and set-itimer-function for Emacs; bind itimer-list for
17661         Emacs.
17663         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17665 2007-01-01  Romain Francoise  <romain@orebokech.com>
17667         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17669 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17671         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17672         `define-minor-mode' macro definition expanded properly.
17673         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17674         exclude it there.
17676         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17677         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17678         `fboundp' test.
17679         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17680         This is OK to autoload in (S)XEmacs now.
17682 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17684         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17685         keystroke.
17686         (gnus-summary-limit-to-singletons): Fix typo.
17688         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17689         else fails.
17691 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17693         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17694         docstring.
17696         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17697         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17698         (gnus-summary-insert-dormant-articles): Fix typo in message.
17700 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17702         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17703         nil for XEmacs.
17704         (gnus-message-citation-mode): Don't autoload in XEmacs.
17706         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17708 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17710         * nnimap.el (nnimap-expunge-search-string):
17711         Mention nnimap-search-uids-not-since-is-evil in docstring.
17713 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17715         * spam.el: Revert to make-obsolete-variable because
17716         define-obsolete-variable-alias is not supported in Emacs 21.
17718         * spam.el (spam-ifile-path, spam-ifile-database-path)
17719         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17720         make-obsolete-variable.
17721         (spam-bsfilter-path, spam-bsfilter-program)
17722         (spam-spamassassin-path, spam-spamassassin-program)
17723         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17724         Don't use "path" inappropriately.
17725         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17726         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17727         variable names.
17729 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17731         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17732         summary buffer.
17734         * password.el (password-cache-remove): Use clear-string to burn
17735         password, if available.
17737 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17739         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17741         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17743         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17744         (gnus-message-highlight-citation): Move defcustom here from
17745         gnus-cite.el.
17746         (gnus-message-citation-mode): Autoload.
17748         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17749         checks to make it compile with XEmacs.
17750         (gnus-message-citation-mode): New minor mode.
17751         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17752         (gnus-message-highlight-citation): New variables.
17753         (gnus-message-search-citation-line)
17754         (gnus-message-add-citation-keywords)
17755         (gnus-message-remove-citation-keywords)
17756         (turn-on-gnus-message-citation-mode)
17757         (turn-off-gnus-message-citation-mode): New functions.
17759 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17761         * gnus-cite.el: Enable highlighting of different citation levels in
17762         message-mode.
17764 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17766         * message.el (message-make-fqdn): Fix comment.
17767         (message-bogus-system-names): Add ".local".
17769         * spam.el (spam-ifile-path, spam-ifile-program)
17770         (spam-ifile-database-path, spam-ifile-database)
17771         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17772         Don't use "path" inappropriately.
17773         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17774         strings.
17775         (spam-check-ifile, spam-ifile-register-with-ifile)
17776         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17777         Use new variable names.
17779         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17780         (gnus-treat-display-smileys): Simplify using
17781         gnus-image-type-available-p.
17783         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17784         available.
17786         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17787         Use `display-images-p' if available.
17789 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17791         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17792         one after turning on the buffer's multibyteness instead of decoding
17793         them directly in the unibyte buffer that causes unexpected conversion
17794         in Emacs 23 (unicode).
17796 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17798         * message.el (message-generate-hashcash): Fix custom type.
17800 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17802         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17804 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17806         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17807         disconnect icons.  Add help text.
17809 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17811         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17812         negated to be consistent with the others we handle.
17814 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17816         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17817         version of gnus-summary-buffer to something, so that we can use two
17818         article buffers at the same time.
17820 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17822         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17823         trigger all the extra headers.
17824         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17825         sorting.
17827 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17829         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17830         solid groups.
17832 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17834         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17836 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17838         * legacy-gnus-agent.el: Add Copyright notice.
17840 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17842         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17844 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17846         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17848         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17849         to make it work reliably in CVS Emacs.
17850         (gnus-summary-limit-strange-charsets-predicate)
17851         (gnus-summary-limit-to-predicate): New functions.
17853 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17855         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17856         specifying array size.
17857         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17858         array if it is too small.
17859         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17860         (gnus-sort-threads-loop): New function.
17862 2006-12-06  Chris Moore  <dooglus@gmail.com>
17864         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17865         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17867 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17869         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17870         options.
17872 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17874         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17875         DOS-ing the recipient.
17877         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17878         the headers when creating the mapping to avoid mismappings.
17879         (nnweb-gmane-create-mapping): Always nix out old mapping.
17881 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17883         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17884         and mm-verify-option to never.
17886 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17888         * message.el (message-signed-or-encrypted-p): New function.
17889         (message-forward-make-body): Use it.
17891         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17892         Replace encode-coding-string with mm-encode-coding-string.
17894 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17896         * nneething.el (nneething-decode-file-name):
17897         Replace decode-coding-string with mm-decode-coding-string.
17899         * gnus-int.el (gnus-open-server): Say failed server's name.
17901 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17903         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17904         strings to a single string.  Quote `errors-file-name'.
17905         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17906         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17907         Adjust calls.  Use `shell-quote-argument'.
17909 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17911         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17912         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17914         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17915         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17916         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17917         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17918         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17919         (gnus-subscribe-newsgroup, gnus-1):
17920         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17921         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17922         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17923         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17925 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17927         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17928         keystroke.
17929         (gnus-summary-limit-to-bodies): Implement headersp.
17931 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17933         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17935 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17937         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17939 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17941         * message.el (message-generate-hashcash): Expand range of values to
17942         include `opportunistic'.
17943         (message-send-mail): Use it.
17945 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17947         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17948         and comment it.
17950         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17952 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17954         * gnus-util.el (gnus-extract-address-components): Improve comment.
17956 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17958         * gnus-util.el (gnus-extract-address-components): Work with address in
17959         which the name portion contains @.
17961         * lpath.el: Fbind custom-autoload.
17963 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17965         * gnus.el (gnus-start): Move custom group up.
17966         (gnus-select-method): Don't autoload, but make it available for
17967         `customize-variable'.
17968         (gnus-getenv-nntpserver): Don't autoload.
17970 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17972         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17974 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17976         * message.el (message-sendmail-extra-arguments): New variable.
17977         (message-send-mail-with-sendmail): Use it.
17979 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17981         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17982         mm-with-unibyte-current-buffer to make string unibyte.
17984         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17985         mm-string-as-multibyte.
17987 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17989         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17990         Reported by Werner Koch <wk@gnupg.org>.
17992 2006-11-14  Daiki Ueno  <ueno@p360>
17994         * mml2015.el: Autoload epa-select-keys when compiling.
17996 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17998         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17999         message-options.
18000         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18002 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18004         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18005         EasyPG (< 0.0.6).
18006         (mml2015-always-trust): New user option.
18007         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18008         prompt.
18010 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18012         * nntp.el (nntp-authinfo-force): New variable.
18013         (nntp-send-authinfo): Use it.
18015 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18017         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18018         decode encoded words.  Improve prompt.  Add comment about forwarding.
18019         (message-replacement-char): Move up.
18021 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18023         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18024         instead of gnus-intersection because arguments of gnus-sorted-nunion
18025         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18027 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18029         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18030         (message-simplify-subject-functions):
18031         Enable message-strip-subject-encoded-words by default.
18033 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18035         * message.el (message-strip-subject-encoded-words): New function.
18036         (message-simplify-subject-functions): New variable.
18037         (message-simplify-subject): Use it.  Fix typo in doc string.
18038         Support message-strip-subject-encoded-words.
18040 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18042         * gnus-diary.el (gnus-diary-delay-format-function):
18043         * nndiary.el (nndiary-reminders):
18044         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18046 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18048         * gnus-art.el (article-hide-boring-headers): Fetch date from
18049         gnus-original-article-buffer to avoid problems with localized date
18050         strings.
18052 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18054         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18056 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18058         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18059         New variables.
18060         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18061         (mm-charset-synonym-alist): Move some entries to
18062         mm-codepage-iso-8859-list.
18063         (mm-charset-synonym-alist, mm-charset-override-alist):
18064         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18066 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18068         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18070 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18072         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18073         with Emacs 21 and XEmacs.
18075 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18077         * spam.el (spam-parse-address): New function for better parsing,
18078         catching errors, etc.
18079         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18081 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18083         * mm-view.el: Add interactive arg to html2text autoload.
18085 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18087         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18089 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18091         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18092         New variables.
18093         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18094         (mm-charset-synonym-alist): Move some entries to
18095         mm-codepage-iso-8859-list.
18097         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18099 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18101         * message.el (message-citation-line-format)
18102         (message-insert-formated-citation-line): Fix implementation of %E, %N
18103         and %n according to the doc string.
18105 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18107         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18108         Use car-safe to avoid bad parses.
18110 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18112         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18113         names.
18115         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18117 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18119         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18120         header.
18122         * message.el (message-draft-headers): Add Date.
18123         (message-headers-to-generate): Fix typo in docstring.
18125         * nndraft.el (nndraft-required-headers): New variable.
18126         (nndraft-generate-headers): Use it.
18128         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18130 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18132         * gnus-registry.el (gnus-registry-wash-for-keywords)
18133         (gnus-registry-find-keywords): New functions to allow easy searching of
18134         articles that are in the registry.
18136 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18138         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18139         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18140         Reported by Damien Elmes <damien@repose.cx>.
18142 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18144         * gnus.el (gnus-mime): Remove unused custom group.
18146 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18148         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18149         "blank line" when searching for end of armor headers.
18151 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18153         * gmm-utils.el (gmm-write-region): Fix variable name.
18155 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18157         * gmm-utils.el (gmm-write-region): New function based on compatibility
18158         code from `mm-make-temp-file'.
18160         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18162         * nnmaildir.el (nnmaildir--update-nov)
18163         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18164         Use `gmm-write-region'.
18166 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18168         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18169         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18171         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18173         * message.el (message-replacement-char): New variable.
18174         (message-fix-before-sending): Use it.
18175         (message-simplify-subject): New function to remove duplicate code.
18176         (message-reply, message-followup): Use it.
18178         * gnus-sum.el (gnus-summary-make-menu-bar):
18179         Clarify gnus-summary-limit-to-articles.
18181 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18183         * gnus-util.el (gnus-with-local-quit): New macro.
18185         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18187 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18189         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18190         ignore non-string data.
18192 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18194         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18195         non-string data (needs to be done in the registry too).
18197 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18199         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18200         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18201         (gnus-registry-split-fancy-with-parent)
18202         (gnus-registry-fetch-simplified-message-subject-fast)
18203         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18204         Remove text properties on ingress into the registry and when it's saved.
18205         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18206         registry from entries with no groups.
18208 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18210         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18211         function to remove string properties.
18213 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18215         * gmm-utils.el (gmm): Adjust custom version.
18217         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18218         Adjust custom version.
18220         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18222 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18224         * gnus-art.el (gnus-insert-prev-page-button)
18225         (gnus-insert-next-page-button): Simplify.  Reformat.
18227 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18229         * gnus-art.el (gnus-insert-prev-page-button)
18230         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18232 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18234         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18236 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18238         * gnus-art.el (gnus-insert-mime-button)
18239         (gnus-insert-mime-security-button):
18240         Apply gnus-article-button-face to MIME and security buttons.
18242 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18244         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18245         readable.
18247 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18249         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18251 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18253         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18254         `browse-url-of-file' instead of `browse-url'.
18256 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18258         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18259         regexp.  Articles containing quotation were cut prematurely.
18261 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18263         * message.el (message-cite-original-1): Use nobody by default for the
18264         value of From header.
18265         (message-reply): Ditto.
18267 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18269         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18270         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18271         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18273 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18275         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18276         mails in the doc string.  Add some URLs in comment.
18277         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18279 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18281         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18282         backslashes handling and the way to find boundaries of quoted strings.
18284 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18286         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18287         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18288         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18289         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18291 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18293         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18294         doc string.
18295         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18297 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18299         * lpath.el: Fbind epg-check-configuration.
18301 2006-09-06  Simon Josefsson  <jas@extundo.com>
18303         * mml2015.el (mml2015-use): Doc fix, mention epg.
18305 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18307         * mml2015.el (mml2015-use): Default to epg, if available.
18309 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18311         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18312         message-sender.
18313         (mml1991-epg-encrypt): Ditto.
18314         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18315         message-sender.
18316         (mml2015-epg-encrypt): Ditto.
18318 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18320         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18321         several common directories.
18323 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18325         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18326         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18328 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18330         * gnus-art.el (article-decode-encoded-words): Make it fast.
18332 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18334         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18336         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18337         in quoted string into `\'.
18339 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18341         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18342         Use standard-syntax-table.
18344 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18346         * gnus-art.el (gnus-decode-address-function): New variable.
18347         (article-decode-encoded-words): Use it to decode headers which are
18348         assumed to contain addresses.
18349         (gnus-mime-delete-part): Remove useless `or'.
18351         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18352         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18353         (gnus-nov-parse-line): Use it to decode From header.
18354         (gnus-get-newsgroup-headers): Ditto.
18355         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18357         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18358         (mail-decode-encoded-address-string): New alias.
18360         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18361         New function.
18362         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18363         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18364         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18365         (rfc2047-decode-string): Ditto.
18366         (rfc2047-decode-address-region): New function.
18367         (rfc2047-decode-address-string): New function.
18369 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18371         * message.el (message-caesar-buffer-body): Allow rotating headers.
18373         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18375         * message.el (message-insert-formated-citation-line): Fix %f.
18376         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18378 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18380         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18381         (gnus-bookmark-mouse-available-p): New macro.
18382         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18383         (gnus-bookmark-bmenu-show-infos): Use it.
18384         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18385         (gnus-bookmark-bmenu-hide-infos): Ditto.
18386         (gnus-bookmark-remove-properties): New function.
18387         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18388         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18389         (gnus-bookmark-write-file): Bind coding-system-for-write.
18390         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18391         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18392         group before selecting it.
18393         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18394         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18395         quit-window if it is not available; use gnus-mouse-2 and bind it to
18396         gnus-bookmark-bmenu-select-by-mouse.
18397         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18398         (gnus-bookmark-bmenu-select-by-mouse): New function.
18400 2006-08-13  Romain Francoise  <romain@orebokech.com>
18402         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18403         space.
18405 2006-08-10  Romain Francoise  <romain@orebokech.com>
18407         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18408         (dns-mode-soa-auto-increment-serial): New user option.
18409         (dns-mode-soa-maybe-increment-serial): New function.
18410         (dns-mode): Add the latter to `write-contents-functions'.
18412 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18414         * compface.el (uncompface): Use binary rather than raw-text-unix.
18416 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18418         * compface.el (uncompface): Make sure the eol conversion doesn't take
18419         place when communicating with the external programs.
18420         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18422 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18424         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18426 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18428         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18429         Make it more robust by parsing author and date independently.
18431 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18433         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18435 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18437         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18438         first matching secret key.
18439         (mml2015-epg-encrypt): Ditto.
18441         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18442         first matching secret key.
18443         (mml1991-epg-encrypt): Ditto.
18445         * mml2015.el (mml2015-encrypt-to-self): New user option.
18446         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18447         mml2015-epg-encrypt-to-self is set.
18449         * mml1991.el (mml1991-encrypt-to-self): New variable.
18450         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18451         mml1991-epg-encrypt-to-self is set.
18453         * mml2015.el (mml2015-signers): New user option.
18454         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18455         (mml2015-epg-encrypt): Allow to select signing keys.
18457         * mml1991.el (mml1991-signers): New variable.
18458         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18459         (mml1991-epg-encrypt): Allow to select signing keys.
18461 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18463         * nnheader.el (nnheader-insert-head): Make it work even if the file
18464         uses CRLF for the line-break code.
18466 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18468         * mml2015.el: Require mml-sec instead of password.
18469         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18470         (mml2015-cache-passphrase): Inherit the default value from
18471         mml-secure-cache-passphrase.
18472         (mml2015-passphrase-cache-expiry): Inherit the default value from
18473         mml-secure-passphrase-cache-expiry.
18475         * mml1991.el: Require mml-sec instead of password.
18476         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18477         (mml1991-cache-passphrase): Inherit the default value from
18478         mml-secure-cache-passphrase.
18479         (mml1991-passphrase-cache-expiry): Inherit the default value from
18480         mml-secure-passphrase-cache-expiry.
18482         * mml-sec.el: Require password.
18483         (mml-secure-verbose): New user option.
18484         (mml-secure-cache-passphrase): New user option.
18485         (mml-secure-passphrase-cache-expiry): New user option.
18487 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18488             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18490         * pgg-def.el (pgg-truncate-key-identifier):
18491         Truncate the key ID to 8 letters from the end.
18493 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18495         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18496         workaround for the url package included with Emacs.
18498         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18500 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18502         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18503         correctly.  This fixes a bug caused by the 2006-05-12 change.
18505 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18507         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18508         some information about the error when saying that the `bogus' mail
18509         group will be used.
18511 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18513         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18514         string.
18516 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18518         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18520 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18522         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18524 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18526         * mml1991.el (mml1991-function-alist): Add epg.
18527         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18528         (mml1991-epg-encrypt): New functions.
18530 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18532         * mml2015.el (mml2015-verbose): New variable.
18533         (mml2015-cache-passphrase): Ditto.
18534         (mml2015-passphrase-cache-expiry): Ditto.
18535         (mml2015-function-alist): Add epg.
18536         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18537         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18538         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18539         New functions.
18541 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18543         * message.el (message-cite-original-1): Preserve region when removing
18544         quoted text due to X-No-Archive in order to avoid bogus attribution
18545         when citing multiple messages.
18547 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18549         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18550         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18552 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18554         * gnus-diary.el (gnus-user-format-function-d)
18555         (gnus-user-format-function-D): Autoload.
18557         * imap.el (Commentary): Fix typo.
18559         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18560         2006-04-22 contribution.
18562 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18564         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18565         It didn't really fix the bogosity I'm seeing with solid web groups.
18567 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18569         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18570         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18571         created using server names.  If we use the feature without declaring
18572         it, Gnus does not properly manage server and group state.
18574         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18575         bound.
18577 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18579         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18580         looking up the method using GROUP's prefix before inventing a new one.
18581         It is used on killed/unknown groups in various places where returning
18582         an all-new method isn't expected by the caller.
18584         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18585         and match semantics of gnus-group-real-prefix.
18587 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18589         * nnmail.el (nnmail-broken-references-mailers): New variable.
18590         (nnmail-ignore-broken-references): New function generalizing
18591         nnmail-fix-eudora-headers.
18592         (nnmail-fix-eudora-headers): Now obsolete.
18594         * gnus-art.el (gnus-button-handle-custom):
18595         Support `customize-apropos*'.
18597 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18599         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18601         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18602         articles.
18604 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18606         * message.el (message-cite-reply-above): New variable.
18607         (message-yank-original): Use it.
18609 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18611         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18613 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18615         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18616         as read.
18618         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18620 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18622         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18623         (gnus-bookmark-default-file): Use gnus-directory.
18624         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18625         Remove "*" in doc string.
18626         (gnus-bookmark-write-file): Simplify.
18627         (gnus-bookmark-maybe-sort-alist): Use `when'.
18628         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18629         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18630         Add FIXME about Emacs 21 and XEmacs compatibility.
18631         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18632         compatibility.
18633         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18634         compatibility.
18635         (gnus-bookmark-menu-heading): Fix version.
18637 2006-06-19  Bastien Guerry  <bzg@altern.org>
18639         * gnus-bookmark.el: New file.
18641 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18643         * message.el (message-syntax-checks): Doc fix.
18645 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18647         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18648         unsubscribed groups as if they were killed ones.  It causes duplicate
18649         entries in gnus-newsrc-alist.
18651 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18653         * message.el (message-syntax-checks): Doc fix.
18654         (message-send-mail): Add check for continuation headers.
18655         (message-check-news-header-syntax): Fix regexp used to check for
18656         continuation headers.
18658 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18660         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18662 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18664         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18666 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18668         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18669         default-truncate-lines.
18671 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18673         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18674         to fill the utf-8 entry.
18676         * lpath.el: Fbind unicode-precedence-list.
18678 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18680         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18682 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18684         * gnus-agent.el (directory-files-and-attributes): Move all the way
18685         forward (the third and final move).
18686         (gnus-agent-read-agentview): Trap reconstruction errors due to
18687         nonexistent directory.  Handle by returning nil.
18689 2006-05-30  Didier Verna  <didier@xemacs.org>
18691         * message.el (message-dont-reply-to-names): Update the custom type.
18692         * message.el (message-dont-reply-to-names): New defsubst: potentially
18693         convert a list of regexps into a single one.
18694         * message.el (message-get-reply-headers): Use it.
18695         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18697 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18699         * gnus-agent.el (directory-files-and-attributes): Move forward.
18701 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18703         * gnus-ml.el (gnus-mailing-list-subscribe)
18704         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18705         (gnus-mailing-list-message): Fix doc strings.
18707 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18709         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18710         of doing it manually.
18712 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18714         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18715         comment.
18717 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18719         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18720         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18721         (gnus-agent-read-local): All symbols allocated in my-obarray.
18722         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18723         (gnus-agent-regenerate-group): Check numeric names to see if they are
18724         messages or groups.
18725         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18726         better way of do this...)
18728         * gnus-cache.el (gnus-agent-total-fetched-for):
18729         Ignore 'dummy.group' (there should be a better way of do this...)
18731 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18733         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18734         (gnus-saved-headers): Ditto.
18735         (gnus-default-article-saver): Mention functions may have properties.
18736         (gnus-article-save): Override gnus-save-all-headers and
18737         gnus-saved-headers by :headers property which saver function may have.
18738         (gnus-summary-save-in-file): Add :headers property.
18739         (gnus-summary-write-to-file): Ditto.
18741         * gnus-sum.el (gnus-summary-save-article): Bind
18742         gnus-prompt-before-saving to t when saving many articles in a file;
18743         always show all headers.
18745         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18747 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18749         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18750         marks.
18752         * message.el (message-indent-citation): Add optional arguments to allow
18753         using it outside of message buffers.
18755         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18756         (gnus-article-treat-unfold-headers): Use it.
18757         (gnus-article-truncate-lines): New variable.
18758         (gnus-article-mode): Use it.
18759         (gnus-article-toggle-truncate-lines): New function.
18761         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18762         Add gnus-article-toggle-truncate-lines.
18764         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18765         coding system in XEmacs, use binary.
18767 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18769         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18770         after-load-alist.
18772         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18773         this function should save decoded articles.
18774         (gnus-summary-write-to-file): Use property to specify this function
18775         should save decoded articles and specify gnus-summary-save-in-file
18776         should be used to save articles other than the first one when saving
18777         many articles.
18778         (gnus-summary-save-body-in-file): Use property to specify this
18779         function should save decoded articles.
18780         (gnus-summary-write-body-to-file): Use property to specify this
18781         function should save decoded articles and specify
18782         gnus-summary-save-body-in-file should be used to save articles other
18783         than the first one when saving many articles.
18785         * gnus-sum.el (gnus-summary-save-article): Simplify.
18787 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18789         * gnus-art.el (gnus-default-article-saver):
18790         Add gnus-summary-write-body-to-file.
18791         (gnus-article-save-coding-system): Don't use coding system object
18792         in XEmacs.
18793         (gnus-read-save-file-name): Add optional `dir-var' argument which
18794         specifies directory in which files are saved; work even if optional
18795         `variable' argument is not specified.
18796         (gnus-summary-write-to-file): Read file name.
18797         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18798         (gnus-summary-write-body-to-file): New function.
18800         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18801         (gnus-summary-local-variables): Add it.
18802         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18803         (gnus-summary-save-article): Remove optional `decode' argument;
18804         determine whether to decode articles by the value of
18805         gnus-default-article-saver; when saving many files using
18806         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18807         it first and use gnus-summary-save-in-file or
18808         gnus-summary-save-body-in-file thereafter unless
18809         gnus-prompt-before-saving is always; move point to article which
18810         will be saved.
18811         (gnus-summary-save-article-file): Revert.
18812         (gnus-summary-write-article-file): Revert.
18813         (gnus-summary-save-article-body-file): Revert.
18814         (gnus-summary-write-article-body-file): New function.
18816 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18818         * gnus-art.el (gnus-default-article-saver): Doc fix.
18819         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18820         from gnus-summary-save-article-coding-system, and default to a
18821         certain coding system.
18822         (gnus-output-to-file): Add coding cookie and encode text according
18823         to gnus-article-save-coding-system; don't use mm-append-to-file.
18825         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18826         gnus-art.el and rename to gnus-article-save-coding-system.
18827         (gnus-summary-save-article): Require gnus-art; don't show all
18828         headers if it decodes articles; don't add coding cookie here;
18829         don't bind mm-text-coding-system-for-write.
18830         (gnus-summary-save-article-file): Save decoded articles.
18831         (gnus-summary-write-article-file): When saving many files, use
18832         gnus-summary-write-to-file first and gnus-summary-save-in-file
18833         thereafter unless gnus-prompt-before-saving is always.
18834         (gnus-summary-save-article-body-file): Save decoded articles.
18836         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18838 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18840         * nnrss.el (nnrss-check-group): Bind hash-index.
18842 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18844         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18845         its hash index.  Store this hash in `nnrss-group-data'.
18846         (nnrss-read-group-data): Update accordingly.
18848 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18850         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18851         entry.
18853         * gnus-sum.el (gnus-summary-make-menu-bar):
18854         Add gnus-article-browse-html-article.
18856 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18858         * gnus-sum.el (gnus-summary-mime-map):
18859         Add gnus-article-browse-html-article.
18861         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18863 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18865         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18866         suitable coding systems in customize.
18868 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18870         * mail-source.el (mail-sources): Fix custom type.
18872 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18874         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18875         (gnus-summary-expire-articles-now): Shorten prompt.
18877         * gmm-utils.el (wid-edit): Require.
18878         (defun-gmm): Rename from `gmm-defun-compat'.
18879         (gmm-image-search-load-path): Use it.
18880         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18882 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18884         * gnus-sum.el (gnus-summary-save-article-coding-system):
18885         New variable.
18886         (gnus-summary-save-article): Add optional `decode' argument.
18887         If it is set and gnus-summary-save-article-coding-system is non-nil,
18888         save decoded article.
18889         (gnus-summary-write-article-file): Save decoded article if
18890         gnus-summary-save-article-coding-system is non-nil.
18892         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18893         type.
18895 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18897         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18899 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18901         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18902         first to test gnus-single-article-buffer which may be buffer-local.
18904         * gnus-sum.el (gnus-summary-setup-buffer):
18905         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18906         group; make gnus-article-buffer, gnus-article-current, and
18907         gnus-original-article-buffer always buffer-local.
18908         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18909         group.
18910         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18912 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18914         * nnml.el (nnml-request-compact-group): Compressed files might not
18915         have .gz extension.
18917 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18919         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18920         (mm-copy-to-buffer): Use with-current-buffer.
18921         (mm-display-part): Simplify.
18922         (mm-inlinable-p): Add optional arg `type'.
18924 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18926         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18927         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18928         Try harder to show the attachment internally or externally using
18929         gnus-mime-view-part-as-type.
18931 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18933         * message.el (message-from-style, message-signature-separator)
18934         (message-user-organization-file, message-send-mail-function)
18935         (message-citation-line-function, message-yank-prefix)
18936         (message-indent-citation-function, message-signature)
18937         (message-signature-file, message-signature-insert-empty-line):
18938         Remove autoloads.
18940         * gnus-art.el (gnus-buttonized-mime-types):
18941         Remove "multipart/signed".  Revert 2006-04-26 change.
18943 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18945         * gnus.el (gnus-version-number): Bump version.
18947 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18949         * gnus.el: No Gnus v0.5 is released.
18951 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18953         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18954         fetching articles by message-id.
18956 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18958         * message.el (hashcash): Require hashcash as normal.
18960         * ecomplete.el (ecomplete-highlight-match-line):
18961         Use point-at-eol.
18962         (ecomplete-highlight-match-line): Use `highlight', because that
18963         face exists in both Emacs and XEmacs.
18965         * message.el (message-display-abbrev): Use point-at-bol.
18967         * mail-source.el: Don't require timer/timer-funcs.
18969         * gnus-async.el: Ditto.
18971         * password.el: Ditto.
18973         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18975         * mm-url.el: Ditto.
18977         * gnus-xmas.el: Don't require timer-funcs.
18979         * mm-util.el: Require timer/timer-funcs.
18981 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18983         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18984         Close.
18986 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18988         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18989         unibyte after clear-decrypt function runs.
18991         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18992         returns as a unibyte string.
18994 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18996         * lpath.el: Revert.
18998         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18999         (pgg-gpg-process-sentinel): Revert.
19001         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19002         (pgg-pgp-lookup-key): Revert.
19004         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19005         (pgg-pgp5-lookup-key): Revert.
19007         * pgg.el (pgg-fetch-key): Revert.
19009 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19011         * lpath.el: Fbind string-as-multibyte for XEmacs.
19013         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19014         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19015         (mml1991-pgg-encrypt): Ditto.
19017         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19018         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19019         a multibyte buffer.
19021         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19022         (pgg-pgp-lookup-key): Ditto.
19024         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19025         (pgg-pgp5-lookup-key): Ditto.
19027         * pgg.el (pgg-fetch-key): Ditto.
19029 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19031         * message.el (message-user-organization-file): Check several
19032         locations of the organization file.
19034         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19035         Add gnus-article-view-part-as-type.
19037         * gnus-art.el (gnus-article-view-part-as-type): New function.
19039         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19040         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19042         * mml.el: Simplify autoload.
19043         (mml-mode): defvar dnd-protocol-alist instead of using
19044         symbol-value.
19045         (mml-default-directory): New variable.
19046         (mml-minibuffer-read-file): Use it.
19047         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19049         * message.el (message-citation-line-format): New variable.
19050         (message-insert-formated-citation-line): New function.
19051         (message-citation-line-function):
19052         Add `message-insert-formated-citation-line' to custom type.
19054         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19055         to doc string.
19057         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19058         depending on mm-verify-option.
19060 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19062         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19063         binding pgg-* variables; reimplement the section which prevents
19064         MIME header from being signed.
19065         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19066         pgg-text-mode; remove a blank line at the top of body.
19068         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19069         lines at the top of body; use gnus-newsgroup-charset if there's no
19070         Charset header.
19072 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19074         * message.el (message-self-insert-commands): Doc fix.
19076         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19077         (mm-uu-pgp-encrypted-test): Ditto.
19078         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19079         between header and body; return application/pgp-encrypted handle
19080         if decryption failed; decode decrypted body by charset.
19082         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19083         element match to application/pgp-*.
19085 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19087         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19088         HTML.
19090 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19092         * mail-source.el (mail-source-call-script): Message the error
19093         string.
19095 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19097         * gnus-util.el (gnus-byte-compile): Use it.
19099 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19101         * gnus-util.el (kill-empty-logs): New function.
19103 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19105         * message.el (message-mail-alias-type): Doc fix.
19106         (message-mail-alias-type-p): New function.
19107         (message-send): Use it.
19108         (message-mode): Ditto.
19109         (message-strip-forbidden-properties): Ditto.
19111         * ecomplete.el (ecomplete-database-file-coding-system):
19112         New variable.
19113         (ecomplete-save): Use it.
19114         (ecomplete-setup): Use it.
19116 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19118         * message.el (message-self-insert-commands): New variable.
19119         (message-strip-forbidden-properties): Use it.
19121 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19123         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19124         that doesn't make XEmacs choke.
19126 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19128         * gnus-util.el (gnus-replace-in-string):
19129         Prefer replace-regexp-in-string over of replace-in-string.
19131 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19133         * gnus-util.el (gnus-select-frame-set-input-focus):
19134         Use select-frame-set-input-focus if it is available in XEmacs; use
19135         definition defined in Emacs 22 for old Emacsen.
19137         * dgnushack.el: Autoload unmorse-region for XEmacs.
19139         * lpath.el: Bind cursor-in-non-selected-windows and
19140         select-frame-set-input-focus for XEmacs.
19142 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19144         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19146 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19148         * gnus-registry.el (gnus-registry-cache-save): Remove text
19149         properties when saving via the temp buffer.
19151 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19153         * message.el (message-generate-hashcash): Honor custom type.
19155 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19157         * message.el (message-generate-hashcash): Default to non-nil when
19158         hashcash is found.
19160         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19161         (gnus-refer-thread-limit): Increase default to 500.
19163         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19165         * flow-fill.el (fill-flowed): Allow delete-space.
19167 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19169         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19170         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19171         Remove autoloads.
19173 2006-04-18  Simon Josefsson  <jas@extundo.com>
19175         * message.el (message-generate-hashcash): Default to.
19177 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19179         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19180         concatenating segments rather than before concatenating them.
19182 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19184         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19186 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19188         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19190         * message.el (message-forward-make-body-plain):
19191         Allow message-forward-ignored-headers to be a list.
19192         (message-remove-ignored-headers): Factor out into function.
19193         (message-forward-make-body-mml): Use it.
19195         * imap.el (imap-quote-specials): New function.
19196         (imap-login-auth): Quote specials.
19198         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19199         (rfc2231-parse-string): Allow concatanation of parameters that
19200         aren't contiguous.  The test case is
19201           (mail-header-parse-content-type "message/external-body;
19202             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19203             access-type=LOCAL-FILE;
19204             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19206 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19208         * nntp.el (nntp-accept-process-output): Return the value of
19209         `nnheader-accept-process-output'.
19211 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19213         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19214         (gnus-button-alist): Recognize more diff formats.
19215         (gnus-button-patch): Strip directory.
19217 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19219         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19220         Emacs 22 when setting focus.
19222 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19224         * gnus-art.el (gnus-article-treat-types): Do treatment of
19225         text/x-verbatim parts.
19226         (gnus-button-patch): New command.
19228         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19229         addresses that contain invalid characters.
19231 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19233         * message.el (message-put-addresses-in-ecomplete):
19234         Use gnus-replace-in-string.
19235         (message-is-yours-p): Use the more correct
19236         mail-header-parse-address instead of
19237         mail-extract-address-components.
19238         (message-put-addresses-in-ecomplete): Fix typo.
19240         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19241         keystroke.
19243         * gnus-art.el (gnus-treatment-function-alist): Change order of
19244         newsgroups/generic header folding to avoid double-folding.
19246         * message.el (message-hidden-headers): Add X-Draft-From.
19248         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19249         New command.
19250         (gnus-summary-repeat-search-article-backward): New command.
19252         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19253         groups in the parent topic.
19255 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19257         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19258         (spam-extra-header-to-number): Return the CRM114 number as a
19259         number instead of a string.
19261 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19263         * gnus-art.el (gnus-face-properties-alist): Move here from
19264         gnus-fun.
19266         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19268 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19270         * message.el (message-strip-forbidden-properties): Only display on
19271         self-insert-command.
19273         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19274         reindent.
19275         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19277 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19279         * smiley.el (smiley-style): Fix typo.
19281 2006-03-23  Kenichi Handa  <handa@m17n.org>
19283         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19284         instead of set-buffer-multibyte.
19286 2006-03-23  Kenichi Handa  <handa@m17n.org>
19288         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19289         buffer and then decode the buffer text if necessary.
19290         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19291         first, and after mm-encode-body, change the buffer to unibyte.
19293 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19295         * hashcash.el (hashcash-insert-payment-async-2):
19296         Use message-goto-eoh instead of doing it manually.
19297         (mail-add-payment): Use message-narrow-to-header instead of trying
19298         to do the same itself.
19300         * message.el (message-hidden-headers): Add Face.
19302         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19303         reparenting code.
19304         (gnus-summary-reparent-children): Refactored out code.
19305         (gnus-summary-thread-map): New keystroke.
19306         (gnus-summary-reparent-children): Make into command.
19308         * smiley.el (smiley-style): Default to `medium' if using a large
19309         font.
19311         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19312         does it itself.
19314         * message.el (message-point-in-header-p): Simplify definition.
19316 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19318         * nnagent.el (nnagent-request-set-mark): Silence log file
19319         writing.
19320         (nnagent-request-set-mark): Use write-region instead of
19321         append-to-file.
19323         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19324         strange select method.
19326         * ecomplete.el (ecomplete-display-matches): Get highlightling
19327         right.
19328         (ecomplete-display-matches): Use literals.
19329         (ecomplete-display-matches): Disable message logging.
19331         * message.el (message-display-abbrev): Small optimization.
19333         * ecomplete.el (ecomplete-display-matches): Allow automatic
19334         display.
19336         * message.el (message-strip-forbidden-properties):
19337         Display abbrevs.
19338         (message-display-abbrev): Get automatic display right.
19340         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19341         keystrokes.
19343 2006-04-13  Romain Francoise  <romain@orebokech.com>
19345         TODO: Backport to v5-10!
19347         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19348         Move here (and rename) from gnus-registry.el.
19350         * gnus-registry.el: Require gnus-util.
19351         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19353 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19355         * gnus-group.el (gnus-group-catchup-current):
19356         Change if-then-else-if-then-else into cond.
19357         (gnus-group-catchup): Indent.
19358         (group-name-at-point): New function.
19359         (gnus-fetch-group): Provide default from thing at point.
19361 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19363         * message.el (message-display-abbrev): Fix regexp.
19365         * ecomplete.el (ecomplete-highlight-match-line):
19366         Reimplement choosing.
19367         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19368         dead variables.
19370         * message.el (message-newline-and-indent): Remove debugging.
19371         (message-display-abbrev): Use new implementation.
19373 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19375         * gnus-art.el (gnus-article-mode):
19376         Set cursor-in-non-selected-windows to nil.
19378         * smiley.el: Revert previous change.
19379         (smiley-data-directory): defvar it before using it in the
19380         defcustom of `smiley-style'.
19382 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19384         * message.el (message-newline-and-indent): New function.
19386         * ecomplete.el: Implement more bits.
19388         * message.el (message-put-addresses-in-ecomplete): Clean up the
19389         string.
19391         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19393         * gnus-sum.el (gnus-summary-save-parts):
19394         Bind gnus-summary-save-parts-counter and use it to make unique file
19395         names.
19397         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19399         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19400         parameter to say whether to actually parse the individual
19401         addresses.
19403         * message.el (message-put-addresses-in-ecomplete): New function.
19404         (ecomplete): Require.
19405         (message-mail-alias-type): Add ecomplete as an option.
19407 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19409         * flow-fill.el (fill-flowed): Remove trailing space from blank
19410         quoted lines.
19412 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19414         * smiley.el (smiley-style): Move definition later to avoid a
19415         compilation warning.
19417 2006-04-12  Kenichi Handa  <handa@m17n.org>
19419         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19420         buffer and then decode the buffer text if necessary.
19421         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19422         first, and after mm-encode-body, change the buffer to unibyte.
19423         Use mm-disable-multibyte instead of set-buffer-multibyte.
19425 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19427         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19428         Content-Type header instead of Content-Disposition header.
19429         (gnus-mime-inline-part): Ditto.
19430         (gnus-mime-view-part-as-charset): Ignore charset that the part
19431         specifies.
19433         * mm-decode.el (mm-display-part): Work with external parts and
19434         usual parts similarly.
19436         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19437         instead of gnus-display-mime.
19439         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19440         instead of with-temp-buffer.
19442         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19443         tag to summarized topics part in order to encode non-ASCII text.
19445 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19447         * smiley.el (smiley-style): New variable.
19448         (smiley-directory): New function.
19449         (smiley-data-directory): Derive from `smiley-style' using
19450         `smiley-directory'.
19451         (smiley-regexp-alist): Add new entries.
19453         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19454         (gnus-article-browse-delete-temp): Add :version.
19456 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19458         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19459         the sieve region.
19461 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19463         * gnus.el (gnus-version-number): Bump version.
19465 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19467         * gnus.el: No Gnus v0.4 is released.
19469 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19471         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19472         layout.
19474         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19475         unknown charset.
19477         * message.el (message-header-synonyms): Add Original-To to the
19478         default.
19480         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19481         optional parameter.
19483 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19485         * gnus-fun.el (gnus): Require it for gnus-directory.
19487 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19489         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19491 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19493         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19495 2006-04-05  Simon Josefsson  <jas@extundo.com>
19497         * password.el (password-reset): New function.
19499 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19501         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19502         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19504 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19506         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19507         Some whitespace was matched into the url, which broke browsing hits
19508         > 100 when mm-url-use-external was nil.
19510 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19512         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19513         Check gnus-extra-headers for 'Newsgroups.
19515         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19516         bound.
19518 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19520         * pgg-gpg.el: Clean up process buffers every time gpg processes
19521         complete.
19523 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19525         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19526         doc string.
19528 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19530         * pgg-gpg.el (pgg-gpg-process-filter)
19531         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19533         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19534         lines, temporary fix.
19536 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19538         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19540 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19542         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19543         default-enable-multibyte-characters.  This reverts the change from
19544         revision 6.17 which is no longer necessary because the passphrase
19545         is sent separately now.  GnuPG messages are unreadable under
19546         multibyte locales with default-enable-multibyte-characters set to
19547         nil.
19549 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19551         * message.el (message-tool-bar-gnome): Move "spell".
19553 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19555         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19556         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19557         instead.
19559 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19561         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19562         Improve newsgroups handling for NNTP overviews which don't include
19563         Newsgroups.
19565 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19567         * message.el (message-resend): Bind message-generate-hashcash to nil.
19569 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19571         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19572         when searching for already-paid recipients.
19574 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19576         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19577         passphrases when it is not needed.
19578         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19579         passphrase stuff from gpg, should only be necessary when you use
19580         gpg with a smartcard.
19582 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19584         * mml.el (mml-insert-mime): Ignore cached contents of
19585         message/external-body part.
19587         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19588         (mm-insert-part): Ditto.
19590 2006-03-23  Simon Josefsson  <jas@extundo.com>
19592         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19593         Reiner.
19594         (pgg-gpg-use-agent-p): Use it again.
19596 2006-03-23  Simon Josefsson  <jas@extundo.com>
19598         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19599         older emacsen.
19600         (pgg-gpg-use-agent-p): Don't use it.
19602 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19604         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19605         if we can.
19607 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19609         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19610         (pgg-gpg-update-agent): New function.
19611         (pgg-gpg-use-agent-p): New function.
19612         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19613         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19614         (pgg-gpg-sign-region): Use it.
19616 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19618         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19619         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19621 2006-03-21  Simon Josefsson  <jas@extundo.com>
19623         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19624         <wilde@sha-bang.de>.
19625         (pgg-gpg-use-agent): New variable.
19626         (pgg-gpg-process-region): Use it.
19627         (pgg-gpg-encrypt-region): Likewise.
19628         (pgg-gpg-encrypt-symmetric-region): Likewise.
19629         (pgg-gpg-decrypt-region): Likewise.
19630         (pgg-gpg-sign-region): Likewise.
19631         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19633 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19635         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19637         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19638         Add comment on version.
19640 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19642         * smiley.el: Add missing test smiley.
19644 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19646         * mm-decode.el (mm-with-part): New macro.
19647         (mm-get-part): Use it; work with message/external-body as well.
19648         (mm-save-part): Treat name and filename equally.
19650         * mm-extern.el (mm-extern-cache-contents): New function.
19651         (mm-inline-external-body): Use it; force the part to be displayed;
19652         move undisplayer added to the cached handle to the parent.
19654         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19655         (gnus-mime-view-part-as-type): Work with message/external-body.
19657         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19659 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19661         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19662         images in image-load-path.  [Sync with image.el, revision 1.60, in
19663         Emacs.]
19665 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19667         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19668         path rather than symbol.  Always return list of directories.
19669         Guarantee that image directory comes first.  [Sync with image.el,
19670         revision 1.59, in Emacs.]
19672         * message.el (message-make-tool-bar): Adjust to new API of
19673         `gmm-image-load-path-for-library'.
19675         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19677         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19679 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19681         * gnus-art.el (gnus-article-only-boring-p):
19682         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19683         intangible text.
19684         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19686 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19688         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19689         Use `defun' instead of `gmm-defun-compat'.
19691 2006-03-14  Simon Josefsson  <jas@extundo.com>
19693         * message.el (message-unique-id): Don't use message-number-base36
19694         if (user-uid) is a float.
19695         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19697 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19699         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19701         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19702         empty line between a part and a message part.
19704 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19706         * smiley.el: Add more test smileys.
19707         (smiley-data-directory, smiley-regexp-alist)
19708         (gnus-smiley-file-types): Fix doc strings.
19709         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19710         adding new elements.
19711         (smiley-mouse-map): Unused code.  Make it a comment.
19713 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19715         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19716         scan latest NoCeM messages instead of old ones.
19717         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19718         delimiters that are recently used.
19719         (gnus-nocem-load-cache): Add autoload cookie.
19721         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19723         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19724         level which is larger than gnus-use-nocem is specified.
19726         * gnus-group.el (gnus-group-get-new-news): Ditto.
19728 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19730         * gnus-util.el (gnus-tool-bar-update): New function.
19732         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19733         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19735         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19737         * gnus-group.el (gnus-group-redraw-when-idle)
19738         (gnus-group-redraw-check): Remove.
19739         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19741 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19743         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19744         if optional last element is specified in splits (FIELD VALUE...).
19746 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19748         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19749         to gmm-image-load-path-for-library.  Call with no-error argument.
19750         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19752         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19754         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19756         * gmm-utils.el (gmm-image-load-path): Remove alias.
19758 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19760         * gmm-utils.el (gmm-image-load-path): Add alias.
19762         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19763         nnml-generate-nov-databases-1.
19764         (nnml-generate-nov-databases): Use it.
19765         (nnml-generate-nov-databases-directory): Document no-active
19766         argument.
19768         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19769         directory if path is t.  Add no-error.
19771         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19772         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19774         * gnus-art.el (gnus-article-browse-delete-temp-files):
19775         Simplify resetting gnus-article-browse-html-temp-list.
19777         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19778         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19779         Add example to docstring.  Rename local variables.  Move error
19780         checks to default case in cond and simplify.
19782 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19784         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19785         handle is multipart when calling it recursively.
19786         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19788 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19790         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19791         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19793 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19795         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19796         is loaded.
19798         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19799         loaded.
19801 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19803         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19804         to "Emacs 23 (unicode)" in doc string.
19806         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19807         "Emacs 23 (unicode)" in comment.
19809 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19811         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19813         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19814         characters 160 through 255 in Emacs 23.
19816 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19818         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19819         gnus-article-browse-html-temp.
19820         (gnus-article-browse-delete-temp): Make it customizable.
19821         Add `file'.  Adjust doc string.
19822         (gnus-article-browse-delete-temp-files): Add argument.
19823         Allow query for each file.  Adjust doc string.
19824         (gnus-article-browse-html-parts):
19825         Add `gnus-article-browse-delete-temp-files' to
19826         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19828 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19830         * gnus-art.el (gnus-article-browse-html-temp)
19831         (gnus-article-browse-delete-temp): New variables.
19832         (gnus-article-browse-delete-temp-files): New function.
19833         (gnus-article-browse-html-parts): Use it.
19835 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19837         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19839         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19840         string.
19842         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19843         gnus-summary-insert-new-articles when unplugged.
19844         Remove gnus-summary-search-article-forward.
19846         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19847         display-visual-class instead of display-color-cells.
19849 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19851         * dgnushack.el: Autoload customize-group for XEmacs.
19853         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19854         message/* containing non-ASCII text properly.
19856 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19858         * message.el: Require gmm-utils, remove autoloads.
19859         (message-tool-bar): Set default based on
19860         gmm-tool-bar-style.
19861         (message-tool-bar-gnome): Add gmm-customize-mode.
19863         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19864         gmm-tool-bar-style.
19865         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19867         * gnus-group.el (gnus-group-tool-bar): Set default based on
19868         gmm-tool-bar-style.
19869         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19871         * gmm-utils.el (gmm-image-directory): Rename variable from
19872         gmm-image-load-path.
19873         (gmm-image-load-path): Use gmm-image-directory.
19874         (gmm-customize-mode): New function.
19875         (gmm-tool-bar-style): New variable.
19877         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19878         gnus-group-redraw-line-number.
19879         (gnus-group-redraw-check): Simplify.
19880         (gnus-group-tool-bar-update): Remove redraw check.
19881         (gnus-group-make-tool-bar): Add redraw check.
19883 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19885         * gnus-art.el (gnus-button): Add missing parentheses.
19887 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19889         * lpath.el: Fbind line-number-at-pos.
19891 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19893         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19895 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19897         * gnus-art.el (gnus-button): New face.
19898         (gnus-article-button-face): Use it.
19900         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19901         Add gnus-summary-next-page.  Re-order.
19903         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19904         next-node are now included.
19905         (gnus-group-redraw-line-number): New internal variable.
19906         (gnus-group-redraw-check): Helper function for updating the tool
19907         bar.
19908         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19910         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19912         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19913         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19914         Use it to match format of Spamassassin 3.0 and later.
19915         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19916         (spam-check-bogofilter)
19917         (spam-bogofilter-register-with-bogofilter): Fix args of
19918         `gnus-error' calls.
19920 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19922         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19923         unnecessary interaction when sending queued mails.
19924         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19926 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19928         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19929         first or last are nil.
19931 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19933         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19935 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19937         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19939 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19941         * dns.el (query-dns): Protect more against buggy tcp output.
19943 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19945         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19946         nov.php.
19948 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19950         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19951         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19952         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19953         output on the server side.
19954         (nnweb-google-create-mapping): Update regexps and add some
19955         progress indication.
19957 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19959         * gnus-group.el (gnus-group-tool-bar-gnome):
19960         Fix gnus-agent-toggle-plugged.  Re-order icons.
19961         (gnus-group-tool-bar-gnome):
19962         Add gnus-group-{prev,next}-unread-group.
19963         (gnus-group-tool-bar-gnome): Re-order icons.
19965         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19966         Move gnus-summary-insert-new-articles.
19968         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19969         Fix comments.
19971         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19972         also available in Emacs 21.3.
19974         * message.el (message-fix-before-sending): Change "Emacs 22" to
19975         "Emacs 23 (unicode)" in comment.
19977         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19978         "Emacs 23 (unicode)" in comment.
19980         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19981         comment.
19982         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19984         * mm-view.el (mm-fill-flowed): Add :version.
19986 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19988         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19989         and load-path.
19991 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19993         * message.el: Autoload gmm-image-load-path.
19994         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19995         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19996         consitency.
19998         * gmm-utils.el (gmm-image-load-path): Also search in
19999         "../etc/images".  Don't set gmm-image-load-path if we don't find
20000         the image.
20002 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20004         * gmm-utils.el (gmm-image-load-path): Don't make
20005         `gmm-image-load-path' include subdirectories which the second arg
20006         `image' might specify.
20008         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20009         subdirectory to icon file names.
20011         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20013 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20015         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20016         gmm-image-load-path calls.
20018         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20020         * message.el (message-make-tool-bar): Ditto.
20022         * mml.el (mml-preview): Add comment concerning tool bar icons.
20024         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20025         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20027         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20028         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20030         * message.el (message-tool-bar-gnome): Use new icon names.
20031         (message-make-tool-bar): Use `gmm-image-load-path'.
20033         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20034         New functions from MH-E.
20035         (gmm-image-load-path): New variable from MH-E.
20036         (gmm-image-load-path): New function from MH-E.  Add arguments
20037         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20038         *-image-load-path-called-flag.
20040 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20042         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20044 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20046         * nnimap.el (nnimap-request-move-article): Change folder back to
20047         source group before deleting.
20049 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20051         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20053         * gnus-art.el (mm-url-insert-file-contents-external):
20054         Autoload mm-url.
20056         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20058 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20060         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20061         coding system which mm-charset-to-coding-system returns for a
20062         given charset is valid.
20064 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20066         * html2text.el (html2text-remove-tag-list):
20067         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20069 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20071         * gnus-cus.el: Revert 2005-10-17 change.
20073 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20075         * gnus-art.el (article-strip-banner):
20076         Call article-really-strip-banner only when the regexp match is made.
20078 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20080         * gnus-art.el (article-strip-banner):
20081         Use gnus-extract-address-components instead of
20082         mail-header-parse-addresses to make it work with non-ASCII text;
20083         remove mail-encode-encoded-word-string.
20085         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20086         values which are surrounded with \"...\"; make it never cause a
20087         Lisp error; give up parsing of parameters if it failed in
20088         extracting type.
20090 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20092         * smime.el (smime-cert-by-ldap-1): Fix bug where
20093         `smime-ldap-search' returns results without userCertificates.
20095 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20097         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20099 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20101         * spam.el (spam-check-spamassassin-headers): Adapt format for
20102         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20103         <ari@mbf.ocn.ne.jp>.
20104         (spam-list-of-processors): Add spam-use-gmane.
20106 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20108         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20109         make-temp-file; make it work with XEmacs as well.
20111         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20112         mm-make-temp-file.
20114         * mm-decode.el (mm-display-external): Use the 3rd arg of
20115         mm-make-temp-file.
20116         (mm-create-image-xemacs): Ditto.
20118 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20120         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20121         with message-narrow-to-headers.
20122         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20123         (gnus-draft-check-draft-articles): New function.
20124         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20126 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20128         * gnus-art.el (gnus-article-browse-html-parts):
20129         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20130         Don't use suffix argument for mm-make-temp-file for Emacs 21
20131         compatibility.  Remove useless `format'.
20133 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20135         * nnweb.el (nnweb-google-wash-article): Update regexps.
20136         (nnweb-group-alist): Use defvoo instead of defvar.
20138 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20140         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20141         re-loading nn* modules.
20143 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20145         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20146         for `tool-bar-mode' and don't check it's default-value.
20148         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20150         * message.el (message-make-tool-bar): Ditto.
20152         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20153         `substring'.  Shorten tmp-file name.
20155         * gnus.el: Remove bogus comment.
20157 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20159         * gnus-art.el (gnus-article-browse-html-parts): New function.
20160         (gnus-article-browse-html-article): New function for viewing html
20161         articles with a browser.
20163 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20165         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20166         in elisp.
20167         (pgg-gpg-encrypt-symmetric-region): Ditto.
20168         (pgg-gpg-sign-region): Ditto.
20170         * pgg-def.el (pgg-text-mode): New variable.
20172         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20173         (mml2015-pgg-encrypt): Ditto.
20175         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20176         (mml1991-pgg-encrypt): Ditto.
20178 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20180         * nnfolder.el (nnfolder-insert-newsgroup-line):
20181         Use message-make-date instead of current-time-string.
20183         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20184         to gnus-decoded which mm-uu might set.
20186 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20188         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20189         don't decode quoted parameters; remove misimported Emacs code.
20190         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20191         (rfc2231-decode-encoded-string): Don't use split-string which
20192         behaves differently according to Emacs version; use
20193         mm-decode-coding-region to convert charset to coding-system.
20194         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20195         (rfc2231-encode-string): Remove misimported Emacs code.
20197 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20199         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20200         when calling mail-header-parse-content-type.
20201         (article-de-quoted-unreadable): Ditto.
20202         (article-de-base64-unreadable): Ditto.
20203         (article-wash-html): Ditto.
20205         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20206         calling mail-header-parse-content-type and
20207         mail-header-parse-content-disposition.
20208         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20209         mail-header-parse-content-type.
20211         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20212         insert charset and format parameters; encode description after
20213         inserting it to buffer.
20214         (mml-insert-parameter): Fold lines properly even if a parameter is
20215         segmented into two or more lines; change the max column to 76.
20217         * rfc1843.el (rfc1843-decode-article-body): Don't use
20218         ignore-errors when calling mail-header-parse-content-type.
20220         * rfc2231.el (rfc2231-parse-string): Return at least type if
20221         possible; don't cause an error even if it fails in parsing of
20222         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20223         (rfc2231-encode-string): Don't break lines at the beginning, leave
20224         it to mml-insert-parameter.
20226         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20227         calling mail-header-parse-content-type.
20229 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20231         * spam-report.el (spam-report-gmane-use-article-number):
20232         Improve doc string.
20233         (spam-report-gmane-internal): Check if a suitable header was found
20234         in the article.
20236 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20238         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20239         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20241 2006-02-05  Romain Francoise  <romain@orebokech.com>
20243         Update copyright notices of all files in the gnus directory.
20245 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20247         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20249 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20251         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20252         segmented lines of parameter value to cope with Thunderbird 1.5
20253         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20254         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20255         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20257 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20259         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20260         parts.
20262 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20264         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20265         there's only one active file for all servers.
20266         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20267         solid groups.  Gnus might have used a FAST request to select the group.
20268         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20269         and nnweb-search redundantly in the active file.
20270         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20271         (nnweb-request-create-group): Don't use ARGS.
20272         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20273         initializations.  Let nnoo do the work.
20275 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20277         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20278         Say the part has been decoded.
20280         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20282 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20284         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20285         mailcap-viewer-test-cache when there's no 'test clause, since that
20286         will invert the meaning of a "nil" test previously determined by
20287         mailcap-mailcap-entry-passes-test.
20289 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20291         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20292         compiling.
20294         * gnus-sum.el: Ditto.
20296         * message.el: Don't bind tool-bar-map when compiling.
20298 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20300         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20302 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20304         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20305         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20306         current Google Groups.
20308 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20310         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20311         and tool-bar-mode.
20313         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20314         and tool-bar-mode.
20316         * message.el (message-tool-bar-update): Simplify.
20317         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20319         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20320         gnus-summary-buffer.
20321         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20322         gnus-summary-reply.
20324         * gmm-utils.el (gmm): Add :version.
20326 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20328         * Makefile.in (clean): New rule.
20329         (distclean): Use it.
20331 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20333         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20334         Don't autoload.
20336 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20338         * gmm-utils.el (gmm-verbose): Add :group.
20340 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20342         * message.el: Change some comments WRT tool-bars.
20344         * gnus-sum.el (gnus-summary-tool-bar)
20345         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20346         (gnus-summary-tool-bar-zap-list): New variables.
20347         (gnus-summary-make-tool-bar): Complete rewrite using
20348         `gmm-tool-bar-from-list'.
20350         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20351         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20352         New variables.
20353         (gnus-group-make-tool-bar): Complete rewrite using
20354         `gmm-tool-bar-from-list'.
20355         (gnus-group-tool-bar-update): New function.
20357         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20359 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20361         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20362         is dissected into a single part of which the type is the same as
20363         the given one; decode charset.
20365 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20367         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20368         into alists as symbol not string, since that's what
20369         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20370         look for.
20372 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20374         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20375         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20377         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20379 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20381         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20382         (gnus-xmas-mime-security-button-menu): New function.
20384         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20385         (gnus-mime-security-button-menu): New definition.
20386         (gnus-mime-security-button-map): Use them.
20387         (gnus-mime-security-button-menu): New function.
20388         (gnus-insert-mime-security-button): Addition to help echo.
20389         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20390         (gnus-mime-security-pipe-part): New functions.
20392         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20393         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20395         * mm-decode.el (mm-handle-set-disposition): Remove.
20396         (mm-handle-set-description): Remove.
20398 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20400         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20401         (mm-w3m-standalone-supports-m17n-p): New function.
20402         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20403         w3m usage.
20405         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20406         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20408 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20410         * message.el (message-tool-bar-zap-list):
20411         Use gmm-tool-bar-zap-list as custom type.
20412         (message-tool-bar-update): New function.
20413         (message-tool-bar, message-tool-bar-gnome)
20414         (message-tool-bar-retro): Add message-tool-bar-update.
20415         (message-tool-bar-gnome): Add flyspell-buffer.
20417         * gnus-util.el (gnus-error): Describe `args'.
20419         * gmm-utils.el (gmm-error): Describe `args'.
20420         (gmm-tool-bar-zap-list): New widget.
20421         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20423 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20425         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20426         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20427         the number of recursive calls.
20429         * mm-decode.el (mm-handle-set-disposition): New macro.
20430         (mm-handle-set-description): New macro.
20432 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20434         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20435         encoding.
20437 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20439         * message.el (message-tool-bar-zap-list, message-tool-bar)
20440         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20441         (message-tool-bar-local-item-from-menu): Remove.
20442         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20443         (message-make-tool-bar): New function.
20444         (message-mode): Use `message-make-tool-bar'.
20446         * gmm-utils.el: New file.
20447         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20448         (gmm-lazy): New widget copied from `nnmail.el'.
20449         (gmm-tool-bar-from-list): New function for creating customizable
20450         tool bars.
20451         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20452         output.
20453         (gmm): Add :prefix to defgroup.
20455 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20457         * gmm-utils.el (gmm-widget-p): New function.
20459 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20461         * mml.el (mml-attach-file): Describe `description' in doc string.
20462         (mml-menu): Add Emacs MIME manual and PGG manual.
20464 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20466         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20468 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20470         * nntp.el (nntp-end-of-line): Doc fix.
20472 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20474         * imap.el (imap-open): Handle case where buffer is a buffer
20475         object.
20477 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20479         * gnus-delay.el (gnus-delay): Don't autoload.
20480         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20481         to be re-loaded when customizing the `gnus-delay' group.
20483 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20485         * message.el (message-insert-citation-line): Use newlines.
20487 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20489         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20490         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20491         these routines, so the passphrase can be managed externally and
20492         passed in to the system.
20493         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20494         pgg-add-passphrase-to-cache function.
20496         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20497         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20498         these routines, so the passphrase can be managed externally and
20499         passed in to the system.
20500         (pgg-pgp5-sign-region): Use new name of
20501         pgg-add-passphrase-to-cache function.
20503 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20505         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20506         part of the decoded armor to find the key-identifier.
20507         (pgg-gpg-lookup-key-owner): New function to return the
20508         human-readable identifier of a key owner.
20509         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20510         itself.
20511         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20512         the key value) if we have a key and can match it against a secret
20513         key.  Also, added a note pointing out fact that the prompt only
20514         indicates the first matching key.
20516         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20517         pgg-decrypt-region.
20518         (pgg-add-passphrase-to-cache): Rename from
20519         `pgg-add-passphrase-cache' to reduce confusion (all callers
20520         changed).
20521         (pgg-remove-passphrase-from-cache): Rename from
20522         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20523         changed).
20524         (pgg-read-passphrase, pgg-add-passphrase-cache)
20525         (pgg-remove-passphrase-cache): Add informative docstrings.
20526         (pgg-decrypt): Convey provided passphrase in subordinate call to
20527         pgg-decrypt-region.
20529 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20531         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20532         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20533         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20534         'passphrase' argument, so the passphrase can be managed externally
20535         and then passed in to the system.
20537         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20538         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20539         so the passphrase cache can be used reliably with identifiers
20540         besides a pgp packet's key id.
20542         * pgg-gpg.el (pgg-gpg-encrypt-region)
20543         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20544         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20545         these routines, so the passphrase can be managed externally and
20546         passed in to the system.
20548         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20549         'notruncate' argument, so the passphrase cache can be used
20550         reliably with identifiers besides a pgp packet's key id.
20552 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20554         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20555         symmetric encryption.
20556         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20557         encrypted session key.
20558         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20559         message ask for the passphrase in a proper way.
20561         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20562         New user commands for symmetric encryption.
20564 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20566         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20568         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20570 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20572         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20574 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20576         * mm-decode.el (mm-inlined-types): Add application/pgp.
20577         (mm-automatic-display): Ditto.
20579         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20580         part as text.
20582 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20584         * nnrss.el: Update copyright.
20585         (nnrss-opml-import): Query whether to subscribe to each entry.
20587         * gnus-art.el:
20588         * gnus-sum.el:
20589         * gnus-xmas.el:
20590         * messagexmas.el:
20591         * mm-uu.el:
20592         * mm-view.el: Update copyright.
20594 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20596         * message.el (message-info): New function.
20597         (message-mode-menu): Add it.
20598         Update copyright.
20600         * ChangeLog: Fix and update copyright.
20602 2006-01-13  Romain Francoise  <romain@orebokech.com>
20604         * message.el (message-forward-subject-name-subject): Prefer the
20605         address to 'nowhere' if the sender has no name.
20606         Fix typo.  Update copyright year.
20608 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20610         * gnus-art.el (article-wash-html):
20611         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20612         (gnus-article-wash-html-with-w3m-standalone): New function.
20614         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20615         mm-inline-text-html-render-with-w3m-standalone.
20616         (mm-text-html-washer-alist): Map w3m-standalone to
20617         gnus-article-wash-html-with-w3m-standalone.
20618         (mm-inline-text-html-render-with-w3m-standalone): New function.
20620 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20622         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20623         Improve LaTeX.
20625 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20627         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20628         (nnrss-request-article): Render text/plain parts as HTML.
20630         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20631         the buffer.
20633 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20635         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20636         custom definition of `gnus-posting-styles'.
20638         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20639         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20641 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20643         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20644         Use nntp for bug archive.
20646 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20648         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20649         parts.
20650         (nnrss-normalize-date): New function converts ISO 8601 date into
20651         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20652         (nnrss-check-group): Use it.
20654 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20656         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20658         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20659         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20660         (nnrss-insert-w3): Ditto.
20662 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20664         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20665         the articles to be forwarded including the case where neither a
20666         number of articles nor a region is specified.
20668 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20670         * nnrss.el (nnrss-request-article): Fix last change; fill
20671         text/plain parts.
20673 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20675         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20676         in text/plain part.
20677         (nnrss-check-group): Don't add excessive newline to dc:subject.
20679 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20681         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20682         article.
20684 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20686         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20687         (nnml-use-compressed-files, nnml-save-mail): Support other
20688         comression programs such as bzip2.
20690 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20692         * dns.el (query-dns): Make sure we check the buffer size before
20693         removing tcp headers.
20695 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20697         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20698         remove MIME buttons associated with multipart/alternative parts.
20699         (gnus-mime-display-alternative): Tag buttons using `article-type'
20700         text property.
20702         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20703         associated with multipart/alternative parts.
20705         * gnus-art.el (gnus-signature-separator): Fix custom type.
20707         * mm-decode.el (mm-inlined-types): Fix custom type.
20708         (mm-keep-viewer-alive-types): Ditto.
20709         (mm-automatic-display): Ditto.
20710         (mm-attachment-override-types): Ditto.
20711         (mm-inline-override-types): Ditto.
20712         (mm-automatic-external-display): Ditto.
20714 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20716         * spam-report.el (spam-report-user-mail-address)
20717         (spam-report-user-agent): New variables.
20718         (spam-report-url-ping-plain): Use spam-report-user-agent.
20720 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20722         * gnus-art.el (gnus-button-handle-custom): Do not just use
20723         `customize-apropos' for any "M-x customize-*" button but the
20724         function called for.  Accept both the function name and its
20725         argument in order to achieve this.
20726         (gnus-button-alist): Remove support for "custom:" URL's.
20727         Pass function name to `gnus-button-handle-custom' in case of "M-x
20728         customize-*" buttons.
20730 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20732         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20733         multipart/alternative and add xref to mm-discouraged-alternatives
20734         in doc string.
20736         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20737         gnus-buttonized-mime-types in doc string.
20739 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20741         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20742         Suggest image/.* in the doc string.
20744 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20746         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20747         message-marks (Debian bug#342521).
20749 2005-12-12  Simon Josefsson  <jas@extundo.com>
20751         * password.el (password-read-from-cache): Add.
20752         (password-read): Use it.
20754 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20756         * rfc2047.el (rfc2047-charset-to-coding-system):
20757         Recognize us-ascii as a MIME charset.
20759         * mm-bodies.el (mm-decode-content-transfer-encoding):
20760         Protect against the case where the 2nd arg TYPE is nil.
20762 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20764         * pop3.el (pop3-stream-type): Fix custom version.
20766         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20768 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20770         * mm-decode.el (mm-display-external): Add missing cdr.
20772 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20774         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20775         RFC1524) if it is in mailcap or add a suffix according to
20776         mailcap-mime-extensions when generating a temp filename; postpone
20777         deleting a temp file for 2 seconds for some wrappers, shell
20778         scripts, and so on, which might exit right after having started a
20779         viewer command as a background job.
20781 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20783         * nntp.el (nntp-marks-directory): Fix custom group.
20785         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20786         steps when < 10.
20788         * gnus-start.el (gnus-no-server-1):
20789         Mention `gnus-level-default-subscribed' in doc string.
20791 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20793         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20794         parens.
20796 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20798         * gnus-xmas.el (gnus-use-toolbar): Revert.
20799         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20800         gnus-use-toolbar is default.
20802         * messagexmas.el (message-use-toolbar): Revert.
20803         (message-setup-toolbar): Use global default-toolbar if
20804         message-use-toolbar is default.
20806 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20808         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20809         according to default-toolbar-visible-p.
20811         * messagexmas.el (message-use-toolbar): Ditto.
20813 2005-11-26  Dave Love  <fx@gnu.org>
20815         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20816         (tls-program, tls-success): Provide openssl alternative.
20818         * starttls.el: Doc fixes.
20819         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20820         SERVICE to PORT.
20822         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20823         port null or service name.
20824         (starttls-negotiate): Autoload.
20826 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20828         * message.el (message-kill-to-signature): Fix interactive spec.
20830 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20832         * pop3.el (pop3-open-server): Recognize a string as a service name.
20834 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20836         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20838 2005-11-23  Dave Love  <fx@gnu.org>
20840         Add pop3s, pop3/starttls.
20842         * pop3.el (pop3-authentication-scheme): Clarify doc.
20843         (open-tls-stream, starttls-open-stream): Autoload.
20844         (pop3-stream-type): New.
20845         (pop3-open-server): Use it.
20847         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20848         for POP.
20849         (mail-source-keyword-map): Add :stream for POP.
20850         (mail-source-fetch-pop): Use pop3-stream-type.
20852 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20854         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20855         of current-time-string.
20857 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20859         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20860         date header.
20862 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20864         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20865         it can seriously impact performance as it bypasses the agent's
20866         local caches.
20868 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20870         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20871         must be explicitly online rather than "not explicitly offline" for
20872         its flags to be synchronized.
20874         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20875         that gnus-uu-unmark-thread will function correctly.
20877         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20878         1024K is instead displayed as 1M.
20880 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20882         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20884 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20886         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20888 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20890         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20891         error message to display actual error condition.
20892         (gnus-agent-save-local): Avoid saving symbols that are bound to
20893         nil as they simply result in a warning message in
20894         gnus-agent-read-local.
20896 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20898         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20899         rather than make-variable-buffer-local for file-precious-flag.
20901 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20903         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20904         for duplicates which are removed.  The invalid sort check then
20905         triggers a rescan after the sort as sorting may have moved
20906         duplicate entries such that they can be cheaply detected.
20908 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20910         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20912 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20914         * gnus-agent.el (gnus-agent-article-alist-save-format):
20915         Change internal variable to a custom variable.  Change default value
20916         from compressed(2) to uncompressed(1).
20917         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20918         support for uncompressed agentview files.  Taken together, reading
20919         the agentview file should now be 6-7 times faster.
20921 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20923         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20924         as a buffer-local variable.  This avoids creating truncated
20925         dribble files as a result of a hang up, eg.
20927 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20929         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20930         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20931         XEmacs.
20933 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20935         * gnus-start.el (gnus-start-draft-setup):
20936         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20938         * gnus.el (gnus-splash): Change custom group.
20939         (gnus-group-get-parameter, gnus-group-parameter-value):
20940         Describe allow-list argument.
20942         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20943         string.
20945 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20947         * gnus-art.el (gnus-default-article-saver): Add user-defined
20948         `function' to custom type.
20950 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20952         * imap.el (imap-open): Handle case where buffer is a buffer
20953         object.
20955 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20957         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20958         long lines.
20959         (gnus-cache-delete-group): Wrap doc strings.
20961         * gnus-agent.el (gnus-agent-rename-group)
20962         (gnus-agent-delete-group): Wrap doc strings.
20964 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20966         * messagexmas.el (message-use-toolbar): Change the valid values
20967         into default, top, bottom, left, and right.
20968         (message-toolbar-thickness): New variable.
20969         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20970         well.
20971         (message-setup-toolbar): Make it work.
20973         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20974         (gnus-use-toolbar): Change the valid values into default, top,
20975         bottom, left, and right.
20976         (gnus-toolbar-thickness): New variable.
20977         (gnus-xmas-setup-toolbar): New function.
20978         (gnus-xmas-setup-group-toolbar): Use it.
20979         (gnus-xmas-setup-summary-toolbar): Use it.
20981 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20983         * gnus-start.el (gnus-1): Add "native" to
20984         gnus-predefined-server-alist.
20986         * gnus.el (gnus-method-to-server): Don't add "native" to the
20987         lists here, because that leads to problems when
20988         gnus-select-method is bound.
20990 2005-11-09  Simon Josefsson  <jas@extundo.com>
20992         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20993         use (not sort-by-date) instead.
20995 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20997         * gnus-delay.el (gnus-delay-group): Don't autoload.
20998         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20999         to be re-loaded when customizing the `gnus-delay' group.
21001 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21003         * message.el: Revert last changes.
21004         (message-insert-citation-line): Use newlines.
21006 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21008         * message.el (message-courtesy-message)
21009         (message-mark-insert-begin, message-mark-insert-end)
21010         (message-elide-ellipsis, message-cancel-message)
21011         (message-add-header, message-change-subject)
21012         (message-cross-post-followup-to-header)
21013         (message-cross-post-insert-note, message-reduce-to-to-cc)
21014         (message-widen-reply, message-delete-not-region)
21015         (message-kill-to-signature, message-insert-signature)
21016         (message-insert-importance-high, message-insert-importance-low)
21017         (message-insert-or-toggle-importance)
21018         (message-insert-disposition-notification-to)
21019         (message-indent-citation, message-yank-original)
21020         (message-cite-original-without-signature, message-cite-original)
21021         (message-insert-citation-line, message-position-on-field)
21022         (message-fix-before-sending, message-send-mail-partially)
21023         (message-send-mail, message-send-mail-with-sendmail)
21024         (message-send-mail-with-qmail, message-send-news)
21025         (message-check-news-header-syntax, message-generate-headers)
21026         (message-insert-courtesy-copy, message-fill-address)
21027         (message-fill-header, message-shorten-references)
21028         (message-setup-1, message-cancel-news)
21029         (message-forward-make-body-plain, message-forward-make-body-mime)
21030         (message-forward-make-body-mml, message-encode-message-body)
21031         (message-forward-make-body-digest-plain)
21032         (message-forward-make-body-digest-mime)
21033         (message-use-alternative-email-as-from): Insert `hard-newline'
21034         instead of ordinary newlines.
21036 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21038         * message.el (message-generate-headers): Downcase the argument
21039         given to message-check-element.
21041 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21043         * nntp.el (nntp-authinfo-rejected): New error condition.
21044         (nntp-wait-for): Use new error condition to signal authentication
21045         error.
21046         (nntp-retrieve-data): Rethrow new error condition to break out of
21047         recursive call to nntp-send-authinfo.
21049 2005-11-08  Romain Francoise  <romain@orebokech.com>
21051         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21052         (gnus-summary-exit-map): Bind to `Z p'.
21053         (gnus-summary-make-menu-bar): Add menu item.
21055 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21057         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21058         (gnus-treat-*): Add `first' in all doc strings.
21060         * gnus-group.el (gnus-group-compact-group): Fix typo.
21062 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21064         * gnus.el (gnus-parameters-case-fold-search): New variable.
21065         (gnus-parameters-get-parameter): Use it.
21067         * gnus-score.el (gnus-home-score-file): Doc fix.
21069 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21071         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21073 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21075         * mm-util.el (mm-special-display-p): New function.
21077         * mml.el (mml-preview): Use it; doc fix.
21079 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21081         * imap.el (imap-open): Handle case where buffer is a buffer object.
21083 2005-10-29  Romain Francoise  <romain@orebokech.com>
21085         * message.el (message-fix-before-sending): Fix comment.
21087 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21089         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21091 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21093         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21094         Used in gnus-score.el.
21096 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21098         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21100 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21102         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21103         whitespace removed in revision 7.8.  Use concatenated string to
21104         protect trailing whitespace.
21106 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21108         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21109         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21110         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21111         Courier IMAP ("some version from 2004").  Mostly based on similar
21112         code in the same function.
21114 2005-10-26  Didier Verna  <didier@xemacs.org>
21116         * gnus-group.el (gnus-group-compact-group): Invalidate original
21117         article buffer.
21118         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21119         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21120         NOV database and in article itself.
21121         Invalidate article backlog.
21123 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21125         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21127 2005-10-26  Simon Josefsson  <jas@extundo.com>
21129         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21130         part of 2004-07-25 change.
21132 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21134         * message.el (message-display-completion-list): New function.
21135         (message-expand-group): Use it; make sure the Completions buffer
21136         is modifiable.
21137 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21139         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21140         user-mail-name is an empty string.
21142 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21144         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21145         depending on gnus-score-decay-constant.
21147         * encrypt.el (encrypt-insert-file-contents)
21148         (encrypt-write-file-contents): Don't use `gnus-message'.
21150         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21151         arguments.
21152         (mm-uu-type-alist): Add message-marks and insert-marks.
21153         Pass arguments to mm-uu-verbatim-marks-extract.
21154         (mm-uu-hide-markers): New variable.
21155         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21157         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21158         (gnus-convert-image-to-face-command): Use "convert" by default to
21159         allow other input image formats.
21160         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21161         accordingly.
21163 2005-10-23  Simon Josefsson  <jas@extundo.com>
21165         * imap.el (imap-gssapi-program): Align command line parameters
21166         with latest GNU SASL.
21167         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21169 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21171         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21172         HTML.
21173         (nnslashdot-request-article): Ditto.
21175         * lpath.el (featurep): Add nobreak-char-display.
21177 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21179         * mail-source.el (mail-source-fetch-pop): Require pop3.
21180         (mail-source-check-pop): Ditto.
21182 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21184         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21185         errors.
21187 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21189         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21190         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21192         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21194         * mm-bodies.el (mm-decode-string):
21195         Call `mm-charset-to-coding-system' with allow-override argument.
21197 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21199         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21200         (rfc2047-charset-to-coding-system): New function.
21201         (rfc2047-decode-encoded-words): New function.
21202         (rfc2047-decode-region): Use them.
21203         (rfc2047-decode-cte): Remove.
21204         (rfc2047-parse-and-decode): Remove.
21205         (rfc2047-decode): Remove.
21207 2005-10-15  Kenichi Handa  <handa@m17n.org>
21209         * rfc2047.el (rfc2047-decode-cte): New function.
21210         (rfc2047-decode-region): Change the way to decode successive
21211         encoded-words: decode B- or Q-encoding in each encoded-word,
21212         concatenate them, and decode it as charset.
21214 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21216         * lpath.el: Fbind codepage-setup for XEmacs.
21218 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21220         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21221         widget-move-and-invoke.
21222         (gnus-custom-mode): Use gnus-custom-map.
21224 2005-10-15  Bill Wohler  <wohler@newt.com>
21226         * message.el (message-tool-bar-map): Rename image file from
21227         mail_send to mail/send.
21229 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21231         * message.el (message-expand-group): Pass the common
21232         prefix substring of completion to `display-completion-list'.
21234 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21236         * mml-sec.el (mml-secure-method): New internal variable.
21237         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21238         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21239         New functions using mml-secure-method.
21241         * mml.el (mml-mode-map): Add key bindings for those functions.
21242         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21243         Harder <harder@myrealbox.com>.
21244         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21245         Goto end of message if point is the headers of the message.
21247         * message.el (message-in-body-p): New function.
21249         * assistant.el: Autoload gnus-util and netrc.
21251         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21252         Use `mm-charset-override-alist' only when decoding.
21254         * mm-bodies.el (mm-decode-body):
21255         Call `mm-charset-to-coding-system' with allow-override argument.
21257         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21258         `filename' from Content-Disposition if Content-Type doesn't
21259         provide `name'.
21260         (gnus-mime-view-part-as-type): Set default instead of
21261         initial-input.
21263 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21265         * format-spec.el (format-spec): Propagate text properties of % spec.
21267 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21269         * gnus-art.el (gnus-treat-predicate): Add `first'.
21271 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21273         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21274         (mm-charset-override-alist): New variable.
21275         (mm-charset-to-coding-system): Use it.
21276         (mm-codepage-setup): New helper function.
21277         (mm-charset-eval-alist): New variable.
21278         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21279         Warn about unknown charsets.
21281         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21283 2005-10-04  David Hansen  <david.hansen@gmx.net>
21285         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21286         (nnrss-check-group): Ditto.
21288 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21290         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21291         Rename x-gnus-verbatim to x-verbatim.
21292         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21294         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21295         x-verbatim.
21297         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21299         * gnus-util.el (gnus-remove-duplicates): Remove.
21301         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21302         instead of gnus-remove-duplicates.
21304         * message.el (message-remove-duplicates): Remove.
21305         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21306         message-remove-duplicates.
21308         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21309         available, else use implementation from `delete-dups'.
21311         * message.el (message-insert-expires): New function.
21312         (message-mode-map): Add key binding.
21313         (message-mode-field-menu): Add menu entry.
21314         (message-mode): Document it.
21315         (message-make-expires-date): Use `message-make-date'.
21317 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21319         * message.el (message-make-expires-date): New function.
21321 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21323         * Makefile.in (list-installed-shadows): New entry.
21324         (install): Use it.
21325         (remove-installed-shadows): New entry.
21327         * dgnushack.el (dgnushack-default-load-path): New variable.
21328         (dgnushack-find-lisp-shadows): New function.
21329         (dgnushack-remove-lisp-shadows): New function.
21331 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21333         * Makefile.in (install-el-elc): New entry.
21334         (install): Use it so that .el files are necessarily installed.
21336 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21338         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21340 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21342         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21343         function rather than the diff-mode.el package.
21344         (mm-display-external): Use with-current-buffer.
21345         (mm-viewer-completion-map, mm-viewer-completion-map):
21346         Move initialization inside declaration.
21348 2005-09-29  Simon Josefsson  <jas@extundo.com>
21350         * spam.el: Load hashcash when compiling, to avoid warnings.
21351         Don't autoload mail-check-payment.
21352         (spam-check-hashcash): Define unconditionally, since hashcash.el
21353         is part of Gnus now.  Ignore errors from payment checking.
21355 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21357         * message.el (message-bold-region, message-unbold-region):
21358         Rename from `bold-region' and `unbold-region'.
21360         * message.el: Remove useless autoloads.
21362 2005-09-28  Simon Josefsson  <jas@extundo.com>
21364         * message.el (message-use-idna): Default to t.
21365         (message-use-idna): Test whether encoding works too.  Doc fix.
21367 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21369         * nntp.el (nntp-warn-about-losing-connection): Remove.
21371 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21373         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21374         customizable.  Change default value.
21375         (mm-uu-diff-groups-regexp): Change default value.
21376         (mm-uu-type-alist): Add doc string.
21377         (mm-uu-configure): Add doc string.  Make it interactive.
21378         (mm-uu-tex-groups-regexp): New variable.
21379         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21380         (mm-uu-type-alist): Add LaTeX documents.
21381         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21382         of "text/verbatim".
21383         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21385         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21386         instead of "text/verbatim".
21388         * message.el (message-mark-inserted-region)
21389         (message-mark-insert-file): Use slrn style marks when called with
21390         prefix argument.
21392 2005-09-27  Simon Josefsson  <jas@extundo.com>
21394         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21396 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21398         * message.el (message-remove-duplicates): New function.
21399         Implementation borrowed from `gnus-remove-duplicates'.
21400         (message-idna-to-ascii-rhs): Also encode idna addresses in
21401         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21402         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21403         only ask about the same idna domain once per header and also tell
21404         in what header to replace the idna domain.
21406         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21407         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21408         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21409         a header is decoded and not just the last one.
21411 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21413         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21414         has been decoded.
21416         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21417         (mm-insert-part): Don't modify text if it has been decoded.
21419         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21420         decoded.
21422         * mm-view.el (mm-inline-text): Don't strip text props unless
21423         decoding enriched or richtext parts.
21425 2005-09-25  Romain Francoise  <romain@orebokech.com>
21427         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21428         * gnus-start.el (gnus-subscribe-interactively):
21429         * gnus-uu.el (gnus-uu-grab-articles):
21430         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21431         space.
21433 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21435         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21436         * mm-view.el (mm-view-pkcs7-decrypt):
21437         * gnus-sum.el (gnus-summary-limit-to-extra)
21438         (gnus-summary-respool-article, gnus-read-move-group-name):
21439         * gnus-score.el (gnus-summary-increase-score):
21440         * gnus-util.el (gnus-completing-read-with-default):
21441         * gnus-art.el (gnus-read-save-file-name)
21442         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21443         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21444         * message.el (message-check-news-header-syntax):
21445         Follow convention for reading with the minibuffer.
21447 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21449         * spam-report.el (spam-report-url-ping-plain):
21450         Use gnus-extended-version as User-Agent.
21452         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21453         default value is nil.
21455         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21456         (mm-uu-verbatim-marks-extract): New function.
21457         (mm-uu-extract): New face.
21458         (mm-uu-copy-to-buffer): Use it.
21460         * spam-report.el (spam-report-gmane-ham): Rename from
21461         `spam-report-gmane-unspam'.
21462         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21463         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21465         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21466         Autoload.
21467         (spam-report-gmane-unregister-routine):
21468         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21470 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21472         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21473         (spam-report-gmane-unregister-routine): Add support for gmane
21474         unregistration.
21476         * spam-report.el (spam-report-gmane-unspam)
21477         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21478         (spam-report-gmane): Change to take a single article and do unspam
21479         registration.
21481 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21483         * mm-url.el (mm-url-decode-entities): Fix regexp.
21485 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21487         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21488         default to nil, to be able to use Gnus at all.  If the default
21489         switches to something else, then the function should be fixed not
21490         be exceedingly slow.
21492 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21494         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21495         fail hard.
21497         * spam-report.el: Add better Keywords line.
21499         * spam.el: Add Maintainer and better Keywords line.
21501 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21503         * gnus-art.el (gnus-article-replace-part)
21504         (gnus-mime-replace-part): New functions.
21505         (gnus-mime-action-alist, gnus-mime-button-commands)
21506         (gnus-mime-save-part-and-strip): Add file argument.
21507         (gnus-article-part-wrapper): Add interactive argument.
21509         * gnus-sum.el (gnus-summary-mime-map):
21510         Add `gnus-article-replace-part'.
21512 2005-09-19  Didier Verna  <didier@xemacs.org>
21514         The nnml compaction feature:
21515         * nnml.el (nnml-request-compact-group): New function.
21516         * nnml.el (nnml-request-compact): New function.
21517         * gnus-int.el (gnus-request-compact-group): New function.
21518         * gnus-int.el (gnus-request-compact): New function.
21519         * gnus-group.el (gnus-group-compact-group): New function.
21520         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21521         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21522         * gnus-srvr.el (gnus-server-compact-server): New function.
21523         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21524         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21526 2005-09-18  Deepak Goel  <deego@gnufans.org>
21528         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21529         format spec.
21531 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21533         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21535 2005-09-15  Romain Francoise  <romain@orebokech.com>
21537         * message.el (message-fill-paragraph): Clarify docstring.
21539 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21541         * gnus-art.el (gnus-mime-display-part): Protect against broken
21542         MIME messages.
21544 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21546         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21547         before parsing header.
21549 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21551         * html2text.el (html2text-replace-list): Add new entities.
21553 2005-09-11  Romain Francoise  <romain@orebokech.com>
21555         * message.el (message-alternative-emails): Improve docstring.
21556         (message-setup-1): Call `message-use-alternative-email-as-from'
21557         after `message-setup-hook' to give it precedence over posting
21558         styles, etc.
21559         (message-use-alternative-email-as-from): Add docstring.
21560         Remove the original From header if present.
21562         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21563         (nnml-save-mail): Use it.
21565         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21566         articles.  Add new argument `silent'.
21567         (gnus-uu-mark-all): Report the total number of marked articles.
21569 2005-09-10  Romain Francoise  <romain@orebokech.com>
21571         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21572         (gnus-uu-mark-series): Likewise.
21574 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21576         * spam-report.el (spam-report-gmane): Fix generation of spam
21577         report URL.
21579 2005-09-10  Simon Josefsson  <jas@extundo.com>
21581         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21582         t, based on discussion on the ding list with Robert Epprecht
21583         <epprecht@solnet.ch>.
21585 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21587         * spam-report.el (spam-report-gmane): Make it work without
21588         X-Report-Spam header.  Gmane now only provides Archived-At.
21589         This is only used if `spam-report-gmane-use-article-number' is nil.
21590         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21592         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21593         make `gnus-summary-sort-by-recipient' work with threading.
21595         * nnweb.el (nnweb-google-wash-article): Print a message if article
21596         is not available.
21598 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21600         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21601         change.  Decode text/* parts content before displaying.
21603 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21605         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21607 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21609         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21611         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21612         url-package-name, url-package-version,
21613         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21614         w3m-display-inline-images, and w3m-minor-mode-map.
21616 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21618         * message.el (message-tab-body-function): Fix mismatched custom type.
21620         * gnus.el (gnus-group-change-level-function): Ditto.
21622         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21624         * gnus-art.el (gnus-signature-limit)
21625         (gnus-article-mime-part-function): Ditto.
21627 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21629         * mml.el (mml-mode): Silence the byte compiler.
21631         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21632         using `(sit-for 0)' before moving the point to the specified part;
21633         skip unbuttonized parts.
21634         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21635         return to the summary window if gnus-auto-select-part is non-nil.
21637 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21639         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21640         New variables.
21641         (mml-dnd-attach-file, mml-mode): Use them.
21643         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21644         Make fetching article by MID work again for Google Groups.
21645         Add FIXME concerning gnus-group-make-web-group.
21647         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21648         Don't depend on Gnus by using mail-extract-address-components if
21649         gnus-extract-address-components is not bound.
21651 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21653         * gnus-art.el (gnus-mime-display-security): Don't display the
21654         signature, but only the signed part.
21656 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21658         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21660         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21661         list, not listp.
21663 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21665         * mm-encode.el (mm-encode-content-transfer-encoding):
21666         Likewise when encoding.
21668         * mm-bodies.el (mm-decode-content-transfer-encoding):
21669         De-canonicalize CRLF for all text content types, not just
21670         text/plain.
21672 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21674         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21675         valid article; point arrow and cursor at the MIME button.
21677 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21679         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21680         Suggested by Dan Christensen <jdc@uwo.ca>.
21682         * mm-decode.el (mm-save-part): Enable change of prompt.
21684 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21686         * gnus-msg.el (gnus-inews-add-send-actions):
21687         Make `message-post-method' lambda parameter ARG `&optional'.
21689 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21691         * gnus-sum.el (gnus-summary-mime-map):
21692         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21693         gnus-article-jump-to-part.
21695         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21696         (gnus-article-edit-part): Use it.
21697         (gnus-article-part-wrapper): Add no-handle argument.
21698         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21699         New functions.
21701 2005-08-29  Romain Francoise  <romain@orebokech.com>
21703         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21704         docstring.
21705         (gnus-face-from-file): Likewise.
21707 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21709         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21710         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21711         non-nil.
21712         (gnus-auto-select-part): New variable.
21713         (gnus-article-jump-to-part): New function.
21714         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21715         (gnus-mime-delete-part): Allow selecting specified part after
21716         deleting or stripping parts.
21717         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21718         part if argument is bogus.
21720 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21722         * gnus-art.el (w3m-minor-mode-map):
21723         * gnus-spec.el (gnus-newsrc-file-version):
21724         * gnus-util.el (nnmail-active-file-coding-system)
21725         (gnus-original-article-buffer, gnus-user-agent):
21726         * gnus.el (gnus-ham-process-destinations)
21727         (gnus-parameter-ham-marks-alist)
21728         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21729         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21730         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21731         * mm-decode.el (gnus-current-window-configuration):
21732         * mm-extern.el (gnus-article-mime-handles):
21733         * mm-url.el (url-current-object, url-package-name)
21734         (url-package-version):
21735         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21736         (smime-keys, w3m-cid-retrieve-function-alist)
21737         (w3m-current-buffer, w3m-display-inline-images)
21738         (w3m-minor-mode-map):
21739         * mml-smime.el (gnus-extract-address-components):
21740         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21741         (gnus-newsrc-hashtb, message-default-charset)
21742         (message-deletable-headers, message-options)
21743         (message-posting-charset, message-required-mail-headers)
21744         (message-required-news-headers):
21745         * mml1991.el (mc-pgp-always-sign):
21746         * mml2015.el (mc-pgp-always-sign):
21747         * nnheader.el (nnmail-extra-headers):
21748         * rfc1843.el (gnus-decode-encoded-word-function)
21749         (gnus-decode-header-function, gnus-newsgroup-name):
21750         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21752 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21754         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21755         the end of the date treatments.
21757 2005-08-15  Simon Josefsson  <jas@extundo.com>
21759         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21760         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21761         Capello and Romain Francoise.
21762         (pgg-fetch-key-function): Remove, not used?
21763         (pgg-insert-url-with-w3): Require url, to get
21764         url-insert-file-contents regardless of where it is defined.
21766 2005-08-13  Romain Francoise  <romain@orebokech.com>
21768         * message.el (message-cite-original-1): New function.
21769         (message-cite-original): Use it.
21770         (message-cite-original-without-signature): Ditto.
21772 2005-08-08  Romain Francoise  <romain@orebokech.com>
21774         * message.el (message-yank-empty-prefix): New variable.
21775         (message-indent-citation): Use it.
21776         (message-cite-original-without-signature): Respect X-No-Archive.
21778 2005-08-08  Simon Josefsson  <jas@extundo.com>
21780         * pgg.el: Autoload url-insert-file-contents instead of loading
21781         w3/url.
21782         (pgg-insert-url-with-w3): Don't load url here.
21784 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21786         * message.el (message-kill-to-signature): Don't insert newline at
21787         bol.
21788         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21790 2005-08-06  Romain Francoise  <romain@orebokech.com>
21792         * message.el (message-user-fqdn): Fix typo in docstring.
21794 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21796         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21798         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21800 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21802         * mm-bodies.el (mm-encode-body): Use coding system rather than
21803         charset to encode text.
21805         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21806         number of charsets if utf-8 is available (XEmacs).
21808 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21810         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21811         taken from `gnus-button-mid-or-mail-regexp'.
21812         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21813         (gnus-button-alist): Improve regexp for domain part of the MIDs
21814         for news:localpart@domain buttons.
21815         (gnus-button-ctan-directory-regexp): Update.
21817 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21819         * sieve-manage.el (sieve-manage-interactive-login):
21820         Use make-local-variable rather than make-variable-buffer-local.
21821         (sieve-manage-open): Ditto.
21822         (sieve-manage-authenticate): Ditto.
21824         * mml.el (mml-generate-mime-1): Make the content type default to
21825         text/plain if the filename is not specified.
21827 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21829         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21830         instead of insert-buffer.
21832         * message.el (message-yank-original): Ditto; set the mark at the
21833         end of the yanked message.
21835 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21837         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21838         lines to scroll rather than to stop it.
21840         * mml.el (mml-generate-default-type): Add doc string.
21841         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21842         default to application/octet-stream when determining the content
21843         type if it is not specified for the part or the mml contents; add
21844         a comment about mml-generate-default-type.
21846 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21848         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21849         make it default to application/octet-stream when determining the
21850         content type if it is not specified for the external contents.
21852 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21854         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21855         segmented parameter but also other parameters might be there.
21857 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21859         * mm-decode.el (mm-display-external): Delete temp file, directory
21860         and buffer immediately if the external process is exited.
21862 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21864         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21865         fewer lines than that of scroll-margin.
21866         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21868 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21870         * gnus-art.el (gnus-article-next-page): Revert.
21871         (gnus-article-beginning-of-window): New macro.
21872         (gnus-article-next-page-1): Use it.
21873         (gnus-article-prev-page): Ditto.
21874         (gnus-article-edit-part): Use insert-buffer-substring instead of
21875         insert-buffer.
21876         (gnus-article-edit-exit): Ditto.
21878         * gnus-util.el (gnus-beginning-of-window): Remove.
21879         (gnus-end-of-window): Remove.
21881         * lpath.el: Don't bind header-line-format and scroll-margin.
21883 2005-07-25  Simon Josefsson  <jas@extundo.com>
21885         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21886         to have the url package without w3.  Reported by Daiki Ueno
21887         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21889 2005-07-20  Didier Verna  <didier@xemacs.org>
21891         * gnus-diary.el: Remove the description comment (nndiary is now
21892         properly documented in the Gnus manual).
21893         Fix the spelling of "Back End".
21894         * nndiary.el: Ditto.
21895         Fix the copyright notice.
21897 2005-07-18  Romain Francoise  <romain@orebokech.com>
21899         * gnus-sum.el (gnus-summary-to-prefix)
21900         (gnus-summary-newsgroup-prefix): New variables.
21901         (gnus-summary-from-or-to-or-newsgroups): Use them.
21903 2005-07-17  Romain Francoise  <romain@orebokech.com>
21905         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21906         space as it's generally not especially interesting to the user.
21908 2005-07-16  Romain Francoise  <romain@orebokech.com>
21910         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21911         nil to avoid prompting and file modification if one of the
21912         messages at the top of the nnfolder file contains a copyright
21913         notice.
21914         Update copyright notice.
21916         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21917         instead of `current-time-string' as the latter creates a time
21918         string that is not RFC 2822 compliant (it lacks the zone).
21919         Update copyright notice.
21921 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21923         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21924         for text/rtf.  Display default in prompt.  Pass default for M-n.
21926         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21928 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21930         * gnus-msg.el (gnus-button-mailto):
21931         Remove save-selected-window-window hackery because it relies on
21932         save-selected-window internals.
21934 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21936         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21937         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21938         (gnus-article-prev-page): Ditto.
21940         * gnus-util.el (gnus-beginning-of-window): New function.
21941         (gnus-end-of-window): New function.
21943         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21945 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21947         * gnus-score.el (gnus-score-edit-all-score):
21948         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21949         gnus-message.
21951 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21953         * gnus-msg.el (gnus-button-mailto):
21954         Remove save-selected-window-window hackery because it relies on
21955         save-selected-window internals.
21957 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21959         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21960         add-minor-mode.
21961         (gnus-binary-mode): Ditto.
21963         * gnus-topic.el (gnus-topic-mode): Ditto.
21965 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21967         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21968         (gnus-article-prev-page): Take scroll-margin into consideration.
21970 2005-07-04  Lute Kamstra  <lute@gnu.org>
21972         Update FSF's address in GPL notices.
21974 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21976         * gnus.el (gnus-exit):
21977         * gnus-group.el (gnus-group-icons):
21978         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21980         * gnus-nocem.el (gnus-nocem):
21981         * message.el (message-various, message-buffers, message-sending)
21982         (message-interface, message-forwarding, message-insertion)
21983         (message-headers, message-news, message-mail):
21984         * pgg-gpg.el (pgg-gpg):
21985         * pgg-parse.el (pgg-parse):
21986         * pgg-pgp.el (pgg-pgp):
21987         * pgg-pgp5.el (pgg-pgp5):
21988         * pop3.el (pop3): Finish `defgroup' description with period.
21990 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21992         * gnus-art.el (article-display-face): Improve the efficiency.
21993         (article-display-x-face): Ditto; remove gray x-face stuff.
21995 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21997         * gnus-art.el (article-display-face): Correct the position in
21998         which Faces are inserted.
22000 2005-06-29  Didier Verna  <didier@xemacs.org>
22002         * gnus-art.el (article-display-face): Display faces in correct
22003         order.
22005 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22007         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22008         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22009         (gnus-nocem-check-article): Fetch the Type header.
22010         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22011         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22012         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22013         make sure gnus-nocem-hashtb is initialized.
22014         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22015         (gnus-nocem-unwanted-article-p): Ditto.
22017         * pgg.el (pgg-verify): Return the verification result.
22019 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22021         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22022         is ascii.
22024 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22026         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22027         `show-nonbreak-escape'.
22029 2005-06-23  Lute Kamstra  <lute@gnu.org>
22031         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22033         * dig.el (dig-mode):
22034         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22036 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22038         * nnimap.el (nnimap-split-download-body): Fix spellings.
22040 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22042         * gnus-art.el (gnus-article-encrypt-body):
22043         * gnus-cus.el (gnus-score-customize):
22044         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22045         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22047 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22049         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22050         header by looking for magic "MII" at the beginning.
22052 2005-06-16  Miles Bader  <miles@gnu.org>
22054         * gnus-xmas.el (gnus-xmas-group-startup-message):
22055         Use renamed gnus-splash face.
22057         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22058         (assistant-field-face): New backward-compatibility alias for renamed
22059         face.
22060         (assistant-render-text): Use renamed assistant-field face.
22062         * spam.el (spam): Remove "-face" suffix from face name.
22063         (spam-face): New backward-compatibility alias for renamed face.
22064         (spam-face, spam-initialize): Use renamed spam face.
22066         * message.el (message-header-to, message-header-cc)
22067         (message-header-subject, message-header-newsgroups)
22068         (message-header-other, message-header-name)
22069         (message-header-xheader, message-separator, message-cited-text)
22070         (message-mml): Remove "-face" suffix from face names.
22071         (message-header-to-face, message-header-cc-face)
22072         (message-header-subject-face, message-header-newsgroups-face)
22073         (message-header-other-face, message-header-name-face)
22074         (message-header-xheader-face, message-separator-face)
22075         (message-cited-text-face, message-mml-face):
22076         New backward-compatibility aliases for renamed faces.
22077         (message-font-lock-keywords): Use renamed message faces.
22079         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22080         (sieve-test-commands, sieve-tagged-arguments):
22081         Remove "-face" suffix from face names.
22082         (sieve-control-commands-face, sieve-action-commands-face)
22083         (sieve-test-commands-face, sieve-tagged-arguments-face):
22084         New backward-compatibility aliases for renamed faces.
22085         (sieve-control-commands-face, sieve-action-commands-face)
22086         (sieve-test-commands-face, sieve-tagged-arguments-face):
22087         Use renamed sieve faces.
22089         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22090         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22091         (gnus-group-news-3-empty, gnus-group-news-4)
22092         (gnus-group-news-4-empty, gnus-group-news-5)
22093         (gnus-group-news-5-empty, gnus-group-news-6)
22094         (gnus-group-news-6-empty, gnus-group-news-low)
22095         (gnus-group-news-low-empty, gnus-group-mail-1)
22096         (gnus-group-mail-1-empty, gnus-group-mail-2)
22097         (gnus-group-mail-2-empty, gnus-group-mail-3)
22098         (gnus-group-mail-3-empty, gnus-group-mail-low)
22099         (gnus-group-mail-low-empty, gnus-summary-selected)
22100         (gnus-summary-cancelled, gnus-summary-high-ticked)
22101         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22102         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22103         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22104         (gnus-summary-low-undownloaded)
22105         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22106         (gnus-summary-low-unread, gnus-summary-normal-unread)
22107         (gnus-summary-high-read, gnus-summary-low-read)
22108         (gnus-summary-normal-read, gnus-splash):
22109         Remove "-face" suffix from face names.
22110         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22111         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22112         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22113         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22114         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22115         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22116         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22117         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22118         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22119         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22120         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22121         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22122         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22123         (gnus-summary-normal-ticked-face)
22124         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22125         (gnus-summary-normal-ancient-face)
22126         (gnus-summary-high-undownloaded-face)
22127         (gnus-summary-low-undownloaded-face)
22128         (gnus-summary-normal-undownloaded-face)
22129         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22130         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22131         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22132         (gnus-splash-face):
22133         New backward-compatibility aliases for renamed faces.
22134         (gnus-group-startup-message): Use renamed gnus faces.
22136         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22137         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22138         (gnus-server-agent): Remove "-face" suffix from face names.
22139         (gnus-server-agent-face, gnus-server-opened-face)
22140         (gnus-server-closed-face, gnus-server-denied-face)
22141         (gnus-server-offline-face):
22142         New backward-compatibility aliases for renamed faces.
22143         (gnus-server-agent-face, gnus-server-opened-face)
22144         (gnus-server-closed-face, gnus-server-denied-face)
22145         (gnus-server-offline-face): Use renamed gnus faces.
22147         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22148         Remove "-face" suffix from face names.
22149         (gnus-picon-xbm-face, gnus-picon-face):
22150         New backward-compatibility aliases for renamed faces.
22152         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22153         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22154         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22155         (gnus-cite-11): Remove "-face" suffix from face names.
22156         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22157         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22158         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22159         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22160         New backward-compatibility aliases for renamed faces.
22161         (gnus-cite-attribution-face, gnus-cite-face-list)
22162         (gnus-article-boring-faces): Use renamed gnus faces.
22164         * gnus-art.el (gnus-signature, gnus-header-from)
22165         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22166         (gnus-header-content): Remove "-face" suffix from face names.
22167         (gnus-signature-face, gnus-header-from-face)
22168         (gnus-header-subject-face, gnus-header-newsgroups-face)
22169         (gnus-header-name-face, gnus-header-content-face):
22170         New backward-compatibility aliases for renamed faces.
22171         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22173         * gnus-sum.el (gnus-summary-selected-face)
22174         (gnus-summary-highlight): Use renamed gnus faces.
22175         * gnus-group.el (gnus-group-highlight): Likewise.
22177 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22179         * gnus-sieve.el (gnus-sieve-article-add-rule):
22180         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22181         * spam-stat.el (spam-stat-buffer-change-to-spam)
22182         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22184         * message.el (message-is-yours-p):
22185         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22187 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22189         * mm-view.el (mm-inline-text): Withdraw the last change.
22191 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22193         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22194         executing enriched-decode.
22196 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22198         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22199         charset of tar files.
22201 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22203         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22205 2005-06-04  Lute Kamstra  <lute@gnu.org>
22207         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22208         information is never recorded.
22210 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22212         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22214 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22216         * pop3.el (pop3-apop): Run md5 in the binary mode.
22218         * starttls.el (starttls-set-process-query-on-exit-flag):
22219         Use eval-and-compile.
22221 2005-05-31  Simon Josefsson  <jas@extundo.com>
22223         * smime.el (smime-replace-in-string): Define.
22224         (smime-cert-by-ldap-1): Use it.
22226 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22228         * gnus-art.el (article-display-x-face): Replace
22229         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22231         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22232         set-process-query-on-exit-flag or process-kill-without-query.
22234         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22235         loop instead of replace-regexp.
22237         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22238         instead of process-kill-without-query if it is available.
22240         * lpath.el: Fbind ldap-search-entries.
22242         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22243         instead of find-file-hooks if it is available.
22245         * mml1991.el: Bind pgg-default-user-id when compiling.
22247         * mml2015.el: Bind pgg-default-user-id when compiling.
22249         * nndraft.el (nndraft-request-associate-buffer):
22250         Use write-contents-functions instead of write-contents-hooks if it is
22251         available.
22253         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22254         instead of find-file-hooks if it is available.
22256         * nntp.el (nntp-open-connection): Replace
22257         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22258         (nntp-open-ssl-stream): Ditto.
22259         (nntp-open-tls-stream): Ditto.
22261         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22262         set-process-query-on-exit-flag or process-kill-without-query.
22263         (starttls-open-stream-gnutls): Use it instead of
22264         process-kill-without-query.
22265         (starttls-open-stream): Ditto.
22267 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22269         * smime.el (smime-cert-by-ldap-1): Don't use
22270         replace-regexp-in-string.
22272 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22274         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22276         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22277         in PEM format.  Adjust to the XEmacs compatibility.
22279 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22281         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22282         by `string-to-number'.
22283         * gnus-agent.el (gnus-agent-regenerate-group)
22284         (gnus-agent-fetch-articles): Ditto.
22285         * gnus-art.el (gnus-button-fetch-group): Ditto.
22286         * gnus-cache.el (gnus-cache-generate-active)
22287         (gnus-cache-articles-in-group): Ditto.
22288         * gnus-group.el (gnus-group-set-current-level)
22289         (gnus-group-insert-group-line): Ditto.
22290         * gnus-score.el (gnus-score-set-expunge-below)
22291         (gnus-score-set-mark-below, gnus-summary-score-effect)
22292         (gnus-summary-score-entry): Ditto.
22293         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22294         (gnus-soup-pack): Ditto.
22295         * gnus-spec.el (gnus-xmas-format): Ditto.
22296         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22297         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22298         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22299         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22300         * nndb.el (nndb-get-remote-expire-response): Ditto.
22301         * nndiary.el (nndiary-parse-schedule-value)
22302         (nndiary-string-to-number, nndiary-request-replace-article)
22303         (nndiary-request-article): Ditto.
22304         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22305         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22306         * nneething.el (nneething-make-head): Ditto.
22307         * nnfolder.el (nnfolder-request-article)
22308         (nnfolder-retrieve-headers): Ditto.
22309         * nnheader.el (nnheader-file-to-number): Ditto.
22310         * nnkiboze.el (nnkiboze-request-article): Ditto.
22311         * nnmail.el (nnmail-process-unix-mail-format)
22312         (nnmail-process-babyl-mail-format): Ditto.
22313         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22314         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22315         (nnmh-request-create-group, nnmh-request-list-1)
22316         (nnmh-request-group, nnmh-request-article): Ditto.
22317         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22318         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22319         * nnsoup.el (nnsoup-make-active): Ditto.
22320         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22321         * nntp.el (nntp-find-group-and-number)
22322         (nntp-retrieve-headers-with-xover): Ditto.
22323         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22324         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22325         (pgg-format-key-identifier): Ditto.
22326         * pop3.el (pop3-last, pop3-stat): Ditto.
22327         * qp.el (quoted-printable-decode-region): Ditto.
22329         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22330         of concat.
22332 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22334         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22336         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22338         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22340         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22342         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22344         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22346         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22347         (gnus-carpal-mode): Ditto.
22349         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22350         (gnus-browse-mode): Ditto.
22352         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22354         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22356 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22358         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22360 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22362         * gnus-util.el (gnus-run-mode-hooks): New function.
22364         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22366         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22367         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22369 2005-05-27  Lute Kamstra  <lute@gnu.org>
22371         * dns-mode.el (dns-mode): Specify customization group.
22373 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22375         * gnus-agent.el (gnus-agent-make-mode-line-string):
22376         Use mode-line-highlight as mouse-face.
22378 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22380         * canlock.el (canlock): Change the parent group to news.
22382         * deuglify.el (gnus-outlook-deuglify): Add :group.
22384         * dig.el (dig): Add :group.
22386         * dns-mode.el (dns-mode): Add :group.
22388         * encrypt.el (encrypt): Add :group.
22390         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22391         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22392         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22393         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22394         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22396         * gnus-diary.el (gnus-diary): Add :group.
22398         * gnus.el (gnus-group-news-1-face): Add :group.
22399         (gnus-group-news-1-empty-face): Ditto.
22400         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22401         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22402         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22403         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22404         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22405         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22406         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22407         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22408         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22409         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22410         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22411         (gnus-summary-high-ticked-face): Ditto.
22412         (gnus-summary-low-ticked-face): Ditto.
22413         (gnus-summary-normal-ticked-face): Ditto.
22414         (gnus-summary-high-ancient-face): Ditto.
22415         (gnus-summary-low-ancient-face): Ditto.
22416         (gnus-summary-normal-ancient-face): Ditto.
22417         (gnus-summary-high-undownloaded-face): Ditto.
22418         (gnus-summary-low-undownloaded-face): Ditto.
22419         (gnus-summary-normal-undownloaded-face): Ditto.
22420         (gnus-summary-high-unread-face): Ditto.
22421         (gnus-summary-low-unread-face): Ditto.
22422         (gnus-summary-normal-unread-face): Ditto.
22423         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22424         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22426         * hashcash.el (hashcash): New custom group.
22427         (hashcash-default-payment): Add :group.
22428         (hashcash-payment-alist): Ditto.
22429         (hashcash-default-accept-payment): Ditto.
22430         (hashcash-accept-resources): Ditto.
22431         (hashcash-path): Ditto.
22432         (hashcash-extra-generate-parameters): Ditto.
22433         (hashcash-double-spend-database): Ditto.
22434         (hashcash-in-news): Ditto.
22436         * message.el (message-minibuffer-local-map): Add :group.
22438         * netrc.el (netrc): Add :group.
22440         * sieve-manage.el (sieve-manage-log): Add :group.
22441         (sieve-manage-default-user): Diito.
22442         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22443         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22444         (sieve-manage-authenticators): Ditto.
22445         (sieve-manage-authenticator-alist): Ditto.
22446         (sieve-manage-default-port): Ditto.
22448         * sieve-mode.el (sieve-control-commands-face): Add :group.
22449         (sieve-action-commands-face): Ditto.
22450         (sieve-test-commands-face): Ditto.
22451         (sieve-tagged-arguments-face): Ditto.
22453         * smime.el (smime): Add :group.
22455         * spam-report.el (spam-report): Add :group.
22457         * spam.el (spam, spam-face): Add :group.
22459 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22461         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22462         return \n.\n.\n at the end of articles.  Protect against that.
22463         (nntp-with-open-group): Allow debugging.
22465         * nnheader.el (mail-header-set-extra): Make into a function
22466         because I just could't understand how to quote the list properly.
22468         * dns.el (query-dns-cached): New function.
22470 2005-05-26  Lute Kamstra  <lute@gnu.org>
22472         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22474 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22476         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22478         * gnus-art.el: Don't autoload mail-extract-address-components.
22480         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22481         eval-and-compile to evaluate it.
22483         * hashcash.el: Don't autoload executable-find.
22485         * nndb.el: Don't declare the nndb back end two or more times; don't
22486         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22488         * nntp.el: Autoload format-spec instead of format; use
22489         eval-and-compile to evaluate autoload forms.
22491 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22493         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22495 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22497         * gnus.el (gnus-version-number): Bump version.
22499 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22501         * gnus.el: No Gnus v0.3 is released.
22503 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22505         * lpath.el (featurep): Bind show-nonbreak-escape.
22507 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22509         * gnus-art.el (gnus-article-edit-part): Disable undo.
22511 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22513         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22514         gnus-article-date-lapsed-new-header is t if date timer is active;
22515         skip headers in which the original date value is empty.
22516         (gnus-article-save-original-date): Redefine it as a macro.
22517         (gnus-display-mime): Use it.
22519 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22521         * gnus-art.el (article-date-ut): Support converting date in
22522         forwarded parts as well.
22523         (gnus-article-save-original-date): New function.
22524         (gnus-display-mime): Use it.
22526 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22528         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22529         enclosure element of <item>.
22531 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22533         * message.el (message-kill-buffer-query): Rename from
22534         `message-kill-buffer-query-if-modified'.  Add :version.
22536 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22538         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22539         window layout.
22541 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22543         * mml.el: Autoload dnd when compiling.
22545 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22547         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22548         x-dnd-*.
22550 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22552         * qp.el (quoted-printable-encode-region): Save excursion.
22554 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22556         * message.el (message-kill-buffer-query-if-modified): Add new variable
22557         so the user can kill a modified message buffer quickly.
22558         (message-kill-buffer): Use it.
22560 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22562         * lpath.el: Fbind display-time-event-handler; don't fbind
22563         string-to-multibyte.
22565         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22567 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22569         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22570         contained in text because xml.el decodes entities) with LFs.
22572 2005-04-11  Lute Kamstra  <lute@gnu.org>
22574         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22575         differently.
22577 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22579         * mm-util.el (mm-detect-coding-region): Typo.
22581 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22583         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22585 2005-04-06  Deepak Goel  <deego@gnufans.org>
22587         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22588         user-function allow user modifications of the scores.
22589         (spam-stat-score-buffer-user): New function, to allow
22590         user-computed modifications to the score.
22591         (spam-stat-score-buffer-user-functions): List of additional
22592         scoring functions.
22593         (spam-stat-error-holder): Global temporary error holder.
22594         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22595         variable.
22597 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22599         * gnus-registry.el (gnus-registry-clean-empty-function)
22600         (gnus-registry-trim, gnus-registry-fetch-groups)
22601         (gnus-registry-delete-group): Groups that match
22602         `gnus-registry-ignored-groups' are removed from the registry
22603         entries, not just ignored for splitting.  This helps clean up the
22604         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22605         to get all the groups a message ID is in.
22607         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22608         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22609         (spam-stat-score-buffer-user-functions): Add :number custom type.
22611 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22613         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22614         argument in XEmacs.
22616         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22617         (nnrss-request-group): Decode group name first.
22618         (nnrss-request-article): Make a text/plain article if mml-to-mime
22619         failed.
22620         (nnrss-get-encoding): Return a compatible encoding according to
22621         nnrss-compatible-encoding-alist.
22622         (nnrss-find-el): Use consp instead of listp.
22623         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22625 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22627         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22628         which Emacs 20 doesn't support.
22629         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22631 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22633         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22634         silence the byte compiler inside the defun.
22636         * gnus-demon.el (parse-time-string): Add autoload.
22638         * gnus-delay.el (parse-time-string): Add autoload.
22640         * gnus-art.el (parse-time-string): Add autoload.
22642         * nnultimate.el (parse-time): Require for `parse-time-string'.
22644 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22646         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22648         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22650         * smime.el (smime-ldap-host-list): Add :version.
22652 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22654         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22655         pass it to `gnus-browse-read-group'.
22656         (gnus-browse-read-group): Add NUMBER argument and pass it to
22657         `gnus-group-read-ephemeral-group'.
22659         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22660         argument and pass it to `gnus-group-read-group'.
22662 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22664         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22665         mm-xemacs-find-mime-charset-1 if we have the mule feature
22666         available at runtime.
22668 2005-03-25  Werner Lemberg  <wl@gnu.org>
22670         * nnmaildir.el: Replace `illegal' with `invalid'.
22672 2005-03-23  Lute Kamstra  <lute@gnu.org>
22674         * time-date.el: Add comment on time value formats.
22675         Don't require parse-time.
22676         (with-decoded-time-value): New macro.
22677         (encode-time-value): New function.
22678         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22679         (days-to-time): Return a valid time value when arg is huge.
22680         (time-since): Use time-subtract.
22681         (time-to-number-of-days): Use time-to-seconds.
22683 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22685         * gnus-start.el (gnus-display-time-event-handler):
22686         Check display-time-timer at runtime rather than only at load time
22687         in case display-time-mode is turned off in the mean time.
22689 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22691         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22692         used.
22694         * nneething.el (nneething-map-file-directory): Derive from
22695         `gnus-directory'.
22697         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22698         the To/Cc button.
22700 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22702         * nnmaildir.el (nnmaildir-request-accept-article):
22703         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22705 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22707         * gnus-async.el: Require timer-funcs at compile time when in
22708         XEmacs for `run-with-idle-timer'.
22710 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22712         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22713         autoloaded function.
22715 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22717         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22719 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22721         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22723 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22725         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22726         Add gnus-expert-user to default.
22728 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22730         * nnimap.el (nnimap-open-server): Ditto.
22732         * imap.el (imap-authenticate): Fix typo.
22734 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22736         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22737         buffer (since IMAP server might return FETCH response out of
22738         order, and the nntp buffer must be sorted).
22740 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22742         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22743         comparison on string.
22745         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22746         (gnus-agent-score): Rename category keywords to match gnus-cus.
22747         (gnus-agent-summary-fetch-series): Modify to protect against
22748         gnus-agent-summary-fetch-group clearing processable flags.
22749         (gnus-agent-synchronize-group-flags): Update live group buffer as
22750         synchronization may occur due to the user toggle the plugged
22751         status.
22752         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22753         successfully downloaded.
22754         (gnus-agent-expire-group-1): Avoid using markers when the overview
22755         is in ascending order; greatly improves performance.
22756         (gnus-agent-regenerate-group):
22757         Use gnus-agent-synchronize-group-flags to reset read status in both
22758         gnus and server.
22759         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22761 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22763         * message.el: Don't autoload former message-utils variables.
22764         (message-strip-subject-trailing-was): Change doc string.
22766         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22767         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22768         (nnweb-google-search): Add "hl=en" here.
22769         (nnweb-google-parse-1, nnweb-google-create-mapping):
22770         Don't hardcode URL.
22772 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22774         * message.el (message-get-reply-headers, message-followup):
22775         Mention related variables `message-use-followup-to' and
22776         `message-use-mail-followup-to', in the information buffer.
22778         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22779         of broken groups(-beta).google.com.
22781 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22783         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22784         parameter to invoked gnus-request-move-article; remove the
22785         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22786         all at once instead of once per article.
22787         (gnus-summary-remove-process-mark): Accept a list of articles as
22788         well as a single article for processing.
22790         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22791         parameter.
22793         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22795         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22797         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22798         parameter.
22800         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22801         parameter.
22803         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22804         parameter and remove the gnus-sum-hint-move-is-internal variable.
22806         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22807         parameter.
22809         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22810         parameter.
22812         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22813         parameter.
22815         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22817         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22818         parameter.
22820         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22821         parameter.
22823 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22825         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22826         a more conservative way.
22828 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22830         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22831         buffer, so it moves the window's cursor.
22833 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22835         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22836         `mm-dissect-multipart' and receive the from field as an (optional)
22837         argument from `mm-dissect-multipart'.
22838         (mm-dissect-multipart): Receive the from field as an argument and
22839         pass it on when we call `mm-dissect-buffer' on MIME parts.
22840         Fixes verification/decryption of signed/encrypted MIME parts.
22842 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22844         * gnus-sum.el (gnus-summary-move-article):
22845         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22846         whatever it calls (right now, only nnimap-request-move article
22847         respects it).
22849         * nnimap.el (nnimap-request-move-article):
22850         When gnus-sum-hint-move-is-internal is set, don't do the extra
22851         nnimap-request-article.
22853 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22855         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22857         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22858         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22860         * gnus-sum.el (gnus-summary-caesar-message):
22861         Apply `gnus-treat-article' after rotation.
22863         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22864         doc string.
22866 2005-02-22  Simon Josefsson  <jas@extundo.com>
22868         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22869         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22870         <arne@arnested.dk>.
22871         (encrypt): Add password-cache and password-cache-expiry as group
22872         members.
22874 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22876         * smime.el (smime-ldap-host-list): Doc fix.
22877         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22878         cache) password.
22879         (smime-sign-region): Use it.
22880         (smime-decrypt-region): Use it.
22881         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22882         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22883         fails.
22884         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22885         certificate from DER to PEM format rather than calling openssl.
22887         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22889         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22890         for signing/encryption.
22892         * mml.el (mml-parse-1): Use them.
22894 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22896         * nnrss.el (nnrss-verbose): Remove.
22897         (nnrss-request-group): Use `nnheader-message' instead.
22899 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22901         * nnrss.el (nnrss-verbose): New variable.
22902         (nnrss-request-group): Make it say nnrss is requesting a group.
22904 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22906         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22907         Handle news URL with given port correctly.
22909 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22911         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22912         containing special characters.
22914         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22916         * mml.el (mime-to-mml): Ditto.
22918         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22919         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22920         (rfc2047-decode-region): Quote decoded words containing special
22921         characters when rfc2047-quote-decoded-words-containing-tspecials
22922         is non-nil.
22924 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22926         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22928         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22930 2005-02-15  Simon Josefsson  <jas@extundo.com>
22932         * nnimap.el (nnimap-debug): Doc fix.
22934         * imap.el (imap-debug): Doc fix.
22936 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22938         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22940 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22942         * gnus.el (spam-contents): Improve docs for spam-contents
22943         parameter in its variable incarnation.
22945 2005-02-14  Simon Josefsson  <jas@extundo.com>
22947         * smime-ldap.el: Use require instead of load-library for ldap.
22948         (smime-ldap-search): Indent.
22949         (smime-ldap-search-internal): Shorten line.
22951         * smime.el (smime-cert-by-dns): Add doc-string.
22952         (smime-cert-by-ldap-1): Indent.
22954         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22955         mml-smime-get-dns-ldap.
22956         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22958 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22960         * smime.el: Require smime-ldap.
22961         (smime-ldap-host-list): New variable.
22962         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22964         * mml-smime.el (mml-smime-encrypt-query): New function.
22965         (mml-smime-encrypt-query): Use it.
22967         * smime-ldap.el: New file.
22969 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22971         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22973 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22975         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22976         argument in doc string.  Make query for type more clear.
22978 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22980         * gnus.el (gnus-group-startup-message): Search for gnus images in
22981         etc/images/gnus.
22982         * mm-util.el (mm-image-load-path): Likewise.
22983         * smiley.el (smiley-data-directory): Search for smilies in
22984         etc/images/smilies.
22986 2005-02-09  Kim F. Storm  <storm@cua.dk>
22988         Change Emacs release version from 21.4 to 22.1 throughout.
22989         Change Emacs development version from 21.3.50 to 22.0.50.
22991 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22993         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22995         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22996         non-Mule XEmacs as well.
22997         (mm-decompress-buffer): Signal an error intentionally if it does
22998         not decompress compressed data because auto-compression-mode is
22999         disabled.
23001 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23003         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23004         an ID in the registry even if it has no groups.
23006 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23008         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23009         merge it into mm-decompress-buffer.
23010         (gnus-mime-copy-part): Use the MIME part charset, the value which
23011         a user specified or gnus-newsgroup-charset for decoding, like
23012         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23013         save-buffer what was used.  Suggested by Kevin Ryde
23014         <user42@zip.com.au>.
23015         (gnus-mime-inline-part): Allow the name parameter as well as the
23016         filename parameter; force decompressing of compressed data; always
23017         display contents being not decoded as unibyte.
23019         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23020         as well as the filename parameter.
23022         * mm-util.el (mm-decompress-buffer):
23023         Merge gnus-mime-jka-compr-maybe-uncompress.
23024         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23025         of compressed data.
23027 2005-02-08  Simon Josefsson  <jas@extundo.com>
23029         * imap.el (imap-log): Doc fix.
23031 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23033         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23034         the coding cookies; decompress compressed parts.
23036         * mml.el (mml-generate-mime-1): Add the charset parameter according
23037         to the value which a user specified manually or the coding cookie.
23039         * mm-util.el (mm-string-to-multibyte): New function.
23040         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23041         (mm-coding-system-to-mime-charset): New function.
23042         (mm-decompress-buffer): New function.
23043         (mm-find-buffer-file-coding-system): New function.
23045         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23046         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23047         parts.
23049 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23051         * mm-view.el (mm-display-inline-fontify): Decode a part according
23052         to the charset parameter.
23054 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23056         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23057         prefix arg is neither nil nor a number, as info specifies.
23059 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23061         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23062         timestamps.
23064 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23066         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23067         groups error checking and notify user.
23069 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23071         * message.el (message-send-mail-function): Check existence of
23072         sendmail-program first before using default value
23073         `message-send-mail-with-sendmail'.  Otherwise use more generic
23074         `smtpmail-send-it'.
23076 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23078         * nntp.el (nntp-request-update-info): Always return nil.
23080 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23082         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23084 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23086         * message.el (message-beginning-of-line): Change the behavior when
23087         invoked between BOL and : so that it first moves backward.
23089 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23091         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23092         article buffer when editing of the article is discarded.
23093         (gnus-article-prepare): Revert.
23095 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23097         * gnus-art.el (gnus-article-prepare):
23098         Remove message-strip-forbidden-properties from the local hook.
23100 2005-01-27  Simon Josefsson  <jas@extundo.com>
23102         * password.el (password-cache-add): Only start one timer per key.
23103         Reported by Derek Atkins <warlord@MIT.EDU>.
23105 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23107         * run-at-time.el: Remove.  It is no longer needed as
23108         timer-funcs.el in the xemacs-base package has a working version of
23109         `run-at-time'.
23111         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23113         * password.el: Require timer-funcs instead of run-at-time in
23114         XEmacs.
23115         Remove `password-run-at-time' macro.
23116         (password-cache-add): Use `run-at-time' instead of
23117         `password-run-at-time'.
23119         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23120         Remove `nnheader-cancel-function-timers' alias,
23121         `cancel-function-timers' exists in XEmacs in timer-funcs.
23123         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23124         for `run-with-idle-timer'.
23126         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23127         for `run-at-time'.
23129         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23130         for `with-timeout'.
23132         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23133         the same as for XEmacs 21.4.
23134         No need to ignore `run-with-idle-timer', this function exists in
23135         XEmacs now in timer-funcs.el in the xemacs-base package.
23136         (dgnushack-compile): No need to delete
23137         run-at-time.el from the list of files to compile because it
23138         doesn't exist anymore.
23140 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23142         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23143         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23145 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23147         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23148         sensitively.
23150 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23152         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23154 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23156         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23157         which will be inserted according to the multibyteness of a buffer
23158         rather than the type of contents.  Suggested by ARISAWA Akihiro
23159         <ari@mbf.ocn.ne.jp>.
23161         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23162         of string which old xml.el may return rather than a string.
23164 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23166         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23168 2005-01-16  Simon Josefsson  <jas@extundo.com>
23170         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23171         idn/idna.el isn't available.
23172         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23173         <michael@waxrat.com>.
23175         * hashcash.el: Remove non-FSF copyright header.
23177         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23178         (hashcash-generate-payment): Use it.
23179         (hashcash-generate-payment-async): Use it.
23181 2005-01-15  Simon Josefsson  <jas@extundo.com>
23183         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23184         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23186         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23187         gnus-summary-idna-message.
23188         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23189         (gnus-summary-idna-message): New function.
23191 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23193         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23194         gnus-novice-user.
23196 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23198         * nnrss.el (nnrss-request-delete-group): Delete entries in
23199         nnrss-group-alist as well.
23200         (nnrss-save-server-data): Insert newline.
23202 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23204         * gnus.el (gnus-user-agent): Use list of symbols instead of
23205         symbols.  Display full version number for (S)XEmacs.
23206         Optionally display (S)XEmacs codename.
23208         * gnus-util.el (gnus-emacs-version): Update for new
23209         `gnus-user-agent'.
23211         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23212         Gnus version.
23214 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23216         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23217         which is unreadable in some setups.
23219 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23221         * gnus-spec.el (gnus-update-format-specifications): Flush the
23222         group format spec cache if it doesn't support decoded group names.
23224 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23226         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23227         Allow to apply decay on score files matching a regexp.
23229 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23231         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23232         compatibility in %g and %c.
23234 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23236         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23237         name for only %g and %c.
23238         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23239         of gnus-tmp-group to decoded group name.
23240         (gnus-group-make-rss-group): Exclude `/'s from group names.
23242 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23244         * nnrss.el (nnrss-get-encoding): Fix regexp.
23246 2004-12-27  Simon Josefsson  <jas@extundo.com>
23248         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23249         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23250         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23252 2004-12-17  Kim F. Storm  <storm@cua.dk>
23254         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23256         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23258 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23260         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23262 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23264         * nnrss.el: Require rfc2047 and mml.
23265         (nnrss-file-coding-system): New variable.
23266         (nnrss-format-string): Redefine it as an inline function.
23267         (nnrss-decode-group-name): New function.
23268         (nnrss-string-as-multibyte): Remove.
23269         (nnrss-retrieve-headers): Decode group name; don't use
23270         nnrss-format-string.
23271         (nnrss-request-group): Decode group name.
23272         (nnrss-request-article): Decode group name; allow a Message-ID as
23273         well as an article number; don't use nnrss-format-string; encode a
23274         Message-ID string which may contain non-ASCII characters; use
23275         mml-to-mime to compose a MIME article.
23276         (nnrss-request-expire-articles): Decode group name.
23277         (nnrss-request-delete-group): Decode group name.
23278         (nnrss-fetch): Clarify error message.
23279         (nnrss-read-server-data): Use insert-file-contents instead of load;
23280         bind file-name-coding-system; use multibyte buffer.
23281         (nnrss-save-server-data): Bind coding-system-for-write to the
23282         value of nnrss-file-coding-system; bind file-name-coding-system;
23283         add coding cookie.
23284         (nnrss-read-group-data): Use insert-file-contents instead of load;
23285         bind file-name-coding-system; use multibyte buffer.
23286         (nnrss-save-group-data): Bind coding-system-for-write to the
23287         value of nnrss-file-coding-system; bind file-name-coding-system.
23288         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23289         make it work with non-ASCII text.
23290         (nnrss-find-el): Make it work with old xml.el as well.
23292 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23294         * nnrss.el (nnrss-get-encoding): New function.
23295         (nnrss-fetch): Use unibyte buffer initially; bind
23296         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23297         decode contents according to the encoding attribute.
23298         (nnrss-save-group-data): Add coding cookie.
23299         (nnrss-mime-encode-string): New function.
23300         (nnrss-check-group): Use it to encode subject and author.
23302 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23304         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23305         imaginary variable.
23307 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23309         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23310         correctly even if there are wide characters.
23312 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23314         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23315         downcased symbol names; make a new cache instead of reusing
23316         bbdb-hashtable.
23318 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23320         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23321         concatenating segments rather than before concatenating them.
23322         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23324         * message.el (message-get-reply-headers): Bind `extra'.
23326 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23328         * message.el (message-extra-wide-headers): New variable.
23329         (message-get-reply-headers): Use it.
23331 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23333         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23334         (gnus-agent-group-pathname): Ditto.
23336         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23338         * gnus-group.el (gnus-group-make-group): Decode group name.
23339         (gnus-group-make-rss-group): Register the group data after opening
23340         the nnrss group.
23342 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23344         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23345         by expiry now get marked as read.
23347 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23349         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23351 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23353         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23354         unify Latin characters in XEmacs.
23355         (mm-find-mime-charset-region): Use it.
23357 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23359         * gnus-util.el (gnus-delete-directory): New function.
23361         * gnus-agent.el (gnus-agent-delete-group): Use it.
23363         * gnus-cache.el (gnus-cache-delete-group): Use it.
23365 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23367         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23368         names.
23370 2004-12-16  Simon Josefsson  <jas@extundo.com>
23372         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23374 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23376         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23378         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23379         (gnus-group-set-current-level): Decode group name.
23381 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23383         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23384         failed.
23386 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23388         * gnus-group.el (gnus-group-delete-group): Decode group name.
23389         (gnus-group-make-rss-group): Encode group name.
23390         (gnus-group-catchup-current): Decode group name.
23391         (gnus-group-kill-group): Decode group name.
23393 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23395         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23397 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23399         * gnus-group.el (gnus-group-make-rss-group):
23400         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23402         * gnus-start.el (gnus-setup-news): Honor user's setting to
23403         gnus-message-archive-method.  Suggested by Lute Kamstra
23404         <lute@gnu.org>.
23406 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23408         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23409         global counterparts of the buffer-local variables.
23411 2004-11-16  Romain Francoise  <romain@orebokech.com>
23413         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23414         counterparts of the buffer-local variables.
23416 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23418         * message.el (message-forbidden-properties): Fix typo in doc
23419         string.
23421 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23423         * gnus-util.el (gnus-replace-in-string): Add doc string.
23425         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23426         to avoid problems when splitting mails with many recipients.
23428 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23430         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23431         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23433 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23435         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23436         if there is no hashtable in memory or file modification time is
23437         newer than cached timestamp.
23439 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23441         * gnus-sum.el (gnus-summary-limit-to-recipient):
23442         Implement not-matching option.
23444 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23446         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23447         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23448         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23449         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23450         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23451         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23453 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23455         * message.el (message-forward-make-body-mml): Remove headers
23456         according to message-forward-ignored-headers if a message is decoded.
23458 2004-12-02  Romain Francoise  <romain@orebokech.com>
23460         * message.el (message-forward-make-body-plain): Always remove
23461         headers according to message-forward-ignored-headers.
23463 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23465         * spam.el (spam-summary-prepare-exit): Remove the
23466         gnus-summary-limit pop for now, it has problems with ham marks for
23467         me.
23469 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23471         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23472         correctly.
23474 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23476         * format-spec.el (format-spec): Message the char.
23478 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23480         * gnus-art.el (gnus-split-methods): Reformat comments.
23482         * spam.el (spam-summary-prepare-exit): Remove article limits
23483         before exiting the summary buffer.
23485 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23487         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23488         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23490         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23491         order to silence the byte compiler.
23493         * spam.el: Fix the way to silence the byte compiler, which
23494         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23495         bbdb-search-simple, spam-BBDB-register-routine,
23496         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23497         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23498         spam-stat-buffer-is-spam, spam-stat-load,
23499         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23500         spam-stat-save and spam-stat-split-fancy.
23502 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23504         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23505         which may confuse users.
23506         (canlock-password-for-verify): Ditto.
23508         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23510         * gnus-art.el (gnus-emphasis-alist): Ditto.
23512         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23514         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23516         * gnus-start.el (gnus-save-killed-list): Ditto.
23518         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23519         (gnus-sum-thread-tree-root): Ditto.
23520         (gnus-sum-thread-tree-false-root): Ditto.
23521         (gnus-sum-thread-tree-single-indent): Ditto.
23523         * message.el (message-courtesy-message): Ditto.
23524         (message-archive-note): Ditto.
23525         (message-subscribed-address-file): Ditto.
23526         (message-user-fqdn): Ditto.
23528         * spam-report.el (spam-report-gmane-regex): Ditto.
23530         * spam.el (spam-blackhole-good-server-regex): Ditto.
23532 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23534         * mml.el (mml-preview): Widen the message buffer before copying
23535         the contents to the preview buffer; sort headers before previewing.
23537         * message.el (message-hidden-headers): Fix the way to avoid a bug
23538         in the `repeat' widget in Emacs 21.3 or earlier.
23540 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23542         * message.el (message-hidden-headers): Default to "^References:".
23543         Improve customization type.  Suggested by Reiner Steib
23544         <Reiner.Steib@gmx.de>.
23546 2004-11-25  Romain Francoise  <romain@orebokech.com>
23548         * message.el (message-strip-forbidden-properties): Remove check for
23549         obsolete `message-hidden' text property, hidden headers are not
23550         accessible in the buffer anymore.
23552 2004-11-22  Romain Francoise  <romain@orebokech.com>
23554         * message.el (message-header-format-alist): Add `From' in list
23555         so that it can be sorted.
23556         (message-fix-before-sending): Widen and sort headers before
23557         sending.
23558         (message-hide-headers): Use narrowing to hide headers by moving
23559         them to the top of the buffer and narrowing to the region
23560         underneath.
23562 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23564         * message.el (message-strip-forbidden-properties):
23565         Bind buffer-read-only (etc) to nil.
23567 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23569         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23570         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23572 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23574         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23576 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23578         * dns.el (query-dns): Use sit-for to time instead of
23579         accept-process-output, since that doesn't seem to work on udp
23580         sockets.
23582 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23584         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23586 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23588         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23589         doc string.  Improve doc string.
23591 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23593         * nntp.el (nntp-request-update-info): Return nil if
23594         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23595         may not call gnus-activate-group which uselessly issues the GROUP
23596         commands for all nntp groups and wastes time.  Reported by Romain
23597         Francoise <romain@orebokech.com>.
23599         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23601 2004-11-15  Simon Josefsson  <jas@extundo.com>
23603         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23604         headers separately.
23605         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23606         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23608 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23610         * gnus-start.el (gnus-convert-old-newsrc):
23611         Assign legacy-gnus-agent to 5.10.7.
23613 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23615         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23616         start of the lines.
23618 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23620         * hashcash.el (hashcash-default-payment): Change default to 20.
23621         (hashcash-default-accept-payment): Change default to 20.
23622         (hashcash-process-alist): New variable.
23623         (hashcash-generate-payment-async): Add.
23624         (hashcash-already-paid-p): Add.
23625         (hashcash-insert-payment): Don't generate payments twice.
23626         (hashcash-insert-payment-async): Add.
23627         (hashcash-insert-payment-async-2): Add.
23628         (hashcash-cancel-async): Add.
23629         (hashcash-wait-async): Add.
23630         (hashcash-processes-running-p): Add.
23631         (hashcash-wait-or-cancel): Add.
23632         (mail-add-payment): New optional argument.  Conditionally start
23633         asynchronous calculation.
23634         (mail-add-payment-async): Add.
23636         * message.el (message-send-mail): Wait for asynchronous hashcash
23637         results.  Don't clobber existing X-Hashcash headers.
23638         (message-setup-1): Call mail-add-payment-async when
23639         message-generate-hashcash is non-nil.
23641 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23643         * message.el (message-use-alternative-email-as-from): Examine the
23644         From header as well; use message-make-from in order to include a
23645         user's full name.
23647 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23649         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23650         default; improve customization type.
23651         (gnus-emphasis-custom-with-format): New macro.
23652         (gnus-emphasis-custom-value-to-external): New function.
23653         (gnus-emphasis-custom-value-to-internal): New function.
23655 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23657         * dns.el (query-dns): Resolve reverse addresses.
23659 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23661         * gnus-group.el (gnus-group-get-new-news): Use it.
23663         * gnus-start.el (gnus-check-reasonable-setup): New function.
23665 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23667         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23668         "Args out of range" error.  Reported by Arnaud Giersch
23669         <arnaud.giersch@free.fr>.
23671 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23673         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23675 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23677         * spam.el (spam group): Add :version.
23679         * pgg-def.el (pgg group): Add :version.
23681 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23683         * gnus-art.el (gnus-article-edit-article): Don't associate the
23684         article buffer with a draft file.  This is a temporary measure
23685         against the 2004-08-22 change to gnus-article-edit-mode.
23687 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23689         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23690         (html2text-format-tags): Remove unused variable `attr'.
23692 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23694         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23696         * tls.el (tls-process-connection-type, tls-success)
23697         (tls-certtool-program): Add :version.
23699         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23700         (starttls-extra-arguments, starttls-process-connection-type)
23701         (starttls-connect, starttls-failure, starttls-success): Add :version.
23703         * spam-stat.el (spam-stat): Add :version.
23705         * sieve.el (sieve): Add :version.
23707         * sha1.el (sha1): Add :version.
23708         (sha1-use-external): Remove redundant version.
23710         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23711         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23712         (nnmail-split-fancy-match-partial-words)
23713         (nnmail-split-lowercase-expanded): Add :version.
23715         * nndiary.el (nndiary): Add :version.
23717         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23719         * mml-sec.el (mml-default-sign-method)
23720         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23721         Add :version.
23723         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23725         * mm-url.el (mm-url-use-external, mm-url-program)
23726         (mm-url-arguments): Add :version.
23728         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23729         (mm-attachment-file-modes, mm-decrypt-option)
23730         (mm-w3m-safe-url-regexp): Add :version.
23732         * message.el (message-cite-prefix-regexp)
23733         (message-sendmail-envelope-from, message-minibuffer-local-map)
23734         (message-user-fqdn, message-completion-alist): Add :version.
23736         * gnus-win.el (gnus-configure-windows-hook)
23737         (gnus-use-frames-on-any-display): Add :version.
23739         * gnus-art.el (gnus-article-address-banner-alist)
23740         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23741         (gnus-treat-from-picon, gnus-treat-mail-picon)
23742         (gnus-treat-x-pgp-sig): Add :version.
23744         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23745         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23746         (gnus-summary-article-delete-hook)
23747         (gnus-summary-display-while-building): Add :version.
23749         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23750         (gnus-get-top-new-news-hook): Add :version.
23752         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23753         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23755         * gnus-registry.el (gnus-registry): Add :version.
23757         * gnus-spec.el (gnus-use-correct-string-widths)
23758         (gnus-make-format-preserve-properties): Add :version.
23760         * gnus.el (gnus-group-charter-alist)
23761         (gnus-group-fetch-control-use-browse-url)
23762         (gnus-install-group-spam-parameters): Add :version.
23764         * gnus-diary.el (gnus-diary): Add :version.
23766         * gnus-delay.el (gnus-delay): Add :version.
23768         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23769         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23770         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23771         Add :version.
23773         * gnus-agent.el (gnus-agent-max-fetch-size)
23774         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23775         (gnus-agent-prompt-send-queue): Add :version.
23777         * deuglify.el (gnus-outlook-deuglify): Add :version.
23779         * html2text.el: Beautify code.  Improve doc strings.
23780         Some checkdoc cleanup.
23781         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23783 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23785         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23787 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23789         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23790         when package is loaded.
23792         * spam.el (spam-summary-score-preferred-header): Add global preference
23793         for people who want to override the default SpamAssassin over
23794         Bogofilter preference (when both are set).
23795         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23796         (spam-user-format-function-S):
23797         Check spam-summary-score-preferred-header.
23798         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23799         (spam-user-format-function-S): Format the score correctly.
23801 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23803         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23804         signature file.  Suggested by Manoj Srivastava
23805         <srivasta@golden-gryphon.com>.
23807         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23808         iso-2022-jp even in the Japanese language environment.
23809         Suggested by Jason Rumney <jasonr@gnu.org>.
23811 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23813         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23814         use the same characters as the dummy marks; make it free from
23815         getting affected by the language environment.
23816         (gnus-summary-read-group-1): Update mark positions only when the
23817         format spec is updated.
23819         * gnus-spec.el (gnus-update-format-specifications): Return a list
23820         of updated types.
23822 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23824         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23825         of boundp to check if display-warning is available.
23827 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23829         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23831 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23833         * nnspool.el (nnspool-spool-directory): Use news-path if the
23834         news-directory variable is not bound.
23836         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23837         function instead of display-warning if it is not available.
23839 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23841         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23842         v5-10: Use `point-at-bol'.
23844 2004-10-26  Simon Josefsson  <jas@extundo.com>
23846         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23847         <chenggao@gmail.com>.
23849 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23851         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23852         instead.
23854 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23856         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23857         to remove a server from the nnimap-server-buffer-alist.
23858         (nnimap-open-connection, nnimap-close-server): Use it.
23860         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23862 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23864         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23865         running the major-mode function.
23867 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23869         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23870         dummy marks in the right way.
23872 2004-10-18  David Edmondson  <dme@dme.org>
23874         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23875         excessively.
23877 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23879         * gnus-util.el (gnus-split-references): Accept a nil references
23880         string and go on blissfully.
23882         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23883         cases where the references string is non-nil but has no references.
23885         * encrypt.el: Add autoload tags.
23887         * spam.el (spam-resolve-registrations-routine): Remove article
23888         from unregistration list too.  Reported by David Hanak
23889         <dhanak@isis.vanderbilt.edu>
23891 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23893         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23894         nil.  Change custom type.
23896 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23898         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23900         * gnus-sum.el (gnus-summary-move-article): Use it.
23902 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23904         * encrypt.el: Add autoload cookies.
23906         * spam.el (spam-backend-article-list-property)
23907         (spam-backend-get-article-todo-list)
23908         (spam-backend-put-article-todo-list)
23909         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23910         Resolve registrations separately.
23911         (spam-register-routine): Format comments.
23912         (spam-unregister-routine, spam-register-routine): Always call with
23913         specific-articles, no default list.
23914         (spam-summary-prepare-exit): Use the spam-classifications function.
23916         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23917         gnus-encrypt.el.
23919         * encrypt.el: Copied from gnus-encrypt.el.
23921         * gnus-encrypt.el: Commented that it's obsolete.
23923 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23925         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23926         (gnus-score-save): Use it.
23928         * message.el (message-bury): Use `window-dedicated-p'.
23930 2004-10-15  Simon Josefsson  <jas@extundo.com>
23932         * pop3.el (top-level): Don't require nnheader.
23933         (pop3-read-timeout): Add.
23934         (pop3-accept-process-output): Add.
23935         (pop3-read-response, pop3-retr): Use it.
23937 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23939         * spam.el (spam-register-routine): Move comment.
23940         (spam-verify-bogofilter): Use 'unknown for the initial
23941         spam-bogofilter-valid state, not 'never.
23943         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23944         for netrc-machine.
23946         * nnimap.el (nnimap-open-connection):
23947         Use netrc-machine-user-or-password.
23949 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23951         * gnus-registry.el (gnus-registry-unload-hook):
23952         Set as a variable with add-hook.
23954         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23955         of news-path.
23957         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23959         * spam.el: Delete duplicate `provide'.
23960         (spam-unload-hook): Set as a variable with add-hook.
23962 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23964         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23965         in the doc string.
23967         * message.el (message-ignored-news-headers)
23968         (message-ignored-supersedes-headers)
23969         (message-ignored-resent-headers)
23970         (message-forward-ignored-headers): Improve custom type.
23972 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23974         * message.el (message-tokenize-header): Fix 2004-09-06 change
23975         which used point-min in the wrong place.
23977 2004-10-12  Simon Josefsson  <jas@extundo.com>
23979         * tls.el (tls-certtool-program): New variable.
23980         (tls-certificate-information): New function, based on
23981         ssl-certificate-information.
23983 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23985         * compface.el: Move the version of ELisp-based uncompface program
23986         to the contrib directory because of the copyright problem.
23988 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23990         * message.el (message-kill-buffer): Raise the current frame.
23992 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23994         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23996         * gnus.el (message-y-or-n-p): Autoload.
23998         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23999         (pop3-password-required, pop3-authentication-scheme)
24000         (pop3-leave-mail-on-server): Make customizable.
24001         (pop3): New custom group.
24002         (pop3-retr): Remove `sleep-for' statements.
24003         Suggested by Dave Love <fx@gnu.org>.
24005         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24006         Windows/DOS.
24008         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24009         (imap-parse-body): Fix incorrect use of `assert'.
24010         Suggested by Dave Love <fx@gnu.org>.
24012         * mml.el (mml-minibuffer-read-disposition): Require match.
24013         Suggested by Dave Love <fx@gnu.org>.
24015 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24017         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24018         doc string.
24020 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24022         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24024 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24026         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24027         instead of calling `mm-insert-inline', to decode text/* parts
24028         before displaying them.
24030 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24032         * mm-uu.el (mm-uu-text-plain-type): New variable.
24033         (mm-uu-pgp-signed-extract-1): Use it.
24034         (mm-uu-pgp-encrypted-extract-1): Use it.
24035         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24036         bind mm-uu-text-plain-type with that value.
24037         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24038         mm-uu-dissect.
24040 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24042         * gnus-group.el (gnus-update-group-mark-positions):
24043         * gnus-sum.el (gnus-update-summary-mark-positions):
24044         * message.el (message-check-news-body-syntax):
24045         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24046         of string-as-multibyte.
24048 2004-10-05  Juri Linkov  <juri@jurta.org>
24050         * gnus-group.el (gnus-update-group-mark-positions):
24051         * gnus-sum.el (gnus-update-summary-mark-positions):
24052         * message.el (message-check-news-body-syntax):
24053         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24054         8-bit unibyte values to a multibyte string for search functions.
24056 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24058         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24059         (mm-uu-dissect-text-parts): New function.
24061         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24062         dissect text parts.
24064         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24065         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24067         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24069         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24070         Use gnus-current-topics instead of gnus-current-topic.
24072 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24074         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24076 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24078         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24079         where appropriate.
24081         * nnml.el (nnml-generate-active-info): do.
24083         * nndiary.el (nndiary-generate-active-info): do.
24085         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24086         (gnus-topic-move): do.
24088         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24089         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24091         * gnus-srvr.el (gnus-server-prepare)
24092         (gnus-server-open-all-servers): do.
24094         * gnus-msg.el (gnus-summary-cancel-article)
24095         (gnus-summary-resend-message)
24096         (gnus-summary-mail-crosspost-complaint): do.
24098         * gnus-move.el (gnus-change-server): do.
24100         * gnus-group.el (gnus-group-unmark-all-groups)
24101         (gnus-group-set-current-level): do.
24103 2004-10-04  Simon Josefsson  <jas@extundo.com>
24105         * message.el (message-generate-hashcash): Doc fix.
24107 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24109         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24110         avoid infinite recursion via gnus-get-function.
24112 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24114         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24116         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24118         * nnmail.el (nnmail-split-history): do.
24120         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24121         (nnml-request-delete-group): do.
24123         * nnslashdot.el (nnslashdot-read-groups): do.
24125         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24126         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24128         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24129         (nnspool-sift-nov-with-sed): Use last.
24130         (nnspool-retrieve-headers-with-nov): Use mapc.
24131         (nnspool-request-newgroups): Use dolist.
24132         (nnspool-request-group): Use last.
24134         * nntp.el (nntp-read-server-type): Use dolist.
24136         * nnvirtual.el (nnvirtual-create-mapping)
24137         (nnvirtual-update-read-and-marked): Use dolist.
24138         (nnvirtual-convert-headers): Simplify.
24140 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24142         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24143         Add support for sync'ing tick marks.
24145 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24147         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24148         there's no visible header.
24150 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24152         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24153         When necessary, pass full group name to gnus-request-set-marks.
24155 2004-10-01  Simon Josefsson  <jas@extundo.com>
24157         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24158         acroread.
24160 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24162         * spam-report.el (spam-report-gmane): Fix interactive.
24164         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24166         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24167         when writing file.
24168         (gnus-agent-synchronize-flags): Don't default to being
24169         interactive.
24171 2004-09-30  Simon Josefsson  <jas@extundo.com>
24173         * message.el (message-generate-hashcash): Add.
24174         (message-send-mail): Use it, call mail-add-payment.
24176 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24178         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24180 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24182         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24183         gnus-requst-update-info with explicit code to sync the in-memory
24184         info read flags with the marks being sync'd to the backend.
24186         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24188 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24190         * spam.el (spam-verify-bogofilter): Add new function.
24191         (spam-check-bogofilter)
24192         (spam-bogofilter-register-with-bogofilter): Use it.
24193         (spam-verify-bogofilter): Add small fixes.
24195 2004-09-28  Simon Josefsson  <jas@extundo.com>
24197         * hashcash.el (hashcash-generate-payment): Revert.
24199 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24201         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24202         Use gnus-extract-references instead of gnus-split-references.
24204         * gnus-util.el (gnus-extract-references): Add new function, analogous
24205         to gnus-split-references but extracts only the message-ID without
24206         anything extra.
24208         * hashcash.el (hashcash-generate-payment)
24209         (hashcash-check-payment): Do the right thing if hashcash-path is
24210         nil (because the hashcash program could not be found).
24212         * spam.el (spam-use-hashcash): Remove comment.
24214 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24216         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24217         (gnus-cache-enter-article, gnus-cache-remove-article)
24218         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24220         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24222         * gnus-art.el (article-hide-boring-headers)
24223         (article-translate-strings, article-display-face)
24224         (gnus-article-mime-match-handle-first)
24225         (gnus-article-highlight-headers)
24226         (gnus-article-add-buttons-to-head): do.
24228 2004-09-27  Simon Josefsson  <jas@extundo.com>
24230         * hashcash.el: New version, from
24231         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24232         ../contrib/.
24234 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24236         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24238 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24240         * gnus-dup.el (gnus-dup-open): Use mapc.
24241         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24243         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24244         Reported by Stefan Wiens <s.wi@gmx.net>.
24246         * gnus.el (gnus-shutdown): Use dolist.
24248         * gnus-undo.el (gnus-undo): Use mapc.
24250         * nnrss.el (nnrss-generate-active): do.
24252         * message.el (message-cite-original-without-signature)
24253         (message-cite-original): Use mapc.
24254         (message-do-actions, message-make-forward-subject): Use dolist.
24256 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24258         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24259         deletion to remove entire duplicate line.  Fixes merged article
24260         number bug.
24262 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24264         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24265         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24266         first ask if you want to open a server and then, even when you
24267         responded with no, asking if you want to synchronize the server's
24268         flags.
24269         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24270         multi-line expressions.
24271         (gnus-agent-synchronize-group-flags): New internal function.
24272         Updates marks in memory (in the info structure) AND in the
24273         backend.
24275         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24277         * nnagent.el (nnagent-request-set-mark):
24278         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24279         method, to ensure that synchronization updates marks in the
24280         backend and in the info (in memory) structure.
24282 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24284         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24285         convention fully; don't miss the root article of a thread; make
24286         the X-Draft-From header with correct article numbers.
24288 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24290         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24291         unless plugged.  Disable the agent so that an open failure causes
24292         an error.
24294         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24295         Revert 2004-09-21 change.  The backend must be opened while
24296         synchronizing flags even when the backend stores the flags
24297         locally.
24299 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24301         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24302         in `header' match.  Reported by Svend Tollak Munkejord.
24304         * message.el (message-cite-original): Fix use of
24305         `message-cite-articles-with-x-no-archive'.
24307 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24309         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24310         (gnus-window-to-buffer): Ditto.
24312         * mml.el (mml-preview-buffer): New variable.
24313         (mml-preview): Manage window layout with gnus-buffer-configuration.
24315         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24316         X-Draft-From header even if those articles aren't quoted.
24318 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24320         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24321         (gnus-request-set-mark, gnus-request-update-mark): Use new
24322         g-s-t-u-l-m to decide to use backend even when unplugged.
24324 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24326         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24327         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24329 2004-09-20  Simon Josefsson  <jas@extundo.com>
24331         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24332         "utf-16-le".
24334 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24336         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24338 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24340         * uudecode.el (uudecode-use-external): Add :version.
24342         * smime.el (smime-CA-file, smime-encrypt-cipher)
24343         (smime-dns-server): Add :version.
24345         * smiley.el (gnus-smiley-file-types): Add :version.
24347         * sha1.el (sha1-use-external): Add :version.
24349         * pgg-def.el (pgg-query-keyserver): Add :version.
24351         * nnmail.el (nnmail-fancy-expiry-targets)
24352         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24353         Add :version.
24355         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24356         (nnimap-retrieve-groups-asynchronous): Add :version.
24357         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24359         * mml.el (mml-content-disposition-parameters)
24360         (mml-insert-mime-headers-always): Add :version.
24362         * mm-util.el (mm-coding-system-priorities): Add :version.
24364         * mm-decode.el (mm-inline-text-html-with-images)
24365         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24366         (mm-verify-option): Add :version.
24367         (mm-text-html-renderer): Change :version.
24369         * message.el (message-fcc-externalize-attachments)
24370         (message-required-headers, message-draft-headers)
24371         (message-subject-trailing-was-query)
24372         (message-subject-trailing-was-ask-regexp)
24373         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24374         (message-mark-insert-end, message-archive-header)
24375         (message-archive-note, message-cross-post-default)
24376         (message-cross-post-note, message-followup-to-note)
24377         (message-cross-post-note-function, message-use-mail-followup-to)
24378         (message-subscribed-address-functions)
24379         (message-subscribed-address-file, message-subscribed-addresses)
24380         (message-subscribed-regexps, message-allow-no-recipients)
24381         (message-yank-cited-prefix, message-signature-insert-empty-line)
24382         (message-hidden-headers, message-hierarchical-addresses)
24383         (message-mail-user-agent, message-use-idna)
24384         (message-valid-fqdn-regexp)
24385         (message-strip-special-text-properties, message-header-synonyms)
24386         (message-beginning-of-line, message-tab-body-function): Add :version.
24387         (message-insert-canlock, message-wide-reply-confirm-recipients):
24388         Change :version.
24390         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24391         and :version.
24392         (mail-source-delete-old-incoming-confirm)
24393         (mail-source-movemail-program): Add :version.
24395         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24396         (gnus-agent-cache, gnus-agent): Change :version.
24398         * gnus-util.el (gnus-use-byte-compile): Change :version.
24400         * gnus-sum.el (gnus-summary-make-false-root-always)
24401         (gnus-summary-default-high-score)
24402         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24403         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24404         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24405         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24406         (gnus-sum-thread-tree-single-indent)
24407         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24408         (gnus-sum-thread-tree-leaf-with-other)
24409         (gnus-sum-thread-tree-single-leaf): Add :version.
24410         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24411         (gnus-article-loose-mime): Change :version.
24413         * gnus-start.el (gnus-backup-startup-file)
24414         (gnus-save-startup-file-via-temp-buffer): Add :version.
24416         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24417         (gnus-server-offline-face): Add :version.
24419         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24421         * gnus-msg.el (gnus-gcc-externalize-attachments)
24422         (gnus-debug-files, gnus-debug-exclude-variables)
24423         (gnus-discouraged-post-methods): Change :version.
24424         (gnus-confirm-mail-reply-to-news)
24425         (gnus-confirm-treat-mail-like-news): Add :version.
24427         * gnus-int.el (gnus-server-unopen-status): Add :version.
24429         * gnus-group.el (gnus-group-jump-to-group-prompt)
24430         (gnus-large-ephemeral-newsgroup)
24431         (gnus-fetch-old-ephemeral-headers): Add :version.
24433         * gnus-fun.el (gnus-x-face-directory)
24434         (gnus-convert-pbm-to-x-face-command)
24435         (gnus-convert-image-to-x-face-command)
24436         (gnus-convert-image-to-face-command): Add :version.
24438         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24440         * gnus-cite.el (gnus-cite-blank-line-after-header)
24441         (gnus-article-boring-faces): Add :version.
24443         * gnus-art.el (gnus-buttonized-mime-types)
24444         (gnus-inhibit-mime-unbuttonizing)
24445         (gnus-treat-display-face)
24446         (gnus-treat-body-boundary): Change :version.
24447         (gnus-body-boundary-delimiter, gnus-picon-databases)
24448         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24449         (gnus-treat-date-english, gnus-treat-fold-headers)
24450         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24451         (gnus-treat-mail-picon, gnus-treat-wash-html)
24452         (gnus-article-encrypt-protocol)
24453         (gnus-use-idna, gnus-article-over-scroll)
24454         (gnus-mime-display-multipart-alternative-as-mixed)
24455         (gnus-mime-display-multipart-related-as-mixed)
24456         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24457         (gnus-ctan-url, gnus-button-ctan-handler)
24458         (gnus-button-handle-ctan-bogus-regexp)
24459         (gnus-button-ctan-directory-regexp)
24460         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24461         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24462         (gnus-button-man-level, gnus-button-emacs-level)
24463         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24465         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24466         (gnus-agent-go-online): Change :version.
24467         (gnus-agent-expire-unagentized-dirs)
24468         (gnus-agent-auto-agentize-methods): Add :version.
24470         * flow-fill.el (fill-flowed-display-column)
24471         (fill-flowed-encode-column): Add :version.
24473         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24474         (gnus-outlook-deuglify-unwrap-max)
24475         (gnus-outlook-deuglify-cite-marks)
24476         (gnus-outlook-deuglify-unwrap-stop-chars)
24477         (gnus-outlook-deuglify-no-wrap-chars)
24478         (gnus-outlook-deuglify-attrib-cut-regexp)
24479         (gnus-outlook-deuglify-attrib-verb-regexp)
24480         (gnus-outlook-deuglify-attrib-end-regexp)
24481         (gnus-outlook-display-hook): Add :version.
24483         * binhex.el (binhex-use-external): Add :version.
24485 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24487         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24488         and `invisible'.
24490 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24492         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24493         in gnus-registry-trim.
24495 2004-09-13  Simon Josefsson  <jas@extundo.com>
24497         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24499         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24501         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24502         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24503         <yamaoka@jpl.org>.
24504         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24505         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24506         <yamaoka@jpl.org>.
24508         * sieve.el (sieve-manage-mode): Ditto.
24510 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24512         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24514 2004-09-11  Simon Josefsson  <jas@extundo.com>
24516         * dns-mode.el: Add.
24518         * mm-view.el (mm-display-dns-inline): Add.
24520         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24521         (mm-automatic-display): Ditto.
24523         * mailcap.el (mailcap-mime-data): Add text/dns.
24524         (mailcap-mime-extensions): Map .soa to text/dns.
24526 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24528         * gnus-art.el (article-decode-mime-words, article-babel)
24529         (gnus-article-highlight-signature, gnus-article-add-buttons)
24530         (gnus-signature-toggle): Remove unnecessary bindings of
24531         `inhibit-read-only' inherited from v5.10 merge.
24533 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24535         * nntp.el (nntp): New customization group.
24536         (nntp-authinfo-file): Add customization group.
24538         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24540         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24542         * gnus.el (to-address, to-list, subscribed)
24543         (large-newsgroup-initial): Ditto.
24545         * flow-fill.el (fill-flowed-display-column)
24546         (fill-flowed-encode-column): Ditto.
24548 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24550         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24551         Use point-min rather than 1.
24552         (message-send-mail): Use buffer-size rather than point-max.
24554         * gnus-sum.el (gnus-summary-search-article-forward):
24555         Signal a specific `search-failed' rather than a generic `error'.
24557         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24558         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24559         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24561 2004-09-10  Simon Josefsson  <jas@extundo.com>
24563         * nndb.el (require): Remove tcp and duplicate cl.
24565 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24567         * gnus-agent.el (directory-files-and-attributes): Move forward.
24569 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24571         * gnus-agent.el (directory-files-and-attributes):
24572         Optionally defined to support XEmacs.
24574 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24576         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24577         to avoid run-time CL dependencies.
24578         (gnus-agent-unfetch-articles): New function.
24579         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24580         article numbers even when local .overview file is missing.
24581         (gnus-agent-read-article-number): New function.  Only accepts
24582         27-bit article numbers.
24583         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24584         Use gnus-agent-read-article-number.
24585         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24586         from backend while recognizing that article numbers in .overview
24587         must be valid.
24588         (gnus-agent-update-files-total-fetched-for):
24589         Use directory-files-and-attributes to improve performance.
24590         * gnus-int.el (gnus-request-move-article):
24591         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24592         improve performance.
24594         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24595         some users confused by references to .newsrc when they only have a
24596         .newsrc.eld file.
24597         (gnus-convert-mark-converter-prompt)
24598         (gnus-convert-converter-needs-prompt): Fix use of property list.
24599         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24600         New function.  Used internally to only display 'gnus converting
24601         files' message when actually necessary.
24603         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24604         methods now autoloaded.
24606 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24608         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24609         identifiers.
24611 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24613         * gnus-picon.el: Fix indentation and closing parenthesis.
24615 2004-09-01  Simon Josefsson  <jas@extundo.com>
24617         * message.el (message-canlock-generate): Require sha1, not
24618         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24619         to require within a function.  Sadly, if sha1.el isn't loaded, the
24620         let binding in m-c-g will hide the defcustom definition, which is
24621         bad.)
24623         * canlock.el: Require sha1, not sha1-el.
24625         * message.el: Don't autoload sha1 (there is a autoload cookie in
24626         sha1.el).
24628         * sha1-el.el: Rename to sha1.el.
24630 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24632         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24634 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24636         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24638 2004-08-30  Kim F. Storm  <storm@cua.dk>
24640         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24642         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24643         Add :group 'nnimap.
24645 2004-08-30  Andreas Schwab  <schwab@suse.de>
24647         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24648         ?* and ?\;.
24650         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24651         and ?\' to symbol instead of whitespace.
24653 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24655         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24657         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24658         instead of re-search-forward.
24660         * gnus-uu.el (gnus-uu-save-article): Ditto.
24661         (gnus-uu-post-encode-uuencode): Ditto.
24663         * html2text.el (html2text-clean-list-items): Ditto.
24664         (html2text-clean-dtdd): Ditto.
24665         (html2text-format-tags): Ditto.
24667         * message.el (message-send-mail-with-sendmail): Fix regexp.
24668         (message-fill-field-general): Use search-forward instead of
24669         re-search-forward.
24670         (unbold-region): Ditto.
24672         * nnrss.el (nnrss-request-article): Ditto.
24674         * nnslashdot.el (nnslashdot-request-article): Ditto.
24676         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24678         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24679         "Unrecognized menu descriptor" error in XEmacs.
24681 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24683         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24684         parent article of a sparse article in the thread hashtb.
24686 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24688         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24689         (nnmail-expand-newtext): Lowercase expanded entries if
24690         nnmail-split-lowercase-expanded is non-nil.
24692 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24694         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24696         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24697         of gnus-tmp-news-method into string under XEmacs.  It will be
24698         passed to gnus-correct-length which takes only a string argument.
24700 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24702         * gnus-util.el (gnus-bind-print-variables): New macro.
24703         (gnus-prin1): Use it.
24704         (gnus-prin1-to-string): Use it.
24705         (gnus-pp): New function.
24706         (gnus-pp-to-string): New function.
24708         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24709         Replace pp-to-string with gnus-pp-to-string.
24710         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24711         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24712         * gnus-msg.el (gnus-debug): Ditto.
24713         * gnus-score.el (gnus-score-save): Ditto.
24714         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24715         gnus-pp-to-string.
24716         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24717         with gnus-pp.
24718         * score-mode.el (gnus-score-pretty-print): Ditto.
24719         * webmail.el (webmail-debug): Ditto.
24721 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24723         * gnus-art.el (article-display-face, article-display-x-face):
24724         Use buffer-read-only.
24726 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24728         * gnus-art.el (article-hide-list-identifiers):
24729         Bind inhibit-read-only as t.
24731 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24733         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24735 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24737         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24738         (gnus-narrow-to-page): Don't assume point-min == 1.
24739         (gnus-article-edit-mode): Derive from message-mode.
24741         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24742         point-min == 1.
24744         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24745         Disable incorrect use of `assert'.
24747         * message.el (message-mode): Set comment-start-skip.
24750 2004-08-22  Sam Steingold  <sds@gnu.org>
24752         * pop3.el (pop3-leave-mail-on-server): New user variable.
24753         (pop3-movemail): Delete mail only when it is nil.
24755 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24757         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24759         * mml.el (mml-preview): Use `pop-to-buffer'.
24761         * message.el (message-goto-mail-followup-to): Insert after "To".
24762         (message-carefully-insert-headers): Add comment.
24764         * gnus.el: Remove unused variable `gnus-article-check-size'.
24766         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24768         * gnus-art.el (gnus-button-alist):
24769         Improve `gnus-button-handle-library' entry.
24771 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24773         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24774         Use downcase, since XEmacs capitalizes error messages differently.
24776 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24778         * nntp.el: Add (require 'gnus) due to reference to
24779         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24781 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24783         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24784         Bind `mm-fill-flowed'.
24786         * mm-decode.el (mm-dissect-singlepart): Check it.
24788 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24790         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24791         'imap' for netrc parsing.
24793 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24795         * mailcap.el (mailcap-mime-data): Mark as risky.
24797 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24799         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24800         may be included in the encoded word.
24801         (rfc2047-encode): Don't append a space if the encoded word
24802         includes close parenthesis.
24804 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24806         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24807         of text within parentheses.
24809 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24811         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24812         (gnus-encrypt-write-file-contents): Make the password key the file
24813         name PLUS the cipher, not just the cipher.  Also remove failed
24814         passwords from the cache.
24816 2004-08-06  Simon Josefsson  <jas@extundo.com>
24818         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24819         Doc fix.
24821 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24823         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24824         LWSP.
24826 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24828         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24829         Try to append in-reply-to: data to the references: header.
24831         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24832         (netrc-parse): Use gnus-encrypt.el functions.
24834         * gnus-encrypt.el: Add new file for encryption support; currently
24835         does only a few GPG ciphers and an internal XOR cipher.
24837         * password.el: Add comments on using password-read-and-add.
24838         (password-read-and-add): Add function to read and add the
24839         password to the cache at once.
24841 2004-07-28  Simon Josefsson  <jas@extundo.com>
24843         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24844         parameter (but don't use it, for now).
24846         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24847         instead of hard coding to nil.
24849 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24851         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24852         as mm-inline-image-xemacs does.
24854 2004-07-26  Simon Josefsson  <jas@extundo.com>
24856         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24857         Revert part of 2004-07-17 change below.
24859 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24861         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24862         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24864 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24866         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24867         quotes that actually start with ">" at the beginning of the
24868         lines.
24870 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24872         * rfc2047.el (rfc2047-encode-region): Fix last change.
24873         (rfc2047-encode-parameter): Remove useless concat.
24875 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24877         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24878         encode special characters; fix some kind of misconfigured headers;
24879         signal a real error if debug-on-quit or debug-on-error is non-nil.
24880         (rfc2047-encode-max-chars): New variable.
24881         (rfc2047-encode-1): Use it.
24882         (rfc2047-encode-parameter): New function.
24884         * mml.el (mml-insert-parameter): Remove an excessive space.
24886 2004-07-17  Simon Josefsson  <jas@extundo.com>
24888         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24889         Kai Grossjohann <kai@emptydomain.de>.
24890         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24891         (gnus-group-make-menu-bar): Ditto.
24893         * gnus-util.el (gnus-group-server): Add.
24895 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24897         * message.el (message-clone-locals): Clone sendmail and smtp
24898         variables.
24900 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24902         * rfc2047.el (rfc2047-encode-region): Fix last change.
24904 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24906         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24907         characters as non-special.
24909 2004-07-09  Simon Josefsson  <jas@extundo.com>
24911         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24912         Users will lose all flag changes made while unplugged with
24913         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24914         good default.  See numerous reports on ding mailing list.
24916 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24918         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24919         add generate-head-function and generate-article-function to the
24920         rfc822-forward entry.
24921         (nndoc-rfc822-forward-generate-article): New function.
24922         (nndoc-rfc822-forward-generate-head): New function.
24924         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24926 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24928         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24929         respect display group parameter and gnus-summary-expunge-below.
24930         (gnus-articles-to-read): Remove unused reference to display group
24931         parameter.
24933 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24935         * nnheader.el (nnheader-uniquify-message-id): New experimental
24936         variable.
24937         (nnheader-nov-read-message-id): Use it.
24939         * spam-report.el (spam-report-gmane): Add interactive.
24941 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24943         * mm-encode.el (mm-content-transfer-encoding-defaults):
24944         Use qp-or-base64 for the application/* types.
24946 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24948         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24950 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24952         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24953         trim value.
24955 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24957         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24958         New macro and function.
24959         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24961 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24963         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24964         after-load-alist.
24966 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24968         * gnus-group.el (gnus-group-get-new-news-this-group):
24969         Don't update info that isn't there.
24971 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24973         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24974         entry.
24976 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24978         * mm-view.el (mm-inline-render-with-function): Use multibyte
24979         buffer; decode html source by charset.
24981         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24983         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24984         Mule-UCS is loaded under XEmacs.
24985         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24987 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24989         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24991 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24993         * mm-util.el (mm-coding-system-p): Return a coding-system.
24994         (mm-mime-mule-charset-alist): Use shift_jis instead of
24995         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24996         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24997         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24998         instead of japanese-shift-jis and iso-latin-1 respectively in
24999         order to share the default value with both Emacs and XEmacs-mule.
25000         (mm-mule-charset-to-mime-charset):
25001         Make mm-coding-system-priorities effective.
25002         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25003         while predicating of candidates upon the priorities.
25005 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25007         * gnus-sum.el (gnus-summary-make-menu-bar):
25008         Add gnus-uu-invert-processable.
25010         * gnus.el: Autoload gnus-uu-invert-processable.
25012 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25014         * mm-util.el (mm-with-multibyte-buffer): New macro.
25016         * rfc2047.el (rfc2047-encode-string): Use it.
25017         (rfc2047-encode-region): Move point to the end of the region after
25018         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25020 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25022         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25023         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25025 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25027         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25028         (gnus-cite-parse): Ignore quoted envelope From_.
25029         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25031 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25033         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25034         invalid addresses.
25036 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25038         * spam.el: Change section markers, revise TODO list.
25039         (spam-backends): Make new master list of all installed backends.
25040         (spam-summary-exit-behavior): Add new variable to determine how
25041         messages moves are done at summary exit.
25042         (spam-move-spam-nonspam-groups-only)
25043         (spam-process-ham-in-nonham-groups)
25044         (spam-process-ham-in-spam-groups): Remove variables, the
25045         spam-summary-exit-behavior variable should be used to manage this
25046         behavior.
25047         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25048         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25049         and spam-old-spam-articles.
25050         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25051         Add empty variables, placeholders for the backends they represent.
25052         (spam-set-difference): Move, unchanged.
25053         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25054         unless the user has a processor variable.
25055         (spam-classifications, spam-classification-valid-p)
25056         (spam-backend-properties, spam-backend-property-valid-p)
25057         (spam-backend-function-type-valid-p)
25058         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25059         (spam-report-articles-gmane, spam-report-articles-resend):
25060         Remove functions, they are not needed.
25061         (spam-install-backend-super, spam-backend-list)
25062         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25063         (spam-backend-function, spam-backend-ham-registration-function)
25064         (spam-backend-spam-registration-function)
25065         (spam-backend-ham-unregistration-function)
25066         (spam-backend-spam-unregistration-function)
25067         (spam-backend-statistical-p, spam-backend-mover-p)
25068         (spam-install-backend-alias, spam-install-checkonly-backend)
25069         (spam-install-mover-backend, spam-install-nocheck-backend)
25070         (spam-install-backend, spam-install-statistical-backend)
25071         (spam-install-statistical-checkonly-backend): Add backend installation
25072         support.
25073         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25074         (spam-group-processor-p): Use the new backend code and respect the
25075         summary exit behavior.
25076         (spam-mark-spam-as-expired-and-move-routine): Remove.
25077         (spam-summary-prepare): Change to use the new spam-old-articles
25078         variable.
25079         (spam-copy-or-move-routine, spam-copy-spam-routine)
25080         (spam-move-spam-routine, spam-copy-ham-routine)
25081         (spam-move-ham-routine): Add code to copy/move ham or spam.
25082         (spam-fetch-field-fast): Improve doc and code, plus allow the
25083         'number request.
25084         (spam-list-of-checks, spam-list-of-statistical-checks):
25085         Remove variables.
25086         (spam-split, spam-find-spam): Use the new backend code.
25087         (spam-registration-functions): Remove variable.
25088         (spam-unregister-routine): Add convenience wrapper.
25089         (spam-log-undo-registration, spam-register-routine)
25090         (spam-log-processing-to-registry)
25091         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25092         where possible.
25093         (spam-check-gmane-xref, spam-check-regex-headers)
25094         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25095         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25096         (spam-check-bogofilter-headers, spam-check-spamoracle)
25097         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25098         (spam-check-crm114-headers): Use the spam-split-group that
25099         spam-split prepares, no need to determine it every time.
25101         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25102         to the nnheader-parse-naked-head call.
25104         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25106         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25107         the nnheader-nov-read-message-id call.
25109 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25111         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25112         gnus-activate-group twice.  Suggested by Markus Peter
25113         <warp@spin.de>.
25115 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25117         * gnus-art.el (gnus-article-time-format): Exchange the order of
25118         day and month in the default value; fix customization type.
25119         (article-date-ut): Use add-text-properties.
25120         (article-make-date-line): Use message-make-date instead of
25121         current-time-string.
25123         * message.el (message-fetch-field): Don't use set-text-properties.
25124         (message-make-date): Simplify.
25126         * messagexmas.el (message-xmas-make-date): New function.
25127         (message-xmas-redefine): Defalias message-make-date to it.
25129 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25131         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25132         (rfc2047-encode-region): Treat text within parentheses as special;
25133         show the original text when error has occurred.
25135         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25136         already-computed method to gnus-activate-group.
25138         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25139         same select-methods identical Lisp objects.
25141         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25142         object when modifying the info.
25144 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25146         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25147         gnus-opened-servers since it has never been opened with the new
25148         configuration yet.
25150 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25152         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25153         arg to nnheader-generate-fake-message-id.
25155 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25157         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25158         number and build a fake message ID localized to a group and
25159         article number (so it's repeatable from that point on).
25160         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25161         ID format.
25163         * gnus-sum.el (gnus-get-newsgroup-headers):
25164         Call nnheader-generate-fake-message-id with the article number.
25166 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25168         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25169         end-of-buffer.
25171 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25173         * message.el (message-ignored-supersedes-headers): Add Approved.
25175 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25177         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25178         goto-char.
25179         (rfc2047-encode): Fold the line before encoding.
25181 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25183         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25184         folding -- not all headers can be folded, and this should be done
25185         by the message composition mode.  Probably.  I think.
25187 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25189         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25190         fast.
25192         * gnus-ems.el (gnus-remove-image): Don't use
25193         message-text-with-property; remove only the image found first.
25195         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25196         found first.
25198 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25200         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25202 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25204         * message.el (message-text-with-property): Make it fast and accept
25205         optional arguments.
25206         (message-strip-forbidden-properties): Use it.
25207         (message-fix-before-sending): Follow the m-t-w-p change.
25209         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25211 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25213         * gnus-art.el (article-hide-headers): Don't change the buffer
25214         mistakenly when performing mml-preview even if
25215         gnus-single-article-buffer is nil.
25217 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25219         * message.el (message-expand-name-databases): New user option.
25220         (message-expand-name): Use it.
25222 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25224         * spam.el (spam-report-articles-resend)
25225         (spam-report-resend-register-routine): Allow ham reporting.
25226         (spam-report-resend-register-ham-routine): Add wrapper.
25227         (spam-registration-functions): Add ham resending functions.
25228         (spam-list-of-processors): Add ham resend processor.
25230         * gnus.el (ham-resend-to): Add new group parameter.
25231         (spam-process): Add ham resend option.
25233         * spam-report.el (spam-report-resend): Allow reporting ham.
25234         (spam-report-resend-ham): Add wrapper.
25236 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25238         * message.el (message-cite-articles-with-x-no-archive):
25239         New variable.
25240         (message-cite-original): Use it.
25242 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25244         * message.el (message-cite-original): Respect X-No-Archive.
25246 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25248         * gnus-art.el (article-hide-headers): Refer to the values for
25249         gnus-ignored-headers and gnus-visible-headers in the summary
25250         buffer since a user may have set them as group parameters.
25252 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25254         * assistant.el (assistant-node-name): Add convenience function.
25255         (assistant-render-text, assistant-render-node): Add error handling,
25256         plus handle multiple next nodes.
25257         (assistant-find-next-node): Comment out for now.
25258         (assistant-find-next-nodes): Add function, returns list of next
25259         nodes.
25261 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25263         * mail-source.el (mail-source-directory): Fix doc-string.
25265 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25267         * assistant.el (assistant-render-text, assistant-eval): Add :set
25268         widget type, which is different because it takes and returns a
25269         list.  Much hilarity ensues.
25271 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25273         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25275         * gnus-group.el (gnus-group-get-new-news-this-group):
25276         Add doc-string.
25278         * gnus-start.el (gnus-activate-group): Add doc-string.
25280 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25282         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25284 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25286         * assistant.el (assistant-render-text): Try to add a :set
25287         widget, more to come.
25289         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25290         strings.
25291         (spam-report-articles-resend)
25292         (spam-register-routine): Do registration iff any articles warrant
25293         it.
25294         (spam-summary-prepare-exit): Change log message for nil group
25295         destinations.
25297 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25299         * spam.el (spam-report-resend-register-routine):
25300         Allow spam-report-resend-to to be a group parameter or a global value.
25302 2004-05-26  Simon Josefsson  <jas@extundo.com>
25304         * starttls.el: Merge with my GNUTLS based starttls.el.
25305         (starttls-gnutls-program, starttls-use-gnutls)
25306         (starttls-extra-arguments, starttls-process-connection-type)
25307         (starttls-connect, starttls-failure, starttls-success):
25308         New variables.
25309         (starttls-program, starttls-extra-args): Doc fix.
25310         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25311         New functions.
25312         (starttls-negotiate, starttls-open-stream):
25313         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25314         function if it is set.
25316 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25318         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25319         structured fields.
25321 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25323         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25325 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25327         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25328         Add variable.
25329         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25330         assigning the spam-mark to new messages.
25332 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25334         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25336 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25338         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25340         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25341         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25342         default.
25344 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25346         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25347         correct data.
25349 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25351         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25352         (spam-group-processor-p): Fix function.
25353         (spam-group-processor-multiple-p)
25354         (spam-group-spam-processor-report-gmane-p)
25355         (spam-group-spam-processor-report-resend-p)
25356         (spam-group-spam-processor-bogofilter-p)
25357         (spam-group-spam-processor-blacklist-p)
25358         (spam-group-spam-processor-ifile-p)
25359         (spam-group-ham-processor-ifile-p)
25360         (spam-group-spam-processor-spamoracle-p)
25361         (spam-group-spam-processor-crm114-p)
25362         (spam-group-ham-processor-bogofilter-p)
25363         (spam-group-spam-processor-stat-p)
25364         (spam-group-ham-processor-stat-p)
25365         (spam-group-ham-processor-whitelist-p)
25366         (spam-group-ham-processor-BBDB-p)
25367         (spam-group-ham-processor-spamoracle-p)
25368         (spam-group-ham-processor-copy-p): Remove functions with some
25369         prejudice against unneeded code.
25370         (spam-report-articles-resend)
25371         (spam-report-resend-register-routine): Allow the group/topic
25372         spam-resend-to value to override spam-report-resend-to.
25373         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25374         properly now.
25376         * gnus.el (spam-resend-to): Add group/topic parameter.
25377         (spam-process): Move the OBSOLETE processors to the end of the
25378         choices.
25380 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25382         * spam-report.el (spam-report-resend-to, spam-report-resend):
25383         Start with resend-to set to nil, and then ask the user if necessary.
25384         (spam-report-resend): spam-report-resend takes a list of articles, not
25385         separate article numbers.
25387 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25389         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25390         addition to emacs-w3m.
25392 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25394         * assistant.el (assistant-authinfo-data): New function.
25395         (assistant-eval): Eval for entire assistant.
25397         * netrc.el (netrc-services-file): New variable.
25398         (netrc-parse-services): New function.
25399         (netrc-find-service-name): New function.
25400         (netrc-find-service-number): New function.
25401         (netrc-port-equal): New function.
25402         (netrc-machine): Use it.
25404         * nnimap.el (nnimap-open-connection): Use netrc.
25406         * gnus-util.el (gnus-netrc-get): Remove aliases.
25408         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25410         * assistant.el (wid-edit): Fix compilation.
25412         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25414 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25416         * gnus-util.el (gnus-set-file-modes): New function.  (small
25417         patch).
25419 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25421         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25423         * assistant.el (assistant-render-node): Fix up rendering and
25424         read-only text.
25425         (assistant-render-node): Reset.
25426         (assistant-make-read-only): Not sticky.
25428 2004-05-20  Danny Siu  <dsiu@adobe.com>
25430         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25431         centered even when gnus-auto-center-summary is t.
25433 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25435         * dns.el (dns-get-txt-answer): New function.
25436         (dns-read-txt): Ditto.
25437         (query-dns): Use it.
25439 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25441         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25442         active for foreign groups even if the group level is higher than
25443         the specified value.
25445 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25447         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25448         non-active groups.
25450         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25452 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25454         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25456 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25458         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25459         (spam-crm114-header, spam-crm114-spam-switch)
25460         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25461         (spam-crm114-positive-spam-header)
25462         (spam-crm114-database-directory, spam-list-of-processors)
25463         (spam-group-spam-processor-crm114-p)
25464         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25465         (spam-generic-score, spam-list-of-checks)
25466         (spam-list-of-statistical-checks, spam-registration-functions)
25467         (spam-check-crm114-headers, spam-crm114-score)
25468         (spam-check-crm114, spam-crm114-register-with-crm114)
25469         (spam-crm114-register-spam-routine)
25470         (spam-crm114-unregister-spam-routine)
25471         (spam-crm114-register-ham-routine)
25472         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25474 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25476         * gnus.el: Add spam-use-crm114.
25478         * spam.el (spam-list-of-processors, spam-registration-functions):
25479         Add spam-use-resend.
25480         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25481         (spam-report-articles-gmane): Add doc fix.
25482         (spam-report-articles-resend, spam-report-resend-register-routine):
25483         Add wrappers around spam-report-resend-to.
25485         * spam-report.el (spam-report-resend-to, spam-report-resend):
25486         Add support for resending spam.
25487         (spam-report-gmane): Fix line length >80.
25489         * gnus.el (spam-process): Add spam-use-resend.
25491 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25493         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25494         number of processed spam messages.
25495         (spam-ham-copy-or-move-routine): Return the number of processed
25496         ham messages.
25497         (spam-summary-prepare-exit): Use the above values to decide
25498         whether status messages shouled be displayed.
25500 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25502         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25503         `rfc2047-encoding-function-alist' in order to avoid conflicting
25504         with the old version.
25505         (rfc2047-encode-region): Concatenate words containing non-ASCII
25506         characters in structured fields; don't encode space-delimited
25507         ASCII words even in unstructured fields; don't break words at
25508         char-category boundaries.
25509         (rfc2047-encode-1): New function.
25510         (rfc2047-encode): Use it; encode text so that it occupies the
25511         maximum width within 76-column; work correctly on Q encoding for
25512         iso-2022-* charsets.
25513         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25514         sure not to break a line just after the header name.
25515         (rfc2047-b-encode-region): Remove.
25516         (rfc2047-b-encode-string): New function.
25517         (rfc2047-q-encode-region): Remove.
25518         (rfc2047-q-encode-string): New function.
25520         * mm-util.el (mm-replace-in-string): New function.
25522 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25524         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25525         Really get it right.
25526         (gnus-inews-make-draft): Really.
25528 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25530         * nnmh.el (nnmh-request-list-1): Don't check the link count
25531         before descending.  (small patch)
25533 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25535         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25536         stuff.
25538         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25539         Match on real group name.
25541         * gnus-art.el (gnus-signature-limit): Doc fix.
25543         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25545         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25547 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25549         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25550         isn't a string.
25552 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25554         * gnus-draft.el (gnus-draft-send):
25555         Bind rfc2047-encode-encoded-words.
25557         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25558         (rfc2047-encodable-p): Say that =? needs encoding.
25559         (rfc2047-encode-encoded-words): New variable.
25561         * gnus-group.el (gnus-group-select-group): Doc fix.
25563         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25565         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25566         to nil.
25568         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25570         * nnheader.el (nnheader-get-lines-and-char): New function.
25572 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25574         * gnus-msg.el (gnus-summary-followup-with-original):
25575         Document yanking of region when active.
25577 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25579         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25580         groups if the group level is higher than the specified value.
25582 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25584         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25585         (gnus-group-jump-to-group): Add prefix argument using
25586         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25587         non-active group.
25589         * compface.el (uncompface): Be verbose when changing
25590         `uncompface-use-external'.
25592         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25593         handle manual section.
25595 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25597         * gnus-art.el (gnus-button-alist): Revert previous change.
25599 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25601         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25603 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25605         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25606         whether backend can accept message.
25608         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25610 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25612         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25613         Avoid creating directory when nntp-marks-is-evil is true.
25614         Reported by Reiner Steib.
25616 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25618         * gnus-picon.el (gnus-picon-insert-glyph):
25619         Add optional `nostring' argument.
25621 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25623         * gnus-picon.el (gnus-picon-style): New variable.
25624         (gnus-picon-transform-address): Support `gnus-picon-style'.
25626 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25628         * message.el (message-fill-field): Return point.
25629         (message-generate-headers): Go to end of field.
25631         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25632         stuff for non-living groups.
25634 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25636         * gnus-art.el (gnus-article-followup-with-original)
25637         (gnus-article-reply-with-original): gnus-mark-active-p ->
25638         gnus-region-active-p.
25640 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25642         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25643         only when there is spam or ham to be processed.
25645 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25647         * mail-source.el (mail-source-delete-crash-box): Refactor.
25648         (mail-source-fetch): Use it.
25649         (mail-source-fetch-file): Ditto.
25650         (mail-source-fetch-directory): Run postscript in loop.
25651         (mail-source-fetch-pop): Delete.
25652         (mail-source-fetch-maildir): Ditto.
25653         (mail-source-fetch-imap): Ditto.
25655         * imap.el (imap-authenticators): Comment out sasl.
25657         * message.el (message-skip-to-next-address): New function.
25658         (message-fill-header-address): Refactor.
25659         (message-fill-address): Use it.
25660         (message-delete-address): Use it.
25661         (message-fill-header-general): Refactor.
25662         (message-fill-field-address): Rename.
25663         (message-narrow-to-field): Find the start of the header.
25664         (message-header-format-alist): Don't pre-fill.
25665         (message-fill-header): Remove.
25666         (message-insert-header): New function.
25667         (message-shorten-references): Use it.
25669         * rfc2047.el (rfc2047-field-value): Strip props.
25671         * mail-parse.el (mail-header-make-address): New alias.
25673         * ietf-drums.el (ietf-drums-make-address): New function.
25675         * imap.el: Add compiler directives.
25677         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25679         * gnus-art.el (article-decode-idna-rhs): Don't use
25680         message-idna-inside-rhs-p.
25682 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25684         * message.el (message-idna-inside-rhs-p): Remove.
25685         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25687         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25688         false positives.
25690 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25692         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25694 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25696         * nneething.el (nneething-file-name): Don't create spurious
25697         files.
25699         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25700         (gnus-inews-do-gcc): Remove sleep.
25702         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25703         part under point.
25705         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25706         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25708 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25710         * spam.el (spam-summary-prepare-exit): Fix (length).
25712 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25714         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25715         as expired without moving it" message when there are spam
25716         messages left.
25718 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25720         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25721         header is not nil.
25723 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25725         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25726         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25727         (nntp-marks-changed-p): New arg SERVER.
25728         (nntp-request-update-info): Adjust caller.
25730 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25732         * nntp.el (nntp-save-marks): Pass missing arg.
25734 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25736         * nntp.el: Support marks.
25737         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25738         (nntp-marks-modtime, nntp-marks-directory): New variables.
25739         (nntp-request-set-mark, nntp-request-update-info)
25740         (nntp-possibly-create-directory, nntp-marks-changed-p)
25741         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25742         New functions.
25744 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25746         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25747         (gnus-xmas-redefine): Rename.
25749         * gnus-score.el (gnus-score-insert-help):
25750         Use gnus-select-lowest-window.
25752         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25753         appt-select-lowest-window and rename to gnus-select-lowest-window.
25755         * gnus.el: do.
25757 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25759         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25760         encodings of MIME-encoded words, in order to improve
25761         interoperability with several broken MUAs.
25763 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25765         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25766         tags, only when charsets are not specified in headers.
25767         (mm-inline-text-html-render-with-w3m): Ditto.
25769         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25770         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25772 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25774         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25775         instead of MIME-decoded from fields when checking
25776         `gnus-article-address-banner-alist'.
25778 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25780         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25781         description rather than subject.
25783 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25785         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25787 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25789         * gnus.el (gnus-version-number): Bump.
25791 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25793         * gnus.el: No Gnus v0.2 is released.
25795 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25797         * gnus-agent.el (gnus-agent-read-agentview):
25798         Inline gnus-uncompress-range.
25800 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25802         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25803         `exec-installed-p'.
25805 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25807         * gnus.el (spam-process, spam-autodetect-methods):
25808         Add bsfilter and bsfilter-headers.
25810         * spam.el (spam-bsfilter): New customize group.
25811         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25812         (spam-bsfilter-header, spam-bsfilter-probability-header)
25813         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25814         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25815         (spam-bsfilter-database-directory): New options.
25816         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25817         (spam-list-of-statistical-checks, spam-registration-functions):
25818         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25819         (spam-bsfilter-score): New command.
25820         (spam-check-bsfilter-headers, spam-check-bsfilter)
25821         (spam-bsfilter-register-with-bsfilter)
25822         (spam-bsfilter-register-spam-routine)
25823         (spam-bsfilter-unregister-spam-routine)
25824         (spam-bsfilter-register-ham-routine)
25825         (spam-bsfilter-unregister-ham-routine): New functions.
25826         (spam-generic-score): Support bsfilter; Accept an optional argument
25827         to recalcurate spam score even if scoring header has already been
25828         added.
25829         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25830         optional argument to recalcurate spam score even if scoring header
25831         has already been added.
25833 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25835         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25836         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25837         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25838         link is missing.
25840 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25842         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25843         (html2text-get-attr): Rewrite.
25845         * message.el (message-setup-1): Remove redundant put-text-property
25846         on mail-header-separator.
25848 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25850         * gnus-registry.el (gnus-registry-cache-whitespace)
25851         (gnus-registry-action, gnus-registry-spool-action)
25852         (gnus-registry-split-fancy-with-parent): Change message levels
25853         from 5 to 3 or 7, as needed.
25855         * spam.el (spam-summary-prepare-exit)
25856         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25857         (spam-split, spam-find-spam, spam-log-undo-registration)
25858         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25859         level from 5 to 6.
25861 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25863         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25864         2004-03-04 change).
25866 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25868         * sieve-manage.el (sieve-manage-open):
25869         * nnweb.el (nnweb-insert-html):
25870         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25871         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25872         * nnspool.el (nnspool-request-group):
25873         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25874         * nnml.el (nnml-request-update-info):
25875         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25876         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25877         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25878         (nnimap-request-set-mark):
25879         * nnfolder.el (nnfolder-request-update-info):
25880         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25881         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25882         * gnus-uu.el (gnus-uu-find-articles-matching):
25883         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25884         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25885         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25886         * gnus-nocem.el (gnus-nocem-scan-groups):
25887         * gnus-int.el (gnus-start-news-server):
25888         * gnus-group.el (gnus-group-make-kiboze-group)
25889         (gnus-group-browse-foreign-server):
25890         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25891         Use mapc when appropriate.
25893 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25894             Adam Sjøgren  <asjo@koldfront.dk>
25895             Wes Hardaker  <wes@hardakers.net>
25896             Michael Shields  <shields@msrl.com>
25898         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25899         may need for spam sorting and scoring.
25900         (spam-user-format-function-S): Add user format function suitable for
25901         general use.
25902         (spam-article-sort-by-spam-status): Add sorting function for summary
25903         sorting.
25904         (spam-extra-header-to-number): Add function to get a score from a
25905         header.
25906         (spam-summary-score): Add function to get a numeric score from the
25907         headers.
25908         (spam-generic-score): Fix function doc, was in wrong place.
25909         (spam-initialize): Take symbols when it's run, and install the
25910         extra headers that spam-necessary-extra-headers thinks we need.
25912 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25914         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25915         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25917 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25919         * gnus-sum.el (gnus-set-global-variables)
25920         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25921         (gnus-article-get-xrefs, gnus-summary-best-group)
25922         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25923         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25924         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25925         Use with-current-buffer.
25927 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25929         * spam.el (spam-summary-prepare-exit): Simplify logic.
25930         (spam-fetch-article-header): Read the article header if it's not
25931         available.
25932         (spam-list-articles): Simplify logic.
25933         (spam-filelist-register-routine): Fix bug with unregister-list.
25935         * gnus-registry.el: Fix comments at beginning.
25937 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25939         * message.el (message-cater-to-broken-inn): Remove.
25940         (message-shorten-references): Make sure the total folded length of
25941         References is shorter than 998 characters to cater to a bug in INN
25942         2.3.  Also, don't pretend that references aren't folded -- this
25943         hasn't worked for a while.
25945 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25947         * gnus-agent.el (gnus-agentize):
25948         gnus-agent-send-mail-real-function no longer set to current value
25949         of message-send-mail-function but rather a lambda that calls
25950         message-send-mail-function.  The change makes the agent real-time
25951         responsive to user changes to message-send-mail-function.
25953 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25955         * legacy-gnus-agent.el
25956         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25957         help from Florian Weimer <fw@deneb.enyo.de>
25959 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25961         * nnmail.el (nnmail-cache-insert): Revert last change.
25963 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25965         * nnmail.el (nnmail-cache-insert): Always check whether
25966         nnmail-cache-ignore-groups matches a group name.
25968 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25970         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25971         (spam-find-spam, spam-log-processing-to-registry)
25972         (spam-log-registered-p, spam-log-unregistration-needed-p)
25973         (spam-log-undo-registration): Use gnus-message instead of
25974         gnus-error, none of these errors are fatal.
25976         * gnus-registry.el (gnus-registry-clean-empty-function)
25977         (gnus-registry-clean-empty): Remove only empty entries without
25978         extra data.
25980 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25982         * spam-stat.el (spam-stat-buffer-change-to-spam)
25983         (spam-stat-buffer-change-to-non-spam): Change (error) to
25984         (gnus-message 8) invocation.
25986 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25988         * nntp.el (nntp-via-netcat-command): New variable.
25989         (nntp-via-netcat-switches): New variable.
25990         (nntp-open-via-rlogin-and-netcat): New function.
25991         (nntp-open-connection-function): Doc fix.
25992         (nntp-telnet-command): Doc fix.
25993         (nntp-end-of-line): Doc fix.
25994         (nntp-via-rlogin-command): Doc fix.
25995         (nntp-via-user-name): Doc fix.
25996         (nntp-via-address): Doc fix.
25998 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26000         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26001         error in Emacs 21.1.
26003 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26005         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26007 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26009         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26010         (gnus-agent-with-refreshed-group): New macro.
26011         (gnus-agent-rename-group): New function.
26012         (gnus-agent-delete-group): New function.
26013         (gnus-agent-save-group-info): Use gnus-command-method when
26014         `method' parameter is nil.  Don't write nil entries into the
26015         active file.
26016         (gnus-agent-get-group-info): New function.
26017         (gnus-agent-fetch-articles):
26018         Use gnus-agent-update-files-total-fetched-for to increment disk space
26019         used.
26020         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26021         Use gnus-agent-update-view-total-fetched-for to increment disk space
26022         used.
26023         (gnus-agent-get-local): Add optional parameters to avoid calling
26024         gnus-group-real-name and gnus-find-method-for-group.
26025         (gnus-agent-set-local): Delete stored entry if either min, or max,
26026         are nil.
26027         (gnus-agent-fetch-session): Reworded error/quit messages.
26028         On quit, use gnus-agent-regenerate-group to record existance of any
26029         articles fetched to disk before the quit occurred.
26030         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26031         gnus-agent-update-view-total-fetched-for, and
26032         gnus-agent-update-files-total-fetched-for to decrement disk space
26033         used.
26034         (gnus-agent-retrieve-headers):
26035         Use gnus-agent-update-view-total-fetched-for to increment disk space
26036         used.
26037         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26038         with gnus-agent-update-files-total-fetched-for to decrement disk
26039         space and fresh group buffer.
26040         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26041         (gnus-agent-need-update-total-fetched-for): New variable.
26042         (gnus-agent-update-files-total-fetched-for): New function.
26043         (gnus-agent-update-view-total-fetched-for): New function.
26044         (gnus-agent-total-fetched-for): New function.
26046         * gnus-cache.el (gnus-cache-save-buffers):
26047         Use gnus-cache-update-overview-total-fetched-for to change disk space
26048         used by this group.
26049         (gnus-cache-possibly-enter-article):
26050         Use gnus-cache-update-file-total-fetched-for to increment disk space
26051         used by this group.
26052         (gnus-cache-possibly-remove-article):
26053         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26054         used by this group.
26055         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26056         (gnus-cache-rename-group): New function.
26057         (gnus-cache-delete-group): New function.
26058         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26059         (gnus-cache-need-update-total-fetched-for): New variable.
26060         (gnus-cache-with-refreshed-group): New macro.
26061         (gnus-cache-update-file-total-fetched-for): New function.
26062         (gnus-cache-update-overview-total-fetched-for): New function.
26063         (gnus-cache-rename-group-total-fetched-for): New function.
26064         (gnus-cache-delete-group-total-fetched-for): New function.
26065         (gnus-cache-total-fetched-for): New function.
26067         * gnus-group.el: Require gnus-sum and autoload functions to
26068         resolve warnings when gnus-group.el compiled alone.
26069         (gnus-group-line-format): Document new %F.
26070         (size of Fetched data) group line format; identifies disk space
26071         used by agent and cache.
26072         (gnus-group-line-format-alist): Define new F format.
26073         (gnus-total-fetched-for): New function.
26074         (gnus-group-delete-group): No longer update
26075         gnus-cache-active-altered as gnus-request-delete-group now keeps
26076         the cache in sync.
26077         (gnus-group-list-active): Let the agent store a server's active
26078         list if currently plugged.
26080         * gnus-int.el (gnus-request-delete-group):
26081         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26082         local disk in sync with the server.
26083         (gnus-request-rename-group):
26084         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26085         local disk in sync with the server.
26087         * gnus-start.el (gnus-get-unread-articles):
26088         Cosmetic simplification to logic.
26090         * gnus-util.el (gnus-rename-file): New function.
26092 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26094         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26096 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26098         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26099         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26101 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26103         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26104         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26106 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26108         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26110 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26112         * spam.el (spam-set-difference): Add function to replace
26113         gnus-set-difference in spam.el.
26114         (spam-summary-prepare-exit): Use spam-set-difference.
26116 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26118         * gnus-registry.el (gnus-registry-cache-file): Update to use
26119         gnus-dribble-directory OR gnus-home-directory OR ~.
26120         (gnus-registry-split-fancy-with-parent): Fix doc.
26122 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26124         * message.el (message-exchange-point-and-mark):
26125         Use message-mark-active-p.  Suggested by Jesper Harder
26126         <harder@ifa.au.dk>.
26128 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26130         * message.el (message-exchange-point-and-mark): Don't activate
26131         region if it was inactive.  Suggested by Hiroshi Fujishima
26132         <pooh@nature.tsukuba.ac.jp>.
26134 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26136         * gnus-art.el (article-display-face): Display Faces in the same
26137         order as X-Faces.
26139 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26141         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26143 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26145         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26146         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26147         (gnus-article-mime-hierarchy): Remove.
26148         (gnus-article-mime-hierarchy-next): Remove.
26149         (gnus-article-mode): Revert 2004-03-19 change.
26150         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26151         (gnus-insert-mime-button): Revert 2004-03-19 change.
26152         (gnus-mime-accumulate-hierarchy): Remove.
26153         (gnus-mime-enter-multipart): Remove.
26154         (gnus-mime-leave-multipart): Remove.
26155         (gnus-mime-display-part): Revert 2004-03-19 change.
26156         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26158         * mml.el (mml-preview): Revert 2004-03-19 change.
26160 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26162         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26164 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26166         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26167         t while entering a file name using the mm-with-multibyte macro.
26168         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26170         * mm-util.el (mm-with-multibyte): New macro.
26172 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26174         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26175         New user option.
26176         (gnus-mime-multipart-functions): Doc and customization fix.
26177         (gnus-article-mime-hierarchy): New variable.
26178         (gnus-article-mime-hierarchy-next): New variable.
26179         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26180         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26181         gnus-article-mime-hierarchy-next to nil.
26182         (gnus-insert-mime-button): Show hierarchy numbers.
26183         (gnus-mime-accumulate-hierarchy): New function.
26184         (gnus-mime-enter-multipart): New function.
26185         (gnus-mime-leave-multipart): New function.
26186         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26187         (gnus-mime-display-alternative): Show hierarchy numbers.
26189         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26190         gnus-article-mime-hierarchy-next to nil.
26192 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26194         * dns.el: Don't require gnus-xmas.
26196 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26198         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26199         inline PGP.
26200         (mml-menu): Disable mml-quote-region if mark is inactive.
26202 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26204         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26205         when the group's active is not available.
26207 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26209         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26210         error.
26212 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26214         * imap.el (imap-store-password): New variable.
26215         (imap-interactive-login): Use it.
26216         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26218 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26220         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26221         window-start and hscroll to summary window.
26223 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26225         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26226         conversion message to newsrc-dribble when an actual conversion is
26227         performed.
26229 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26231         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26233 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26235         * mm-decode.el (mm-complicated-handles): New function reviving
26236         former definition of mm-multiple-handles.
26238         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26239         (gnus-mime-delete-part): Use it.
26241 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26243         * gnus-agent.el (gnus-agent-read-local):
26244         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26245         avoid the implicit assumption that they will always be equal.
26246         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26247         coding-system-for-write, as the with-temp-file macro first prints
26248         to a buffer then saves the buffer.
26250 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26252         * gnus-art.el (gnus-article-edit-part): New function.
26253         (gnus-mime-save-part-and-strip): Use it; do query instead of
26254         signaling an error; don't use mm-multiple-handles.
26255         (gnus-mime-delete-part): Ditto.
26257 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26259         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26260         old file versions.
26261         (gnus-group-prepare-hook): Remove function that converted list
26262         form of gnus-agent-expire-days to group properties.
26264         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26265         (gnus-request-accept-article): Re-indented.
26267         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26268         converters to handle old agent file formats.  Add logic for a
26269         "backup before upgrading warning".
26270         (gnus-convert-mark-converter-prompt): Developers can mark
26271         functions as needing (default), or not needing,
26272         gnus-convert-old-newsrc's "backup before upgrading warning".
26273         (gnus-convert-converter-needs-prompt): Tests whether the user
26274         should be protected from potentially irreversable changes by the
26275         function.
26277         * legacy-gnus-agent.el: New.  Provides converters that are only
26278         loaded when gnus-convert-old-newsrc needs to call them.
26280 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26282         * mail-source.el (mail-source-touch-pop): Doc fix.
26284         * message.el (message-smtpmail-send-it): Doc fix.
26286 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26288         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26290         * nnmail.el (nnmail-split-fancy): do.
26292         * gnus-kill.el (gnus-kill, gnus-execute): do.
26294 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26296         * gnus-sum.el (gnus-widget-reversible-match)
26297         (gnus-widget-reversible-to-internal)
26298         (gnus-widget-reversible-to-external): New functions.
26299         (gnus-widget-reversible): New widget.
26300         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26302 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26304         * gnus-sum.el (gnus-thread-sort-functions)
26305         (gnus-article-sort-functions): Document `(not F)' items.
26307 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26309         * spam.el (spam-use-gmane-xref): Add new backend.
26310         (spam-gmane-xref-spam-group): Add variable to control the name of the
26311         Gmane spam group.
26312         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26313         (spam-regex-headers-spam, spam-regex-headers-ham)
26314         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26315         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26316         backends and checks.
26317         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26319         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26320         an autodetect method.
26322 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26324         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26325         articles are being added to a group.
26326         (gnus-request-replace-article): Inform the agent that articles
26327         need to be uncached as the cached contents are no longer valid.
26329 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26331         * binhex.el: Don't autoload executable-find.
26333         * canlock.el: Don't autoload mail-fetch-field.
26335         * dgnushack.el: Autoload c-mode for XEmacs.
26337         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26339         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26340         rmail-dont-reply-to and rmail-output.
26342         * gnus-score.el: Don't autoload ffap-string-at-point.
26344         * gnus-setup.el: Don't autoload sc-cite-original.
26346         * imap.el: Don't autoload base64-decode-string,
26347         base64-encode-string and md5.
26349         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26350         and rmail-msg-restore-non-pruned-header.
26352         * mm-decode.el: Don't autoload executable-find.
26354         * mm-url.el: Don't autoload executable-find.
26356         * mm-view.el: Don't autoload diff-mode.
26358         * nndb.el: Don't autoload news-reply-mode, news-setup,
26359         cancel-timer and telnet.
26361         * password.el: Don't autoload run-at-time for Emacs.
26363         * sha1-el.el: Don't autoload executable-find.
26365         * sieve-mode.el: Don't autoload c-mode.
26367         * uudecode.el: Don't autoload executable-find.
26369 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26371         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26372         (gnus-agent-possibly-alter-active): Avoid null in numeric
26373         comparison.
26374         (gnus-agent-set-local): Refuse to save null in local object table.
26375         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26376         list of articles that will be marked as unread.
26378 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26380         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26382 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26384         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26385         language tags.
26387 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26389         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26390         Don't bind "obarray".
26392         * gnus-sum.el (gnus-thread-sort-functions):
26393         Add `gnus-thread-sort-by-most-recent-number' and
26394         `gnus-thread-sort-by-most-recent-date'.
26395         Reported by Kai Grossjohann <kai@emptydomain.de>.
26397 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26399         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26401 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26403         * gnus-cus.el (gnus-agent-customize-category):
26404         Remove ignore-errors macro reference that required cl to be loaded at
26405         run-time.
26407         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26408         single-interval range of the form (min . max).  Previously the
26409         range had to look like ((min . max)).  Likewise, return
26410         (min . max) rather than ((min . max)).
26411         (gnus-range-map): Use gnus-range-normalize to accept
26412         single-interval range.
26414         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26415         the cache, but not the agent, now appear with their usual face.
26417         * dgnushack.el (loaddir): New variable that is bound to the
26418         directory containing the dgnushack.el file.  Use loaddir, rather
26419         than srcdir, to update load-path.  Change lets dgnushack compile
26420         code in directories other than GNUS/lisp.
26422 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26424         * lpath.el: Don't bind w3m-safe-url-regexp.
26426         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26427         w3m-safe-url-regexp variable buffer-local.
26429         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26431 2004-02-27  Simon Josefsson  <jas@extundo.com>
26433         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26434         gnus-group-real-prefix.
26435         (gnus-summary-move-article): Use it, instead of
26436         gnus-group-real-prefix.
26438 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26440         * lpath.el: Bind w3m-safe-url-regexp.
26442         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26443         w3m-safe-url-regexp variable buffer-local and set it as the value
26444         of mm-w3m-safe-url-regexp.
26446         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26448         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26449         parsing gnus-posting-styles when the message is not for replying.
26451         * dgnushack.el: Autoload sgml-mode for XEmacs.
26453         * nnrss.el (nnrss-opml-export):
26454         Use mm-set-buffer-file-coding-system instead of
26455         set-buffer-file-coding-system.
26457 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26459         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26460         of checkdoc.el).
26461         * nnrss.el: do.
26462         * gnus-mlspl.el: do.
26463         * gnus-ml.el: do.
26464         * gnus-srvr.el: do.
26466         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26468 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26470         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26471         Corrections to custom-manual links.
26473         * gnus-art.el (gnus-article): Ditto.
26475         * mm-decode.el (mime-display, mime-security): Ditto.
26477 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26479         * flow-fill.el: Typo.
26481 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26483         * spam-wash.el: New file.
26485 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26487         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26489 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26491         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26492         to be run with new-articles as LIST1, not LIST2.
26493         (spam-registration-functions): Add spam-use-ham-copy as a nil
26494         registration backend.
26496 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26498         * spam-stat.el (spam-stat-washing-hook): New option.
26499         (spam-stat-buffer-words): Use it.
26500         (spam-stat-process-directory, spam-stat-test-directory):
26501         Use insert-file-contents-literally.
26502         (spam-stat-coding-system): New variable.
26503         (spam-stat-load, spam-stat-save): Use it.
26505 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26507         * spam-report.el (spam-report-plug-agent):
26508         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26510 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26512         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26513         Allow / in mailto URLs.
26515 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26517         * spam-report.el (spam-report-process-queue): Fix interactive use.
26518         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26519         (spam-report-unplug-agent): Doc fixes.
26520         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26521         (spam-report-agentize, spam-report-deagentize): Autoload.
26523 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26525         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26527         * message.el (message-setup-fill-variables): Add mml tags to
26528         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26529         <ajk@iu.edu>.
26530         (message-mode): Don't modify paragraph-separate there.
26532 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26534         * compface.el (uncompface-use-external): Default to undecided.
26535         (uncompface-use-external-threshold): New variable.
26536         (uncompface-float-time): New macro.
26537         (uncompface): Determine whether to use the external decoder if
26538         uncompface-use-external is undecided.
26540 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26542         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26543         after images.
26545         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26547 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26549         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26551         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26553         * gnus-sum.el (gnus-summary-limit-to-age)
26554         (gnus-summary-limit-children): do.
26556         * gnus-int.el (gnus-request-scan): do.
26558         * gnus-group.el (gnus-group-suspend): do.
26560         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26562         * gnus-cite.el (gnus-cite-parse-attributions): do.
26564         * gnus-agent.el (gnus-summary-set-agent-mark)
26565         (gnus-agent-regenerate-group): do.
26567         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26569         * binhex.el (binhex-decode-region-internal): do.
26571 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26573         * gnus-fun.el (gnus-face-properties-alist): New user option.
26574         (gnus-display-x-face-in-from): Use it.
26576         * gnus-art.el (article-display-face): Ditto.
26578         * compface.el (uncompface-use-external): Default to nil.
26580 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26582         * nntp.el (nntp-erase-buffer): New function.
26583         (nntp-retrieve-data, nntp-send-command)
26584         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26585         (nntp-possibly-change-group): Use it.
26587         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26588         Use with-current-buffer.
26590 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26592         * compface.el: Merge the ELisp-based uncompface program.
26593         (compface): New customization group.
26594         (uncompface-use-external): New user option.
26595         (uncompface): Call uncompface-internal if uncompface-use-external
26596         is nil.
26597         (uncompface-internal): New function.  Note that there are also
26598         some other functions and variables added for this function.
26600 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26602         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26603         if necessary.
26605 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26607         * spam-report.el (spam-report-unplug-agent)
26608         (spam-report-plug-agent, spam-report-deagentize)
26609         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26610         Add support for the Agent in spam-report: when unplugged, report to a
26611         file; when plugged, submit all the requests.
26613         * spam.el (spam-register-routine): Fix message about
26614         registration.
26616 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26618         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26619         dependencies.
26620         (rfc2047-encode): Use it.
26622         * gnus-art.el (gnus-button-marker-list): Move before first
26623         reference.
26625         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26626         (imap-parse-body): Fix format string mismatch.
26628         * gnus-score.el (gnus-summary-increase-score): do.
26630         * nnrss.el (nnrss-close): New function.
26632 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26634         * nnrss.el (nnrss-make-filename): New function.
26635         (nnrss-request-delete-group, nnrss-read-server-data)
26636         (nnrss-save-server-data, nnrss-read-group-data)
26637         (nnrss-save-group-data): Use it.
26638         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26639         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26640         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26642 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26644         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26646 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26648         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26649         files.
26651         * message.el (message-generate-headers-first): Don't quote nil
26652         and t in docstrings.
26654         * imap.el (imap-id): do.
26656         * gnus-agent.el (gnus-agent-consider-all-articles)
26657         (gnus-agent-queue-mail): do.
26659 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26661         * spam-report.el (spam-report-process-queue): New function.
26662         Process requests from `spam-report-requests-file'.
26663         (spam-report-process-queue): Doc fix.
26665 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26667         * spam.el (spam-register-routine)
26668         (spam-log-processing-to-registry, spam-log-registered-p)
26669         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26670         Change "check" to "spam-check" for semi-clarity.
26672 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26674         * pop3.el: Require nnheader.
26676         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26678         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26680         * gnus-picon.el: Require cl.
26682         * gnus-fun.el: Require gnus-ems and gnus-util.
26684         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26686         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26688         * gnus-art.el (gnus-article-edit-mode): Define before first
26689         reference.
26691 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26693         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26694         (gnus-uu-post-encoded): Use point-at-bol.
26696         * gnus-topic.el (gnus-group-active-topic-p): do.
26698         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26700         * gnus-group.el (gnus-group-kill-region): do.
26702         * gnus-art.el (article-date-ut): do.
26704         * message.el (message-fetch-field): Remove redundant
26705         case-fold-search binding.
26706         (message-narrow-to-field): Simplify.
26708 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26710         * spam.el (spam-directory): Derive from `gnus-directory'.
26712         * spam-report.el (spam-report-url-to-file)
26713         (spam-report-requests-file): New function and variable for offline
26714         reporting.
26715         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26716         and user defined function.
26717         (spam-report-url-ping-mm-url): Remove doubled slash.
26719 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26721         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26723 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26725         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26726         Fix format string mismatch.
26728         * sieve.el (sieve-deactivate-all): do.
26730         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26732         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26734         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26736         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26738 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26740         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26741         the list of checks.
26743 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26745         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26746         padding.
26748 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26750         * mm-view.el (mm-fill-flowed): New variable.
26751         (mm-inline-text): Use it.
26753 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26755         * spam.el (spam-spamassassin-register-ham-routine)
26756         (spam-spamassassin-register-spam-routine): Fix function names.
26758 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26760         * gnus.el (gnus-tmp-grouplens): Remove.
26761         (gnus-summary-line-format): Remove grouplens.
26763         * gnus-group.el (gnus-group-line-format): Ditto.
26765         * gnus-spec.el (gnus-format-specs): Ditto.
26766         (gnus-update-format-specifications): Flush the group format spec
26767         cache if there's the grouplens stuff.
26768         (gnus-parse-simple-format): Replace %l with the empty string.
26770 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26772         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26773         omission.
26775 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26777         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26778         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26780 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26782         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26783         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26784         New macros and functions.
26785         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26786         Handle > NLINK_MAX messages.
26787         * nnmaildir.el (nnmaildir-request-set-mark):
26788         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26790 2004-01-25  Alex Schroeder  <alex@gnu.org>
26792         * spam-stat.el (spam-stat-process-directory-age): New option.
26793         (spam-stat-process-directory): Use it.
26795 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26797         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26798         (spam-stat-save): Accept prefix argument.
26800 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26802         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26803         links" error.
26805 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26807         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26808         the rest of the and/or forms.
26810 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26812         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26813         compatibility with old .newsrc.eld files.
26815         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26817         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26819         * gnus-start.el (gnus-1): do.
26821         * gnus-group.el (gnus-group-line-format-alist): do.
26823         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26825         * gnus-gl.el: Remove.
26827 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26829         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26830         marks consisting of a single range {for example, (3 . 5)} rather
26831         than a list of a single range { ((3 . 5)) }.
26833 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26835         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26836         Use with-current-buffer.
26837         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26838         avoid consing a string.
26840         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26841         Remove obsolete entries for big5 and gb2312.
26843 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26845         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26846         uncompressed list.
26848 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26850         * spam-stat.el (spam-stat-strip-xref): New function.
26851         (spam-stat-process-directory): Use it.
26853         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26854         here -- it's done in message-fetch-field.
26856 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26858         * gnus-agent.el (gnus-agent-queue-mail)
26859         (gnus-agent-prompt-send-queue): New variables.
26860         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26861         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26862         "nndraft:queue" along to gnus-draft-send.
26863         Use gnus-agent-prompt-send-queue.
26864         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26865         is "nndraft:queue".  Suggested by Gaute Strokkenes
26866         <gs234@srcf.ucam.org>
26868         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26869         (agent-enable-undownloaded-faces): Add.
26870         (gnus-agent-cat-groups): Use eval-and-compile, not
26871         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26872         method of gnus-agent-cat-groups even when the buffer has been
26873         evaled.
26874         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26875         delete gnus-agent-save-active-1.
26876         (gnus-agent-save-groups): Delete.  Identical to
26877         gnus-agent-save-active.
26878         (gnus-agent-write-active): No longer adjust agent's copy of active
26879         file as agent's adjustments are now stored in their own
26880         file.  Remove optional parameter.
26881         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26882         servers.  Add use of min/max range limits from server's local
26883         file.
26884         (gnus-agent-save-alist): Remove unused optional argument.
26885         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26886         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26887         (gnus-agent-set-local): A per-server file that keeps min/max range
26888         limits for articles known to the agent.  Provides a fast mechanism
26889         for altering many active ranges.
26890         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26891         active file (local makes it unnecessary).
26892         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26894         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26895         (agent-enable-undownloaded-faces): Add.
26897         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26898         disable it when sending to "nndraft:queue".
26899         (gnus-group-send-queue): Add safety check to avoid sending queue
26900         when unplugged.
26902         * gnus-group.el (gnus-group-catchup): Use new
26903         gnus-sequence-of-unread-articles, not
26904         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26905         numbers of articles.  Use gnus-range-map to avoid having to
26906         uncompress the unread list.
26907         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26908         Fix invalid ange-ftp reference.
26910         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26911         (gnus-sorted-range-intersection): Intersection of two ranges
26912         without requiring that they first be uncompressed.
26914         * gnus-start.el (gnus-activate-group): Unless blocked by the
26915         caller, possibly expand the active range to include both cached
26916         and agentized articles.
26917         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26918         multiple version-dependent converters.
26919         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26920         gnus-agent-save-active.
26921         (gnus-save-newsrc-file): Save dirty agent range limits.
26923         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26924         gnus-agent-possibly-alter-active.
26925         (gnus-adjust-marked-articles): Faster handling of simple lists.
26927 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26929         * spam-stat.el (spam-stat-test-directory): New optional argument
26930         displays a list of files detected.  Suggested by Andrew Cohen
26931         <cohen@andy.bu.edu>.
26932         (spam-stat-buffer-words-with-scores): Don't narrow and change
26933         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26935 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26937         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26938         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26939         (spam-spamassassin-arguments)
26940         (spam-spamassassin-spam-flag-header)
26941         (spam-spamassassin-positive-spam-flag-header)
26942         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26943         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26944         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26945         (spam-list-of-processors, spam-list-of-checks)
26946         (spam-list-of-statistical-checks, spam-registration-functions)
26947         (spam-check-spamassassin-headers, spam-check-spamassassin)
26948         (spam-spamassassin-score)
26949         (spam-spamassassin-register-with-sa-learn)
26950         (spam-spamassassin-register-spam-routine)
26951         (spam-spamassassin-register-ham-routine)
26952         (spam-assassin-register-spam-routine)
26953         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26954         (spam-bogofilter-score): Fix to show article before scoring.
26956 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26958         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26959         default scoring function.
26960         (spam-generic-score): Call spam-spamassassin-score if
26961         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26962         spam-bogofilter-score otherwise.
26964         * gnus.el (spam-process, spam-autodetect-methods):
26965         Add spamassassin and spamassassin-headers.
26967 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26969         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26970         Suppress unnecessary messages.
26972 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26974         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26975         make-hash-table.
26977 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26979         * canlock.el (base64-encode-string): Don't autoload it.
26981 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26983         * run-at-time.el: Remove useless (require 'itimer),
26984         eval-and-compile and (featurep 'xemacs).
26986 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26988         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26989         GROUP is a virtual group.
26991 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26993         * gnus.el: Autoload `message-y-or-n-p'.
26995 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26997         * pgg-parse.el: Remove unnecessary (require 'custom).
26999         * pgg-def.el: do.
27001         * nnmail.el: do.
27003         * gnus-undo.el: do.
27005         * gnus-picon.el: do.
27007         * gnus-util.el: do.
27009 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27011         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27013 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27015         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27016         handle, as well as a list.
27018         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27019         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27020         (mm-w3m-cid-retrieve): Simplify.
27022 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27024         * message.el (message-kill-to-signature): Allow prefix arg to
27025         specify number of lines to keep before signature.
27027 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27029         * message.el (message-kill-to-signature): Change docstring.
27031 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27033         * canlock.el: Always require sha1-el.
27034         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27036         * message.el: Autoload sha1 only when compiling.
27038         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27039         eudc-expand-inline for XEmacs.
27041 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27043         * message.el (message-canlock-generate): Require sha1-el.
27045 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27047         * message.el (message-expand-name): Silence the byte compiler.
27049         * lpath.el: Add detect-coding-system.
27051         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27052         cus-edit.
27054 2004-01-13  Simon Josefsson  <jas@extundo.com>
27056         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27057         Invoke gnus-score-mode.
27058         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27060         * gnus-range.el (gnus-compress-sequence): Doc fix.
27061         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27063 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27065         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27067 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27069         * spam.el (spam-get-article-as-string): Update to use
27070         gnus-request-article-this-buffer, much simpler.
27071         (spam-get-article-as-buffer): Remove.
27073 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27075         * message.el (message-expand-name): Use EUDC if the user uses that.
27077 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27079         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27080         character for the encoding to avoid consing a string.
27082         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27083         unnecessarily.
27085         * mm-util.el (mm-replace-chars-in-string): Remove.
27087         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27088         of mm-replace-chars-in-string.
27090 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27092         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27094         * mm-util.el (mm-subst-char-in-string): Support inplace.
27096         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27097         a new string in every iteration.  Use shy groups.
27099 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27101         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27102         * gnus-soup.el (gnus-soup-group-brew):
27103         * gnus-msg.el (gnus-put-message):
27104         * gnus-move.el (gnus-group-move-group-to-server):
27105         * gnus-kill.el (gnus-batch-score):
27106         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27107         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27108         (gnus-group-update-group, gnus-group-read-group)
27109         (gnus-group-make-group, gnus-group-make-help-group)
27110         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27111         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27112         (gnus-group-sort-by-unread, gnus-group-catchup)
27113         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27114         (gnus-group-yank-group, gnus-group-set-info)
27115         (gnus-group-list-groups):
27116         * gnus.el (gnus-generate-new-group-name):
27117         * gnus-delay.el (gnus-delay-send-queue):
27118         * nnvirtual.el (nnvirtual-catchup-group):
27119         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27120         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27121         (gnus-group-prepare-topics, gnus-topic-check-topology):
27122         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27123         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27124         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27125         (gnus-group-make-articles-read):
27126         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27127         (gnus-group-change-level, gnus-kill-newsgroup)
27128         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27129         (gnus-get-unread-articles, gnus-make-articles-unread)
27130         (gnus-make-ascending-articles-unread): Use accessor
27131         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27132         to get group information for improved readability.
27135 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27137         * gnus-art.el (article-decode-mime-words, article-babel)
27138         (gnus-article-highlight-signature, gnus-article-add-buttons)
27139         (gnus-signature-toggle): Use gnus-with-article-buffer.
27141         * gnus-art.el (gnus-article-highlight-headers)
27142         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27144         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27145         (gnus-article-set-globals, gnus-request-article-this-buffer)
27146         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27147         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27148         (gnus-mime-display-alternative): Use with-current-buffer.
27150 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27152         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27153         also under 80 char limit, and call gnus-error if needed.
27154         (spam-fetch-article-header): Fix - it was a
27155         buffer-local variable (gnus-newsgroup-data).
27156         (spam-find-spam): Use spam-generate-fake-headers, forget about
27157         spam-insert-fake-headers.
27158         (spam-insert-fake-headers): Remove.
27160 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27162         * deuglify.el (gnus-article-outlook-unwrap-lines)
27163         (gnus-outlook-rearrange-article)
27164         (gnus-outlook-repair-attribution-outlook)
27165         (gnus-outlook-repair-attribution-block)
27166         (gnus-outlook-repair-attribution-other): Remove redundant
27167         save-excursion.
27169 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27171         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27172         (spam-fetch-field-subject-fast)
27173         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27174         (spam-fetch-article-header): Add functions to deal with Gnus
27175         internals for fast retrieval of article header data.
27176         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27178 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27180         * pop3.el (pop3-md5): Remove.
27181         (pop3-apop): Replace pop3-md5 with md5.
27183         * mm-bodies.el: base64 is always built-in.
27185         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27186         Use with-current-buffer.
27188 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27190         * canlock.el (canlock-insert-header): Remove excessive grouping in
27191         regexp.
27193         * gnus-sum.el (gnus-summary-read-document): Ditto.
27195         * gnus-uu.el (gnus-uu-part-number): Ditto.
27197         * html2text.el (html2text-remove-tags): Ditto.
27198         (html2text-format-tags): Ditto.
27199         (html2text-format-single-elements): Ditto.
27201         * mml.el (mml-parse-1): Ditto.
27203 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27205         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27207         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27209         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27211         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27213 2003-11-15  Simon Josefsson  <jas@extundo.com>
27215         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27216         (pgg-gpg-lookup-key): Use regexp match instead of
27217         split-string (split-string is different between emacs 21.2 and
27218         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27220 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27222         * gnus-art.el (gnus-mime-view-all-parts)
27223         (gnus-article-part-wrapper, gnus-article-view-part):
27224         Use with-current-buffer.
27226 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27228         * spam.el (spam-disable-spam-split-during-ham-respool)
27229         (spam-spamoracle-database, spam-cache-lookups)
27230         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27231         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27232         (spam-group-ham-marks, spam-group-spam-marks)
27233         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27234         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27235         also add spam-use-blackholes to the statistical checks.
27236         (spam-fetch-field-fast): Add interface to fetching fields, may
27237         become a macro.
27238         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27239         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27240         (spam-insert-fake-headers): Fake an article when needed.
27241         (spam-find-spam): Fake article when possible.
27242         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27243         (spam-check-bogofilter-headers): Use message-fetch-field instead
27244         of nnmail-fetch-field.
27246 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27248         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27250 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27252         * spam.el (spam-split): Do not require spam-use-CHECK to be
27253         enabled if that check is passed to spam-split explicitly; also
27254         fix so 'spam doesn't get converted to spam-split-group when
27255         spam-split-symbolic-return is t.
27256         (spam-find-spam): Find registrations of the article and use those
27257         instead of re-running spam-split to find the spam/ham
27258         classification of the article.
27259         (spam-log-processing-to-registry, spam-log-registered-p)
27260         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27261         Use gnus-error instead of gnus-message.
27262         (spam-log-registration-type): Add function to determine the
27263         classification of a message based on registry entries; will
27264         return nil if both 'spam and 'ham are found.
27265         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27266         a reasonably fast local cache without the loading errors.
27267         (spam-cache-lookups): Set to t by default.
27268         (spam-find-spam): Don't try to guess spam-cache-lookups.
27269         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27270         spam-caches entry.
27271         (spam-filelist-build-cache, spam-filelist-check-cache):
27272         Fix caching of whitelist/blacklist entries.
27273         (spam-check-whitelist, spam-check-blacklist):
27274         Invoke spam-from-listed-p with a type, not a cache variable.
27275         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27277 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27279         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27281         * nnmail.el (nnmail-split-fancy): do.
27283         * mml.el (mml-parse): do.
27285         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27286         (gnus-score-adaptive): do.
27288 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27290         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27291         (gnus-mime-button-map): Don't set keymap parent.
27292         (gnus-button-ctan-directory-regexp): Use shy grouping.
27293         (gnus-prev-page-map): Don't set keymap parent.
27294         (gnus-prev-page-map): Remove duplicated one.
27295         (gnus-next-page-map): Don't set keymap parent.
27296         (gnus-mime-security-button-map): Ditto.
27298         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27299         version number.
27301         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27303 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27305         * canlock.el (canlock-sha1-function): Remove.
27306         (canlock-sha1-function-for-verify): Remove.
27307         (canlock-openssl-program): Remove.
27308         (canlock-openssl-args): Remove.
27309         (canlock-ignore-errors): Remove.
27310         (canlock-sha1-with-openssl): Remove.
27311         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27312         (canlock-verify): Don't use canlock-ignore-errors.
27314         * sha1-el.el (sha1-string-external): Make it can return a string
27315         in binary form.
27316         (sha1-region-external): Ditto.
27317         (sha1-string-internal): Ditto.
27318         (sha1-region-internal): Ditto.
27319         (sha1-region): Ditto.
27320         (sha1-string): Ditto.
27321         (sha1): Ditto.
27323 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27325         * spam.el (spam-report-articles-gmane): New command.
27327 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27329         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27331         * run-at-time.el (run-at-time-saved): Remove.
27332         (run-at-time): Doc fix.
27334 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27336         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27337         (gnus-summary-limit-map): Add it.
27338         (gnus-summary-make-menu-bar): do.
27340 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27342         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27343         Make attempt at some caching support (done for BBDB only now).
27344         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27345         addresses to be checked.
27346         (spam-clear-cache-BBDB): Add function, to be invoked by
27347         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27348         (spam-check-BBDB): Check and use the caches, if
27349         spam-cache-lookups is on, remove superfluous (provide).
27351 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27353         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27355 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27357         * run-at-time.el (run-at-time-saved): Move to after the definition
27358         of `run-at-time'.
27360         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27362 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27364         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27365         mm-w3m-local-map-property.
27367         * mm-view.el (mm-w3m-mode-map): Remove.
27368         (mm-w3m-local-map-property): Remove.
27369         (mm-inline-text-html-render-with-w3m): Don't use
27370         mm-w3m-local-map-property.
27372 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27374         * run-at-time.el: New file.
27376         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27377         under Emacs.
27379         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27380         of gnus-set-text-properties.
27382         * gnus-uu.el (gnus-uu-save-article): Ditto.
27384         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27386         * gnus-cite.el (gnus-cite-parse): Ditto.
27388         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27389         of gnus-.
27391         * gnus-xmas.el (run-at-time): Require run-at-time.
27393         * gnus.el: Change calls to nnheader-run-at-time and
27394         password-run-at-time throughout to use run-at-time directly.
27396         * password.el: Remove definition of run-at-time.
27398         * nnheaderxm.el: Remove definition of run-at-time.
27400 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27402         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27403         in prompt.
27405 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27407         * messagexmas.el (message-xmas-redefine): Alias
27408         `message-make-caesar-translation-table' to
27409         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27410         version.
27412         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27413         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27414         `gnus-xmas-set-text-properties'.
27415         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27416         `gnus-xmas-completing-read'.
27417         (gnus-xmas-completing-read): Removed.
27418         (gnus-xmas-open-network-stream): Removed.
27420         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27421         XEmacs version.
27423         * dns.el (dns-make-network-process): Use `open-network-stream'
27424         instead of `gnus-xmas-open-network-stream'.
27426         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27428         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27430 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27432         * gnus-art.el (gnus-mime-display-alternative)
27433         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27434         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27435         Don't use gnus-local-map-property.
27437         * gnus-util.el (gnus-local-map-property): Remove.
27439         * mm-view.el (mm-view-pkcs7-decrypt):
27440         Replace gnus-completing-read-maybe-default with completing-read.
27442         * gnus-util.el (gnus-completing-read): do.
27443         (gnus-completing-read-maybe-default): Remove.
27445 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27447         * password.el: Only autoload `run-at-time' if not XEmacs.
27448         Only autoload the itimer functions if XEmacs.
27450 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27452         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27453         XEmacsen.
27455         * dgnushack.el: Autoload executable-find for XEmacs.
27457 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27459         * gnus-art.el (gnus-read-string): Remove.
27460         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27461         read-string.
27463 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27465         * netrc.el: Autoload password-read.
27466         (netrc): Add configuration group.
27467         (netrc-encoding-method, netrc-openssl-path):
27468         Add variables for encoding and decoding of files with symmetric
27469         ciphers.
27470         (netrc-encode): Add assistant function to encode a file with
27471         netrc-encoding-method.
27472         (netrc-parse): Add interactive parameter, added optional
27473         decoding if netrc-encoding-method is non-nil but otherwise
27474         behavior is standard.
27475         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27476         Do s/encode/encrypt/ everywhere.
27478         * spam.el: Remove executable-find autoload.
27480 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27482         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27484         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27486 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27488         * gnus-art.el (gnus-treat-ansi-sequences)
27489         (article-treat-ansi-sequences): New variable and function.
27490         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27492         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27493         Use it.
27495 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27497         * mm-util.el (mm-quote-arg): Remove.
27499         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27500         shell-quote-argument.
27502         * gnus-uu.el (gnus-uu-command): do.
27504         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27506         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27507         with make-char.
27509         * mm-util.el (mm-make-char): Remove.
27511         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27512         add-minor-mode.
27514         * gnus-undo.el (gnus-undo-mode): do.
27516         * gnus-topic.el (gnus-topic-mode): do.
27518         * gnus-sum.el (gnus-dead-summary-mode): do.
27520         * gnus-start.el (gnus-slave-mode): do.
27522         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27524         * gnus-ml.el (gnus-mailing-list-mode): do.
27526         * gnus-gl.el (gnus-grouplens-mode): do.
27528         * gnus-draft.el (gnus-draft-mode): do.
27530         * gnus-dired.el (gnus-dired-mode): do.
27532         * gnus-ems.el (gnus-add-minor-mode): Remove.
27534         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27535         Replace gnus-char-width with char-width.
27537         * gnus-ems.el (gnus-char-width): Remove.
27539         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27540         Replace gnus-char-width with char-width.
27542         * gnus-ems.el (gnus-char-width): Remove.
27544         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27545         definition.
27546         Remove Emacs 20 hash table compatibility code.
27548         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27549         20 compatibility code.
27551         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27553         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27555         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27556         Replace with point-at-{eol,bol}.
27558         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27560         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27562         * flow-fill.el (fill-flowed-point-at-bol)
27563         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27565         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27566         Replace with point-at-{eol,bol} throughout all files.
27568 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27570         * ntlm.el (ntlm-string-as-unibyte): New macro.
27571         (ntlm-build-auth-response): Use it.
27573         Remove Emacs 20 stuff:
27574         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27575         (butlast, mapc, remove): Remove the compiler macros.
27576         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27577         of delq and copy-sequence.
27578         * gnus-art.el (popup-menu): Remove the compiler macro.
27579         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27580         Emacs 20.
27582 2004-01-05  Simon Josefsson  <jas@extundo.com>
27584         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27585         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27586         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27587         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27588         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27589         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27590         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27591         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27592         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27593         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27594         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27595         string-xor into ntlm-string-xor.
27596         Suggested by Jesper Harder <harder@myrealbox.com>.
27598         * ntlm.el: Don't include poem.
27600         * md4.el (print-int32, print-string-hexa): Remove.
27601         Suggested by Jesper Harder <harder@myrealbox.com>.
27603         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27605         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27606         probably breaks emacs with DL patch, but do we care? Is anyone
27607         still using the DL stuff?)
27609         * sieve-manage.el: Use the password package.
27610         (sieve-manage-read-passwd): Remove.
27611         (sieve-manage-interactive-login): Use password.  Re-add
27612         condition-case around loop.
27614         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27615         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27616         Use the password package.
27618 2003-02-19  Simon Josefsson  <jas@extundo.com>
27620         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27621         token.
27623 2002-08-07  Simon Josefsson  <jas@extundo.com>
27625         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27626         (sieve-manage-authenticators)
27627         (sieve-manage-authenticator-alist): Add some SASL mechs.
27628         (sieve-sasl-auth): New function.
27629         (sieve-manage-cram-md5-auth)
27630         (sieve-manage-plain-auth): Rewrite using SASL library.
27631         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27632         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27633         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27634         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27636 2004-01-05  Simon Josefsson  <jas@extundo.com>
27638         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27639         New files.
27641 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27643         * gnus-group.el (gnus-no-groups-message): Update.
27645         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27647 2003-11-09  Simon Josefsson  <jas@extundo.com>
27649         * imap.el: Support for ID IMAP extension (RFC 2971).
27650         (imap-local-variables): Add imap-id.
27651         (imap-id): New variable.
27652         (imap-id): New function.
27653         (imap-parse-response): Parse untagged ID response.
27654         * nnimap.el (nnimap-id): New variable.
27655         (nnimap-open-connection): Use it.
27657 2003-12-28  Simon Josefsson  <jas@extundo.com>
27659         * gnus-score.el (gnus-score-edit-all-score): New.
27660         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27662 2004-01-04  Simon Josefsson  <jas@extundo.com>
27664         * password.el: Add.
27666 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27668         * dns.el (dns-query-types): Fix typo.
27669         (dns-query-types): New function.
27670         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27671         PTR and SOA replies, see RFC 1035.
27673 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27675         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27677         * Move to Changelog.2.
27679 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27681         * gnus.el (gnus-version-number): Bump version.
27683 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27685         * gnus.el: No Gnus v0.1 is released.
27687 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27689         * gnus.el: No Gnus v0.0 is released.
27691 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27693         * gnus.el (gnus-version-number): Bump.
27694         (gnus-version): No.
27696 See ChangeLog.2 for earlier changes.
27698   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27700   This file is part of GNU Emacs.
27702   GNU Emacs is free software: you can redistribute it and/or modify
27703   it under the terms of the GNU General Public License as published by
27704   the Free Software Foundation, either version 3 of the License, or
27705   (at your option) any later version.
27707   GNU Emacs is distributed in the hope that it will be useful,
27708   but WITHOUT ANY WARRANTY; without even the implied warranty of
27709   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27710   GNU General Public License for more details.
27712   You should have received a copy of the GNU General Public License
27713   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27715 ;; Local Variables:
27716 ;; coding: utf-8
27717 ;; fill-column: 79
27718 ;; add-log-time-zone-rule: t
27719 ;; End: