Simplify use of current-time and friends
[gnus.git] / lisp / ChangeLog
blob250d2e8e9ba1110c955c1d34f8f911125ac1071d
1 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
3         Simplify use of current-time and friends.
4         * gnus-delay.el (gnus-delay-article):
5         * gnus-sum.el (gnus-summary-read-document):
6         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
7         * message.el (message-make-expires-date):
8         Omit unnecessary call to current-time.
9         * gnus-util.el (gnus-float-time): Simplify to an alias because
10         time-to-seconds now behaves like float-time with respect to nil arg.
11         (gnus-seconds-year): Don't call current-time twice to get the current
12         time stamp, as this can lead to inconsistent results.
13         * time-date.el (time-to-seconds) [!float-time]:
14         Use current time if arg is nil, to be compatible with float-time.
15         (time-date--day-in-year): New function, with most of the guts of
16         the old time-to-day-in-year.
17         (time-to-day-in-year): Use it.
18         (time-to-days): Use it, to avoid decoding the same time stamp twice.
20 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22         * gnus.el (gnus-mode-line-buffer-identification):
23         Don't add image data for a non-graphic display (bug#18813).
25 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
28         load-path, it blocks autoloading of find-image (bug#18813).
30 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
32         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
33         to keep connection open (bug#18728).
35 2014-10-20  Glenn Morris  <rgm@gnu.org>
37         * Merge in all changes up to 24.4 release.
39 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
41         * message.el (message-insert-signature): Use `newline' instead of
42         inserting explicit "\n".
44 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
46         * gnus-icalendar.el: Support vcal format timezones.
47         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
48         compute dates with associated timezone.
49         (gnus-icalendar-event-from-ical): Compute all timezones.
51 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
53         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
54         check the newsrc.eld file's timestamp before saving it.
55         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
56         timestamp has changed to be newer.
58 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
60         * gnus-icalendar.el (gnus-icalendar-identities):
61         Include message-alternative-emails.
63 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
65         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
66         New compatibility functions.
67         (ntlm-build-auth-response): Use them.
69 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
71         * ntlm.el (ntlm-build-auth-request):
72         Add NTLM2 Session support.  (Bug#15603)
74 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
76         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
77         expired messages only when it was built in reverse order.
79 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
81         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
82         last so it can be used in `message-send-hook'.
84 2014-09-29  Daiki Ueno  <ueno@gnu.org>
86         * mml.el (mml-parse-1): Error out if unknown mode is specified in
87         <#secure> tag (bug#18513).
89 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
91         * parse-time.el: Require cl when compiling.
93 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
95         Use cl-lib as much as possible following the 2014-09-26 change
96         in the Emacs trunk.
97         * parse-time.el: Try requiring cl-lib.
98         (parse-time-incf): Alias to cl-incf or incf.
99         (digit-char-p): Remove.
100         (parse-time-integer): Alias to cl-parse-integer or the one defined.
101         (parse-integer): Rename to parse-time-integer.
102         (parse-time-tokenize, parse-time-rules, parse-time-string)
103         Use parse-time-incf and parse-time-integer.
105 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
107         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
108         of ":delete".
110 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
112         * gnus-art.el (gnus-article-browse-html-save-cid-content)
113         (gnus-article-browse-html-parts):
114         Revert last change that breaks links other than cid contents.
116 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
118         * gnus-art.el (gnus-article-browse-html-save-cid-content)
119         (gnus-article-browse-html-parts): Make cid file names relative.
121 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
123         * mm-view.el (mm-display-inline-fontify): Make the working buffer
124         temporarily displayed when running a mode function (at least org-mode
125         requires it).
127 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
129         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
130         the gnus-summary-article-expire-hook should be told where the function
131         is going. In particular, the Gnus registry might want to know.
133 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
137 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
139         * gnus-sum.el (gnus-summary-expire-articles): Revert.
141 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
143         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
144         the gnus-summary-article-expire-hook should be told where the function
145         is going. In particular, the Gnus registry might want to know.
147 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
149         Don't mishandle year-9999 dates (Bug#18176).
150         * parse-time.el (parse-time-rules):
151         Allow years up to most-positive-fixnum.
152         * time-date.el (date-to-time):
153         Pass "Specified time is not representable" errors through.
155 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
157         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
158         groups and t.
160 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
162         * gnus-utils.el (gnus-recursive-directory-files):
163         Unify hard or symbolic links (bug#18063).
165 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
167         * gnus-msg.el (gnus-configure-posting-style):
168         Allow string replacements in values when matching against a header.
170 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
172         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
173         the dribble buffer even when it is shrunk a lot.
174         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
176 2014-06-26  Glenn Morris  <rgm@gnu.org>
178         * mm-util.el (help-function-arglist): Remove outdated declaration.
180 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
182         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
183         attribute values.  (Bug#17834)
185 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
187         * gnus-sum.el (gnus-summary-edit-article-done):
188         Prefer point-marker to copy-marker of point.
190 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
192         * Makefile.in (install-el, install-el-elc): Compress .el files.
193         (uninstall): Remove compressed .el files.
195 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
197         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
198         (gnus-article-read-summary-keys):
199         Don't bug out when there is no article in the summary buffer.
200         (gnus-mime-buttonize-attachments-in-header):
201         Improve criterion that finds parts to display.
203         * gnus-art.el (gnus-mm-display-part):
204         * mm-decode.el (mm-shr):
205         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
206         (mm-insert-inline): Revert last changes.
208 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
210         * gnus-art.el (gnus-mm-display-part):
211         * mm-decode.el (mm-shr):
212         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
213         (mm-insert-inline): Set insertion type of end-marker, not only
214         start-marker, of undisplayer so as to stay after inserted text.
216 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
218         * html2text.el (html2text-get-attr): Fix typo when splitting value from
219         attribute. (Bug#17613)
221 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
224         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
226 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
228         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
229         delete next part button; keep spacing between buttons.
231 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
233         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
234         Work for the last MIME part in an article.
235         (gnus-mime-display-single): Suppress excessive newlines between parts.
237         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
238         by leading or trailing newline.
240 2014-05-12  Sam Steingold  <sds@gnu.org>
242         * time-date.el (seconds-to-string): New function to pretty print time
243         delay in seconds.
245 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
247         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
248         while prompting a user for a file name, etc.
249         (gnus-mime-display-single): Display part with a common appearance no
250         matter whether MIME button is omitted or not; don't add duplicate entry
251         to gnus-article-mime-handle-alist.
252         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
254 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
256         * mml2015.el (mml2015-display-key-image): New variable.
258 2014-05-08  Glenn Morris  <rgm@gnu.org>
260         * gnus-fun.el (gnus-grab-cam-face):
261         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
262         This is CVE-2014-3421.
264 2014-05-04  Glenn Morris  <rgm@gnu.org>
266         * gnus-registry.el (gnus-registry-install-p): Doc fix.
268 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
270         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
271         the displaying state of a part.
272         (gnus-mm-display-part): Don't insert a newline in the beginning of
273         a part like gnus-mime-inline-part doesn't; work for XEmacs.
275         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
276         (mm-shr): Make undisplayer unbreakable.
278         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
279         insert excessive newline.
280         (mm-inline-text-html-render-with-w3m, mm-inline-text)
281         (mm-insert-inline): Make undisplayer unbreakable.
283 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
285         * gnus.el: Ma Gnus v0.11 is released.
287 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
289         * gnus-art.el (gnus-mm-display-part):
290         Highlight header attachment buttons.
292 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
294         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
295         a part; redisplay a button (enbugged in 2014-02-05).
297 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
299         * auth-source.el (auth-source-search, auth-source-search-backends):
300         Treat :max 0 as an indicator that a boolean return is wanted, as
301         documented. Reported by Joe Bloggs.
303 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
305         * gnus-icalendar.el: Require gnus-art.
307 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
309         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
310         (gnus-icalendar--update-org-event): put event timestamp in
311         the org entry body instead of the drawer.
312         (gnus-icalendar-event--get-attendee-names): list of participants should
313         contain even attendees without common name attribute.
314         (gnus-icalendar--update-org-event): don't generate duplicates of empty
315         property tags in org drawers.
317 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
319         * gmm-utils.el (gmm-format-time-string): New function.
321         * message.el (message-insert-formatted-citation-line): Use the original
322         author's time zone to express a date string.
324 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
327         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
328         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
329         Silence compiler warnings.
330         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
332 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
334         * mml.el: Require url when compiling.
336         * gnus-cloud.el (gnus-cloud-parse-version-1):
337         Use plist-get rather than CL's getf.
338         (gnus-activate-group, gnus-subscribe-group): Declare.
340         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
342 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
344         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
345         buttons when toggling the header off.
347 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
349         * tls.el (tls-program): Reflow docstring.
351 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
353         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
354         groups work again.
356 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
358         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
359         999 correctly (i.e. "1,342").
361 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
363         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
364         out if the directory doesn't exist.
366 2014-03-07  Daiki Ueno  <ueno@gnu.org>
368         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
369         commands here; instead, only check if epg-config.el is available.
371 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
373         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
374         messages with embedded images.
375         (mml-generate-mime): Don't bug out if you don't have libxml.
377 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
379         * message.el (message-make-html-message-with-image-files): New command.
381 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
383         * gnus-group.el (gnus-group-make-group): Clarify prompt.
385         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
387 2014-02-23  David Engster  <deng@randomsample.de>
389         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
390         to stay compatible with older Emacsen, so replace `cl-loop' with
391         `loop'.
393 2014-02-22  Daniel Colascione  <dancol@dancol.org>
395         * auth-source.el (auth-source-secrets-listify-pattern): New function.
396         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
397         instead, build list of patterns.
399 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
401         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
402         Display header attachment buttons by gnus-article-prepare-display
403         rather than gnus-article-prepare so as to view in mml-preview as well.
405 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
407         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
408         in `auth-sources' means and link to EPA docs.
410 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
412         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
413         (bug#12375).
415 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
417         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
418         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
420 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
422         * message.el (message-tab): Mention what happens on normal tabs
423         (bug#11297).
425 2014-02-08  Glenn Morris  <rgm@gnu.org>
427         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
429 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
431         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
432         buttons that are hidden in unselected alternative part as well.
433         (gnus-mime-display-alternative): Redraw attachment buttons in header.
435         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
437 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
439         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
440         keystroke.
441         (gnus-server-toggle-cloud-server): Only allow clouding applicable
442         types.
444         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
445         with an empty string.
447 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
449         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
450         buffer-local in some buffers, so bind it explicitly in the buffer we're
451         trying to cancel the article in (bug#10808).
453 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
455         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
456         New functions.
458         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
459         New user option.
460         (gnus-mime-buttonize-attachments-in-header): New function.
461         (gnus-article-prepare): Use it.
462         (gnus-mime-inline-part): Suppress extra newline.
463         (gnus-mm-display-part): Save excursion;
464         remove useless deleting and adding of buttons.
465         (gnus-insert-mime-button): Allow insertion in the middle of a line.
467         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
468         Add gnus-mime-buttonize-attachments-in-header.
470 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
472         * nnimap.el (nnimap-request-articles): New command to download several
473         articles at once.
475         * gnus.el (gnus-variable-list): Save Cloud variables.
477         * gnus-int.el (gnus-request-accept-article): Doc fix.
479 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
481         * parse-time.el (parse-time-iso8601-regexp)
482         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
483         it more generally.
485 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
487         * gnus-cloud.el: New file to provide the Emacs Cloud.
489         * dgnushack.el: Silence XEmacs w3 warning.
491         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
492         `url-retrieve-synchronously', apparently.
494         * dgnushack.el: Silence XEmacs dns.el warning.
496         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
497         instead of in all files.
499         * dns.el (network-interface-list): Define for XEmacs.
501         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
502         XEmacs.
504         * nnrss.el (libxml-parse-html-region): Silence compilation error.
506 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
508         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
509         `gnus-group-split-fancy'.
511 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
513         * message.el (message-remove-header): Doc fix.
514         (message-forward-included-headers): New variable.
515         (message-remove-ignored-headers): Use it.
517 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
519         * nnir.el (nnir-request-update-mark): Don't try to update the source
520         group if we can't find it (bug#16611).
522 2014-01-31  Dave Abrahams  <dave@boostpro.com>
524         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
526 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
528         * dns.el (dns-servers-up-to-date-p): New function to see whether the
529         network interfaces changed.
530         (dns-query): Use it to flush the data.
532 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
534         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
535         from random face commands.
536         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
537         Face.
538         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
539         (gnus--random-face-with-type): Generic function returning a face-type
540         as a string.
541         (gnus--insert-random-face-with-type): Generic function inserting a face
542         in a message buffer header.
543         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
544         (gnus-insert-random-x-face-header): Rewritten to use
545         `gnus--insert-random-face-with-type`.
546         (gnus-random-face): Return random (png) Face as string.
547         (nus-insert-random-face-header): Insert random (png) Face in a message
548         buffer.
550 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
552         * mm-url.el: Remove all usage of w3.
554         * nnrss.el: Ditto.
556         * mm-decode.el: Ditto.
558         * mm-view.el: Ditto.
560         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
561         outdated and all Emacsen have url.el built-in.
563         * gnus-setup.el: Remove outdated file.
565 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
567         * gnus.el: Ma Gnus v0.9 is released.
569 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
571         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
573 2014-01-31  Dave Abrahams  <dave@boostpro.com>
575         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
576         in the summary buffer (bug#13769).
578 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
580         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
581         name if we're using a single article buffer.  Otherwise, it may point
582         to a killed buffer (bug#13756).
584 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
586         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
587         the match data, just save and restore it explictly (bug#12375).
589         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
590         that's needed.
592         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
593         the code once (bug#9069).
595 2014-01-18  Steinar Bang  <sb@dod.no>
597         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
598         reading.
600 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
602         * message.el (message-bury): Call bury-buffer with no argument
603         in the message-return-action case too.
605 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
607         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
608         (nnimap-split-fancy, nnimap-split-methods): Declare.
610         * mm-util.el (help-function-arglist): Declare.
612 2013-12-28  Glenn Morris  <rgm@gnu.org>
614         * gnus-sieve.el (gnus-sieve-select-method):
615         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
616         (gravatar-rating, gravatar-size):
617         * message.el (message-minibuffer-local-map):
618         * sieve-manage.el (sieve-manage-authenticators)
619         (sieve-manage-authenticator-alist): Specify custom types.
621         * hashcash.el (hashcash-program): Rename from hashcash-path.
622         Update callers.
624         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
625         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
626         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
628         * auth-source.el (auth-sources):
629         * nnmairix.el (nnmairix-propagate-marks-upon-close):
630         Fix custom types.
632         * tls.el (tls-certtool-program): Fix default value.
634 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
636         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
637         we get proper traces there, too.
639 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
641         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
642         value of the parameters if the current article has a Reply-To or From
643         field.
645 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
647         * gnus.el (gnus-group-buffer): Remove duplicate definition.
649 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
651         * gnus-sum.el (gnus-summary-exit): Stop animations.
653 2013-12-19  Juri Linkov  <juri@jurta.org>
655         * gnus.el (gnus-suppress-keymap):
656         * gnus-art.el (gnus-article-mode-map):
657         * gnus-group.el (gnus-group-mode-map):
658         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
659         Remove [backspace] key binding because it shadows DEL (bug#16035).
661         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
663 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
665         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
666         Make sure work directory exists.
667         (gnus-uu-digest-mail-forward): Store temporary files in work directory
668         rather than tmp directory.
669         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
670         not necessarily always run, with it.
672 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
674         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
675         value of gnus-icalendar-additional-identities work without restart.
677 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
679         * mm-util.el (mm-make-temp-file):
680         Alias to make-temp-file for modern Emacsen.
682 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
684         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
685         nnir-article-number and nnir-article-group.
687 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
689         * message.el (message-send-mail-with-sendmail):
690         Don't kill error buffer if sending fails.
692 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
694         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
695         (gnus-icalendar-event->org-entry)
696         (gnus-icalendar--update-org-event)
697         (gnus-icalendar-event->gnus-calendar): Distinguish between
698         required/optional/non-participant attendee status.  Fix bug causing
699         the first required event participant to be omitted.
701 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
703         * gnus-art.el (article-de-quoted-unreadable)
704         (article-de-base64-unreadable, gnus-mime-copy-part)
705         * gnus-html.el (gnus-article-html)
706         * mm-view.el (mm-inline-text-html-render-with-w3)
707         (mm-inline-text-html-render-with-w3m-standalone)
708         * rfc2231.el (rfc2231-decode-encoded-string):
709         Allow overriding charset by mm-charset-override-alist.
711         * gnus-art.el (gnus-article-browse-html-parts):
712         Replace LWSPs with `&nbsp;'s in header.
714         Work for broken Chinese articles.
716         * gnus-art.el (gnus-article-browse-html-save-cid-content):
717         Exclude broken handles that gnus-summary-enter-digest-group may create.
718         (gnus-article-browse-html-parts):
719         Allow overriding charset by mm-charset-override-alist.
721 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
723         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
724         (gnus-icalendar-identities): Support additional-identities.
726 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
728         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
729         org-timestamp for events ending at midnight.
731 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
733         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
734         .log files.
736 2013-11-20  David Engster  <deng@randomsample.de>
738         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
740 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
742         * message.el (message-beginning-of-line):
743         Use beginning-of-visual-line when visual-line-mode is turned on.
745 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
747         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
748         (gnus-icalendar-event-from-ical)
749         (gnus-icalendar-event->org-entry)
750         (gnus-icalendar--update-org-event): Required/optional participation,
751         list of attendees synced to org.
753 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
755         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
756         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
757         cancellations to be synced to org if the original appt has an org
758         outline.
760 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
762         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
763         (gnus-icalendar-event->org-entry)
764         (gnus-icalendar--update-org-event)
765         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
767 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
769         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
770         Fix timezone handling in gnus-icalendar export to org.
772 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
774         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
776 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
778         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
780 2013-10-30  Glenn Morris  <rgm@gnu.org>
782         * gnus-group.el (gnus-group-browse-foreign-server):
783         * gnus-int.el (gnus-start-news-server):
784         Silence compiler obsolescence warning.
786 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
788         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
789         `nnoo-current-server' first, then for the actual `nnimap-address' to
790         allow netrc entries for the nnoo server to coexist with netrc entries
791         for the `nnimap-address'.
793 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
795         * mm-decode.el (mm-dissect-buffer): Revert last change.
796         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
797         The problem that motivated those changes was attributed to a broken
798         mail sender, and has been fixed.
800 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
802         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
803         token is missing in the Content-Type header.
805         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
807 2013-09-18  Glenn Morris  <rgm@gnu.org>
809         * gnus-util.el (image-size): Declare.
811 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
813         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
814         (gnus-icalendar-event-from-ical)
815         (gnus-icalendar-event--build-reply-event-body)
816         (gnus-icalendar-event-reply-from-buffer)
817         (gnus-icalendar-find-org-event-file)
818         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
819         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
821         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
823 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
826         Use save-current-buffer.
827         (gnus-tree-mode-map): Initialize in the declaration.
828         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
829         (scroll-in-place): Defvar it.
830         (gnus-tmp-*): Defvar them.
831         (gnus-get-tree-buffer): Use derived-mode-p.
832         (gnus--let-eval): New macro.
833         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
834         non-prefixed variables.
835         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
837         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
838         vars since it doesn't seem to be available.
839         (gnus-set-global-variables, gnus-summary-read-group-1)
840         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
841         (gnus-summary-display-article, gnus-summary-select-article)
842         (gnus-summary-next-article, gnus-offer-save-summaries)
843         (gnus-summary-generic-mark): Use derived-mode-p.
844         (gnus-summary-read-group-1, gnus-summary-exit)
845         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
846         Adjust calls to gnus-tree-close and gnus-tree-open.
848         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
850         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
851         (gnus-agent-mode): Use derived-mode-p.
852         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
853         gnus-command-method and *-command-method to nil, but bind
854         gnus-command-method to *-command-method instead!
855         (gnus-agent-fetch-articles): Remove unused var `id'.
856         (gnus-agent-fetch-headers): Remove unused arg `force'.
857         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
858         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
859         (gnus-agent-short-article, gnus-agent-long-article)
860         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
861         first use.
862         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
863         `score-param'.
864         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
865         (gnus-get-predicate): Push in front of the cache, rather than end.
866         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
867         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
868         (gnus-agent-expire-unagentized-dirs): Don't rebind
869         gnus-agent-expire-current-dirs since the defvar silences the warning.
870         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
871         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
872         (gnus-agent-regenerate): Simplify interactive spec and doc.
874 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
876         * gnus-int.el (gnus-open-server): Silence compiler.
878         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
880         * message.el (message-display-completion-list): Abolish.
881         (message-completion-in-region): Use display-completion-list.
883 2013-09-17  Glenn Morris  <rgm@gnu.org>
885         * gnus-util.el (gnus-message-with-timestamp-1):
886         Use `messages-buffer' function if available.  Ignore read-only.
888 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
890         * message.el (message-expand-group, message-completion-in-region):
891         Correct the order of start and end of a region.
893 2013-09-13  Glenn Morris  <rgm@gnu.org>
895         * mml2015.el (gnus-create-image): Autoload it.
897         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
899         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
900         (image-size): Declare.
902 2013-09-12  Glenn Morris  <rgm@gnu.org>
904         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
905         Avoid using `find', which i) might not be defined at runtime;
906         ii) does not work, since its default test is eql, not equal.
907         (gnus-mime-action-alist): Declare.
909 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
911         * score-mode.el (gnus-score-mode-map): Move initialization
912         into declaration.
913         (gnus-score-mode): Use define-derived-mode.
914         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
915         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
916         into declaration.
917         (gnus-kill-file-mode): Use define-derived-mode.
918         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
919         Use derived-mode-p.
920         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
921         (gnus-group-setup-buffer, gnus-group-name-at-point)
922         (gnus-group-make-web-group, gnus-group-enter-directory)
923         (gnus-group-suspend): Use derived-mode-p.
924         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
925         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
926         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
927         (gnus-article-setup-buffer, gnus-article-prepare)
928         (gnus-article-prepare-display, gnus-sticky-article)
929         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
930         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
931         (gnus-article-read-summary-keys): Use derived-mode-p.
933 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
935         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
937 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
939         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
940         shift_jis from the default value set for Japanese users.
942 2013-08-13  Glenn Morris  <rgm@gnu.org>
944         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
946         * gnus.el (gnus-valid-select-methods): Fix type.
948         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
950 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
952         * mm-decode.el (mm-display-external): Run a timer for the temp files
953         deletion after a viewer exits; add a deletion timer for the needsterm
954         case, too.
956         * mm-decode.el (mm-display-external): Try to delete temporary files by
957         using a 1-min. timer.
959 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
961         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
962         New internal variables.
963         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
964         (mm-display-external): Use it to delete temporary files instead of
965         using timers.
967 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
971 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
973         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
974         with cond for backwards compatability.
976 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
978         * mm-decode.el (mm-display-external): Bind process-connection-type to
979         nil; don't delete a temp file immediately even if a viewer finishes,
980         since it may be a shell script, like xdg-open, that launches a real
981         viewer program belatedly.
983 2013-08-05  Dave Abrahams  <dave@boostpro.com>
985         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
986         that we can create nndoc groups that excerpt other groups.
988 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990         * gnus-delay.el (gnus-delay-article): Fix typo.
992         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
993         articles.
995         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
996         we can get spell-checking etc.
998 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1000         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1001         a single one used for encoding the whole text in a header.
1003 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1006         doesn't work properly on XEmacs.
1008 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1011         before sending.
1013         * dgnushack.el (dgnushack-compile): Add a temporary check for
1014         gnus-icalendar.
1016         * mm-decode.el (mm-command-output): New face.
1017         (mm-display-external): Use it.
1019 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1021         * nnmbox.el (nnmbox-request-article): Don't change point.
1023 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1026         Include `handle' parameter.
1028 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1030         * gnus-icalendar.el: New file.
1032 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1036         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1037         dummy roots, too.
1039 2013-08-01  David Edmondson  <dme@dme.org>
1041         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1042         out on ttys.
1044 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1047         not empty.
1049         * nnrss.el (nnrss-discover-feed): Indent.
1051 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1053         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1055 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1058         dirty to ensure nnimap data being saved.
1060 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1062         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1063         menu entry.
1065         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1066         the current thread's total score instead of the current article's
1067         score.
1069         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1070         (gnus-sort-threads-recursively): Delete defcustom.
1071         (gnus-sort-threads-recursive): Adapt accordingly.
1073 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1075         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1076         (gnus-sort-threads-recursive): Use it.
1077         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1078         again.  Now that determines how to sort subthreads.
1080 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1082         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1083         (gnus-sort-threads): Use it.
1085 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1087         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1088         punctuation characters follow parentheses (bug#14950).
1090 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1092         * gnus.el (gnus-continuum-version):
1093         * gnus-msg.el (gnus-extended-version): Simplify.
1095         * gnus.el (gnus-continuum-version-1): Remove.
1096         * gnus-msg.el (gnus-bug): Revert.
1098         Calculate gnus-version correctly on Cygwin.
1100         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1101         (gnus-continuum-version-1): New function, return a string.
1103         * gnus-msg.el (gnus-extended-version, gnus-bug):
1104         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1106 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1108         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1109         (bug#13384).
1111 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1114         that were only relevant in a development version a long time ago.
1116 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1118         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1119         that the old Emacs 24s bundle.
1121 2013-07-10  David Engster  <deng@randomsample.de>
1123         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1124         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1125         fixes a bug in Emacs trunk where the 'unexist' marks were always
1126         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1127         Gnus v0.03".
1129 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1131         * gnus.el (gnus-summary-line-format): Reference
1132         `gnus-user-date-format-alist' for the &user-date; format, not
1133         `gnus-summary-user-date-format-alist'.
1135 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1138         delete files (bug#13481).
1140 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1142         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1144 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1146         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1147         display images.
1149         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1151         * message.el (message-cancel-news): According to
1152         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1153         preferred over "cmsg cancel" in the Subject.
1155         * nnir.el (nnir-engines): Note that the group specs are regexps
1156         (bug#13238).
1158         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1159         gotten read-only text properties, ensure that those aren't heeded when
1160         copying stuff over (bug#13434).
1162         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1163         (bug#13762).
1165 2013-07-05  David Kastrup  <dak@gnu.org>
1167         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1168         authinfo file again (important for blank passwords).  This had been
1169         broken with 2013-06-15 change.
1171 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1173         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1174         Revert 2013-01-14 change.
1176 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1178         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1179         of 'create-image' for XEmacs compatibility; check errors when decoding
1180         image.  Reported by Uwe Brauer.
1182 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1184         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1185         gnus-button-push revised at 2011-01-19.
1187 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1190         now live in the lisp/net Emacs 24 repository.
1192 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1194         * eww.el (eww-update-header-line-format): Quote % characters.
1196 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198         * eww.el (eww-process-text-input): Display passwords as asterisks.
1200         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1202 2013-06-19  Tom Tromey  <tromey@redhat.com>
1204         * eww.el (eww-top-url): Remove.
1205         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1206         (eww-render): Set new variables.  Don't set eww-top-url.
1207         (eww-handle-link): Handle "prev", "home", and "contents".
1208         Downcase the rel text.
1209         (eww-top-url): Choose best top URL.
1211 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213         * eww.el: Rewrite to implement form elements "by hand" instead of
1214         relying in widget.el.  Using widget.el leads to too many
1215         user interface inconsistencies.
1216         (eww-self-insert): Implement entering commands in text fields.
1217         (eww-process-text-input): New function to make text input field editing
1218         work.
1219         (eww-submit): Rewrite to use the new-style form methods.
1220         (eww-select-display): Display the correct selected item.
1221         (eww-change-select): Implement changing the select value.
1222         (eww-toggle-checkbox): Implement radio/checkboxes.
1223         (eww-update-field): Fix compilation error.
1224         (eww-tag-textarea): Implement <textarea>.
1226         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1227         don't shadow mode-specific bindings.
1229         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1230         nothing to push.
1232         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1234 2013-06-19  Glenn Morris  <rgm@gnu.org>
1236         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1238 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1240         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1242 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244         * shr.el (shr-make-table-1): Implement <td rowspan>.
1245         (shr-table-horizontal-line): Allow nil as a value, and change the
1246         default.
1247         (shr-insert-table-ruler): Respect the nil value.
1249 2013-06-18  Tom Tromey  <tromey@barimba>
1251         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1252         New defvars.
1253         (eww-open-file): New defun.
1254         (eww-render): Initialize new variables.
1255         (eww-display-html): Handle "link" and "a".
1256         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1257         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1258         (eww-back-url): Rename from eww-previous-url.
1259         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1260         defuns.
1262 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264         * shr.el (shr-tag-table): Insert the images after the table, so that
1265         they're not covered by the table colourisation, which often looked
1266         awkward.
1267         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1268         <dd>.
1269         (shr-make-table-1): Implement <td colspan=> support.
1270         (shr-insert-document): Use one less than window width if `shr-width' is
1271         nil, since otherwise things may get one character too wide.
1273 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1275         * eww.el (eww-detect-charset): Improve regexp; move backward.
1277 2013-06-18  Glenn Morris  <rgm@gnu.org>
1279         * mm-decode.el (widget-convert-button): Autoload.
1281         * sieve-manage.el (mm-enable-multibyte): Autoload.
1283         * shr.el (libxml-parse-html-region): Declare.
1284         (shr-render-buffer): Explicit error if no libxml2 support.
1286 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1288         * auth-source.el (auth-source-current-line): New function.
1289         (auth-source-netrc-parse-entries): When a data token is "machine",
1290         assume we're in the wrong place and abort parsing the current line.
1292 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1295         (eww-convert-widgets): Don't bug out if the first widget starts at the
1296         beginning of the buffer.
1297         (eww-convert-widgets): Fix last patch.
1298         (eww-tag-input): Support <input type=image>.
1300         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1301         (shr-tag-base): Protect against base specs that are degenerate.
1302         (shr-ensure-paragraph): Don't delete empty lines that have text
1303         properties, because these may be input fields.
1305         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1306         we can navigate to them.
1308         * shr.el (shr-colorize-region): Put the colours over the entire region.
1309         (shr-inhibit-decoration): New variable.
1310         (shr-add-font): Use it to inhibit text property decorations while doing
1311         preliminary table renderings.  This speeds up typical Wikipedia page
1312         renderings by 15%.
1313         (shr-tag-span): Don't respect the <title>, because that overwrites the
1314         help-echo from links inside the spans.
1315         (shr-next-link): Use `help-echo' for navigation, so that we can
1316         navigate to form elements, too.
1318         * eww.el (eww-button): New face.
1319         (eww-convert-widgets): Use it to make submit buttons more button-like.
1321         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1322         that Gnus commands work.
1324         * shr.el (shr-render-td): Support horizontal alignment.
1326         * eww.el (eww-put-color): Removed.
1327         (eww-colorize-region): Use `add-face-text-property'.
1329         * shr.el (shr-add-font): Append face data, so that we get the correct
1330         precedence: The innermost value (which is applied first) wins.
1331         (shr-make-overlay): Obsolete function.
1333         * mm-decode.el (mm-convert-shr-links): New function to convert
1334         new-style shr URL links into widgets.
1335         (mm-shr): Use it.
1337         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1338         widget commands, since we're no longer using widgets for links.
1340         * shr.el (shr-next-link): New command.
1341         (shr-previous-link): New command.
1342         (shr-urlify): Don't use `widget-convert', because that's slow.
1343         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1344         because collecting the overlays and reapplying them when generating
1345         tables is slow.
1346         (shr-insert-table): Ditto.
1348 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1351         * shr.el (browse-url): Require `url'.
1352         * eww.el (url): Require format-spec.
1354 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356         * eww.el (eww-display-html): Default to using the entire window width.
1357         (eww-browse-url): Don't add a User-Agent header (twice), because that
1358         makes Bing refuse connection.
1360         * shr.el (shr-make-table): Cache the table rendering at the table
1361         level, and not the <td> level.  This is a bit faster.
1363         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1364         #id.
1366         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1367         browsers don't.
1368         (shr-expand-url): Respect #anchor links.
1369         (shr-parse-base): Chop off the anchor before using.
1370         (shr-descend): Respect display: none.
1371         (shr-descend): Allow marking elements that have certain IDs.
1373         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1375         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1377         * eww.el (eww-tag-textarea): Support <textarea>.
1379 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1381         * shr.el (shr-dom-to-xml): Fixed function call.
1383         * eww.el (eww): New group.
1384         (eww-header-line-format): New custom variable.
1385         (eww-current-title): New variable.
1386         (eww-display-html): Update header and handle title tag.
1387         (eww-update-header-line-format): New function.
1388         (eww-tag-title): New function.
1390         * shr.el (shr-dom-to-xml): New function.
1391         (shr-tag-svg): Add support for the SVG tag.
1392         (shr-bullet): New custom variable.
1393         (shr-tag-li): Support custom bullet in unordered lists.
1395 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397         * shr.el (shr-expand-url): Respect // URLs.
1399         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1400         put a background colour onto the entire buffer.
1401         (eww-render): When being redirected, use the redirect URL as the new
1402         base URL.
1404         * shr.el (shr-parse-base): Fix parsing error.
1406         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1408         * shr.el (shr-parse-base): New function.
1409         (shr-expand-url): Use it to expand relative URLs reliably.
1411 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1413         * auth-source.el (auth-source-search-collection): Fix docstring.
1414         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1415         single-quoted strings and multiline entries.
1416         (auth-source-netrc-parse-next-interesting)
1417         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1418         functions to support parser.
1420 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422         * eww.el (eww-submit): Get submit button logic right when hitting RET
1423         on non-submit buttons.
1425         * shr.el: Remove shr-preliminary-table-render, since that can't really
1426         be used for anything in practice.
1428 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1430         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1431         (sieve-manage-quit).
1433 2013-06-14  Glenn Morris  <rgm@gnu.org>
1435         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1437 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1439         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1440         control the maximum size of photo ID image.
1441         (mml2015-epg-key-image-to-string): Respect it.
1443 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1446         instead of the final one so that we can more easily distinguish them.
1448         * eww.el (eww-submit): Compute the submission URL correctly.
1450 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1453         Use plist-get rather than CL's getf.
1454         (sieve-manage-parse-capability): Avoid CL's remove-if.
1456 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1458         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1459         (sieve-manage-quit).
1461 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1464         last slash.
1466         * eww.el (eww-tag-select): Use the first value as the default value.
1468 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1470         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1471         (eww-mode): Use `define-derived-mode'.
1472         (eww-parse-headers): Parse headers from beginning of buffer so that
1473         file:// links work.
1475 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1477         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1479 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1482         to handle them at all.
1484 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1487         work, too.
1488         (eww-tag-select): Implement <select>.
1490 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1492         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1493         stream managing functions by using open-protocol-stream to do most of
1494         the work.  Has the nice benefit of enabling STARTTLS.
1495         Wait for capabilities after STARTTLS: following RFC5804, the server
1496         sends new capabilities after successfully establishing a TLS connection
1497         with the client.  The client should update the cached list of
1498         capabilities, but we just ignore the answer for now.
1499         (sieve-manage-network-p, sieve-manage-network-open)
1500         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1501         (sieve-manage-forward, sieve-manage-streams)
1502         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1503         API, nor called by any other function.
1504         Enable Multibyte for SieveManage buffers: The parser won't properly
1505         handle umlauts and line endings unless multibyte is turned on in the
1506         process buffer.
1508 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510         * eww.el (eww-tag-input): Support password fields.
1511         (eww-submit): Support POST.
1513 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515         * eww.el (eww-tag-form): Protect against degenerate forms.
1517         * shr.el (shr-expand-url): Expand URLs that start with a slash
1518         correctly.
1520         * eww.el (eww-submit): Get submit button logic right.
1522         * shr.el (shr-final-table-render): New variable to signal when we're
1523         doing the final table rendering so that we can collect more data at
1524         that point.
1526         * eww.el (eww-submit): Make form submission work.
1527         (eww-tag-input): Implement submit buttons.
1528         (eww-click-radio): Implement radio and checkboxes.
1529         (eww-submit): Handle hidden elements.
1531         * shr.el (shr-descend): Allow other packages to override (or provide)
1532         rendering of elements.
1533         (shr-expand-url): Strip query strings from URLs before expanding them.
1535         * eww.el: Don't require cl-lib.
1536         (eww-tag-form): Start form support.
1538         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1540         * eww.el: Start writing a new, tiny web browser.
1541         (eww-previous-url): New command.
1542         (eww-quit): New command.
1544 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1546         * sieve.el: Put point at beginning of buffer when viewing a script.
1547         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1548         number in sieve-buffer's header.  Fixed code to also work with a string
1549         as port specifier.  Properly close the connection on pressing 'q'.  Make
1550         sieve-manage-quit close the connection and process buffer.  Also, remove
1551         duplicate keybinding for 'q'.
1553 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1555         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1556         make it easier to read.
1557         (mm-pkcs7-enveloped-magic): Ditto.
1559 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1561         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1562         before `image-type-available-p' to avoid loading the image libraries
1563         needlessly.
1565 2013-06-05  David Engster  <deng@randomsample.de>
1567         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1568         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1569         to see whether the group was synced before.
1571 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1573         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1574         when opening the connection.
1575         Suggested by João Távora <joaotavora@gmail.com> in
1576         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1578 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1580         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1581         assume Date header begins with "Date", that may be customized into
1582         something like "X-Sent" using gnus-article-time-format.
1583         (article-transform-date): Allow multi-line Date header.
1585 2013-06-02  David Engster  <deng@randomsample.de>
1587         * registry.el (initialize-instance, registry-lookup)
1588         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1589         (registry-lookup-secondary-value, registry-search, registry-delete)
1590         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1591         not wrap methods in `eval-and-compile'.  This breaks due to latest
1592         changes in EIEIO (introduction of eieio-core.el).
1594 2013-05-30  Glenn Morris  <rgm@gnu.org>
1596         * nnmail.el (nnmail-fancy-expiry-target):
1597         Also bind mail-dont-reply-to-names.
1599         * spam-stat.el (spam-stat-save):
1600         No need to tweak font-lock in temp buffers.
1602         * shr.el (shr-put-image): Silence compiler.
1604 2013-05-29  Glenn Morris  <rgm@gnu.org>
1606         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1608         * gnus-group.el (gnus-sequence-of-unread-articles)
1609         (gnus-summary-add-mark, gnus-mark-article-as-read)
1610         (gnus-group-make-articles-read): Declare.
1612         * gnus-sum.el (gnus-parameter-list-identifier)
1613         (gnus-article-stop-animations, gnus-stop-downloads)
1614         (gnus-article-only-boring-p, article-goto-body)
1615         (gnus-flush-original-article-buffer, article-narrow-to-head)
1616         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1617         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1619         * gnus.el: No need to eval-and-compile autoloads.
1621         * gravatar.el (help-function-arglist): Autoload.
1623         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1625         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1627         * spam.el: No need to load spam-report when compiling.
1628         No need to eval-and-compile autoloads.
1629         (spam-report-resend-to): Declare.
1630         (spam-report-resend-register-routine): Require 'spam-report.
1632 2013-05-24  Julien Danjou  <julien@danjou.info>
1634         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1635         setup.
1637 2013-05-23  Glenn Morris  <rgm@gnu.org>
1639         * gnus-util.el (rmail-swap-buffers-maybe)
1640         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1641         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1642         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1644         * mm-decode.el: No need to load term when compiling.
1645         (term-mode, term-char-mode): Declare.
1647         * mm-util.el: No need to load jka-compr when compiling.
1648         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1650         * nnmaildir.el: Require is automatically eval-and-compile.
1651         (nnmail): Require at run-time too.
1653         * registry.el (registry-size): Move definition before use.
1655 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1657         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1658         signed data to conform the standard.  (Bug#14232)
1660 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1662         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1663         double angle quotation mark.
1665 2013-05-20  Glenn Morris  <rgm@gnu.org>
1667         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1669 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1671         * message.el (message-insert-formatted-citation-line): handle finding
1672         first/lastname when more than 2 names appear.
1674 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1676         * shr.el (shr-tag-span): New function.
1678 2013-05-18  Glenn Morris  <rgm@gnu.org>
1680         * message.el (message-mode): Use message-mode-abbrev-table,
1681         with text-mode-abbrev-table as parent.  (Bug#14413)
1683 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1685         * message.el (message-expand-group): Decode group names.
1687 2013-05-16  Julien Danjou  <julien@danjou.info>
1689         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1690         app-icon.
1692 2013-05-15  Glenn Morris  <rgm@gnu.org>
1694         * shr-color.el (shr-color-visible-luminance-min)
1695         (shr-color-visible-distance-min): Use shr-color group.
1697 2013-05-11  Glenn Morris  <rgm@gnu.org>
1699         * gnus-vm.el: Make it loadable without VM.
1700         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1701         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1703 2013-05-09  Glenn Morris  <rgm@gnu.org>
1705         * mml1991.el: Make it loadable.  (Bug#13456)
1707         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1708         * gnus-async.el (gnus-async-post-fetch-function):
1709         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1710         * gnus-html.el (gnus-html-image-cache-ttl):
1711         * gnus-notifications.el (gnus-notifications-timeout):
1712         * gnus-picon.el (gnus-picon-properties):
1713         * gnus-util.el (gnus-completion-styles):
1714         * gnus.el (gnus-other-frame-resume-function):
1715         * message.el (message-user-organization-file)
1716         (message-cite-reply-position):
1717         * nnir.el (nnir-summary-line-format)
1718         (nnir-retrieve-headers-override-function):
1719         * shr-color.el (shr-color-visible-luminance-min):
1720         * shr.el (shr-blocked-images):
1721         * spam-report.el (spam-report-resend-to):
1722         * spam.el (spam-summary-exit-behavior): Fix custom types.
1724         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1726 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1728         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1729         because of let-binding help-xref-following.  (Bug#14356)
1731 2013-05-06  Glenn Morris  <rgm@gnu.org>
1733         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1735 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1737         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1738         entering into the registry.
1740 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1742         * gnus.el: Ma Gnus v0.7 is released.
1744 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1746         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1747         (Bug#14304)
1749 2013-04-27  Glenn Morris  <rgm@gnu.org>
1751         * gnus.el (gnus-list-debbugs):
1752         Use require rather than autoload.  (Bug#14262)
1754 2013-04-27  Julien Danjou  <julien@danjou.info>
1756         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1757         port to "sieve" now that it has an official IANA port assigned.
1759 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1761         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1762         Don't set the MAILHOST environment variable permanently (Bug#14271).
1764 2013-04-26  Glenn Morris  <rgm@gnu.org>
1766         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1768 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1770         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1771         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1773 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1775         * nnir.el (nnir-close-group): Make sure we are in the right group.
1777         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1778         dependency table from all newly retrieved headers.
1780 2013-04-16  David Edmondson  <dme@dme.org>
1782         Support <img src="data:...">.
1784         * shr.el (shr-image-from-data): New function.
1785         (shr-tag-img): Use it.
1787 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1789         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1790         group.
1792 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1794         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1795         corresponding to any existing group (Bug#14166).
1797 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1799         * nnir.el (number-sequence): No longer used.
1800         (nnir-request-set-mark): New function.
1801         (nnir-request-update-info): Improve marks updating.
1802         (nnir-request-scan): Don't duplicate marks updating.
1803         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1804         Use 'assq rather than 'assoc.  Quote anonymous function.
1805         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1806         Use 'gnus-group-prefixed-p.
1807         (gnus-summary-create-nnir-group): Make sure server for method is open.
1809 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1811         * nnir.el (gnus-nnir-group-p): New function.
1812         (nnir-possibly-change-group): Use it.
1814         * gnus-msg.el (gnus-setup-message): Use it.
1816 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1818         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1819         `initial-input' for the argument name.
1820         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1822 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1824         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1825         (used by MH-E).
1827 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1829         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1830         group.
1832         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1833         fix compilation.
1835 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1837         * nnir.el (nnir-method-default-engines): And another typo.
1839 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1841         * nnir.el (nnir-method-default-engines): Fix typo.
1843 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1845         * nnir.el: Define 'number-sequence for xemacs.
1846         (gnus-summary-create-nnir-group): New function to create an nnir group
1847         from an nnir summary buffer based on the current query.
1848         (nnir-request-create-group): Update to allow nnir group creation based
1849         on the current query.
1851 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1853         * nndraft.el (nndraft-request-expire-articles):
1854         Make expiry target always `delete'.
1856 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1858         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1859         buffer use the posting-style and gcc of the original article group.
1860         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1862         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1863         after other deffoos.
1865 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1867         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1868         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1869         support for real (i.e. not ephemeral) nnir groups.
1870         (gnus-summary-make-nnir-group): New function for initiating searches
1871         from a summary buffer.
1873 2013-03-18  Sam Steingold  <sds@gnu.org>
1875         * message.el (message-bury): Minor cleanup.
1877 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1879         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1881 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1883         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1884         nnml-request-list.  (Bug#13873)
1885         (nndir-request-newsgroups): Remove, unused.
1887         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1889 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1891         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1892         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1893         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1895 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1897         * shr.el: Make all the overlays set the `evaporate' property so that
1898         they're removed properly.
1900 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1902         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1903         shell-quote-argument.
1905 2013-02-22  David Engster  <deng@randomsample.de>
1907         * gnus-registry.el (gnus-registry-save): Provide class name when
1908         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1909         `condition-case' to stay compatible with older EIEIO versions which
1910         only accept one argument.
1912 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1914         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1915         (epg-user-id-validity): Autoload.
1916         (mml2015-epg-check-user-id): New function.
1917         (mml2015-epg-check-sub-key): New function split from
1918         mml2015-epg-find-usable-key.
1919         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1920         optional name-is-key-id, to handle the case when user-id is unusable.
1921         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1923 2013-02-17  Glenn Morris  <rgm@gnu.org>
1925         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1927 2013-02-16  Glenn Morris  <rgm@gnu.org>
1929         * shr.el (shr-put-image): Only animate images that specify a delay.
1930         This is consistent with the old image-animated-p behavior.
1932 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1934         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1935         for XEmacs.
1937 2013-02-13  Juri Linkov  <juri@jurta.org>
1939         * gnus-art.el (gnus-article-mode-map):
1940         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1941         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1943 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1945         * auth-source.el (auth-source-format-prompt): Don't get confused by
1946         any "\" in replacement text.  (Bug#13637)
1948 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1950         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1951         (gnus-backend-trace): Honour gnus-backend-trace.
1953         * mml.el (mml-insert-part): Insert closing tag.
1955         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1957 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1960         able to find the article, which can happen in debbugs groups,
1961         apparently.
1963 2013-01-16  Glenn Morris  <rgm@gnu.org>
1965         * smiley.el (smiley-style): Make the file loadable in batch mode.
1967 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1969         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1970         imap process running.
1972 2013-01-14  Julien Danjou  <julien@danjou.info>
1974         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1975         Compare addresses against addresses, not against the full From field.
1977 2013-01-13  Richard Stallman  <rms@gnu.org>
1979         * message.el (message-forward-make-body-mime): New args BEG, END
1980         specify what part of FORWARD-BUFFER to use.  Do the work directly
1981         instead of calling `mml-insert-buffer'.
1983 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1985         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1986         cross-reference(s).
1988         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1989         cross-reference(s).
1991 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1993         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1994         and point-max-marker.
1995         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1997 2013-01-11  Julien Danjou  <julien@danjou.info>
1999         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2000         max are almost equal.  Also return the correct value for V which is
2001         already between 0 and 1.
2003 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2005         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2006         to mml2015-encrypt-to-self.
2007         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2009 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2011         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2012         mml-smime-epg-find-usable-secret-key.
2014 2013-01-08  Glenn Morris  <rgm@gnu.org>
2016         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2018 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2020         * mml-smime.el: Support signing by sender.
2021         Requested by Uwe Brauer.
2022         (mml-smime-sign-with-sender): New user option analogous
2023         to mml2015-sign-with-sender.
2024         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2025         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2026         mml2015.el.
2028 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2031         isn't running, because Gnus will probably not know how to handle the
2032         Gcc header (bug#11941).
2034         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2035         articles.
2037 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2040         (nnfolder-generate-active-file): Make this function work with recursive
2041         folder names.
2043 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2045         * nntp.el (nntp-open-connection): Use HELP as the capability command
2046         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2047         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2049 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2051         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2052         place holder since this gives `Invalid face reference: nil' messages.
2053         Use the `default' face instead.  It has the same effect here, even
2054         though it is not no-op.
2056         * gnus-util.el
2057         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2059 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2061         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2062         non-string posting styles (bug#13285).
2064 2012-12-27  Glenn Morris  <rgm@gnu.org>
2066         * plstore.el (plstore-passphrase-callback-function):
2067         Use plstore-get-file.
2069 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2071         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2072         stderr.
2074 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2076         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2078         * gnus-compat.el (set-buffer-multibyte): Remove.
2080 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2082         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2083         temporary file to get PGP key image.  Pass no-show-photos when
2084         extracting image to avoid having it pop up twice.
2086 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2088         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2089         eligible for treatment.
2091         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2092         lines.  This makes summary commands with hidden threads work more
2093         reliably.
2095         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2096         button to mark the hidden citations (bug#9395).
2098 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2100         * mml2015.el (mml2015-epg-signature-to-string): New function.
2101         (mml2015-epg-verify-result-to-string): New function.
2102         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2103         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2104         instead of epg-verify-result-to-string.
2105         (epg-signature-key-id, epg-signature-to-string): Autoload.
2106         (epg-verify-result-to-string): Remove autoload.
2108 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2110         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2111         ID image from GPG public key.
2112         (mml2015-epg-key-image-to-string): New function.
2114 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2116         * plstore.el (plstore-passphrase-callback-function): Fix error when
2117         error when plstore-cache-passphrase-for-symmetric-encryption is set
2118         (bug#13264).
2120 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2122         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2123         buffer to the article buffer here, because that clobbers multiple
2124         article buffers.
2126         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2127         buffer always points to the right summary buffer.
2129 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2131         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2132         the password (bug#12097).
2134 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2136         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2137         (bug#13263).
2139         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2140         buffer exists before using it (bug#12475).
2142         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2143         offline groups (bug#11937).
2145         * message.el (message-yank-original): When using customize to set the
2146         value of `message-cite-style', the variable it set to a symbol that's
2147         the name of the variable, which must then be dereferenced (bug#12616).
2149 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2151         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2152         the `face' property with a list whose car is the face specified in the
2153         format string and whose cdr is (nil).
2154         * lisp/gnus-util.el
2155         (gnus-put-text-property-excluding-characters-with-faces):
2156         Change accordingly.
2157         (gnus-get-text-property-excluding-characters-with-faces): New function.
2158         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2159         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2160         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2162 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2164         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2165         login methods.
2166         (nnimap-login): Respect the `nnimap-authenticator' variable.
2168         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2169         mark state when moving articles.  Otherwise unticked articles will get
2170         their ticks back after moving.
2172 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2174         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2176         * message.el (message-ignored-news-headers): Always remove
2177         X-Message-SMTP-Method to avoid information leakage if the user
2178         mistakenly inserts the header into news messages.
2180         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2182         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2183         right than four characters, this command would move point to
2184         `point-max'.  Don't do that.
2186         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2187         to nil to allow re-selecting groups that gain articles.
2188         (gnus-bug-group-download-format-alist): Update the URL.
2190 2012-12-23  Andreas Schwab  <schwab@suse.de>
2192         * shr.el (shr-tag-em): Render em as italic, not bold.
2194 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2196         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2197         for reuse.
2198         (gnus-open-server): Use it to add more tracing.
2199         (gnus-finish-retrieve-group-infos): Add backend tracing.
2200         (gnus-backend-trace): Also note the elapsed seconds.
2202 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2204         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2205         Set epa-file-encrypt-to from variable to avoid querying.
2207 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2209         * sieve-mode.el (sieve-font-lock-keywords):
2210         Keywords should be word delimited.  (Bug#13173)
2212 2012-12-13  Andreas Schwab  <schwab@suse.de>
2214         * tls.el (tls-program): Update customize type.
2216 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2218         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2219         instead of <pre> to align message header.
2221 2012-12-12  Sam Steingold  <sds@gnu.org>
2223         * gnus.el (gnus-other-frame-resume-function): Add user option.
2224         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2226 2012-12-06  Sam Steingold  <sds@gnu.org>
2228         * gnus-start.el (gnus-before-resume-hook): Add.
2229         (gnus-1): Run it when Gnus is alive.
2231 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2233         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2234         * gnus-art.el (article-unsplit-urls)
2235         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2236         * gnus-registry.el (gnus-registry-get-article-marks)
2237         * message.el (message-goto-body): Use it.
2238         (message-called-interactively-p): Remove.
2240         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2241         (spam-stat-score-buffer): Use it.
2243         * spam.el: Silence the warnings against BBDB functions when compiling.
2245         * gnus-score.el (gnus-score-decode-text-parts):
2246         Use append+mapcar instead of the cl function mapcan.
2248 2012-12-05  Sam Steingold  <sds@gnu.org>
2250         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2251         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2252         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2254 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2256         * gmm-utils.el (gmm-called-interactively-p): Revert.
2257         This seems to cause Emacs to get stuck!
2258         * gnus-art.el (article-unsplit-urls)
2259         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2260         * gnus-registry.el (gnus-registry-get-article-marks)
2261         * message.el (message-goto-body)
2262         (message-called-interactively-p): Revert.
2264         * gmm-utils.el (gmm-called-interactively-p): New function.
2265         * gnus-art.el (article-unsplit-urls)
2266         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2267         * gnus-registry.el (gnus-registry-get-article-marks)
2268         * message.el (message-goto-body): Use it.
2269         (message-called-interactively-p): Remove.
2271         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2272         * gnus-sync.el (gnus-sync-lesync-call)
2273         * message.el (message-read-from-minibuffer): Use it.
2275 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2277         * gmm-utils.el (gmm-flet): Remove.
2278         * gnus-sync.el (gnus-sync-lesync-call)
2279         * message.el (message-read-from-minibuffer): Don't use it.
2281 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2283         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2285 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2287         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2289         * gnus-sync.el (gnus-sync-lesync-call)
2290         * message.el (message-read-from-minibuffer): Use gmm-flet.
2292         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2294         * gnus-util.el (gnus-macroexpand-all): Remove.
2296 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2298         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2299         to TAB, not [tab].
2300         (gnus-summary-article-map): Likewise.
2302         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2303         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2305 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2307         * time-date.el: Commentary fix.
2309 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2311         * color.el: Don't require cl.
2312         (color-complement): `caddr' -> `nth 2'.
2314         * time-date.el (time-to-seconds): De-obsolete.
2316 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2318         * message.el (message-get-reply-headers):
2319         Make sure the reply goes to the author if it is a wide reply.
2321 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2323         * gnus-score.el (gnus-score-body):
2324         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2325         scoring by body.
2327 2012-11-16  Glenn Morris  <rgm@gnu.org>
2329         * gnus-diary.el (nndiary-request-create-group-functions)
2330         (nndiary-request-update-info-functions)
2331         (gnus-subscribe-newsgroup-functions)
2332         (nndiary-request-accept-article-functions):
2333         Use new names for hooks rather than obsolete aliases.
2335 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2337         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2339 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2341         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2342         in meta tag with the one the part specifies in its header.
2344 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2346         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2347         by default.
2349 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2351         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2352         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2354 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2356         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2357         and a runtime function for it, of which the XEmacs version takes only
2358         two arguments.
2360 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2362         * nndiary.el (nndiary-request-create-group-functions)
2363         (nndiary-request-update-info-functions)
2364         (nndiary-request-accept-article-functions):
2365         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2366         "-hooks" suffix.
2368 2012-10-19  Julien Danjou  <julien@danjou.info>
2370         * gnus-art.el: Require gnus-util because it uses
2371         `gnus-timer--function'.
2373 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2375         * starttls.el (starttls-extra-arguments): Doc fix.
2377 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2380         it.
2382 2012-10-06  Glenn Morris  <rgm@gnu.org>
2384         * gnus-notifications.el (gnus-notifications):
2385         Add missing group :version tag.
2386         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2387         (gnus-gcc-post-body-encode-hook):
2388         * gnus-sync.el (gnus-sync-lesync-name)
2389         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2391 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2393         * color.el (color-hsl-to-rgb): Fix incorrect results for
2394         small and large hue values.  (Bug#12559)
2396 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2398         New UIDL implementation.
2400         * mail-source.el (mail-sources, mail-source-keyword-map):
2401         Add :leave as a pop3 keyword.
2402         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2404         * pop3.el (pop3-leave-mail-on-server): Allow number.
2405         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2406         (pop3-movemail): Add UIDL support.
2407         (pop3-send-streaming-command): Take a list of mail numbers instead of
2408         the number of mails.
2409         (pop3-write-to-file): Add X-UIDL header.
2410         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2411         (pop3-uidl-add-xheader): New functions.
2413         * message.el (message-ignored-resent-headers):
2414         Add X-Content-Length and X-UIDL headers.
2416 2012-10-05  Glenn Morris  <rgm@gnu.org>
2418         * color.el (color-name-to-rgb, color-rgb-to-hex)
2419         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2420         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2421         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2422         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2424 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2426         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2427         a user about whether to delete temp files if once a user answered as n.
2429 2012-09-25  Chong Yidong  <cyd@gnu.org>
2431         * password-cache.el (password-read-and-add): Use a declare form to mark
2432         this function obsolete.
2434 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2436         * lpath.el: Bind mail-encode-mml for old Emacsen.
2438 2012-09-17  Richard Stallman  <rms@gnu.org>
2440         * message.el (message-in-body-p): Don't set mark or modify buffer.
2442         * mml.el (mml-attach-file): Doc fix.
2443         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2444         Set mail-encode-mml when in Mail mode.
2445         Simplify code to set HEAD and move back to HEAD.
2446         (mml-insert-multipart, mml-insert-part):
2447         Set mail-encode-mml when in Mail mode.
2449 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2451         * gnus-util.el (gnus-timer--function): New function.
2453         * gnus-art.el (gnus-article-stop-animations): Use it.
2455 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2457         Fix glitches caused by addition of psec to timers.
2458         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2459         rather than raw access to timer vector.
2461 2012-09-11  Julien Danjou  <julien@danjou.info>
2463         * gnus-notifications.el (gnus-notifications): Check for nil values in
2464         ignored addresses check.
2466 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2468         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2470 2012-09-07  Chong Yidong  <cyd@gnu.org>
2472         * gnus-util.el
2473         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2475         * gnus-salt.el (gnus-tree-highlight-node):
2476         * gnus-sum.el (gnus-summary-highlight-line):
2477         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2479 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2481         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2483 2012-09-06  Juri Linkov  <juri@jurta.org>
2485         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2486         scheme for buffer names to be more consistent with other group and
2487         article buffer names in Gnus.
2489 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2491         * gnus-util.el
2492         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2494         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2495         Jenkner.
2497         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2499         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2501         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2503 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2505         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2506         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2508         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2509         string-prefix-p in Emacs >=23.2.
2511         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2512         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2513         instead of string-match-p.
2514         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2516 2012-09-06  Kenichi Handa  <handa@gnu.org>
2518         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2519         lowercase a..f.
2521 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2523         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2525 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2527         * nnimap.el (nnimap-request-move-article): Decode the group name when
2528         doing internal moves to avoid charset issues.
2530         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2531         TIME is set.
2533 2012-09-05  Juri Linkov  <juri@jurta.org>
2535         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2536         than one group at a time (bug#11961).
2538 2012-09-05  Julien Danjou  <julien@danjou.info>
2540         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2541         this hide the real reason with a message giving absolutely no hint.
2543 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2545         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2546         to the backend (bug#11804).
2548         * message.el (message-insert-newsgroups): Don't insert newsgroup
2549         duplicates (bug#12275).
2551 2012-09-05  John Wiegley  <johnw@newartisans.com>
2553         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2554         sieve rules.
2556 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2558         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2559         function.
2561         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2563         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2565 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2567         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2568         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2569         This should make nnmaildir more usable with offlineimap.
2571 2012-09-05  Julien Danjou  <julien@danjou.info>
2573         * nnimap.el (nnimap-request-list): Revert change that made listing
2574         synchronous.
2575         (nnimap-get-responses): Restore.
2577 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2579         * dgnushack.el: XEmacs 21.5 compilation fix.
2581         * gnus-notifications.el (gnus-notifications-notify): Use it.
2583         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2584         warnings on XEmacs.
2586 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2588         Better seeds for (random).
2589         * gnus-sync.el (gnus-sync-lesync-setup):
2590         * message.el (message-canlock-generate, message-unique-id):
2591         Change (random t) to (random), now that the latter is more random.
2593 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2595         * nnimap.el (nnimap-change-group): Document result value
2597         * auth-source.el (auth-sources): Fix macos keychain access.
2599         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2600         allow the backend `request-head' function to determine the group
2601         name on its own.
2602         (gnus-request-expire-articles): Filter out negative article numbers
2603         during expiry (Bug#11980).
2605         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2606         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2608         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2609         you've found the article when you haven't.
2611         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2612         that nnimap-change-group can return t.
2614 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2616         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2618 2012-08-30  Julien Danjou  <julien@danjou.info>
2620         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2621         `gnus-notifications-timeout'.
2622         (gnus-notifications-timeout): Add.
2623         (gnus-notifications-action): New function.
2624         (gnus-notifications-notify): Add :action using
2625         `gnus-notifications-action'.
2626         (gnus-notifications-id-to-msg): New variable.
2627         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2628         notifications id to messages.
2630 2012-08-30  Kenichi Handa  <handa@gnu.org>
2632         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2633         once.
2635 2012-08-29  Julien Danjou  <julien@danjou.info>
2637         * gnus-notifications.el: New file.
2638         (gnus-notifications-notify): New function.
2639         (gnus-notifications): Use `gnus-notifications-notify'.
2641 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2643         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2644         transfer encoding first; bind gnus-newsgroup-charset to the charset
2645         that the article specifies (Bug#12209).
2647 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2649         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2650         (gnus-group-customize-done): Encode values posting-style holds.
2652         * gnus-msg.el (gnus-summary-resend-message)
2653         (gnus-configure-posting-styles): Decode values posting-style group
2654         parameter holds.
2656 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2658         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2659         `name' and `address' in Resent-From header.
2661 2012-08-14  Chong Yidong  <cyd@gnu.org>
2663         * gnus-art.el (article-display-face): Handle failure in
2664         gnus-create-image (Bug#11802).
2666 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2669         Use defsetf.
2671 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2673         * auth-source.el (auth-source-plstore-search)
2674         (auth-source-secrets-search): Ignore :require and :type in search spec.
2676 2012-08-06  Julien Danjou  <julien@danjou.info>
2678         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2679         `nnimap-request-move-article'.
2681         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2682         Remove autoload, already handled by gnus.el.
2684         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2686         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2687         supported by nnimap actually.  Reverts previous change.
2689         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2690         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2691         to-buffer argument that is already supported.
2693 2012-08-05  Julien Danjou  <julien@danjou.info>
2695         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2696         Add autoload.
2698 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2700         * gnus.el (gnus-valid-select-methods): Fix custom type.
2702 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2704         * auth-source.el (auth-sources, auth-source-backend-parse)
2705         (auth-source-macos-keychain-search)
2706         (auth-source-macos-keychain-search-items)
2707         (auth-source-macos-keychain-result-append)
2708         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2709         auth-source.el through the /usr/bin/security utility.
2710         (auth-sources): Fix syntax error.
2711         (auth-source-macos-keychain-result-append): Fix variable name.
2712         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2714 2012-07-27  Julien Danjou  <julien@danjou.info>
2716         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2717         Emacs < 24.1
2719 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2721         * message.el (message-kill-address): Don't kill last newline.
2722         (message-skip-to-next-address): Don't move to the next header.
2723         (message-fill-field-address): Work properly.
2725 2012-07-25  Julien Danjou  <julien@danjou.info>
2727         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2729 2012-07-24  Julien Danjou  <julien@danjou.info>
2731         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2733         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2734         (nntp-async-timer-handler): Remove, unused.
2736         * nnimap.el (nnimap-get-responses): Remove, unused.
2738         * nnheader.el (mail-header-set-extra): Remove, unused.
2740         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2741         unused.
2743         * mm-view.el (mm-view-sound-file): Remove, unused.
2745         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2746         (mm-url-encode-multipart-form-data): Remove, unused.
2748         * message.el (message-remove-signature, message-make-host-name)
2749         (message-fill-address): Remove, unused.
2751         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2752         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2753         unused.
2755         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2756         (gnus-xmas-call-region): Remove, unused.
2758         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2760         * gnus-util.el (gnus-extract-address-component-name)
2761         (gnus-extract-address-component-email, gnus-sortable-date)
2762         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2763         (gnus-process-live-p): Remove, unused.
2765         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2767         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2768         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2769         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2770         function.
2772         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2774         * gnus-score.el (gnus-summary-score-crossposting)
2775         (gnus-score-regexp-bad-p): Remove, unused.
2777         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2779         * gnus-range.el (gnus-sublist-p): Remove, unused.
2781         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2782         unused.
2784         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2786         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2787         (gnus-request-associate-buffer): Remove, unused.
2789         * gnus-group.el (gnus-group-set-method-info)
2790         (gnus-group-set-params-info): Remove, unused.
2792         * gnus-fun.el (gnus-shell-command-to-string)
2793         (gnus-shell-command-on-region): Remove, unused.
2795         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2797         * gnus-art.el (gnus-article-text-type-exists-p)
2798         (article-translate-characters, gnus-article-hide-text-of-type)
2799         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2800         Remove, unused.
2802 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2804         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2806 2012-07-21  Julien Danjou  <julien@danjou.info>
2808         * message.el (message-dont-reply-to-names): Replace deprecated
2809         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2810         (message-get-reply-headers): Ditto.
2812 2012-07-18  Julien Danjou  <julien@danjou.info>
2814         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2815         `sieve-upload-and-kill'.
2817         * sieve.el (sieve-bury-buffer): Remove function.
2818         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2819         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2821 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2823         * shr.el (shr-expand-url): Handle URL starting with `//'.
2825 2012-07-13  Chong Yidong  <cyd@gnu.org>
2827         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2828         instead of calling toggle-read-only with a (bogus) argument.
2830 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2832         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2833         of initial input when reading the author to restrict the summary to.
2835 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2837         * mm-decode.el (mm-shr):
2838         Allow overriding charset by mm-charset-override-alist.
2840 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2842         * gnus-art.el (gnus-article-view-part):
2843         Toggle subparts of multipart/alternative part.
2845 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2847         * shr.el (shr-render-buffer): New command.
2848         (shr-visit-file): Use it.
2850 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2852         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2853         Set no-byte-compile and no-update-autoloads.
2855 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2857         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2859 2012-06-25  Julien Danjou  <julien@danjou.info>
2861         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2862         `nnimap-request-move-articles-find-limit' since we do not use it only
2863         for move operations.
2864         (nnimap-request-accept-article): Use
2865         `nnimap-request-articles-find-limit' to limit search by message-id.
2867 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2869         Support higher-resolution time stamps (Bug#9000).
2871         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2872         VARLIST.  It's optional, for backward compatibility.
2873         (encode-time-value): New optional arg PICO.  New type 3.
2874         (time-to-seconds) [!float-time]: Support the new picoseconds
2875         component if it's used.
2876         (seconds-to-time, time-subtract, time-add):
2877         Support ps-resolution time stamps as well.
2879 2012-06-19  Julien Danjou  <julien@danjou.info>
2881         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2883         * nnimap.el (nnimap-log-buffer): Check that
2884         `window-point-insertion-type' is boundp, since it's not available in
2885         XEmacs.
2887 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2889         * nnimap.el (nnimap-log-buffer): Add this, setting
2890         `window-point-insertion-type' in the buffer to t.
2891         (nnimap-log-command): Use nnimap-log-buffer.
2893 2012-06-19  Julien Danjou  <julien@danjou.info>
2895         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2896         argument to be able to limit the search.
2897         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2898         (nnimap-request-move-articles-find-limit): Add this to limit the search
2899         by Message-Id after a message move.
2900         (nnimap): Add defgroup.
2902 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2904         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2906 2012-06-15  Julien Danjou  <julien@danjou.info>
2908         * nnimap.el (nnimap-find-article-by-message-id): Use
2909         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2910         (nnimap-possibly-change-group): Add read-only argument.
2911         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2912         issuing EXAMINE manually.
2913         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2914         with read-only argument.
2915         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2916         cannot possibly change because we need to be sure that it's either
2917         read-write or read-only.
2919 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2922         being bound to a lambda form.
2924 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2926         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2927         articles when fetch-old is non-nil (bug#11370).
2929 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2931         * gnus-picon.el (gnus-picon-properties): New defcustom.
2932         (gnus-picon-create-glyph): Use it.
2934 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936         * gnus-group.el (gnus-group-get-new-news): Respect
2937         `gnus-group-use-permanent-levels', as documented (bug#11638).
2939 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2941         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2942         groups (bug#11641).
2944 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2946         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2947         is an integer to avoid later problems.
2949 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2952         locales.
2954         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2955         on a handle.
2957         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2958         address as the default.
2959         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2961         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2962         makes no sense to query the user about internal files.
2964         * gnus-spec.el: Remove all the byte-compilation stuff, since
2965         benchmarking shows that it doesn't help when entering large summary
2966         buffers.
2968         * gnus-xmas.el (gnus-xmas-define): Remove.
2970         * gnus-util.el (gnus-byte-code): Remove.
2972         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2973         grouplens stuff.
2975 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2978         (bug#11514).
2980 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2982         * message.el (message-buffers): Return all buffers derived from Message
2983         to make `gnus-dired-attach' work with mu4e.
2985 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2987         * nntp.el: Stop the `letf' madness.
2988         (nntp--report-1): New var.
2989         (nntp-report): Merge nntp-report-1 into it.
2990         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2991         the nntp-report function.
2993         * auth-source.el: Fix comment-style to follow the convention.
2995 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2997         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2998         (mm-dissect-singlepart): Don't guess the MIME type of
2999         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3000         set.
3001         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3002         toplevel MIME type is multipart/encrypted.
3004 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3006         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3007         a string so that Gcc works (bug#11514).
3009 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3011         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3012         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3014 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3016         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3017         jumping to *Server* from a dedicated *Group* window.
3018         (gnus-configure-frame): CSE.
3020         * gnus-registry.el: Minor style cleanup.
3021         (gnus-registry--set/remove-mark): New function, extracted from
3022         gnus-registry-install-shortcuts.
3023         (gnus-registry-install-shortcuts): Use it.
3025 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3027         * nnspool.el (news-path): Use eval-and-compile.
3029 2012-05-24  Glenn Morris  <rgm@gnu.org>
3031         * nnspool.el (news-directory, news-path, news-inews-program):
3032         Move here from paths.el.  Don't see a need for these to be autoloaded.
3034         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3035         Merge in doc from paths.el version.  Don't see any need for this to be
3036         autoloaded, or for the warning about users not setting it.
3038 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3040         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3041         format.  In particular, add an optional argument and a docstring.
3043         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3045         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3046         current before calling `gnus-groups-to-gnus-format'.
3047         Note that this was already the case for `gnus-active-to-gnus-format'.
3049 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3051         Fix minor Y10k bug.
3052         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3054 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3057         message once it's actually open.
3059 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3061         * gnus.el: Ma Gnus v0.5 is released.
3063 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3065         * auth-source.el (auth-source--aput-1, auth-source--aput)
3066         (auth-source--aget): New functions and macros.
3067         Use them instead of aput/aget.
3069 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3071         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3073 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3075         * plstore.el (plstore-called-interactively-p): New compat macro copied
3076         from message.el.
3077         (plstore-mode): Use it.
3079 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3081         * plstore.el: Revive the editing feature.
3082         (plstore-mode): New mode to edit plstore file.
3083         (plstore-mode-toggle-display, plstore-mode-original)
3084         (plstore-mode-decoded): New command.
3085         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3086         (plstore--insert-buffer, plstore--make): New function.
3087         (plstore-open, plstore-save): Simplify by using them.
3089 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3091         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3093 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3095         * tls.el (open-tls-stream): Remove unused binding.
3097 2012-04-16  Glenn Morris  <rgm@gnu.org>
3099         * nndraft.el (nndraft-request-list): Fix declaration.
3101 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103         * mm-decode.el (mm-dissect-buffer): Doc fix.
3105         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3106         don't have a current group.
3108         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3109         buffer if it doesn't exist.
3111         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3112         given, mark the group as ephemeral with the current window conf.
3114         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3115         buffer exists, which it doesn't if we haven't started Gnus.
3116         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3118 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3121         type is.
3123         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3124         `unexists' entries.
3125         (gnus-clean-old-newsrc): Fix last checkin.
3127         * nnimap.el (nnimap-update-info): None of the articles below the active
3128         low-water mark exist.
3130         * dgnushack.el: Get rid of XEmacs compilation warning.
3132         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3133         would have gotten if we posted to the group, and use that to compare
3134         against the message we want to cancel (bug#10808).
3136         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3137         on XEmacs.
3139 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3141         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3142         `scroll-margin'.
3144 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3146         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3147         citation prefix within a block of cited text should be considered part
3148         of that block *only* if it is a blank line.
3150 2012-04-09  Chong Yidong  <cyd@gnu.org>
3152         * binhex.el, hashcash.el, uudecode.el:
3153         Remove * characters from the front of variable docstrings.
3155 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3157         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3158         before kinsoku-bol characters nor within kinsoku-eol characters.
3160 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3162         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3163         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3164         (gnus-sync-read): Use mapc instead of mapcar.
3166         * mm-archive.el: Require mm-decode for some macros.
3167         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3168         the byte compiler.
3169         (mm-archive-decoders): New function that returns the value of
3170         the mm-archive-decoders variable.
3172         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3173         instead.
3174         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3176         * nnimap.el (gnus-refer-thread-use-nnir):
3177         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3179 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3183 2012-03-12  Peter Münster  <pmrb@free.fr>
3185         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3186         (gnus-demon-cancel): Ditto.
3187         (gnus-demon-run-callback): When function cannot be called due to low
3188         idleness, call it when idleness reaches the expected value, instead of
3189         waiting another timer period.
3190         (gnus-demon-init): Add `time' to arguments of call-back.
3192 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3196         * gnus.el: Register gnus-registry functions.
3198         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3199         indent.
3201         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3202         enabled before warping.
3204 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3206         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3207         registry about each article retrieved.
3209         * gnus-int.el (gnus-select-group-with-message-id): New function.
3210         (gnus-try-warping-via-registry): Ditto.
3211         (gnus-warp-to-article): Fall back on the registry.
3213 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3215         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3216         inboxes.
3218 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3222 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3224         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3225         gnus-gcc-self-resent-messages may be a group parameter.
3226         (gnus-summary-resend-message): Don't encode encoded words in header
3227         when Gcc'ing resent message.
3229 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231         * shr.el (shr-insert): Treat non-breaking space just like normal
3232         space.  This seems to produce more pleasing results.
3233         (shr-insert): Only insert a blank line if we're starting from an image.
3234         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3235         (shr-ensure-paragraph): Consider lines with white space to be blank.
3237 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3239         * Makefile.in: Respect DESTDIR.
3241 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3243         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3244         and gnus-gcc-post-body-encode-hook.
3246 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3249         messages that don't exist.
3251         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3253 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3255         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3256         Remove.
3258         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3260         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3262 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3265         have a group name.
3267         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3268         a multibyte buffer (bug#7410).
3269         (article-wash-html): Parse the original article buffer to get the
3270         unencoded data (bug#7410).
3272         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3273         .newsrc.el files.
3275 2012-04-05  Bastien Guerry  <bzg@altern.org>
3277         * color.el (color-lighten-name): Fix typo.
3279 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3282         "#" to avoid having them interpreted as comments.
3284 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286         * shr.el (shr-insert): Update the text state properly to avoid
3287         inserting spurious paragraph starts.
3289 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291         * shr.el (shr-table-widths): Divide the extra width more fairly over
3292         the TDs (bug#10973).
3293         (shr-render-td): Don't delete too much padding.
3294         (shr-natural-width): Compute the natural width more correctly.
3295         (shr-insert): Allow the natural width to be computed for tables again.
3296         (shr-tag-table-1): Rework how the natural widths are computed by
3297         rendering the table a third time.
3298         (shr-natural-width): Removed.
3299         (shr-buffer-width): New function.
3300         (shr-expand-newlines): Use it.
3302         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3303         using a `gnus-use-full-window' setup (bug#11013).
3305 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3308         24.1 release.
3310 2012-03-10  David Edmondson  <dme@dme.org>
3312         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3313         'Forwarded Message' header and the start of the message.
3315 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3317         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3318         isn't running (bug#10897).
3320 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3323         This is inconsistent with all the other stream functions, which leave
3324         the setting up to the higher levels (if so wanted) (bug#10931).
3326 2012-02-28  Glenn Morris  <rgm@gnu.org>
3328         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3329         mm-decode.el: Standardize possessive apostrophe usage.
3331 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3335 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3337         * parse-time.el (parse-time-string): Allow extractor to return nil.
3339 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3341         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3343 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3345         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3347 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3349         * mm-decode.el (mm-shr): Remove "soft hyphens".
3351         * nnimap.el (nnimap-request-list): Return the group names encoded as
3352         utf8.  Otherwise non-European group names don't work.
3353         (nnimap-request-newgroups): Ditto.
3355         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3356         the default in `read-string' (bug#10757).
3358         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3359         topics (bug#10843).
3361         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3362         buffer.  Suggested by Herbert Valerio Riedel.
3363         (nnimap-request-move-article): Delete the message from the correct IMAP
3364         server.
3366 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3368         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3369         Reported by Peter Münster.
3371 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3373         * shr.el (shr-image-fetched): Make sure we really kill the right
3374         buffer.
3376 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3378         * gnus-start.el (gnus-1): Avoid duplicate entries.
3380 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3382         * imap.el: Remove.
3384         * nntp.el (nntp-coding-system-for-read): Remove.
3385         (nntp-coding-system-for-write): Ditto.
3386         (nntp-open-connection): Just use `binary' directly.
3388         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3389         Gnus 0.3.
3391 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3393         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3394         application/octet-stream parts really is.
3396         * gnus-sum.el (gnus-propagate-marks): Remove.
3398 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3400         * shr.el (shr-rescale-image): Undo previous change; see
3401         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3403 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3405         * gnus.el: Ma Gnus v0.3 is released.
3407 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3409         * gnus-sum.el (gnus-summary-local-variables): Make
3410         `gnus-newsgroup-unexist' into a local variable.
3412 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3414         * registry.el (registry-usage-test, registry-persistence-test): Move to
3415         tests/gnustest-registry.el.
3416         (registry-make-testable-db, registry-match-test)
3417         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3419         * gnus-registry.el (gnus-registry-misc-test)
3420         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3422         * tests/gnustest-registry.el: New file with the registry and
3423         gnus-registry ERT tests.
3425 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3427         * gnus-msg.el (gnus-summary-resend-message): Make
3428         gnus-summary-resend-message-insert-gcc be last item in
3429         message-header-setup-hook.
3431 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3433         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3434         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3435         Remove.
3436         (nnfolder-open-server): Don't use marks.
3437         (nnfolder-request-delete-group): Ditto.
3438         (nnfolder-request-rename-group): Ditto.
3439         (nnfolder-request-set-mark, nnfolder-request-marks)
3440         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3441         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3443         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3444         (nnml-marks-modtime): Remove.
3445         (nnml-request-delete-group): Don't use marks.
3446         (nnml-request-rename-group): Ditto.
3447         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3448         (nnml-save-marks, nnml-open-marks): Remove.
3450         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3451         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3452         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3453         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3454         (nntp-server-to-method-cache): Remove.
3456         * shr.el (shr-rescale-image): Fix wrong merge.
3458 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3460         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3461         too-wide lines.
3463 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3465         * nnimap.el (nnimap-record-commands): New variable.
3466         (nnimap-log-command): Use it.
3467         (nnimap-make-process-buffer): Add a space to the process buffer.
3468         (nnimap-transform-headers): Don't bug out on header lines containing
3469         stuff that look like IMAP length encodings.
3471         * shr.el (shr-rescale-image): Allow viewing large images.
3473 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3475         * nnml.el (nnml-request-compact-group): Delete the marks file after
3476         compaction (bug#10800).
3478         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3479         group exit.
3481         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3482         QRESYNC/FETCH output.
3484 2012-02-11  Glenn Morris  <rgm@gnu.org>
3486         * sieve-manage.el (sieve-manage-default-stream):
3487         * shr.el (shr):
3488         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3489         (nnir-retrieve-headers-override-function)
3490         (nnir-imap-default-search-key, nnir-notmuch-program)
3491         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3492         (nnir-method-default-engines):
3493         * message.el (message-cite-reply-position):
3494         * gssapi.el (gssapi-program):
3495         * gravatar.el (gravatar):
3496         * gnus-sum.el (gnus-refer-thread-use-nnir):
3497         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3498         (gnus-registry-max-pruned-entries):
3499         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3500         * gnus-int.el (gnus-after-set-mark-hook)
3501         (gnus-before-update-mark-hook):
3502         * gnus-async.el (gnus-async-post-fetch-function):
3503         * auth-source.el (auth-source-cache-expiry):
3504         Add missing :version tags to new defcustoms and defgroups.
3506 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3508         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3509         `gnus-newsgroup-unexist'.
3511         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3512         marks.
3513         (gnus-article-special-mark-lists): Put the `unexist' in the special
3514         marks list instead.
3516         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3517         articles in the list of articles to be selected.
3519         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3520         articles.
3521         (nnimap-update-info): Keep track of unexisting articles.
3522         (nnimap-update-qresync-info): Ditto.
3524 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3526         * message.el (message-default-send-mail-function): Made into own
3527         function for reuse by emacsbug.el.
3529 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3531         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3532         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3534 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3536         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3537         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3539         * gnus-compat.el: Define `timer-set-function'.
3541         * mm-decode.el (mm-display-external): Output the text from the command
3542         in the buffer after the command finished.  This makes text-based
3543         commands behave better.
3545 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3547         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3549 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3551         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3552         23.1.
3554 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3556         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3558 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3560         * message.el (smtpmail-smtp-user): Silence compiler warning.
3562 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3564         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3565         SMTP user name.
3567 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3569         * gnus-sum.el (gnus-summary-show-thread):
3570         next-single-char-property-change may return nil in XEmacs.
3571         (gnus-summary-article-map): Fix typo.
3573 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3575         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3576         running.
3578         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3580         * gnus.el (gnus-server-extend-method): Don't add an -address component
3581         if the method already has one (bug#9676).
3583 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3585         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3586         of an initial-input for consistency (bug#10757).
3588         * dgnushack.el: Fix XEmacs compilation warning.
3590         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3592         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3594 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3596         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3597         lines that are narrower than the window width.  Otherwise background
3598         "blocks" will look less readable.
3600 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3602         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3603         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3604         have newlines within the strings, and where the UID comes after the
3605         BODYSTRUCTURE element (bug#10537).
3607         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3608         (bug#10732).
3610         * shr.el (shr-insert-document): Add doc string.
3611         (shr-visit-file): Ditto.
3612         (shr-remove-trailing-whitespace): New function.
3613         (shr-insert-document): Use it to clean up trailing whitespace as the
3614         final step (bug#10714).
3616 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3618         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3619         buffer if `gnus-kill-summary-on-exit' is nil.
3621 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3623         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3624         when just reading a single group from "without" Gnus.
3626 2012-02-06  Chong Yidong  <cyd@gnu.org>
3628         * gnus-sum.el (gnus-summary-show-thread):
3629         next-single-char-property-change never returns nil (Bug#8657).
3631 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3633         * message.el (message-multi-smtp-send-mail): New function.
3634         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3635         header to implement multi-SMTP functionality.
3637         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3638         (gnus-agentize): Don't set it.
3639         (gnus-agent-send-mail): Don't use it.
3641         * gnus-sum.el (gnus-summary-widget-backward): New function and
3642         keystroke.
3644         * gnus-compat.el: More the compat functions more compatible.
3646         * shr.el (shr-put-image): Remove underlines from sliced images.
3647         (shr-zoom-image): Compute the region to be replaced more correctly.
3649 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3651         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3652         (gnus-summary-resend-message-insert-gcc): New function.
3653         (gnus-summary-resend-message): Modify message-header-setup-hook and
3654         message-sent-hook to make it work for Gcc.
3655         (gnus-inews-do-gcc): Update the number of unread articles of groups
3656         that messages are Gcc'd to.
3658         * message.el (message-resend): Run message-sent-hook to do Gcc.
3660 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3662         * lpath.el: Fix an XEmacs compilation warning.
3664         * gnus-compat.el: Require `help-fns' to fix compilation error.
3666         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3667         a higher level to silence compilation.
3669         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3670         parameter to allow controlling the scaling.
3672         * shr.el (shr-zoom-image): New command and keystroke.
3673         (shr-put-image): Take a `size' flag to say how to scale the image.
3675         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3676         deletion unless already defined.
3678         * gnus.el (gnus-compat): Require it.
3680         * gnus-compat.el: New file.
3682         * gnus-start.el (gnus-clean-old-newsrc): New function.
3683         (gnus-read-newsrc-file): Use it.
3685         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3686         Use recursive deletion.
3687         (mm-dissect-archive): Add support for zip files.
3689         * gnus-util.el (gnus-recursive-directory-files): New function.
3691         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3692         (mm-archive-decoders): Add tgz support.
3694         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3695         Otherwise inserting text into the Gnus buffer can look odd.
3697         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3699         * mm-archive.el (mm-archive-decoders): Add support for tar.
3701         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3703         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3705 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3707         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3709         * mm-archive.el: New file.
3711         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3713         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3715         * message.el (message-goto-*): Make all the `message-goto-*' commands
3716         push the mark before moving point.  This makes it easier to go back to
3717         where you came from after editing whatever you jumped to.
3719 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3721         * gnus.el: Ma Gnus v0.1 is released.
3723 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3725         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3726         without reconnecting.
3727         (nnimap-possibly-change-group): Ditto.
3728         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3729         connection has died before being called.
3731 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3733         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3734         an initial sync unless we're really doing one.
3736         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3737         address parameter if one already exists (bug#9676).
3739         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3740         not the prefix, as documented (bug#10689).
3742 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3744         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3745         the "server".
3747         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3748         the real error message with the useless "previously known to be down".
3749         Which isn't even correct.
3751         * nntp.el (nntp-open-connection): Report the error message if the nntp
3752         server can't be reached.
3754         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3755         groups we do a total scan for.
3756         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3757         doing that.
3759 2012-01-31  Jim Meyering  <jim@meyering.net>
3761         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3762         Correct a comment (insert "not") and hide nominally-doubled "to".
3764 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3766         * gnus.el (gnus-version): Change name to "Ma Gnus".
3768 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3770         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3771         section in the manual.
3773 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3775         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3776         words.
3777         (rfc2047-encode-string): Ditto.
3778         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3779         understand folded filename="..." parameters, for instance.
3781         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3782         the message for greater debuggability.
3784 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3786         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3787         instead of setting it locally, since the latter doesn't seem to have
3788         any effect (most of the time).
3790 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3792         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3793         function call.
3795 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3797         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3798         seconds, and make the repeat clause with HH:MM specs work as
3799         documented.
3801 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3803         * proto-stream.el (proto-stream-capability-open): Fall back on
3804         :end-of-command if :end-of-capability doesn't exist.
3806 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3808         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3809         bound globally in old Emacsen and XEmacsen.
3811 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3813         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3814         so that previous errors don't prohibit getting new news.
3816         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3818         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3820 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3822         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3823         buffer, not of the string which is its name.
3825 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3827         * proto-stream.el (proto-stream-capability-open): Wait for
3828         :end-of-capability, not :end-of-command.
3830         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3831         non-server-marks groups.
3832         (gnus-group-make-articles-read): Ditto.
3834         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3835         methods (bug#9676).
3837         * gnus.el (gnus-method-ephemeral-p): New function.
3839 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3841         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3842         left-to-right.
3844 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3846         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3847         warning.
3849 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3851         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3852         macroexpand the nnir things, since they haven't been defined yet, and
3853         nnir requires gnus-sum.
3855 2012-01-24  Julien Danjou  <julien@danjou.info>
3857         * color.el (color-rgb-to-hsl): Fix value computing.
3858         (color-hue-to-rgb): New function.
3859         (color-hsl-to-rgb): New function.
3860         (color-clamp, color-saturate-hsl, color-saturate-name)
3861         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3862         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3864 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3868 2012-01-19  Julien Danjou  <julien@danjou.info>
3870         * color.el (color-name-to-rgb): Use the white color to find the max
3871         color component value and return correctly computed values.
3872         (color-name-to-rgb): Add missing float conversion for max value.
3874 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3876         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3877         logical server name in addition to the actual machine address.
3879         * auth-source.el (auth-source-user-and-password): Add convenience
3880         wrapper to search by just host and optionally user.
3882 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3885         after rendering.
3887 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3889         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3890         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3891         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3893 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3896         (bug#9693).
3897         (gnus-summary-setup-buffer): Document return value (bug#9697).
3899         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3900         since ido doesn't work on symbols (bug#9632).
3902         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3903         when getting a single value as when getting all the values.  This means
3904         that atoms like `gcc-self' work cumulatively, like variable settings,
3905         instead of getting the value from the last matching clause.
3906         (gnus-group-find-parameter): Protect against the group buffer not
3907         existing (bug#9585).
3909 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911         * gnus-start.el (gnus-activate-group): Document more parameters
3912         (bug#9694).
3914         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3915         (bug#9692).
3917         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3918         article was fetched, so that it can be expired later (bug#9958).
3919         (gnus-agent-summary-fetch-series): Add doc string.
3920         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3921         (bug#9517).
3923         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3924         retrieval is happening.
3926         * gnus.el (gnus-parameters): Doc fix.
3928 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3930         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3931         show the thread after expansion.
3933 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935         * gnus-art.el (article-narrow-to-head): If the head is completely
3936         empty, narrow to the empty region (bug#9764).
3938         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3939         read, and then mark them as unread only when the unread mark is used.
3940         This makes `C-- T k' actually work, even though it's confusing.
3942         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3943         alive before we try to find its window.
3945 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3947         * mm-decode.el (mm-display-external): Use a longer timeout for the
3948         deletion to allow slow programs to display the file.
3950 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3953         prompt to be less confusing.
3955         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3956         argument to `message-reply'.  This broke `special-display-*' frame
3957         pop-uping (bug#10238).
3959 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3962         systems, since these allegedly don't work there.
3964 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3966         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3967         live buffer.
3969 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971         * nnir.el (nnir-retrieve-headers): Protect against the article not
3972         existing on the server (bug#10335).
3974 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3976         * gnus-agent.el (gnus-agent-load-local): Recompute
3977         gnus-agent-article-local on changing method.
3979 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981         * gnus.el (gnus-parameters): Note precedence.
3983 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3985         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3986         in the group buffer.
3988 2012-01-04  Julien Danjou  <julien@danjou.info>
3990         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3991         change.
3993 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3996         too.
3998         * nntp.el (nntp-retrieve-group-data-early): Use it.
4000 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002         * nntp.el (nntp-retrieval-in-progress): New variable.
4003         (nntp-make-process-buffer): Make it buffer-local.
4005         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4006         2010.
4007         (gnus-demon-init): Use it to compute the time if time is on the form
4008         "04:23".
4010         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4012         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4013         status in the correct buffer.
4015 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4017         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4018         when opening topics (bug#10407).
4020 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4022         * gnus-cus.el (gnus-score-customize):
4023         * gnus-sum.el (gnus-sort-gathered-threads):
4024         * message.el (message-shorten-references):
4025         * nnmairix.el (nnmairix-request-group):
4026         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4028 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4030         * gnus-agent.el (gnus-agent-regenerate-group):
4031         * gnus-int.el (gnus-retrieve-group-data-early):
4032         * mm-util.el (mm-codepage-ibm-list):
4033         * nndiary.el (Commentary, nndiary-get-new-mail):
4034         * nnir.el (nnir):
4035         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4037 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4039         * mm-view.el (mm-display-inline-fontify): Add comment.
4041 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4043         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4044         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4046 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4048         * gnus-art.el (gnus-split-methods):
4049         * gnus-msg.el (gnus-configure-posting-styles):
4050         * gnus-spec.el (gnus-parse-simple-format):
4051         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4052         * message.el (message-do-actions): Spelling fix.
4054 2011-12-15  Juri Linkov  <juri@jurta.org>
4056         * mm-decode.el (mm-inline-media-tests): Add missing
4057         `mm-handle-media-subtype'.
4059 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4061         * gnus-group.el (gnus-group-tool-bar):
4062         * gnus-sum.el (gnus-summary-tool-bar):
4063         * message.el (message-tool-bar):
4064         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4066 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4068         * plstore.el (plstore--insert-buffer): Spelling fix.
4070 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4072         * message.el (message-valid-fqdn-regexp): Update with newly approved
4073         top-level domain names ".tel" and ".asia".
4075 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4077         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4078         unconditionally.
4080 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4082         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4083         pop-to-buffer-same-window for old Emacsen.
4085 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4087         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4089 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4091         * netrc.el (netrc-credentials): Spelling fix.
4093 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4095         * gnus-fun.el (gnus-fun-ppm-change-string):
4096         * gnus-msg.el (gnus-inews-do-gcc):
4097         * gnus-sum.el (gnus-summary-find-for-reselect):
4098         * gnus.el (gnus-summary-cancelled):
4099         * message.el (message-cancel-hook, message-send-news):
4100         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4101         * nnir.el (nnir-run-hyrex):
4102         * nntp.el (nntp-with-open-group-function):
4103         * pgg.el (pgg-pending-timers): Spelling fix.
4105 2011-12-04  Chong Yidong  <cyd@gnu.org>
4107         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4108         change (Bug#10200).
4110 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4112         * compface.el (uncompface):
4113         * gnus-art.el (gnus-article-x-face-command): Update the header format
4114         of icon data for the most recent icontopbm program.
4116 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4118         * gnus-msg.el (gnus-inews-do-gcc):
4119         * message.el (message-send-mail):
4120         * mml.el (mml-generate-mime): Share the value of the buffer-local
4121         `message-options' variable between a draft buffer and temprary working
4122         buffers.
4124 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4126         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4128 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4130         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4131         for Cygwin.
4133 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4135         * gnus-group.el (gnus-group-prepare-flat):
4136         * mm-bodies.el (mm-encode-body):
4137         * mml.el (mml-preview):
4138         * nnml.el (nnml-request-compact-group):
4139         * pop3.el (pop3-stream-type): Spelling fix.
4141 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4143         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4145 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4147         * color.el (color-rgb-to-hsl):
4148         * gmm-utils.el (gmm-tool-bar-style):
4149         * gnus-group.el (gnus-group-prepare-flat):
4150         * gnus-topic.el (gnus-topic-prepare-topic):
4151         * mm-decode.el (mm-discouraged-alternatives):
4152         * rfc2047.el (rfc2047-encode-1):
4153         * starttls.el: Spelling fix.
4155 2011-11-24  Glenn Morris  <rgm@gnu.org>
4157         * binhex.el (binhex-begin-line): Give it basic doc-string.
4159         * starttls.el, tls.el: Fix case of "GnuTLS".
4161 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4163         * gnus-group.el (gnus-group-highlight): Fix typo.
4165 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4167         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4168         value of `delete-file', that returns nil for a local file but returns t
4169         for a remote file using ssh.
4171 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4173         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4175 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4178         avoid later breakage.
4180 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4182         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4183         article buffers' name.
4185 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4188         by Paul Eggert's spellfixes two days ago.
4190 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4193         doesn't have it.
4195         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4196         buffer-local instead of binding them to avoid warnings.  Also demote
4197         errors (bug#10063).
4198         (font-lock-mode-hook): Shut up byte compiler.
4200 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4202         * mm-util.el (mm-charset-after):
4203         * nnir.el (nnir-run-hyrex):
4204         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4205         (ntlm-get-password-hashes, ntlm-md4hash):
4206         * smime.el: Fix typo.
4208 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4210         * gnus-agent.el (gnus-agent-expire-group-1):
4211         * nndiary.el (nndiary-last-occurence):
4212         * nnimap.el (nnimap-request-set-mark):
4213         * nnmairix.el (nnmairix-only-use-registry):
4214         * gnus-group.el (gnus-group-prepare-flat):
4215         * gnus-sum.el (gnus-decode-encoded-word-methods):
4216         * message.el (message-wash-subject):
4217         * nntp.el (nntp-retrieve-headers-with-xover):
4218         * smime.el (smime-certificate-directory): Spelling fix.
4220 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4222         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4224         * color.el:
4225         * gnus-agent.el (gnus-agent-possibly-alter-active):
4226         * gnus-dired.el (gnus-dired-print):
4227         * mail-parse.el:
4228         * nnmairix.el (nnmairix-request-group):
4229         * shr.el (shr-image-displayer):
4230         * sieve-manage.el:
4231         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4233 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4235         * gnus-sum.el (gnus-auto-select-subject):
4236         * spam-report.el (spam-report-resend): Spelling fix.
4238 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4240         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4241         * gnus-art.el (gnus-default-article-saver):
4242         * gnus-srvr.el (gnus-server-copy-server):
4243         * gnus.el (gnus-sloppily-equal-method-parameters):
4244         * html2text.el (html2text-format-tag-list):
4245         * message.el (message-narrow-to-head):
4246         * nndiary.el:
4247         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4248         * sieve.el: Spelling fix.
4250 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4252         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4253         * gnus-sum.el (gnus-summary-make-menu-bar):
4254         * gnus-uu.el (gnus-uu-decode-postscript)
4255         (gnus-uu-decode-postscript-and-save):
4256         * mailcap.el (mailcap-print-command):
4257         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4258         Fix typos.
4260 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4262         * gnus-art.el (gnus-article-part-wrapper):
4263         * html2text.el (html2text-fix-paragraphs):
4264         * mm-decode.el (mm-image-fit-p):
4265         * rfc2047.el (rfc2047-encode-message-header):
4266         * shr-color.el (shr-color-visible-distance-min)
4267         (shr-color-relative-to-absolute, set-minimum-interval)
4268         (shr-color-visible): Fix typos.
4270 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4272         * gmm-utils.el (gmm-tool-bar-item):
4273         * gnus-art.el (gnus-treat-body-boundary):
4274         * gnus-diary.el (gnus-user-format-function-d):
4275         * gnus-start.el (gnus-get-unread-articles):
4276         * pgg-gpg.el (pgg-gpg-update-agent):
4277         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4279 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4281         * gnus-topic.el (gnus-group-prepare-topics):
4282         * gnus-uu.el (gnus-extract-view):
4283         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4285 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4287         * spam.el: Move BBDB autoloads.
4288         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4289         BBDB 2 and 3.
4290         (spam-check-BBDB): Use it.
4291         (spam-enter-ham-BBDB): Use it.
4293 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4295         * smime.el (smime-draw-buffer): Spelling fix.
4297 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4299         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4300         for scanning exactly one level.
4301         * gnus-start.el (gnus-get-unread-articles): Ditto.
4303 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4306         slightly clearer.
4308 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4310         * gnus-sync.el: More commentary about setup.
4312 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314         * message.el (message-send-and-exit): Document `arg'.
4316 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4318         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4320 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4322         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4324         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4325         we don't use `bound-and-true-p'.
4327 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4329         * gnus-util.el (gnus-bound-and-true-p): Remove.
4330         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4331         * nnir.el: Use it.
4332         * nnmairix.el: Use it.
4334 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4336         * gnus-sync.el: Improve docs about CouchDB admins.
4338         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4339         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4340         for reasons unknown.
4341         * nnir.el: Use it.
4342         * nnmairix.el: Use it.
4344         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4345         * nnir.el: Ditto.
4346         * nnmairix.el: Ditto.
4348         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4350 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4352         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4353         not needed.  Provide xmlplistread list function to produce XML plist
4354         output for non-Gnus LeSync clients.
4356 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4358         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4360         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4361         and save against it.  Group subscriptions, read marks, other marks,
4362         subscription levels, topic names, and topic offsets (the group's
4363         position within the topic) are saved.  This is an experimental backend
4364         and may change significantly.  Load json.el from the gnus-fallback-lib
4365         if it's not available otherwise.
4366         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4368 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * message.el (message-completion-function): Make sure
4371         message-tab-body-function is not attempted if one of
4372         message-completion-alist fails to find a completion (bug#9158).
4374 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4376         * mml.el (mml-quote-region): Quote <#secure> tag.
4377         (mml-generate-mime-1): Unquote <#secure> tag.
4379 2011-10-20  Chong Yidong  <cyd@gnu.org>
4381         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4382         calling a minor mode from Lisp with nil arg enables it, so we have to
4383         make the wording a bit ambiguous here).
4385 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4387         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4388         * nnir.el (nnir-mode): Use it.
4389         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4390         Use it.
4392         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4393         * nnmairix.el (gnus-registry-enabled): Ditto.
4395 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4397         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4398         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4399         only while we need to find out if it should be t or nil.
4400         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4401         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4402         the registry is installed.  Set it to nil when it's unloaded.
4403         (gnus-registry-install-p): Provide user guidance for the initial value
4404         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4405         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4406         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4407         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4408         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4409         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4410         `gnus-registry-install'.
4412 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4414         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4415         previous change.
4416         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4417         primary key is marked as disabled.
4419 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4421         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4422         primary key is marked as disabled.
4424 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4426         * html2text.el (html2text-clean-anchor): Check for quotes around
4427         `href' value.
4429 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4431         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4432         searching.  Drop `bbdb-cache'.
4434 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4436         * message.el (message-signed-or-encrypted-p): Exclude header when
4437         checking if there is signed or encrypted body in text/plain message.
4439 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4441         * html2text.el (html2text-get-attr): Correctly handle attribute values
4442         containing "=".
4444 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4446         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4447         handle bindings.
4449 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451         * gnus-win.el (gnus-configure-windows): Protect against reading
4452         ephemeral groups outside of Gnus.
4454 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4456         * shr.el (shr-tag-img): Don't get images displayed in tables.
4458 2011-10-03  Glenn Morris  <rgm@gnu.org>
4460         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4461         the "maintainer" version of debbugs.gnu.org reports.
4463 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4466         make asynchronous adjacent image insertion work better.
4468 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4470         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4471         documentation.
4473 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4476         `gnus-asynchronous' isn't shadowed.
4478 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4482         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4483         (nnimap-insert-partial-structure): The charset parameter isn't
4484         case-sensitive.
4486         * nnheader.el (nnheader-message-maybe): New function.
4488         * shr.el (shr-tag-table): Render totally broken tables better.
4490         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4491         computing the boundary.
4493 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495         * pop3.el (pop3-number-of-responses): Remove.
4496         (pop3-wait-for-messages): Rewrite to take linear time instead of
4497         exponential time.
4499 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4502         re-fetch images.
4504         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4505         re-fetch images when hitting `g' in Gnus.
4507 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4509         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4510         (mml-compute-boundary): Don't check collision if it is non-nil.
4511         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4512         before checking collision.
4514 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516         * message.el (message-indent-citation): Really make sure there's a
4517         newline at the end.
4519         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4520         Fix suggested by John Wiegley.
4522         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4524         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4526         * message.el (message-default-send-rename-function): Break out into its
4527         own function.
4529         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4530         doesn't work under XEmacs.
4532         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4533         of "imaps" to word around Windows problems.
4534         (nnimap-open-connection-1): Use it.
4536         * message.el (message-indent-citation): Revert last change which made
4537         `F' not work.
4539 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4541         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4542         terminal as well.
4544 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4546         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4547         because it displays images using overlays that aren't easy to copy to
4548         the article buffer.
4550 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4552         * message.el (message-indent-citation): Fix empty line removal at the
4553         end of the citation.
4555 2011-09-20  Julien Danjou  <julien@danjou.info>
4557         * auth-source.el (auth-source-netrc-create): Use default value for
4558         password if specified.  Evaluate default.
4559         (auth-source-plstore-create): Ditto.
4560         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4561         value evaluation.
4562         (auth-source-netrc-create): Typo fix.
4563         (auth-source-plstore-create): Ditto.
4565         * password-cache.el (password-cache-remove): Remove entries even if the
4566         value is nil, so that password with a nil value (negative caching) is
4567         possible to invalidate.
4569         * auth-source.el (auth-source-format-cache-entry): New function.
4571 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4573         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4575 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4579 2011-09-19  Julien Danjou  <julien@danjou.info>
4581         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4582         which work with things that are not ASCII.
4584 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4588 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4590         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4591         message level.
4593 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4595         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4597 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4601 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4604         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4606 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4608         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4609         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4610         articles.
4612 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4614         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4615         (message-mail-other-window, message-mail-other-frame)
4616         (message-news-other-window, message-news-other-frame):
4617         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4618         instead of setting buffer display varibles.
4620 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4624         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4626 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4629         duplicates" to a higher level.
4631         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4632         most egregious messages.
4634 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4638 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4640         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4641         up the file (bug#9351).
4643 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4646         it does with all other backends, but decode the names immediately after
4647         getting them.
4649         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4650         decoding nnimap groups.
4652         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4653         newsrc file.  It doesn't seem like an important optimization any more.
4655 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4657         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4658         overflows.
4660 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4663         (gnus-interactive-exit): Extend to `quiet'.
4665         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4667         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4668         string.
4670         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4671         renaming function arguments from `this'.
4673         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4675         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4676         has been renamed.
4677         (gnus-lrm-string-p): Include RLM and PDF, too.
4679         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4680         (bug#9225).
4682 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4684         Add autoload cookies for functions used by sendmail.el.
4685         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4687         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4689 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4691         * gnus-art.el (article-date-ut): Work properly even when there are
4692         things like Date header in the body; work for forwarded parts.
4694 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4696         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4697         original-article-buffer.
4699 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4701         * nnir.el (nnir-compose-result): Fix matching of server type.
4702         (nnir-run-swish++): Ditto.
4703         (nnir-run-namazu): Ditto.
4704         (nnir-run-notmuch): Ditto.
4706 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4709         (bug#9405).
4711         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4712         (bug#9421).
4714         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4715         (bug#9425).
4717         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4718         thing (bug#9426).
4720 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4723         the error message.
4725 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4727         * message.el (message-setup-1): Return t (Bug#9392).
4729 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4731         * gnus-sum.el: When adding article headers to a summary buffer also
4732         update gnus-newsgroup-articles (bug#9386).
4734 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4736         * auth-source.el: Autoload help-mode.
4738 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4741         names.
4743 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4745         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4746         mm-replace-in-string for compatibility issues.
4747         * mml2015.el (mml2015-epg-verify): Ditto.
4749 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4751         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4753         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4755 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4758         continue on and do the clean-up phase (bug#9188).
4760         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4761         just ignore groups that can't be opened instead of erroring out
4762         (bug#9225).
4764         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4765         nil since some many people are fuddy-duddies.
4767         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4768         images.
4770         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4771         instead.
4773         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4775         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4777         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4778         processing.
4780         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4781         buffer to avoid warnings.
4783 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4785         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4786         specified to reduce precision.
4788 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4791         bodystructures (bug#9314).
4793 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4795         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4796         Make button keymap non-sticky after buttons.
4798 2011-08-18  David Engster  <dengste@eml.cc>
4800         * nnmairix.el (nnmairix-request-set-mark)
4801         (nnmairix-goto-original-article): Remove adding of article to registry,
4802         since `gnus-registry-add-group' isn't available anymore.
4803         (nnmairix-determine-original-group-from-registry):
4804         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4805         available anymore.
4807 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4809         * starttls.el (starttls-any-program-available): Define as obsolete
4810         function.
4812 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4815         versions which Gnus use when appropriate.
4817         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4818         a pretty destructive command.
4820         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4822 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824         * message.el (message-fix-before-sending): Make a different warning
4825         about NUL characters (bug#9270).
4827         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4828         from custom (bug#9260).
4830         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4831         things work in Emacs 22 and XEmacs, too.
4833         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4834         default From.
4836         * gnus-spec.el (gnus-lrm-string-p): New macro.
4837         (gnus-lrm-string): New constant.
4838         (gnus-summary-line-format-spec): LRM-ify the from.
4839         (gnus-tilde-max-form): LRM-ify string chopping.
4841         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4843         * message.el (message-is-yours-p): Allow disabling canlock checking
4844         (bug#9295).
4845         (message-shoot-gnksa-feet): Add `canlock-verify'.
4846         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4847         message directory isn't writable (bug#9304).
4849         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4850         non-world-readable.
4852 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4854         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4855         articles.
4857 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4859         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4860         copy-list.
4862 2011-08-12  Sam Steingold  <sds@gnu.org>
4864         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4865         in the reverse order to avoid modifying the cache with `nreverse'.
4866         (gnus-all-score-files): Do not modify the value returned by
4867         `gnus-score-find-alist' because it lives in a cache variable.
4868         (gnus-current-home-score-file): No need to `nreverse' the return value
4869         of `gnus-score-find-alist', it is already in the correct order.
4871 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4873         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4874         type MESSAGE and subtype RFC822 is slightly different from those of
4875         type TEXT.
4877 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4879         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4880         This allows article-referral to work from an nnir group.
4882 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4884         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4886 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4888         * mml1991.el (mml1991-epg-find-usable-key)
4889         (mml1991-epg-find-usable-secret-key): New function.
4890         (mml1991-epg-sign): Check if signing key is usable.
4891         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4893 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4895         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4896         server-variables only.  This should fix a bug introduced with commit
4897         e1889675b7f4adf057833c5513c9374134c4e053.
4898         (nnir-run-query): 'nnir-search-engine should not be set from the global
4899         environment.
4901 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4903         * nnir.el (nnir-search-thread): Position point on referring article
4904         line.
4905         (nnir-warp-to-article): Clean up summary buffers.
4907         * nnimap.el (nnimap-request-thread): Whitespace fix.
4909 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4911         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4913 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915         * starttls.el (starttls-available-p): Rename from
4916         `starttls-any-program-available' and changed return convention.
4918 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4920         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4921         `unix-sync' unless it's defined.
4923 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4925         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4926         `aref' for XEmacs compatibiltiy.
4928 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4932 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4934         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4935         closures, quote the form properly (bug#9194).
4937 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4940         (gnus-summary-insert-new-articles): Protect against servers that are
4941         down.
4943 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4945         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4946         in mm handle if none is specified.
4948 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4950         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4952 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4954         * nnir.el (nnir-search-thread): New function to make an nnir group
4955         based on a thread query.
4957         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4958         of nnir in thread referral.
4959         (gnus-summary-refer-thread): Use it.
4961         * nnimap.el (nnimap-request-thread): Use it.
4963 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965         * shr.el (shr-tag-comment): Ignore HTML comments.
4967 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4969         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4970         argument.
4971         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4972         Use `nnir-address' to handle server info rather than passing an arg.
4974         * nnimap.el (nnimap-make-thread-query): New utility function to format
4975         an imap thread search query.
4976         (nnimap-request-thread): Use it.
4978         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4979         right select-method if we are not going back to the group buffer.
4981 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4984         enter invalid buffer configurations into the quit form (bug#9107).
4985         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4986         unplugged/plugged.
4988         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4989         keep track of which ones are unread (bug#9061).
4991         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4992         (bug#9055).
4994         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4995         (bug#9041).
4997         * gnus-html.el (mm-util): Require (bug#9073).
4999         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5000         (gnus-summary-refer-thread): Use it to remove duplicates in the
5001         un-threaded view (bug#9053).
5002         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5004 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5006         * nnir.el (nnir-read-server-parm): Use default value from global
5007         variable.  Without this the default search engine parameters aren't
5008         used at all.
5010 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012         * message.el (message-unique-id): Don't use the undocumented return
5013         value from (random t) (bug#9118).
5015 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017         * message.el (message-auto-save-directory): If the ~/Mail directory
5018         doesn't exist, use ~ as the auto-save directory (bug#4432).
5020         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5021         hasn't already been started.
5023 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5027         * message.el (message-reply): Work around mysterious bug where
5028         `message-mode' seems to overwrite the locally bound `subject' variable.
5030 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5032         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5033         correct group.
5035         * gnus-int.el (gnus-request-thread): Add group argument.
5037         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5039 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5043         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5044         renamed to `debbugs-gnu-*'.
5046 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5048         * plstore.el: Revert the editing feature since it is not urgent.
5049         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5050         (plstore-mode-decoded): Remove.
5052 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5055         isn't very interesting any more, and it leaks potentially secret data.
5056         (gnus-debug): Remove.
5058         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5059         use of :custom-show.
5061 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5063         * plstore.el: Add documentation.
5064         (plstore-mode): New mode to edit plstore file.
5065         (plstore-mode-toggle-display, plstore-mode-original)
5066         (plstore-mode-decoded): New command.
5067         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5068         (plstore--insert-buffer, plstore--make): New function.
5069         (plstore-open, plstore-save): Simplify by using them.
5071 2011-07-06  Glenn Morris  <rgm@gnu.org>
5073         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5075 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5078         no longer is much used.
5079         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5080         Articles".
5082 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5084         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5085         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5086         `notmuch' backend.
5088 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090         * mm-decode.el (mm-text-html-renderer): Doc fix.
5092         * gnus-msg.el (gnus-bug): Fix the MML tag.
5094         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5096 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5098         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5099         secondary methods if started with `gnus-no-server'.
5101 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5103         * message.el (message-return-action): Fix typo in docstring.
5105 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5108         bug reports at once.
5110         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5112 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5114         * nndraft.el: Require gnus-group.
5115         (nndraft-request-list): Declare.
5117         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5118         no unread article unless it matches gnus-permanently-visible-groups.
5120         * nndraft.el (nndraft-update-unread-articles): New function.
5121         (nndraft-request-associate-buffer): Use it to update the number of
5122         unread articles for the nndraft groups in the group buffer when saving
5123         or killing a draft message.
5125 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5128         systems to binary before writing and reading the mbox files.
5130         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5131         instead of trying to list them all (bug#8978).
5133 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5135         * pop3.el (pop3-open-server): Use :end-of-capability.
5137 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5140         the id is always a number.
5142         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5144         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5145         debbugs mode, if possible.
5147 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5149         * auth-source.el (auth-source-token-passphrase-callback-function):
5150         Reindent.
5151         (epg-context-operation): Remove unnecessary autoload.
5153 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155         * gnus.el (gnus-list-debbugs): New command.
5157         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5158         mboxstat instead of the maintbox, since the stat seems to be fuller.
5160         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5161         summary buffers.
5163         * message.el (message-get-reply-headers): Delete all duplicates,
5164         instead of the first.
5165         (message-get-reply-headers): Ensure that we have progress while
5166         deleting duplicates.
5168         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5169         gnus-posting-style value from the summary buffer to make it easier to
5170         make that a per-buffer conf.
5172 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5174         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5175         found by setting `shortcut' in 'query.
5176         (nnir-request-article): Use `shortcut' setting when requesting article
5177         by Message-ID.
5179 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5181         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5182         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5183         Bring the pseudo-headers back too.
5185 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5187         * auth-source.el (auth-source-token-passphrase-callback-function):
5188         Simplify and remove EPA dependency.
5190 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5192         * nnir.el (nnir-request-article): Fix error message text.
5194 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5196         * auth-source.el (plstore-delete): Autoload.
5197         (auth-source-plstore-search): Support delete operation.
5198         * plstore.el (plstore-delete): New function.
5200 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5202         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5203         mark actually existing articles as unread rather than the ones that
5204         active asserts.
5206 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5208         * nntp.el (nntp-record-command):
5209         * gnus-util.el (gnus-message-with-timestamp-1):
5210         Use format-time-string rather than decoding time stamps by hand.
5211         This is simpler and insulates the code from potential changes to
5212         current-time format.
5214 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5216         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5218 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5220         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5221         (plstore-save): Support public key encryption.
5222         (plstore--init-from-buffer): New function.
5223         (plstore-open): Use it; fix error when opening a non-existent file.
5224         (plstore-revert): Use plstore--init-from-buffer.
5226 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5228         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5230 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5232         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5233         for old Emacsen.
5235 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5237         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5238         is not fully working.
5240 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242         * dgnushack.el: Autoload sha1 on XEmacs.
5244         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5245         quit window configuration.
5247         * auth-source.el (epg-context-set-passphrase-callback):
5248         Remove duplicate autoload.
5250 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5252         * nnir.el (nnir-request-article): Allow requesting articles by
5253         Message-ID with nnimap.
5255         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5256         current server.
5258 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5260         * auth-source.el: Autoload EPA/EPG functions.
5261         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5262         changed when EPA/EPG is not available.
5263         (auth-source-backend): Rename "arg" member to "data".
5264         (auth-source-backend-parse, auth-source-plstore-search)
5265         (auth-source-plstore-create): Use it.
5267 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5269         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5270         `gnus-refer-article-methods'.
5272 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5274         * auth-source.el: Require EPA and EPG.
5275         (auth-source-passphrase-alist): New variable.
5276         (auth-source-passphrase-callback-function)
5277         (auth-source-token-passphrase-callback-function): Callbacks for the
5278         netrc field encryption (GPG tokens).
5279         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5280         Symmetric encryption and decryption of the netrc GPG tokens.
5281         (auth-source-netrc-normalize): Use them, simplifying the closure.
5283 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5285         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5286         is available.
5288 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5291         non-nil, and `nnimap-split-methods' is nil, use the former.
5293 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5295         * plstore.el (plstore-revert): New function.
5296         (plstore-open): Use it; hide the buffer from user.
5298 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5300         * auth-source.el (auth-source-backend): New member "arg".
5301         (auth-source-backend-parse): Handle new backend 'plstore.
5302         * plstore.el: New file.
5304 2011-06-30  Glenn Morris  <rgm@gnu.org>
5306         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5308 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5311         expiring articles to.
5313         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5314         variations as ASCII (bug#5458).
5316 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5318         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5320 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322         * message.el (message-point-in-header-p): Tweak the function to default
5323         to saying that we're not in the headers if there is no separator at
5324         all.  This makes it possible to use the Message version of `M-q' in
5325         buffers with no headers (bug#7987).
5326         (message-point-in-header-p): Fix last checkin to work with an empty
5327         mail-header-separator, too.
5329         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5330         again, save the choice via customize.
5332 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5336         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5337         ended the connection, bail out before waiting infinitely on a new
5338         connection.
5340 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5342         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5343         reports.
5345         * gnus.el (gnus-bug-package): Use "gnus."
5346         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5348 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350         * dgnushack.el: Make the timer warning go away on XEmacs.
5352         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5353         animations going on at article exit time.
5355         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5356         since removing it breaks people upgrading.
5358         * shr.el (shr-put-image): Use the new interface for animating images.
5359         (shr-put-image): Animate for 60 seconds.
5361         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5362         avoid compiler warnings.
5364         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5365         error with `find-file-hooks' on Emacs 22.
5366         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5367         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5368         on all architectures.
5370         * spam.el (spam-stat): Require in a normal fashion without binding
5371         `spam-stat-install-hooks' to avoid compilation warnings.
5373         * spam-stat.el (spam-stat-install-hooks): Remove.
5374         (spam-stat-install-hooks): Don't run automatically.
5376 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5378         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5379         and keystroke.
5381 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5383         * auth-source.el (auth-source-netrc-cache): Move forward.
5385 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387         * proto-stream.el (proto-stream-open-starttls): Use
5388         `gnutls-available-p' to see whether we have built-in support.
5390         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5391         we already know.
5392         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5393         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5395 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5398         %S format, since that looks odd.
5399         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5400         file, especially when saving.
5402 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5404         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5405         article found.
5407 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5409         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5410         `auth-source-save-secrets' with a more sensitive alist that can be
5411         configured per file.  Experimental, so defaults to 'never.
5412         (auth-source-netrc-create): Use it.  Still experimental code.
5413         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5414         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5416 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5418         * auth-source.el (auth-source-save-secrets): New variable to control if
5419         secret tokens should be saved encrypted.
5420         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5421         to `auth-source-netrc-normalize'.
5422         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5423         on the EPA variables being defined.
5424         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5425         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5426         the lexical-let closure.
5427         (auth-source-netrc-create): Create "gpg:" tokens according to
5428         `auth-source-save-secrets'.
5430 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5432         * gnus-group.el (gnus-group-update-group): Add new argument
5433         `info-unchanged' that stops updating dribble buffer.
5435         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5436         deletes lines matching to it in dribble buffer.
5438         * gnus-agent.el (gnus-agent-fetch-group-1):
5439         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5440         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5441         * gnus-start.el (gnus-group-change-level):
5442         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5444         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5445         if newsgroup info is not changed.
5447         * gnus-group.el (gnus-group-get-new-news-this-group):
5448         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5449         Don't update dribble buffer.
5451 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5453         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5454         remove entries with groups we ignore.
5456 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5459         the underline comes at the bottom.
5461 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5463         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5464         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5465         (gnus-registry-article-marks-to-names): Rename from
5466         `gnus-registry-user-format-function-M2'.
5468 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5470         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5471         ephemeral group.
5473 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475         * shr.el (shr-browse-image): Copy the URL if called interactively.
5477 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5480         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5481         done, then unselected articles may be marked as read.
5483         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5484         since not doing this seems to lead to a race condition in pop3-logon.
5486         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5487         so that the call chain it correct when we call "upwards".
5489         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5490         in read-only groups.
5492         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5494         * message.el (message-cite-reply-position): Doc string fix.
5496         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5497         avoid regexp overflow.
5498         (nnimap-transform-split-mail): Ditto.
5500         * pop3.el (pop3-retr): Error out if the server closes the connection.
5502 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5504         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5505         mm-with-unibyte-current-buffer.  The buffer should not contain any
5506         multibyte chars anyway at this stage.
5508 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5511         at the end of lines.
5513 2011-05-29  Julien Danjou  <julien@danjou.info>
5515         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5517 2011-05-27  Glenn Morris  <rgm@gnu.org>
5519         * gnus-group.el (gnus-bug-group-download-format-alist):
5520         Use the "maintainer" version of debian reports as well.
5522 2011-05-26  Glenn Morris  <rgm@gnu.org>
5524         * gnus-group.el (gnus-bug-group-download-format-alist):
5525         Use the "maintainer" version of debbugs.gnu.org reports.
5527 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5529         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5531 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5533         * gnus-cus.el (gnus-agent-customize-category):
5534         * gnus-delay.el (gnus-delay-send-queue):
5535         * gnus.el (gnus-other-frame):
5536         Don't quote lambda expressions with `quote'.
5538 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5540         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5541         the thread moves us backwards and so we loop forever.
5543 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5545         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5546         whitespace in base64 data lines.
5548 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5550         * gnus-registry.el (gnus-registry-user-format-function-M):
5551         Use `mapconcat'.
5552         (gnus-registry-user-format-function-M2): Use to see the full text of
5553         the marks.  Make "," the mark text separator.
5555         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5556         authentication with auth-source.
5558 2011-05-17  Glenn Morris  <rgm@gnu.org>
5560         * gnus-group.el (gnus-import-other-newsrc-file):
5561         Use insert-file-contents.
5563 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5565         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5566         1000 iterations.
5568 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5570         * nntp.el (nntp-open-connection): Check if process-type is available.
5572 2011-05-16  Julien Danjou  <julien@danjou.info>
5574         * shr.el (shr-tag-del): Add support for del tag.
5576 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5578         * gnus-html.el (gnus-html-put-image): Register a displayer.
5580         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5582 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5584         * registry.el (prune-factor): New initialization parameter defaulting
5585         to 0.1.
5586         (registry-prune-hard): Use it.
5588         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5589         0.1 expicitly.
5591 2011-05-13  Glenn Morris  <rgm@gnu.org>
5593         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5594         is bound, since this function requires sendmail.
5596 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5598         * registry.el (registry-usage-test): Disable pruning test.
5600 2011-05-11  David Engster  <dengste@eml.cc>
5602         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5603         Bind set-network-process-option for XEmacs.
5605 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5607         * registry.el (registry-prune-hard-candidates)
5608         (registry-prune-soft-candidates): Helper methods for registry pruning.
5609         (registry-prune): Use them.  Make the sort function optional.
5611 2011-05-10  Jim Meyering  <meyering@redhat.com>
5613         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5615 2011-05-10  Julien Danjou  <julien@danjou.info>
5617         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5618         symbol and not a list.
5620 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5622         * gnus-art.el (gnus-article-mode): Move binding of
5623         shr-put-image-function here from gnus-article-prepare-display.
5625         * shr.el (shr-put-image-function): New variable.
5626         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5627         (shr-put-image): Return scaled image.
5629         * gnus-art.el (gnus-shr-put-image): New function.
5630         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5632         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5633         original ones, as deletable.
5635 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5639 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5641         * registry.el (registry-full): Add convenience method.  Fix logic.
5642         (registry-insert): Use it.  Fix logic here too.
5644         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5645         `registry-prune' if `registry-full' returns t.
5646         (gnus-registry-handle-action)
5647         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5648         (gnus-registry-usage-test): Use it.
5650 2011-05-07  Julien Danjou  <julien@danjou.info>
5652         * shr.el (shr-link): Make shr-link inherit from link by default.
5654 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5656         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5658 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5660         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5661         error out because the face is not a list.
5663 2011-05-05  Glenn Morris  <rgm@gnu.org>
5665         * proto-stream.el (gnutls-negotiate): Fix declarations.
5667         * gnus-start.el (gnus-propagate-marks): Declare.
5669 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5671         * registry.el (registry-reindex): Fix percentage message.
5673         * proto-stream.el (network-stream-open-starttls): Adjust to call
5674         `gnutls-negotiate' with :process and :hostname arguments.
5676 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5678         * shr.el: Add shr-link face for links.
5679         (shr-urlify): Use it.
5681         * registry.el (registry-insert): Make error message more helpful.
5683 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685         * gnus-html.el (gnus-html-schedule-image-fetching):
5686         Use url-queue-retrieve, if it exists.
5688         * shr.el (shr-tag-img): Ditto.
5690         * gnus.el: Autoload more gnus-agent functions.
5692         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5693         agent if we haven't already (bug#8502).
5695         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5696         into the Agent, too.
5698         * gnus-agent.el (gnus-agent-store-article): New function.
5700         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5701         and moved from that file for reuse.
5703         * pop3.el (pop3-open-server): Error messages are "-ERR".
5705 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5708         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5710 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5712         * gnus.el: No Gnus v0.17 is released.
5714 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5716         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5717         buffer has moved to a different frame.
5719 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5722         to get the conversion from unibyte to multibyte buffers to work on
5723         Emacs 22.
5725         * nntp.el (nntp-request-article): Slight clean-up.
5727 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729         * shr.el (shr-strike-through): New face.
5730         (shr-tag-s): Use it to provide <s> support.
5731         (shr-tag-s): Remove duplicate definition.
5733 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5735         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5736         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5738 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5740         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5741         `gnutls-negotiate'.
5742         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5744 2011-04-23  Glenn Morris  <rgm@gnu.org>
5746         * gnus-sum.el (gnus-extra-headers): Bump :version.
5748 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750         * shr.el (shr-tag-sup): New function.
5751         (shr-tag-sub): Ditto.
5753 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5755         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5756         for the case where `gnus-registry-ignored-groups' is a list of lists,
5757         and don't call `gnus-parameter-registry-ignore' otherwise.
5759 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5761         * nnimap.el (nnimap-user): New backend variable.
5762         (nnimap-open-connection-1): Use it.
5763         (nnimap-credentials): Accept user parameter so it's explicit what user
5764         name is desired.
5766         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5767         default.
5769         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5770         not gnus-registry.el.
5772         * gnus-registry.el: Mention in comments how to modify
5773         `gnus-extra-headers' for proper recipient tracking and that it may
5774         already have To and Cc recently, which it does as of this commit.
5775         (gnus-registry-ignored-groups): Remove defcustom.
5776         Explain why in comments.
5777         (gnus-registry-action): Fix data-header reference to use the extra
5778         headers.  Explain in package commentary how to add To and Cc headers to
5779         the gnus-extra-headers.
5780         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5781         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5782         parameter list or a string list in `gnus-registry-ignored-groups'.
5783         Fix logic error.
5785 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787         * shr.el (shr-expand-url): Protect against null urls.
5789 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791         * shr.el (shr-base): New binding.
5792         (shr-tag-base): Keep track of <base>.
5793         (shr-expand-url): New function used throughout.
5795 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5797         * gnus-registry.el
5798         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5799         (gnus-registry-ignored-groups): New variable.
5800         (gnus-registry-ignore-group-p): Use it.
5801         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5802         set the destination group to nil (same as delete) if it's ignored.
5804 2011-04-20  David Engster  <dengste@eml.cc>
5806         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5808         * Makefile.in (test-nntp): New rule.
5809         (check): Add it.
5810         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5812 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5814         * gnus-registry.el (gnus-registry-action)
5815         (gnus-registry-fetch-header-fast):
5816         Don't use mail-header that looks an internal function of mailheader.el.
5818 2011-04-19  Glenn Morris  <rgm@gnu.org>
5820         * time-date.el (time-to-days): Remove unused local variables.
5822 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5824         * gnus-registry.el: Eliminate cl functions.
5825         (gnus-registry-sort-addresses): New function that replaces mapcan.
5826         (gnus-registry-action, gnus-registry-spool-action)
5827         (gnus-registry-split-fancy-with-parent)
5828         (gnus-registry-fetch-recipients-fast): Use it.
5829         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5831         * registry.el (initialize-instance, registry-lookup)
5832         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5833         (registry-lookup-secondary-value, registry-search, registry-delete)
5834         (registry-insert, registry-reindex, registry-size, registry-prune):
5835         Use eval-and-compile.
5837 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5839         * registry.el (registry-reindex): New method to recreate the secondary
5840         registry indices.
5842         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5843         tracked field changes.
5844         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5845         (gnus-registry-action, gnus-registry-spool-action)
5846         (gnus-registry-handle-action)
5847         (gnus-registry--split-fancy-with-parent-internal)
5848         (gnus-registry-split-fancy-with-parent)
5849         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5850         move, and delete actions, and for fancy splitting with parent.
5851         (gnus-registry-extract-addresses)
5852         (gnus-registry-fetch-recipients-fast)
5853         (gnus-registry-fetch-header-fast): Convenience functions.
5854         (gnus-registry-misc-test): ERT test of
5855         `gnus-registry-extract-addresses'.
5857 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5859         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5860         Track by subject first, then sender.
5862 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5864         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5866         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5867         Lisp.
5869         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5870         (gnus-draft-send): Use it to avoid popping
5871         up frames from gnus-group-send-queue.
5873 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5875         * gnus-registry.el: Updated gnus-registry docs.
5877 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5879         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5880         Fix logic bug.
5881         (gnus-registry-post-process-groups): Fix logging of no results and
5882         quote sender and subject.
5884 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5887         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5888         gnutls-cli are too slow to be done opportunistically.
5890         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5891         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5892         we had no early-data returned.
5893         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5894         two async commands to the same server at the same time.
5896 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5898         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5900 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5903         "warning" level.
5905         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5906         (mm-url-insert-file-contents): Don't set the package names.
5908 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5910         * gnus-registry.el (gnus-registry-action): Remove properties and
5911         simplify subject in `gnus-registry-handle-action'.
5912         (gnus-registry-spool-action): Get subject and sender from message if
5913         they are not passed in.
5914         (gnus-registry-handle-action): Remove properties and simplify subject
5915         consistently.
5917 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5919         * registry.el: Require CL before using defmacro*.
5921 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5923         * gnus-art.el (article-treat-date): Assume that
5924         gnus-article-date-headers may be a group parameter.
5926 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5928         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5930         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5931         interactively so the newsrc file can contain foreign groups too.
5932         Useful for debugging but not much for users.
5934 2011-04-07  David Engster  <dengste@eml.cc>
5936         * registry.el (registry-usage-test): Only do
5937         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5938         lexical binding.
5940 2011-04-07  David Engster  <dengste@eml.cc>
5942         * Makefile.in (check, test-registry): New rules for test-suite.
5944 2011-04-06  David Engster  <dengste@eml.cc>
5946         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5947         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5949 2011-04-06  David Engster  <dengste@eml.cc>
5951         * registry.el (initialize-instance): Change :after to :AFTER to be
5952         compatible with old EIEIO version in XEmacs.
5954 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5956         * gnus-registry.el (gnus-registry-post-process-groups)
5957         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5958         and provide better messaging.
5960 2011-04-06  David Engster  <dengste@eml.cc>
5962         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5963         errors.
5965         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5966         dgnushack-compile with error-on-warn enabled, and to signal an error if
5967         clean compilation failed.
5968         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5969         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5971 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5973         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5974         unconditionally anyway, discarding errors.
5975         (gnus-registry-delete-entries): New convenience function.
5976         (gnus-registry-import-eld): Import from old .eld registry.
5978         * registry.el: Don't use ERT if it's not available.  Load it
5979         unconditionally anyway, discarding errors.
5981         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5982         version from the Claudio Bley GnuTLS patch (extra optional parameters
5983         and host name).
5985 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5987         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5988         fixup the parameters that can be customized by the user between
5989         save/read cycles.
5990         (gnus-registry-read): Use it.
5991         (gnus-registry-make-db): Use it.
5992         (gnus-registry-spool-action, gnus-registry-handle-action):
5993         Fix messaging.
5994         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5995         Map references to actual group names with sender and subject tracking.
5996         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5997         (gnus-registry-usage-test): Add subject lookup test.
5999         * registry.el (registry-db, initialize-instance): Set up constructor
6000         instead of :initform arguments for the sake of older Emacsen.
6001         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6002         pre-lexbind merge bug.
6003         (registry-usage-test): Use it.
6004         (initialize-instance, registry-db): Move the non-function initforms
6005         back to the class definition.
6007 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6009         * registry.el: New library to manage gnus-registry-style data.
6011         * gnus-registry.el: Use it (major rewrite).
6013         * nnregistry.el: Use it.
6015         * spam.el: Use it.
6017 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6020         marks on non-selected articles.
6022 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6024         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6025         parameter to open-protocol-stream.
6027 2011-04-01  Julien Danjou  <julien@danjou.info>
6029         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6030         fundamental-mode.
6032 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6035         servers.
6037 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6039         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6040         made marks not propagate, again.
6042 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6044         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6045         Make this the default type.
6046         (proto-stream-open-plain): Rename from proto-stream-open-default.
6047         (open-protocol-stream, proto-stream-open-starttls)
6048         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6049         with `plain'.
6051         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6052         value.
6054         * nntp.el (nntp-open-connection-function): Document the fact that some
6055         values are not functions but are instead handled specially.
6056         Recognize nntp-open-plain-stream value.
6057         (nntp-open-connection): Recognize that value.
6059 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6062         where it seems to be needed.
6064 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6066         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6067         stuff.
6069         * gnus-score.el (gnus-score-string): Fix calling convention of
6070         `gnus-simplify-buffer-fuzzy' after last patches.
6072         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6073         server for articles we didn't get any headers for.  This is a sanity
6074         check.
6076 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6078         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6079         new CAPABILITY, use it.
6081 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6084         downloading anything.
6086         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6088 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6090         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6091         colors.
6092         (gnus-splash-svg-color-symbols): New function.
6094 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6097         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6098         (gnus-simplify-subject-fuzzy): Use the local
6099         gnus-simplify-subject-fuzzy-regex instead of the global one.
6100         This makes using this variable in group parameters work.
6102 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6104         * gnus-registry.el (gnus-registry-unfollowed-groups):
6105         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6106         archive:sent-YYYY-MM-DD groups).
6107         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6108         tracking if there are more than `gnus-registry-max-track-groups'
6109         matches.
6111 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         * message.el (message--yank-original-internal): New function to do the
6114         insertion cleanly inside eval in `message-yank-original'.
6115         (message-yank-original): Use it.
6117 2011-03-29  Julien Danjou  <julien@danjou.info>
6119         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6120         local variables disabled rather than `normal-mode'.
6122 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6124         * imap.el (imap-shell-open, imap-process-connection-type):
6125         Use imap-process-connection-type for 'shell' streams as well as
6126         Kerberos, SSL, other subprocesses.
6128 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6130         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6131         with open-network-stream.
6132         (proto-stream-always-use-starttls): Option removed.
6133         (open-protocol-stream): Return a process object by default.  Provide a
6134         new parameter :return-list specifying a list-type return value, which
6135         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6136         :type `network' to `try-starttls', and `network-only' to `default'.
6137         Make `default' the default, for compatibility with open-network-stream.
6138         Handle the no-parameter case exactly as open-network-stream, with no
6139         additional stream processing.  Search plists using plist-get.
6140         Explicitly add :end-of-commend parameter if it is missing.
6141         (proto-stream-open-default): Rename from
6142         proto-stream-open-network-only.  Return 'default as the type.
6143         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6144         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6145         failed.  Always return a list with a (possibly dead) process as the
6146         first element, for compatibility with open-network-stream.
6147         (proto-stream-open-tls): Use plist-get.  Always return a list.
6148         (proto-stream-open-shell): Return `default' as connection type.
6149         (proto-stream-capability-open): Use plist-get.
6150         (proto-stream-eoc): Function deleted.
6152         * nnimap.el (nnimap-stream, nnimap-open-connection)
6153         (nnimap-open-connection-1): Handle renaming of :type parameter for
6154         open-protocol-stream.
6155         (nnimap-open-connection-1): Pass a :return-list parameter
6156         open-protocol-stream to obtain a list return value.  Parse this list
6157         using plist-get.
6159         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6160         for open-protocol-stream.  Accept open-protocol-stream return value
6161         that is a subprocess object instead of a list.  Handle the case of a
6162         dead returned process.
6164 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6166         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6168         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6170 2011-03-21  Julien Danjou  <julien@danjou.info>
6172         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6173         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6174         query.
6175         (mm-inline-text): Render normal text with fontification whenever
6176         possible.
6178         * gnus-sum.el (gnus-summary-save-parts-1):
6179         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6180         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6181         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6182         Use `mm-handle-filename'.
6184         * mm-util.el (mm-handle-filename): New function, return the filename of
6185         an handle.
6187 2011-03-18  Julien Danjou  <julien@danjou.info>
6189         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6190         (gnus-buffer-live-p): Check that buffer is not nil.
6192 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6194         * gnus.el: No Gnus v0.15 is released.
6196 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6199         avoid warning on XEmacs.
6201         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6202         on XEmacs.
6204         * gnus-art.el: Require mouse, which the build bot seems to say is
6205         needed.
6207         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6209         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6210         XEmacs, since it doesn't have url-retrieve-synchronously.
6212         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6213         since assoc-string doesn't exist in XEmacs.
6215 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6217         * gnus-group.el (gnus-group-list-ticked): New function.
6218         (gnus-group-make-menu-bar): Provide a menu entry for it.
6219         (gnus-group-list-map): Provide a binding for it.
6221 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6223         * shr.el (shr-visit-file): New command.
6225         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6227 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6229         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6230         servers.
6232 2011-03-16  Julien Danjou  <julien@danjou.info>
6234         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6235         inline.
6237         * gnus-art.el (article-hide-list-identifiers):
6238         Use gnus-group-get-list-identifiers.
6240         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6241         (gnus-summary-remove-list-identifiers):
6242         Use gnus-group-get-list-identifiers to get regexp.
6243         (gnus-select-newsgroup, gnus-summary-insert-subject)
6244         (gnus-summary-insert-articles):
6245         Call gnus-summary-remove-list-identifiers unconditionally.
6247 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6250         we're selecting a group with unread articles.
6252         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6254         * gssapi.el: New file separated out from imap.el to provide a general
6255         Kerberos 5 connection facility for Emacs.
6257         * message.el (message-elide-ellipsis): Document the format spec
6258         ellipsis.
6260 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6262         * message.el (message-elide-region): Allow the ellipsis to say how many
6263         lines were removed.
6265 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6268         window configurations containing buffers that are now dead.
6270         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6271         parsing to avoid integer overflows.
6272         (nnimap-parse-flags): Simplify the last change.
6273         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6274         too large for 32-bit Emacsen.
6276 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6278         * auth-source.el (auth-source-netrc-create):
6279         * message.el (message-yank-original): Fix use of `case'.
6281 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6283         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6284         XEmacs, which was one character too wide.
6286 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6288         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6289         default number of articles to display.
6290         (gnus-articles-to-read): Use pretty names for prompt.
6292 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294         * gnus-int.el (gnus-open-server): Ditto.
6296         * gnus-start.el (gnus-activate-group): Give a backtrace if
6297         debug-on-quit is set and the user hits `C-g'.
6298         (gnus-read-active-file): Ditto.
6300         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6302 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6304         * message.el (message-yank-original): Use cond instead of CL case.
6306 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6308         * auth-source.el (auth-source-netrc-create): Use usual format for the
6309         default in prompts.
6311 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6313         * lpath.el: Fbind read-char-choice for XEmacs.
6315 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6317         * auth-source.el (auth-source-netrc-create): Show the default in the
6318         prompt when prompting for token creation.
6320 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6322         * auth-source.el (auth-source-format-prompt): Always convert the value
6323         to a string to avoid evaluating non-string arguments.
6324         (auth-source-netrc-create): Offer default properly, not as initial
6325         content in `read-string'.
6326         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6327         of line to determine if we've been run before.  If so, don't run again,
6328         but print a trivial message to indicate the cache was hit instead.
6330 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6332         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6333         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6334         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6335         Gnus.
6337 2011-03-11  Julien Danjou  <julien@danjou.info>
6339         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6340         modified file".
6342 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6344         * auth-source.el (auth-source-read-char-choice): New function to read a
6345         character choice using `dropdown-list', `read-char-choice', or
6346         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6347         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6348         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6349         (auth-source-netrc-saver): Use it.
6350         (auth-source-pick-first-password): New convenience function.
6352 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6354         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6355         parameter in the credentials.
6356         (nnimap-open-connection-1): Use it after a successful login.
6357         (nnimap-credentials): Add IMAP-specific user and password prompt.
6359         * auth-source.el (auth-source-search): Add :require parameter, taking a
6360         list.  Document it and the :save-function return token.  Pass :require
6361         down.  Change the CREATED message from a warning to a debug statement.
6362         (auth-source-search-backends): Pass :require down.
6363         (auth-source-netrc-search): Pass :require down.
6364         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6365         Change save prompt to indicate all modifications saved here are
6366         deletions.
6367         (auth-source-netrc-create): Take user login name as default in user
6368         prompt.  Move all the save functionality to a lexically bound function
6369         under the :save-function token in the returned list.  Set up clearer
6370         default prompts for user, host, port, and secret.
6371         (auth-source-netrc-saver): New function, intended to be wrapped for
6372         :save-function.
6374 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6376         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6377         lines to be spaces instead.
6379 2011-03-07  Julien Danjou  <julien@danjou.info>
6381         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6382         (sieve-sasl-auth): Check that auth-source-search did return something,
6383         or just return an empty string.
6385 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6387         * gnus.el (gnus-interactive): Use read-directory-name.
6389         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6390         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6391         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6392         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6393         Likewise.
6395         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6397 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6400         onto the list of killed groups, too.  This makes killed nnimap groups,
6401         for instance, more reliably not reappear.
6403         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6404         the parent.
6406         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6408         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6409         really have server-side marks.
6411         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6412         since most backends do not usefully have server-side marks.
6413         (gnus-update-read-articles): Propagate marks to all backends that
6414         really have server-side marks.
6416 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6418         * message.el (message-cite-reply-position, message-cite-style):
6419         New variables.
6420         (message-yank-original): Use the new citation styles.
6422 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6424         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6425         buffer-local issue); don't mark it buffer-local when running under
6426         XEmacs.
6428 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6430         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6431         numbers too big to be `read'.
6433 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6435         * password-cache.el (password-in-cache-p): Add autoload.
6437         * message.el (message-options): Make buffer-local two ways to attempt
6438         to fix a XEmacs bug.
6440 2011-03-02  Julien Danjou  <julien@danjou.info>
6442         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6444 2011-03-01  Julien Danjou  <julien@danjou.info>
6446         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6447         group.
6448         (article-hide-list-identifiers): Use list-identifier group parameter.
6450 2011-02-28  Julien Danjou  <julien@danjou.info>
6452         * sieve.el (sieve-buffer-script-name): New local variable to store
6453         sieve script name.
6454         (sieve-edit-script): Store sieve script name.
6455         (sieve-upload): Use sieve script name when uploading.
6456         (sieve-upload): Use substitute-command-keys.
6457         (sieve-edit-script): Use substitute-command-keys.
6458         (sieve-refresh-scriptlist): Use substitute-command-keys.
6459         (sieve-manage-mode-map): Define keymap properly.
6460         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6461         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6462         Remove commented code about cvs.
6463         (sieve-manage-quit): New function.
6464         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6466 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6470 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6472         * auth-source.el (auth-source-search): Cache empty result sets.
6474         * password-cache.el (password-in-cache-p): Convenience function to
6475         check if a key is in the cache, even if the value is nil.
6477         * auth-source.el (auth-source-save-behavior): New variable to replace
6478         `auth-source-never-create'.
6479         (auth-source-netrc-create): Use it.
6480         (auth-source-never-save): Remove.
6482 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6484         * nnimap.el (nnimap-stream): Doc fix.
6485         (nnimap-open-connection-1): Reverse the order of the ports to that the
6486         prompted-for port is first.
6488         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6489         retrieval by the no-group selection.
6491         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6492         numerical parameters.
6494 2011-02-25  Julien Danjou  <julien@danjou.info>
6496         * gnus-gravatar.el: Use gnus-with-article-buffer.
6498         * gnus-art.el (gnus-with-article-buffer): Check that the
6499         gnus-article-buffer is alive.
6501 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6503         * auth-source.el (auth-source-creation-prompts): New variable to manage
6504         creation-time prompts.
6505         (auth-source-search): Document it.
6506         (auth-source-format-prompt): Add utility function.
6507         (auth-source-netrc-create): Don't default the user name to
6508         user-login-name.  Use `auth-source-creation-prompts' and some default
6509         prompts for user, host, port, and password (the default generic prompt
6510         remains ugly).
6511         (auth-source-never-save): Add customizable option to never save info.
6512         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6513         mode excursion.
6515 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6517         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6518         argument that XEmacs doesn't support.
6520         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6521         compiled for Emacsen having no `libxml-parse-html-region' support.
6523         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6525         * lpath.el: Bind buffer-save-without-query for XEmacs.
6527 2011-02-23  Julien Danjou  <julien@danjou.info>
6529         * gnus-art.el (article-make-date-line): Ignore errors if time is
6530         invalid and not convertible.
6531         (article-make-date-line): Only add lapsed time if time is not nil.
6533 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6535         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6536         `read-char-choice' for backwards compatibility.
6537         (auth-source-netrc-element-or-first): New function to DTRT for
6538         parameter extraction.
6539         (auth-source-netrc-create): Use it and fix multiple parameter print
6540         bug.  Use the default passed from above (given-default) or the
6541         built-in (user-login-name for :user).
6543 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6545         * gnus-start.el (gnus-dribble-read-file):
6546         Set buffer-save-without-query, since we always want to save the dribble
6547         file, probably.
6549         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6550         nnimap.
6552         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6553         -summary- since it's a user-visible variable.
6555         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6556         first time you use the new Gnus.
6558 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6560         * auth-source.el: Don't load netrc.el.
6561         (auth-sources): Search ~/.netrc as well by default.
6562         (auth-source-debug): Add 'trivia option for extra output.
6563         (auth-source-do-trivia): Use it.
6564         (auth-source-search): Simplify logic to use
6565         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6566         appropriate.  Don't keep a running count at this level.  Layer :create
6567         and :delete options appropriately on the first and second passes.
6568         Don't track the backend with the search results.
6569         (auth-source-search-backends): New function to search a list of
6570         backends for a processed spec.
6571         (auth-source-netrc-parse): Cache all netrc files, making
6572         auth-source-netrc-cache an alist keyed by the file name and using the
6573         file mtime as the caching criterion.  Keep the obfuscated data secret
6574         with a lexical bind.
6575         (auth-source-netrc-search): Don't calculate the length of the results
6576         unnecessarily.
6577         (auth-source-search-backends): Fix bug.
6578         (auth-source-netrc-create): Rework prompts.
6580 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6582         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6583         Lower case names of search constraints.
6584         (nnir-run-query): Cache and reuse search constraints for all imap
6585         servers.
6587 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6589         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6590         after exit.
6591         (gnus-setup-message): Define missing variable from last checkin.
6593         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6594         value, show the raw article.
6596 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6598         * gnus.el: No Gnus v0.13 is released.
6600 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6602         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6603         auth-source now accepts numbers.
6605         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6606         spec, too.
6607         (auth-source-ensure-strings): New function.
6609         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6610         (gnus-article-setup-buffer): Always restart the date timer so that user
6611         changes to the frequency is respected.
6613         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6614         port numbers, so make sure it gets that if nnimap-server-port is
6615         explicit.
6617 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6619         * nnimap.el (nnimap-inbox): Doc fix.
6621 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6623         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6624         Autoload.  Add optional arg FRAME, and pass it to color-values.
6625         (color-complement): Caller changed.  Doc fix.
6626         (color-gradient): Rewrite for better clarity and efficiency.
6628 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6630         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6631         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6632         color-lab-to-srgb.
6634 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6636         * color.el: First part of merge from hexrgb.el.
6637         (color-rgb-to-hex): Rename from color-rgb->hex.
6638         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6639         saturation to zero if the value is too small.
6640         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6641         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6642         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6643         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6644         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6645         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6646         (color-cie-de2000): Doc fix.
6648 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6650         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6651         given method as in the group name if we're using an extended method.
6652         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6653         command, if we're using that, instead of waiting for the beginning.
6655         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6656         we're sure to get unique server names, and we don't output two async
6657         commands in the same buffer.  This fixes an NNTP hang for some users.
6659 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6661         * gnus.el: No Gnus v0.11 is released.
6663 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6665         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6666         summary buffer before reading going to the next buffer.  This avoids
6667         putting the point in the group buffer if you `C-g' the command.
6669         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6670         cache (for now) to make ~/.authinfo.gpg files usable.
6672         * nnfolder.el (copyright-update): Define for the compiler.
6674         * auth-source.el (auth-source-search): Fix unbound variable.
6676 2011-02-19  Glenn Morris  <rgm@gnu.org>
6678         * gnus.el (gnus-meta): Doc fix.
6680 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6682         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6683         in case it's not yet loaded.
6685 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6687         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6688         line we're waiting for.
6690 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6692         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6693         face with line-width greater than zero will cause RET in gnus summary
6694         buffer to scroll down article page-wise because auto vscroll happens,
6695         it should be temporally disabled when doing a scroll-up.
6697 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6699         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6700         outputs from the server.
6702 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6704         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6705         later so that bbdb can hook in easier.
6707 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6709         * auth-source.el (auth-source-search): Don't try to create credentials
6710         if the caller doesn't want that.
6711         (auth-source-search): If we don't find a match, don't bug out on
6712         non-bound variables.
6713         (auth-source-search): Only ask a single backend to create the
6714         credentials.
6716         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6717         logging.
6718         (nnimap-credentials): Protect against auth-source-search returning nil.
6719         (nnimap-request-list): Protect against not being able to open the
6720         server.
6722 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6724         * auth-source.el (auth-source-search): Do a two-phase search, one with
6725         no :create to get the responses from all backends.
6727         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6728         when getting credentials.
6730         * gnus-util.el (gnus-delete-duplicates): New function.
6732 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6734         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6735         a creation default, pass the whole port list down.  It will be
6736         completed.
6738         * auth-source.el (auth-source-search): Updated docs to talk about
6739         multiple creation choices.
6740         (auth-source-netrc-create): Accept a list as a value (from the search
6741         parameters) and do completion on that list.  Keep a separate netrc line
6742         with the password obscured for showing the user.
6744         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6745         first choice to `auth-source-search' so it will be used for entry
6746         creation instead of the server's Gnus-specific name.
6747         (nnimap-credentials): Rely on the auth-source library to select which
6748         port is actually wanted in the new netrc entry, so don't override
6749         `auth-source-creation-defaults'.
6751         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6752         :protocol and accept a missing user, host, or port as a wildcard match.
6753         (auth-source-debug): Default to off.
6755         (auth-source-netrc-search, auth-source-netrc-create)
6756         (auth-source-secrets-search, auth-source-secrets-create)
6757         (auth-source-user-or-password, auth-source-backend, auth-sources)
6758         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6759         instead of :protocol.
6761         * nnimap.el (nnimap-credentials): Pass a port default to
6762         `auth-source-search' in case an entry needs to be created.
6763         (nnimap-open-connection-1): Use :port instead of :protocol.
6765 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6767         * auth-source.el: Bind load-path when loading EIEIO from
6768         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6769         21.4 doesn't support, to `require'.
6770         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6771         delete-dups that is not available in XEmacs 21.4.
6773 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6775         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6776         as EIEIO must also be loaded when auth-source.el is being
6777         byte-compiled.
6779 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6781         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6783         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6785         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6787         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6789         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6791         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6793         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6795         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6796         necessary.
6798 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6800         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6801         nil means that nnimap doesn't get updated.
6803 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6805         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6806         result when the user doesn't want to write to the file.
6807         (auth-source-netrc-search): Expect a synthetic result and proceed
6808         accordingly.
6809         (auth-source-cache-expiry): New variable to override
6810         `password-cache-expiry'.
6811         (auth-source-remember): Use it.
6813         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6814         parameter.  Create entry if necessary by using :create t.
6815         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6817 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6819         * auth-source.el (auth-source-debug): Enable by default and don't
6820         mention the obsolete `auth-source-hide-passwords'.
6821         (auth-source-do-warn): New function to debug unconditionally.
6822         (auth-source-do-debug): Use it.
6823         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6824         and for Secrets API entries when the secrets.el library is not
6825         available.
6827 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6829         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6830         (gnus-summary-exit): Kill the correct article buffer on exit from a
6831         `C-d' group.
6833         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6834         gnus-propagate-marks.
6836         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6837         before killing the buffers so that a non-full window conf gets handled
6838         correctly.
6839         (gnus-summary-exit): Ditto.
6840         (gnus-summary-read-group-1): Ditto.
6842         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6843         async code again so that we can debug it properly.
6845         * message.el (message-reply): Take an optional switch-buffer parameter
6846         so that Gnus window confs are respected better.
6848 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6850         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6851         `plist-get' to accept non-list parameters (XEmacs issue).
6852         Fix docstring.
6853         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6854         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6855         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6856         Login collection is "Login" and not "login".
6858 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6860         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6861         multiple headers.
6863         * nnimap.el (nnimap-inhibit-logging): New variable.
6864         (nnimap-log-command): Don't log login commands.
6866         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6867         to have more parameters.
6869         * nnimap.el (nnimap-send-command): Mark the command time for each
6870         command, so that we don't get NOOPs stepping on our toes.
6872         * gnus-art.el (article-date-ut): Get the date from the Date header on
6873         `t'.
6875 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6877         * auth-source.el (auth-source-search): Use copy-sequence instead of
6878         the cl.el copy-list.
6880 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6882         * imap.el: Bring it back (revert
6883         84d800cd31de3064f0ed39617d725709a2f8f42f).
6885 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6887         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6888         Improve prompt.
6890 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6892         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6893         washing status from the default format.  It isn't very informative.
6895 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6897         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6898         Fix Gcc processing on imap.
6900 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6902         * imap.el: Remove file.  All the functionality is in nnimap.el.
6904 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6906         * message.el (message-bury): Don't pop up a new window when selected
6907         window is dedicated.
6909 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6911         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6913 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6915         * sieve-manage.el: Autoload `auth-source-search'.
6916         (sieve-sasl-auth): Use it.
6918 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6920         * nnimap.el: Autoload `auth-source-forget+'.
6921         (nnimap-open-connection-1): Use it if the connection fails.
6923         * auth-source.el: Require `password-cache'.
6924         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6925         obsolete.
6926         (auth-source-magic): Marker for `password-cache' keys.
6927         (auth-source-do-cache): Update docstring.
6928         (auth-source-search): Use and check cache.
6929         (auth-source-forget-all-cached, auth-source-remember)
6930         (auth-source-recall, auth-source-forget, auth-source-forget+)
6931         (auth-source-specmatchp): Caching support functions.
6932         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6933         Remove and obsolete.
6934         (auth-source-user-or-password): Remove caching to further discourage
6935         using it.  Always hide passwords.
6937         * password-cache.el (password-cache-remove): Accept secrets that are
6938         not strings.
6940 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6942         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6943         code for now, since it doesn't work for all users.
6945 2011-02-09  Julien Danjou  <julien@danjou.info>
6947         * message.el (message-options): Make message-options really buffer
6948         local.
6950 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6952         * mail-source.el: Autoload `auth-source-search'.
6953         (mail-source-keyword-map): Note order matters.
6954         (mail-source-set-1): Get all the mail-source source values and
6955         defaults and search auth-source on those if needed.  This can all
6956         probably be simplified.
6958         * nnimap.el: Autoload `auth-source-search'.
6959         (nnimap-credentials): Use it.
6960         (nnimap-open-connection-1): Ask for the virtual server and physical
6961         address in one shot.
6963         * nntp.el: Autoload `auth-source-search'.
6964         (nntp-send-authinfo): Use it.  Note TODO.
6966 2011-02-08  Julien Danjou  <julien@danjou.info>
6968         * shr.el (shr-tag-body): Add support for text attribute in body
6969         markups.
6971         * message.el (message-options): Make message-options a local variable.
6973 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6975         * auth-source.el (auth-source-secrets-search)
6976         (auth-source-user-or-password): Use `append' instead of `nconc'.
6977         (auth-source-user-or-password): Build return list better and protect
6978         against nil :secret.
6980 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6982         * nnimap.el (nnimap-update-info): Refactor slightly.
6983         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6984         (nnimap-update-info): Clean up slightly.
6985         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6986         characters.
6987         (nnimap-process-quirk): Rename function to avoid collision.
6988         (nnimap-update-info): Fix macrology bug-out.
6989         (nnimap-update-info): Simplify split history test.
6991 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6993         * auth-source.el (top): Require 'eieio unconditionally.
6994         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6995         (auth-source-secrets-search): Limit search when `max' is greater than
6996         number of results.
6998 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7000         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7001         part not returning any data.
7003         * proto-stream.el (open-protocol-stream): Document the return value.
7005 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7007         * auth-source.el (auth-source-secrets-search): Add examples.
7009 2011-02-06  Julien Danjou  <julien@danjou.info>
7011         * message.el (message-setup-1): Handle message-generate-headers-first
7012         set to t.
7014 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7016         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7017         API with a string "secrets:collection-name" and with 'default.
7018         (auth-source-backend-parse): Parse "secrets:collection-name" and
7019         'default.  Recurse on parses instead of repeating code.  Use the
7020         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7021         message when ignoring a source.
7022         (auth-source-search): List ignored search keys at the top level.
7023         (auth-source-netrc-create): Use `case' instead of `cond'.
7024         (auth-source-secrets-search): Created with TODOs.
7025         (auth-source-secrets-create): Created with TODOs.
7026         (auth-source-retrieve, auth-source-create, auth-source-delete)
7027         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7028         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7029         (auth-source-user-or-password-sftp)
7030         (auth-source-user-or-password-smtp): Remove.
7031         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7032         around `auth-source-search'.  Not tested thoroughly.
7034 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7036         * auth-source.el: Bring in assoc and eioeio libraries.
7037         (secrets-enabled): New variable to track the status of the Secrets API.
7038         (auth-source-backend): New EIOEIO class to represent a backend.
7039         (auth-source-creation-defaults): New variable to set prompt defaults
7040         during token creation (see the `auth-source-search' docstring for
7041         details).
7042         (auth-sources): Simplify to allow a simple string as a netrc backend
7043         spec.
7044         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7045         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7046         (auth-source-search): Main auth-source API entry point.
7047         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7048         (auth-source-search-collection): Helper function for searching.
7049         (auth-source-netrc-parse, auth-source-netrc-normalize)
7050         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7051         Supports search, create, and delete.
7052         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7053         backend stubs.
7054         (auth-source-user-or-password): Call `auth-source-search' but it's not
7055         ready yet.
7057 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7059         * message.el (message-setup-1): Remove the read-only stuff, since it
7060         doesn't work under XEmacs, for some reason.
7062         * gnus-sum.el (gnus-user-date): Rename back from
7063         gnus-summary-user-date since user code refers to it.
7065         * shr.el (shr-render-td): Store the actual background color used.
7067         * message.el (message-setup-1): Don't bind the constant
7068         -forbidden-properties.
7069         (message-setup-1): Revert previous change, since it needs to bind the
7070         props to insert them.
7071         (message-resend): Allow removing the read-only separator line.
7073 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7075         * nnimap.el (nnimap-request-accept-article): Give an error message if
7076         the APPEND wasn't successful.
7078 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7080         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7081         that have no groups.
7083 2011-02-03  Julien Danjou  <julien@danjou.info>
7085         * gnus-draft.el: Remove progn around gnus-draft-setup.
7087 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7089         * gnus-start.el (gnus-read-active-for-groups): This function is never
7090         called with a nil `infos', so clean that up.
7091         (gnus-get-unread-articles): Request active files from primary/secondary
7092         methods that have no groups (yet).
7094 2011-02-03  Julien Danjou  <julien@danjou.info>
7096         * message.el (message-setup-1): Always generate References first.
7097         (message-mail): Return the return value of message-setup, not always t.
7098         (message-setup-1): Insert mail-header-separator with read-only and
7099         intangible properties set.
7101         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7102         user-date in docstring.
7104         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7106         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7107         docstring.
7109         * gnus.el (gnus-user-date-format-alist): Change default value.
7110         Use defcustom, with type and group.  Move from gnus-util.el.
7111         Rename to gnus-summary-user-date-format-alist.
7113 2011-02-03  Glenn Morris  <rgm@gnu.org>
7115         * nnimap.el (gnus-fetch-headers): Declare.
7117         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7119 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7121         * message.el (message-forward-make-body-digest-plain)
7122         (message-followup, message-reply): Clean up things noted by Stefan.
7124         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7125         gnus-article-update-date-headers is nil.
7126         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7127         it didn't really work with defcustom.
7128         (article-update-date-lapsed): Make sure the window start doesn't move,
7129         either.
7131 2011-02-01  Julien Danjou  <julien@danjou.info>
7133         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7134         format.
7136         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7137         standard in Emacs nowadays.
7139         * color.el (color-gradient): Add a color-gradient function.
7141 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * message.el (message-expand-name): Don't trust the return value of
7144         bbdb-complete-name.
7145         (message-check-news-header-syntax): Remove unused var `start'.
7146         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7147         (message-inhibit-body-encoding): Move to before first use.
7148         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7149         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7150         (Organization, Message-ID, Date, mh-previous-window-config):
7151         Defvar the vars using dynamic scoping.
7153 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7155         * shr.el (shr-render-td): Only do colors at the final rendering.
7156         Should be slightly faster.
7157         (shr-insert-table): Fix up TD background colors when doing the
7158         vertical padding.
7160         * gnus-art.el (article-date-ut): Protect against articles with no Date
7161         header.
7162         (article-update-date-lapsed): Don't use current-column to find the
7163         horizontal position.  It's fragile in the presence of \003 characters.
7165         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7167 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7169         * gnus-art.el (article-transform-date): Rewrite to still work when
7170         there are several rfc2822 parts.
7171         (article-transform-date): Fix infinite recursion.
7172         (article-date-ut): Replace infinitely many Date headers with a single
7173         one when called interactively.
7175         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7176         secure manner.
7178         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7179         move around by not using save-window-excursion.  It seems to work...
7181 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7183         * gnus-art.el (article-make-date-line): Work for user-defined format.
7185 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7187         * nntp.el (nntp-retrieve-group-data-early)
7188         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7189         fetching functions.
7191         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7192         thoroughly for all backends that have no known groups.  This should
7193         allow new nnml methods to retrieve mail.
7195         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7196         that Gnus doesn't know exists again.
7198         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7199         (gnus-treat-date-ut): Ditto.
7200         (gnus-article-update-date-header): Rename.
7201         (gnus-treat-date-local): Remove.
7202         (gnus-treat-date-english): Remove.
7203         (gnus-treat-date-lapsed): Remove.
7204         (gnus-treat-date-combined-lapsed): Remove.
7205         (gnus-treat-date-original): Remove.
7206         (gnus-treat-date-iso8601): Remove.
7207         (gnus-treat-date-user-defined): Remove.
7208         (gnus-article-date-headers): New variable to control all the date
7209         header options.
7210         (article-date-ut): Rewrite to allow using the new way to format date
7211         headers(s).
7213 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7215         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7216         method.
7217         (nnmail-article-group): A better test for fanciness.
7219         * nnimap.el (nnimap-request-head): Protect against not finding the
7220         article by Message-ID.
7222 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7224         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7225         keep point at the "same place".
7227 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7229         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7230         data if the group is inactive.
7232 2011-01-28  Julien Danjou  <julien@danjou.info>
7234         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7235         (gnus-all-windows-visible-p): Remove old compatibility code.
7236         (gnus-window-top-edge): Add docstring.
7238         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7240 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7242         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7243         older request-update-info.
7245         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7247 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7249         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7250         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7252 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7254         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7255         groups.  This makes the nndraft:queue group pop up if it's not already
7256         there.
7258         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7259         messages" logic, which was reversed.
7261         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7262         the "same place" even if point is on the line being replaced.
7263         (article-update-date-lapsed): Allow updating both the combined lapsed
7264         and the lapsed headers.
7265         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7266         (article-make-date-line): Limit the number of segments dynamically to
7267         avoid too-long lines.
7269 2011-01-27  Julien Danjou  <julien@danjou.info>
7271         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7272         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7274 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7276         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7277         Use plist-get instead of the cl function getf.
7279 2011-01-27  Glenn Morris  <rgm@gnu.org>
7281         * gnus-util.el (float-time): Get rid of compiler warning, again.
7283 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7285         * shr.el (shr-put-color): Special-case background colors: Do put them
7286         at the blank parts at the front of the lines.
7288         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7289         exit hook to nix out all data on readedness on group exit.
7291         * gnus-util.el (float-time): If float-time is bound, always use it on
7292         all Emacsen.  It's unclear why the subrp check was there.
7293         (time-date): Require to make some autoload issues on XEmacs go away.
7295         * shr.el (shr-put-color): Don't do the box padding in tables, since
7296         they're already padded.
7298 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7300         * gnus-art.el (gnus-article-next-page): When the last line of the
7301         article is displayed, scroll down once more instead of going to the
7302         next article at once.
7303         (article-lapsed-string): Refactor out and allow specifying how many
7304         segments you want.
7305         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7306         (gnus-article-update-lapsed-header): New variable.
7308         * shr.el: Revert change that made headings use different-sized faces.
7309         The Emacs display engine isn't advanced enough that, for instance,
7310         tables can comfortably use differently-sized faces.
7312 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7314         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7315         used.
7316         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7317         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7318         we're using an encrypted connection.
7320         * proto-stream.el: Alter the interface functions to also return the
7321         actual stream type used: network or tls.
7323 2011-01-25  Julien Danjou  <julien@danjou.info>
7325         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7326         (mm-display-javascript-inline): New function.
7328         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7329         viewing function.
7331 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7333         * shr.el (shr-expand-newlines): Fix variable name.
7335 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7337         * shr.el (shr-expand-newlines): Make nested boxes work.
7339 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7341         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7342         backgrounds.
7343         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7344         in a more sensible manner.
7346 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7348         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7349         if EPG is loaded.
7351 2011-01-24  Julien Danjou  <julien@danjou.info>
7353         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7354         tags.
7356 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7358         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7359         commands.
7361         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7362         in the article buffer.
7363         (gnus-gravatar-insert): Use blank space from the current buffer to
7364         avoid breaking text properties.  This makes X-Sent updating work again.
7366         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7368 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7370         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7371         fix the bug in url-http.el instead.
7373         * shr.el (shr-image-fetched): Ditto.
7375         * shr.el (shr-image-fetched): Avoid having point move in the article
7376         buffer.
7378         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7379         buffer after being called.  It's apparently being killed by url.el, and
7380         killing it made point move to end-of-buffer in a random buffer.
7382         * shr.el (shr-image-fetched): Ditto.
7384 2011-01-23  Julien Danjou  <julien@danjou.info>
7386         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7388         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7389         text/x-org.
7391 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7393         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7394         (i.e., nnimap) returning nil as the article number.
7396 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7398         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7399         "DelSp" parameter in RFC3676.
7401 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7403         * message.el (message-check-recipients): Display the encoded version of
7404         the bogus address if they differ.
7406         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7407         after sending.
7409         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7411         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7413         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7414         group buffer after sending the queue.
7416         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7418 2011-01-22  Julien Danjou  <julien@danjou.info>
7420         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7422 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7424         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7425         nested related parts.
7427         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7428         unexpired articles.  This fixes the regression that led expiry marks to
7429         disappear from nnfolder groups.
7431 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7433         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7434         Don't confuse the "ret" of "retrograde" with RET.
7436 2011-01-21  Julien Danjou  <julien@danjou.info>
7438         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7439         than mm-insert-inline.
7441 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7443         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7444         Widen article buffer.
7446 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7448         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7449         the temp buffer.
7450         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7452 2011-01-20  Julien Danjou  <julien@danjou.info>
7454         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7456         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7457         than mm-insert-inline to insert inline part: this respect
7458         mm-inline-media-tests displayers.
7460         * mm-view.el (mm-display-shell-script-inline): New function.
7462         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7464         * mm-uu.el (mm-uu-type-alist): Add org block.
7465         (mm-uu-org-src-code-block-extract): New function.
7467         * mm-view.el (mm-display-org-inline): New function.
7469         * mm-decode.el (mm-automatic-display): Add text/org.
7471         * mailcap.el (mailcap-mime-extensions): Add .org.
7473 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7475         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7476         gnus-article-add-buttons.
7478 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7480         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7481         From header with a date and "nobody" as the sender.
7483 2011-01-19  Julien Danjou  <julien@danjou.info>
7485         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7486         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7487         if you have the same regexp several times.
7488         (gnus-button-push): Fix matching when regexp is symbol.
7490 2011-01-15  Glenn Morris  <rgm@gnu.org>
7492         * message.el (message-mail): A compose-mail function should
7493         accept headers as strings.
7495 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7497         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7498         Add :vert-only tags.
7499         (message-mail): New arg RETURN-ACTION.
7500         (message-return-action): New var.
7501         (message-bury): Use it.
7502         (message-mode): Make it buffer-local.
7503         (message-send-and-exit): Always call message-bury.
7505         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7506         message-mail.
7508 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7510         * nnimap.el (nnimap-convert-partial-article): Protect against
7511         zero-length body parts.
7513         * mm-decode.el (mm-preferred-alternative-precedence):
7514         Discourage showing empty parts.
7516         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7517         and stuff if the backend didn't return the article number.  This fixes
7518         an Exchange-related nnimap bug.
7520         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7521         group window, because it does the wrong thing when a separate frame
7522         displays the group buffer.
7524         * proto-stream.el (open-protocol-stream): Protect against the low-level
7525         transport functions returning nil.
7527 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7529         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7530         (mml2015-epg-find-usable-secret-key): New function.
7531         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7532         mml2015-epg-find-usable-key (Bug#7797).
7533         (mml2015-epg-encrypt): Ditto.
7535 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7537         * dgnushack.el (rot13-string): Fix the way to get the argument.
7539 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7541         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7543 2011-01-03  Glenn Morris  <rgm@gnu.org>
7545         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7547         * sieve.el (sieve-open-server): Give a more explicit error if
7548         sieve-manage-open returns nil.  (Bug#7720)
7550 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7552         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7554 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7557         This avoids sending passwords in plain text over non-encrypted
7558         channels.
7560         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7562         * nnimap.el (nnimap-login): Refactored out into own function, and
7563         implement CRAM-MD5.
7564         (nnimap-wait-for-line): Refactored out.
7566         * mm-view.el (mml-smime): Require.
7568 2010-12-20  David Engster  <deng@eml.cc>
7570         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7571         use EPG to decrypt S/MIME messages instead of openssl.
7573 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7577         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7578         status is the group clearly is unreachable.
7580         * auth-source.el (auth-source-create): Add the optional second
7581         parameter to `local-variable-p' to be compatible with XEmacs.
7583 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7585         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7586         work when using a compressed nnml folder.
7588 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7591         backends after sanitising on entry, because this never makes sense:
7592         If the articles have gone missing, then the data no longer exists on
7593         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7594         overwrite anything anyway.
7596         * shr.el (shr-insert-document): Bind shr-width dynamically to
7597         window-width if it's nil.
7599 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7601         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7602         with the meaning of using the full emacs window width for rendering.
7604 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7606         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7607         case when sender is not given.
7609 2010-12-23  Julien Danjou  <julien@danjou.info>
7611         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7612         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7613         the addresses, otherwise we might misplaced the gravatar.
7615 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7617         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7618         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7619         obsolete in Emacs.
7621 2010-12-20  Julien Danjou  <julien@danjou.info>
7623         * gnus-util.el (gnus-rescale-image): Revert last change.
7625 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7627         * binhex.el: Improve commentary (Bug#7482).
7629 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631         * gnus-group.el (gnus-group-delete-articles): New command.
7633 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7635         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7637 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7639         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7640         here, since it's up to the backends to do CRLF removal if their
7641         protocol has it.
7643         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7645 2010-12-17  Julien Danjou  <julien@danjou.info>
7647         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7648         they are from file.  Can also scale up.
7650 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7652         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7653         Restore gnus-use-agent.
7654         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7656         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7658 2010-12-17  Julien Danjou  <julien@danjou.info>
7660         * gravatar.el (gravatar-retrieve-synchronously): New function.
7661         (gravatar-get-data): Make more robust.
7663 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7665         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7667 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7670         to really consider the last line.
7672 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7674         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7675         list of recipient keys, or use symmetric encryption if not a list.
7676         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7677         EPA override, replacing the call to `netrc-store-data'.
7679 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7681         * gnus-srvr.el: Avoid passing nil regexp argument to
7682         delete-matching-lines.
7684 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7687         fetching stops when Gnus exits.
7689         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7690         function.
7691         (nnfolder-request-expire-articles): Save all the buffers after doing
7692         expiry.
7694         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7695         the last article", since that led to serious performance regressions
7696         when expiring nnml groups.
7698 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7700         * nnir.el: Improve customizations.
7702 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7706         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7707         group has been killed.
7708         (gnus-group-yank-group): Ditto.
7710         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7712         * nnimap.el (nnimap-request-update-group-status): New function.
7714         * gnus-int.el (gnus-request-update-group-status): New interface
7715         function.
7717         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7718         copying read-ness to the backends.
7720         * nnimap.el (nnimap-quirk): New function.
7721         (nnimap-retrieve-group-data-early): Use it.
7722         (nnimap-quirks): New alist.
7724 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7726         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7727         don't delete it within indentation.
7729 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7732         previous line.
7734 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7737         QRESYNC command by deleting a superfluous space which broke Cyrus
7738         servers.  This change will break other servers that are buggy the other
7739         way around.
7741 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7743         * spam.el: Reindent and fix long lines.
7744         (spam-copy-or-move-routine): Exclude invalid move destinations.
7746 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7748         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7749         installed the registry.
7751 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7753         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7755 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7757         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7758         groupname doesn't contain "gmane".
7760 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7762         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7763         and netrc-bound-and-true-p bindings.
7764         (netrc-parse): Cache the netrc contents.
7766         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7767         (gnus-1): Don't create the nndrafts group twice.
7768         (gnus-setup-news): There's no need to read the active file here, since
7769         that's done again later on a per-backend basis.
7770         (gnus-start-draft-setup): Make sure that the new group is started out
7771         empty.
7773         * gnus-agent.el (gnus-agentize): Don't create the queue group
7774         automatically on startup.  It'll be created later, if needed.
7776         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7777         of automatically subscribed groups.
7778         (gnus-auto-subscribed-categories): New variable.
7779         (gnus-matches-options-n): Use it.
7780         (gnus-default-subscribed-newsgroups): Remove unused variable.
7781         (gnus-start-draft-setup): Message a bit less.
7783 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7785         * nnir.el (nnir-run-imap): Return article list in order of increasing
7786         UID.
7788 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790         * gnus-sum.el (gnus-summary-enter-digest-group):
7791         Mention gnus-auto-select-on-ephemeral-exit.
7793         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7794         convention of the network-only option.
7796 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798         * proto-stream.el (proto-stream-open-network-only): New function to
7799         have a way to specify non-STARTTLS upgrade connections.
7801 2010-12-10  Julien Danjou  <julien@danjou.info>
7803         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7804         email address is nil.
7806         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7808 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7810         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7811         deletion.
7812         (nnir-run-imap): Only need to parse list once.
7814 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816         * shr.el (shr-tag-script): Ignore <script>.
7817         (shr-tag-label): Add <label> support.
7819 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7821         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7823         * shr.el (shr-image-displayer): Work for images lined side by side.
7825 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7827         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7828         parameter, since XEmacs doesn't accept t as a parameter.
7830 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7832         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7833         ids.
7834         (nnir-run-gmane): Simplify groupspec formatting.
7835         (nnir-request-expire-articles): New function.
7837 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7840         overflow, possibly.
7842         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7843         (shr-render-td): Handle td style="" better.
7844         (shr-tag-table): Use the color from the style sheet.
7845         (shr-render-td): Make sure we copy over all the overlays, too.
7847 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7849         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7850         (nnir-request-article): Improve article retrieval.
7852 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7854         * mm-util.el (mm-extra-numeric-entities): New variable.
7856         * mm-url.el (mm-url-decode-entities):
7857         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7859         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7861 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7863         * message.el: Use completion-at-point.
7864         (message-completion-function): New fun, extracted from message-tab.
7865         (message-mode): Use it for completion-at-point-functions.
7866         (message-tab): Use it and completion-at-point.
7868 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7870         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7871         character if a non-breakable character follows.
7873 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7876         any stream.
7878         * shr.el (shr-tag-font): Colorize the region.
7879         (shr-tag-body): Ditto.
7880         (shr-tag-font): Actually let the styles be inherited instead of
7881         overwriting them.
7882         (shr-tag-font): Get the background color right.
7883         (shr-tag-style): Ignore all <style> tags for the moment.
7885         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7886         a Message-ID to avoid having nnimap depend on gnus-sum.
7888         * shr.el (shr-descend): Only colorize something if we have a node that
7889         sets colors.
7891 2010-12-06  Julien Danjou  <julien@danjou.info>
7893         * shr.el (shr-render-td): Render td content with shr-descend, so style
7894         will be applied to <td> too.
7895         (shr-colorize-region): Colorize region even if we only have a background.
7896         (shr-tag-body): Fix color and background color inheritance.
7897         Do not recolorize after shr-generic.
7898         (shr-tag-font): Let shr-generic colorize via inheritance.
7900 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7902         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7904 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7906         * nnir.el (nnir-request-move-article): Remove obsolete code.
7908 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7910         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7912 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914         * gnus-sum.el (gnus-summary-respool-article): The completion function
7915         expects a list instead of an alist.
7917         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7918         string as the parameter.
7920         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7922         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7923         styles.
7924         (shr-colorize-region): New function.
7925         (shr-insert-background-overlay): Remove.
7926         (shr-render-td): Background setting should be taken care of on a higher
7927         level.
7928         (shr-tag-body): Use post-hoc colorizations.
7929         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7930         (shr-put-color-1): Don't overwrite old colors.
7931         (shr-colorize-region): When the background color isn't explicit, use
7932         a fixed background.
7934         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7935         nnmail variables.
7937 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7939         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7940         unless necessary.
7942 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7944         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7945         server.
7947 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7950         so that TAB works.
7952         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7953         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7955         * shr.el (shr-urlify): Show the URL before the title to avoid
7956         misleading URLs.
7958 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7960         * shr.el (shr-urlify): Display the title in <a> tags.
7962 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7964         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7966 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7968         * nnir.el: Rearrange code to allow macros to be autoloaded by
7969         gnus-sum.el.
7970         (nnir-retrieve-headers-override-function): Make this variable
7971         customizable.
7972         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7974         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7975         from nnir.el.
7977 2010-12-03  Julien Danjou  <julien@danjou.info>
7979         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7981 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7983         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7984         allow optional argument `environment'.
7986 2010-12-03  Glenn Morris  <rgm@gnu.org>
7988         * mm-extern.el (message-goto-body): Update declaration.
7990 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7992         * gnus-util.el (gnus-macroexpand-all): New function.
7994         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7995         instead of macroexpand-all that is unavailable in XEmacs.
7997 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7999         * nnir.el (nnir-summary-line-format): New variable.
8000         (nnir-mode): Use it.
8001         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8002         (nnir-article-ids): Reimplement as defsubst.
8003         (nnir-retrieve-headers): Don't mangle the subject header.
8004         (nnir-run-imap): Use 100 as RSV score.
8005         (nnir-run-find-grep): Fix for full server searching.
8006         (nnir-run-gmane): Better restriction to gmane groups.
8008         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8009         summary buffers.
8011 2010-12-02  Julien Danjou  <julien@danjou.info>
8013         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8015         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8017         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8018         support.
8020 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8022         * nnir.el: Update to handle the registry better.
8023         (autoload): Silence byte-compiler.
8024         (nnir-open-server): Add a hook for nnir groups.
8025         (nnir-request-move-article): Don't mangle the header.  Better to use
8026         formatting variables (which will be added in the future).
8027         (nnir-registry-action): Update the registry using the original article
8028         group name.
8029         (nnir-mode): Install nnir-specific hooks for updating the registry.
8031         * gnus-sum.el
8032         (gnus-article-original-subject, gnus-newsgroup-original-name):
8033         Remove obsolete variables.
8034         (gnus-summary-move-article): Remove use of obsolete variables.
8035         (gnus-summary-local-variables): Make move and delete hooks local to
8036         summary buffers.
8038 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040         * rtree.el: New file.
8042 2010-12-01  Julien Danjou  <julien@danjou.info>
8044         * message.el (message-user-organization): Do not use
8045         gnus-local-organization.
8047         * gnus.el: Remove gnus-local-organization.
8049         * gnus-msg.el: Remove nastygram thing.
8051 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8053         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8054         funcall.
8056 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8058         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8059         names.
8061         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8062         characters.
8064         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8065         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8066         Suggested by Štěpán Němec <stepnem@gmail.com>.
8067         (gnus-gravatar-transform-address): Use mail-extract-address-components
8068         that supports non-ASCII names rather than mail-header-parse-addresses.
8070 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072         * proto-stream.el (open-protocol-stream): All starttls connections are
8073         handled by the network handler.
8075 2010-11-30  Julien Danjou  <julien@danjou.info>
8077         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8078         (nnimap-open-connection-1): Fix PREAUTH.
8080         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8082 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8084         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8085         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8086         (shr-insert): Use them.
8087         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8089 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8091         * nnir.el (nnir-request-move-article): Bail out if original group
8092         doesn't support article moves.
8093         (nnir-get-active): Improve active list retrieval.
8095 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8099 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8101         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8102         seem to accept strings-with-numbers as port numbers.
8104 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8106         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8107         change the registry.
8109 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8111         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8112         delete-dups that is not available in XEmacs 21.4.
8114         * mm-util.el (mm-delete-duplicates): Add comment.
8116 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8118         * nnir.el (nnir-ignored-newsgroups): New variable.
8119         (nnir-get-active): Use it.
8121 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123         * proto-stream.el (proto-stream-open-network): Add some comments.
8125         * nntp.el (nntp-open-connection): Provide a :success condition.
8127         * nnimap.el (nnimap-open-connection-1): Ditto.
8129         * proto-stream.el (proto-stream-open-network): See what the response to
8130         the STARTTLS command is.
8132         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8133         backwards compatibility).
8134         (nnimap-open-connection-1): Really respect nnimap-server-port.
8136         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8137         TLS upgrades we don't really care about the identity of the peer.
8138         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8139         that what we've checked for.
8140         (proto-stream-always-use-starttls): Only default to t if
8141         open-gnutls-stream exists.
8142         (proto-stream-open-network): If STARTTLS failed, then just open a
8143         normal connection.
8144         (proto-stream-open-network): Wait until the greeting before doing
8145         STARTTLS.
8147         * nntp.el (nntp-open-connection): Report what the connection error is.
8149         * proto-stream.el (open-protocol-stream): Rename from
8150         open-proto-stream.
8152 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154         * nnimap.el (nnimap-stream): Change default to `undecided'.
8155         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8156         first, and then network.
8157         (nnimap-open-connection-1): Respect nnimap-server-port.
8158         (nnimap-open-connection): Be more backwards-compatible.
8160         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8161         (proto-stream-open-starttls): De-duplicate the starttls code.
8162         (proto-stream-open-starttls): Folded back into the main function.
8163         (proto-stream-open-network): Fix typo in the gnutls path.
8164         (proto-stream-command): Refactor out.
8166         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8168         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8169         starttls.el STARTTLS.
8171         * color.el (color-lab->srgb): Fix function call name.
8173         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8174         if we're using tls.el.
8175         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8176         built in, then don't try to establish a STARTTLS connection.
8178         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8179         servers.
8181         * proto-stream.el (open-proto-stream): Use network, not stream.
8182         (open-proto-stream): Add a way to specify what the end of a command is.
8184         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8185         connections types.
8186         (nntp-open-network-stream): Remove.
8187         (nntp-open-ssl-stream): Remove.
8188         (nntp-open-tls-stream): Remove.
8189         (nntp-ssl-program): Remove.
8191         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8193 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8195         * nnir.el: Fix typos.
8196         (nnir-retrieve-headers-override-function): Rename variable to reflect
8197         new semantics.
8198         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8199         macros.
8200         (nnir-request-article, nnir-request-move-article): Use them.
8201         (nnir-categorize): New function.
8202         (nnir-run-query): Use it.
8203         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8204         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8205         sorted.
8206         (nnir-group-full-name): Use gnus-group-full-name instead.
8207         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8208         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8210 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8214         * proto-stream.el: New library to provide protocol-specific
8215         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8216         protocols.
8217         (open-proto-stream): Complete the documentation.
8218         (proto-stream-open-network): Fix some typos.
8220         * nnimap.el (nnimap-open-connection): Use it.
8222 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8224         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8225         negotiation.
8227 2010-11-26  Julien Danjou  <julien@danjou.info>
8229         * color.el: Rename various rgb functions to srgb.
8231 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8234         names.
8236 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8238         * shr.el (shr-insert): Revert last change.
8239         (shr-find-fill-point): Never leave point being at bol;
8240         relax the kinsoku limitation when rendering tables.
8242 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8244         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8245         results from -accept-article.
8247         * shr-color.el: Require cl when compiling.
8249         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8250         checkin.
8252         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8254         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8256         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8257         'add and 'delete to set backend marks.
8259         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8261         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8263         * nntp.el (nntp-request-set-mark): Use it.
8265         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8267         * nnml.el (nnml-request-set-mark): Ditto.
8269         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8270         introduces regressions in article selection.
8271         (nnimap-find-uid-response): New function.
8272         (nnimap-request-accept-article): Use the UID returned, if any.
8273         (nnimap-request-move-article): Use the UID returned, if any.
8274         (nnimap-get-groups): Reimplement to work with folded lines.
8275         (nnimap-find-uid-response): The UID is the last element in the list.
8276         (nnimap-request-set-mark): Extend syntax with 'set.
8278         * nnml.el (nnml-request-set-mark): Ditto.
8280         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8282         * nntp.el (nntp-request-set-mark): Ditto.
8284 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8286         * message.el (message-called-interactively-p): A temporary macro.
8287         (message-goto-body): Use it temporarily.
8289 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8292         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8293         (nnimap-last-response-string): Fix last unfolding fix.
8295 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8297         * shr.el (shr-insert): Fix the way to fold lines.
8299 2010-11-25  Julien Danjou  <julien@danjou.info>
8301         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8303         * color.el: Rename from color-lab.el
8304         (color-rgb->hex): Add.
8305         (color-complement): Add.
8306         (color-complement-hex): Add.
8308         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8310 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8312         * shr-color.el (shr-color-visible): Don't bug out if the color names
8313         don't exist.
8315 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8317         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8318         assuming that article displaying or another mml-preview may be
8319         interrupted for an error or for the like.
8321         * shr.el (shr-get-background): Fix argument name.
8323 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8327         * gnus-sum.el (gnus-summary-include-articles): New function.
8329         * message.el (message-goto-body): called-interactively-p needs a
8330         parameter, so use `any'.
8332         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8333         clear marks before moving, since they're synced from the Gnus side
8334         first.
8336         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8337         (gnus-summary-move-article): Copy over all marks before moving, so that
8338         IMAP doesn't think a new article has arrived.
8340 2010-11-24  Julien Danjou  <julien@danjou.info>
8342         * shr.el (shr-insert-background-overlay): Fix typo.
8343         (shr-render-td): Copy the background before rendering.
8345         * shr-color.el (shr-color-visible): Fix docstring.
8347         * shr.el (shr-tag-table): Add bgcolor support.
8348         (shr-render-td): Add bgcolor support.
8349         (shr-get-background): Add.
8350         (shr-insert-foreground-overlay): Use shr-get-background.
8352         * message.el (message-goto-body): Use called-interactively-p.
8353         (message-in-body-p): message-goto-body returns point.
8355 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8358         Fixes something or other in Emacs 23, and is backwards compatible.
8360         * message.el (message-goto-body): Remove the <#secure special-casing,
8361         which is too special.
8363         * shr.el (shr-parse-style): Drop !important from styles.
8365 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8367         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8368         this function to return incorrect results when calling it with an
8369         explicit article argument different from
8370         (gnus-summary-article-number).
8372 2010-11-24  Julien Danjou  <julien@danjou.info>
8374         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8375         (shr-tag-body): Add background support.
8376         (shr-descend): Add background support.
8377         (shr-tag-title): Add.
8379         * shr-color.el (shr-color-visible): Really return original background
8380         if fixed.
8382 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8384         * shr.el (shr-color-check): Protect against non-existent color names.
8386 2010-11-24  Julien Danjou  <julien@danjou.info>
8388         * color-lab.el: Require 'cl when compiling.
8390         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8392         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8393         matched part.
8395         * color-lab.el: Fix all expt calls to use float type.
8397 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8399         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8400         expression to shr-color-check as is.
8402         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8404         * color-lab.el: Add coding cookie.
8405         (float-pi): Use eval-and-compile.
8407         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8408         compiled for Emacsen having no `libxml-parse-html-region' support.
8410 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412         * shr.el (shr-insert-color-overlay): Split stuff like
8413         "#444444 !important" to find the real color.
8414         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8415         parse <font color="red"> entries.
8417 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8419         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8420         point when parsing headers.
8422         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8423         is positioned properly when parsing headers.
8425 2010-11-23  Julien Danjou  <julien@danjou.info>
8427         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8429         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8431         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8433         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8434         Use shr-color-hue-to-rgb.
8435         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8437 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439         * shr.el (shr-color->hexadecimal): Autoload.
8440         (shr-descend): Add color to all tags.
8442 2010-11-22  Julien Danjou  <julien@danjou.info>
8444         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8445         shr-color->hexadecimal.
8447         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8448         RGB() or HSL() color representation.
8450         * shr.el (shr-tag-font): Add.
8451         (shr-tag-color-check): New function to get better colors.
8452         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8453         tag-span.
8455         * shr-color.el: New file.
8457         * color-lab.el: New file.
8459         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8461 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8463         * nnir.el: Fix typo in comments.
8464         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8465         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8467 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8471         * nnimap.el (nnimap-get-capabilities): Refactor out.
8472         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8474 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8476         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8477         appearing when `mm-uu-hide-markers' is nil.
8479 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481         * nnimap.el (nnimap-unselect-group): Make into its own function.
8482         (nnimap-request-rename-group): Unselect group before renaming.
8483         This had gotten lost somewhere.
8484         (nnimap-request-accept-article): Keep track of examined groups, and
8485         unselect the group before APPENDing to read-only groups.
8486         (nnimap-request-move-article): Clear flags before moving so that they
8487         can be re-set later.
8489 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8491         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8492         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8494 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8496         * gnus-art.el (gnus-mime-display-single):
8497         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8498         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8499         parameter.
8501 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8504         (shr-table-vertical-line): New variable.
8505         (shr-insert-table): Use it.
8507 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8509         * gnus-html.el (gnus-html-wash-images): Don't display images if
8510         gnus-inhibit-images is non-nil; register displayer for cid images.
8511         (gnus-html-display-image): Work for cid image.
8512         (gnus-html-insert-image): Allow arguments.
8513         (gnus-html-put-image): Inhibit read-only.
8514         (gnus-html-prefetch-images): Don't prefetch images if
8515         gnus-inhibit-images is non-nil.
8517 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519         * shr.el (shr-put-image): Break lines when inserting big pictures.
8521 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8523         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8524         sender, thanks Katsumi Yamaoka.
8526 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8528         * nnir.el (nnir-run-imap): Reverse the article list for each group
8529         rather than the whole list.
8531 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8533         * shr.el (shr-image-displayer): Protect function against non-existent
8534         image source.
8536         * gnus-art.el (gnus-inhibit-images): New user option.
8537         (gnus-mime-display-single): Don't display image if it is non-nil.
8539         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8540         gnus-inhibit-images.
8542         * shr.el (shr-image-displayer): New function.
8543         (shr-tag-img): Use it.
8545 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8547         * mml2015.el (mml2015-epg-sign): Use From header.
8549 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8553         * gnus-util.el (gnus-find-text-property-region): Return markers.
8555         * shr.el (shr-tag-img): Put a displayer in the text property.
8557         * gnus-util.el (gnus-find-text-property-region): New utility function.
8559         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8560         (gnus-html-show-images): Remove.
8562         * gnus-art.el (gnus-article-show-images): New, more general function.
8564         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8565         image url text properties.
8567         * shr.el: Ditto.
8569         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8570         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8572 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8574         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8575         work for two or more articles.
8577 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8579         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8580         divide an image that's in an html article to two or more when washing
8581         non-ASCII characters in alt text of it.
8583 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8585         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8586         smime-decrypt-region using function argument.
8587         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8589         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8591         * smime.el (smime-decrypt-region): Catch it.
8593 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8595         * smime.el (smime-mode-map): Move initialization into declaration.
8596         (gnus-run-mode-hooks): Don't autoload.
8597         (smime-mode): Use define-derived-mode.
8599 2010-11-11  Glenn Morris  <rgm@gnu.org>
8601         * smime.el (from): Restrict declaration to XEmacs.
8603         * nnir.el (gnus-group-topic-name): Autoload.
8605 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8607         * shr.el (shr-insert): Don't break long line if it is because of
8608         kinsoku-bol characters in the line end.
8610 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8612         * nnir.el (nnir-request-move-article): Fix to provide original group
8613         and subject.
8614         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8615         been retrieved.
8617         * gnus-sum.el (gnus-summary-move-article): Use original group and
8618         subject for virtual articles such as those in an nnir summary buffer.
8620 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8622         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8623         least 21.5).
8625         * smime.el (from): Declare it again for XEmacs.
8627 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629         * message.el (message-resend): Don't disable encoding unless it's
8630         already encoded.
8632         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8633         low-numbered articles.
8635 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8637         * rfc2047.el (rfc2047-syntax-table): Simplify.
8639         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8641         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8642         set-char-table-range for XEmacs.
8644 2010-11-10  Glenn Morris  <rgm@gnu.org>
8646         * time-date.el (time-to-seconds): Always an alias on Emacs,
8647         never a real function.
8648         (with-no-warnings): Remove compat stub, now unused.
8649         (time-less-p): Doc fix.
8650         (time-to-number-of-days): Simplify.
8652         * smime.el (from): Remove unused declaration.
8654         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8655         (gnus-float-time): On Emacs, always an alias.
8657         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8658         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8660 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8662         * dgnushack.el: Don't use ignore-errors in the top level form since it
8663         is unavailable in XEmacs even if cl is loaded.
8665         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8667 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669         * shr.el (browse-url-mailto): Autoload.
8671         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8673         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8674         regexp doesn't need quoting.
8676 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8678         * message.el (message-subject-trailing-was-ask-regexp)
8679         (message-subject-trailing-was-regexp): Match was: in addition to was.
8681 2010-11-09  Glenn Morris  <rgm@gnu.org>
8683         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8684         (nnbabyl-check-mbox): Use point-at-bol.
8686 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8690         * message.el (message-mailto): New function.
8691         (message-mailto): Should accept other parameters.
8692         (message-mailto): Remove since it duplicates browse-url-mailto
8693         functionality.
8695 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8698         methods.
8699         (gnus-read-active-file): Ditto.
8701         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8702         ": " from the prompt.
8703         (gnus-group-make-group): Ditto.
8705 2010-11-07  Glenn Morris  <rgm@gnu.org>
8707         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8708         (gnus-bookmark-kill-line): Use point-at-eol.
8710 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8712         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8713         asterisks in From header.
8715 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8718         string to avoid making the From headers syntactically invalid.
8720         * message.el (message-send-mail): Don't insert courtesy messages if the
8721         message already has List-Post and List-ID messages.
8723 2010-11-06  Glenn Morris  <rgm@gnu.org>
8725         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8726         `condition', `type', `length' a prefix.
8727         (gnus-treat-predicate): Update for above name changes.
8729 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8731         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8732         binding.  Handled by `gnus-summary-refer-thread' instead.
8733         (nnir-warp-to-article): New backend function.
8735         * nnimap.el (nnimap-request-thread): Force dependency updating.
8737         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8738         (gnus-summary-refer-thread): Rework to improve thread-referral.
8740         * gnus-int.el (gnus-warp-to-article): New function.
8742         * gnus-sum.el (gnus-summary-article-map): Bind it.
8744 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8746         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8747         gnus-summary-refer-thread.
8749         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8750         headers.
8751         (gnus-summary-limit-include-thread): Prevent articles in thread from
8752         being cut in gnus-cut-threads.
8753         (gnus-summary-refer-thread): Limit retrieved headers to those in
8754         thread.
8756 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758         * message.el (message-send-mail): Use the value of
8759         message-courtesy-message from the message buffer.
8761         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8763         * shr.el (shr-browse-url): Implement mailto: URLs.
8765         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8766         "raw".
8768         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8769         if it's already selected.
8771         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8773 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8775         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8776         to measure the length and truncate alt text.
8778 2010-11-03  Glenn Morris  <rgm@gnu.org>
8780         * nndiary.el (nndiary-generate-nov-databases-1)
8781         (nndiary-generate-active-info): Rename dynamic variable `files' to
8782         something less generic.
8784 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8786         * nnir.el (nnir-request-move-article): Call the underlying backend to
8787         move articles from nnir.
8789 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8791         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8793 2010-11-02  Julien Danjou  <julien@danjou.info>
8795         * nnir.el: Remove wais support.
8797 2010-11-02  Glenn Morris  <rgm@gnu.org>
8799         * gnus-html.el: Reorder requirements to quieten compiler.
8801 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8803         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8804         properly for XEmacs as well.
8805         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8806         (gnus-article-natural-long-line-p): Use window-width rather than
8807         frame-width.
8809 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8811         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8812         (nnir-read-parms): Don't modify query.
8813         (nnir-run-query): Add ability to search topic on current line.
8814         (nnir-get-active): Clean up.
8816 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8819         degenerate articles.
8821         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8822         (gnus-print-buffer): Just print the buffer as is, without any copying
8823         to a buffer and then re-highlighting.
8825         * nnimap.el (nnimap-request-group): Store the new updated info.
8826         (nnimap-request-group): Select the group when we don't know whether it
8827         exists or not.
8829         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8830         groups.
8832         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8833         groups.
8835         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8836         groups.
8838         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8839         long-lines case by only filling the long lines.
8841         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8842         (bug#7311).
8844 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8846         * shr.el: No need to declare `declare-function' since shr.el is for
8847         only Emacsen that provide `libxml-parse-html-region'.
8849         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8850         effective only in a file it is referred to.
8852 2010-11-01  Glenn Morris  <rgm@gnu.org>
8854         * mm-util.el (gnus-completing-read): Autoload.
8855         (mm-read-coding-system): Simplify Emacs definition.
8857         * nnmail.el (gnus-activate-group):
8858         * nnimap.el (gnutls-negotiate):
8859         * nntp.el (netrc-parse): Fix declarations.
8861 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8863         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8864         string-match-p in Emacs >=23.
8866         * gnus-msg.el (gnus-configure-posting-styles):
8867         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8869 2010-11-01  Glenn Morris  <rgm@gnu.org>
8871         * nnir.el (declare-function): Add compat stub.
8872         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8873         (nnir-run-gmane): Require 'mm-url.
8875         * mm-util.el (mm-string-to-multibyte): Simplify.
8877         * shr.el (declare-function): Add compat stub.
8878         (url-cache-create-filename): Declare.
8879         (mm-disable-multibyte, widget-convert-button): Autoload.
8881         * smime.el (ldap-search): Declare.
8882         (smime-cert-by-ldap-1): Require ldap on Emacs.
8884         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8885         (nnimap-keepalive): Use gnus-float-time.
8887         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8888         (mail-source-delete-crash-box): Use gnus-float-time.
8890         * gnus-dired.el (gnus-completing-read): Autoload.
8892         * mm-view.el (gnus-rescale-image): Autoload.
8894         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8896         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8898         * sieve-manage.el: Require 'cl when compiling.
8900         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8901         (gnus-iswitchb-completing-read): Require iswitchb.
8902         (gnus-select-frame-set-input-focus): Silence compiler.
8904 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906         * message.el (message-subject-trailing-was-query): Change default to t,
8907         since I think that's what most people want.
8909         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8910         appending for easier debugging.
8911         (nnimap-wait-for-connection): Take a regexp.
8912         (nnimap-request-accept-article): Wait for the continuation line before
8913         sending anything unless we're streaming.
8915         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8916         leave the header washing to take place.
8918 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8920         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8921         regular expression match and replace in posting styles.
8923 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8925         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8926         an entire server.
8927         (nnir-get-active): New function.
8928         (nnir-run-imap): Use it.
8929         (nnir-run-gmane): Who knew, gmane search returns an article score!
8931         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8932         server on the current line with nnir.
8934 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8937         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8938         left edge.
8939         (gnus-article-foldable-buffer): Skip past the prefix when determining
8940         raggedness.
8942         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8943         the raw article, and change `C-u g' to show the article without doing
8944         treatments.
8946         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8947         on to `gnus-treat-article'.
8948         (gnus-inhibit-article-treatments): New variable.
8950         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8952         * gnus-art.el (gnus-treatment-function-alist): Have
8953         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8954         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8955         sections.
8957         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8958         parameter.
8959         (gnus-article-fill-cited-long-lines): New function.
8960         (gnus-article-fill-cited-article): Allow filling only long sections.
8962         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8963         and non-punctuation (like after the apostrophe in "'We").
8965         * gnus-sum.el (gnus-summary-select-article): Make sure
8966         gnus-original-article-buffer is alive.
8968         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8969         reflect the order they're in in the digest.
8971         * gnus.el (gnus-group-startup-message): Move point to the start of the
8972         buffer.
8974         * nnimap.el (nnimap-capability): New function.
8975         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8976         is set.
8978 2010-10-31  David Engster  <dengste@eml.cc>
8980         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8981         conform with changes to gnus-completing-read.
8983 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8987 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8989         * nnir.el: Move defvar, defcustom around to keep file organized
8990         and keep byte-compiler quiet.
8991         (nnir-read-parms): Accept search-engine as arg.
8992         (nnir-run-query): Pass search-engine as arg.
8993         (nnir-search-engine): Remove.
8995 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997         * shr.el (shr-generic): The text nodes should be text, not :text.
8999         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9000         later in the file.
9002 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9004         * nnir.el: General clean up.  Allow searching with multiple engines.
9005         Allow separate extra-parameters for each engine.
9006         Batch queries when possible.
9007         (nnir-imap-default-search-key, nnir-method-default-engines):
9008         Add customize interface.
9009         (nnir-run-gmane): New engine.
9010         (nnir-engines): Use it.  Qualify all prompts with engine name.
9011         (nnir-search-engine): Remove global variable.
9012         (nnir-run-hyrex): Restore for now.
9013         (nnir-extra-parms, nnir-search-history): New variables.
9014         (gnus-group-make-nnir-group): Use them.
9015         (nnir-group-server): Remove in favor of gnus-group-server.
9016         (nnir-request-group): Avoid searching twice.
9017         (nnir-sort-groups-by-server): New function.
9019 2010-10-30  Julien Danjou  <julien@danjou.info>
9021         * gnus-group.el: Remove gnus-group-fetch-control.
9023         * gnus-start.el (gnus-find-new-newsgroups):
9024         Remove gnus-check-first-time-used.
9026         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9028 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9030         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9031         set on groups that don't have \* permanentflags.
9033 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9036         control the background color.
9037         (shr-tag-img): Ignore very small web bug type images.
9038         (shr-put-image): Add help-echo alt texts to the images.
9039         (shr-tag-video): Show the video poster image.
9041 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043         * shr.el (shr-table-depth): New variable.
9044         (shr-tag-table-1): Only insert the images after the top-level table.
9046         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9048         * gnus-util.el (gnus-list-memq-of-list): New function.
9050         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9051         selected.
9052         (nnimap-unsplittable-articles): New slot.
9053         (nnimap-new-articles): Use it.
9055 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9057         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9058         move to the previous line on `M-g'.
9060 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9063         *-request-group, which seems unnecessary.
9065         * nnimap.el (nnimap-quote-specials): Function copied over from
9066         imap.el.
9067         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9068         they support that.  Suggested by Tom Regner.
9070 2010-10-29  Julien Danjou  <julien@danjou.info>
9072         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9073         defalias.
9074         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9076         * gnus.el: Remove `gnus-nntp-service' variable.
9077         (gnus-secondary-servers): Make obsolete.
9078         (gnus-nntp-server): Make obsolete.
9080         * gnus-start.el (gnus-1): Remove x-splash calls.
9082         * gnus-ems.el (gnus-x-splash): Remove.
9084         * gnus.el (gnus-group-startup-message): Simplify/update code.
9086         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9087         definition.
9089         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9090         capability before doing anything.
9091         (gnus-group-insert-group-line): Remove useless
9092         gnus-group-remove-excess-properties.
9094 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9096         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9098 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9101         config after reselecting.
9103 2010-10-28  Julien Danjou  <julien@danjou.info>
9105         * shr.el (shr-put-image): Use point even if only inserting text.
9106         (shr-put-image): Save excursion when inserting alt text on non-graphic
9107         display, so the behavior is the same when we are on a graphic display.
9109         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9111 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9113         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9114         (gnus-mime-copy-part): Check coding system, not charset.
9115         (gnus-mime-view-part-externally): Never remove part.
9116         (gnus-mime-view-part-internally): Don't remove part here.
9117         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9118         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9119         multipart/alternative.
9121         * mm-decode.el (mm-display-part): Take optional arg `force'.
9123 2010-10-26  Julien Danjou  <julien@danjou.info>
9125         * gnus-group.el (gnus-group-default-list-level): Add this function to
9126         compute the default list level.
9127         (gnus-group-default-list-level): Add possibility to use a function.
9129 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9131         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9133         * gnus-group.el (gnus-group-completing-read)
9134         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9135         gnus-replace-in-string.
9137 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9139         * shr.el (shr-tag-div): Add.
9141         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9143 2010-10-25  Julien Danjou  <julien@danjou.info>
9145         * gnus-util.el: Remove `gnus-with-local-quit'.
9147         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9149 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9152         the original article buffer.
9154 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9156         * nnimap.el (nnimap-request-head): New function.
9157         (nnimap-request-move-article): Try to be slightly faster by not
9158         requesting the entire message when moving.
9159         (nnimap-transform-headers): Don't bug out on bodiless articles.
9160         (nnimap-send-command): Have no outstanding messages if the IMAP server
9161         doesn't support streaming.
9162         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9164 2010-10-24  Julien Danjou  <julien@danjou.info>
9166         * message.el (message-default-headers): Fix type.
9168 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9171         prefetching images.
9173         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9174         backend for unknown groups.  This is mainly useful for nnimap groups.
9176         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9177         group isn't covered by the agent.
9179 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9181         * nnir.el (nnir-method-default-engines): New variable.
9182         (nnir-run-query): Use it.
9183         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9184         (gnus-summary-nnir-goto-thread): Change group if needed.
9186         * gnus-group.el (gnus-group-group-map): Add key binding for
9187         gnus-group-make-nnir-group.
9189 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191         * shr.el (shr-tag-object): Add.
9193         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9194         original article buffer live.
9195         (gnus-summary-select-article-buffer):
9196         Mention gnus-widen-article-buffer.
9198 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200         * shr.el (shr-tag-strong): Add.
9202 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9205         group names.  They mess up the group buffer badly.
9207         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9209         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9210         instead of the summary one.
9212 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9214         * mml.el (mml-preview): Work properly when editing article.
9216         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9217         gnus-have-read-active-file if it's already been in.
9219 2010-10-22  Tom Tromey  <tromey@redhat.com>
9221         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9222         gnus-group-completing-read.
9224 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226         * message.el (message-mode-map): Don't bind M-; to comment region, to
9227         allow the global comment-dwim to work.
9229 2010-10-21  Julien Danjou  <julien@danjou.info>
9231         * message.el (message-setup-1): Allow message-default-headers to be a
9232         function.
9234 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9236         * shr.el (shr-tag-table): Simplify.
9238 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9241         to avoid trying to snarf invalid stuff.
9243         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9245         * gnus.el (gnus-message-archive-group): Quote value.
9246         (gnus-message-archive-group): Mark as changed.
9248         * shr.el (shr-add-font): Don't put the font properties on the newline
9249         or the indentation.
9251         * message.el (message-fix-before-sending): Change options when sending
9252         non-printable characters.
9254         * gnus.el (gnus-message-archive-method): Change the default to
9255         monthly outgoing groups.
9257         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9258         that have gotten new numbers.
9260         * nnimap.el (nnimap-request-replace-article): New function.
9262 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9264         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9265         (nnrss-request-article): Don't use special html washing code.
9267 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9269         * shr.el (shr-tag-table): Remove useless nconc.
9271 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273         * gnus-art.el (article-wash-html): Simplify and remove the charset
9274         stuff.  Use the normal html rendering code instead of the special html
9275         washing code.
9277         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9278         `gnus-w3m' symbols.
9279         (mm-text-html-washer-alist): Remove.
9281         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9282         (mm-inline-media-tests): Remove use.
9283         (mm-text-html-renderer): Change default to the `shr' symbol.
9285         * mm-view.el (mm-inline-text-html): Remove use.
9287         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9288         `gnus-blocked-images' to be a function.
9289         (gnus-article-wash-function): Remove.
9291 2010-10-20  Julien Danjou  <julien@danjou.info>
9293         * spam.el (spam-list-of-processors): Mark as obsolete.
9295         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9296         (nnimap-insert-partial-structure): Fix boundary detection.
9298 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9300         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9301         run file-truename on remote files.  This can be expensive and even
9302         prevent one from editing drafts if some unrelated buffer has a stale
9303         connection.
9305 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9307         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9308         kinsoku-eol regardless of shr-kinsoku-shorten.
9309         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9310         (shr-tag-table): Support caption, thead, and tfoot.
9312 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9315         lines.
9316         (shr-save-contents): New command and keystroke.
9318         * nndoc.el (nndoc-type-alist): Add git support.
9319         (nndoc-git-type-p): New function.
9320         (nndoc-transform-git-article): Ditto.
9321         (nndoc-transform-git-headers): Ditto.
9322         (nndoc-transform-git-headers): Generate Subject headers.
9324         * shr.el (shr-parse-style): New function.
9325         (shr-tag-span): Ditto.
9327         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9328         to `G G' to avoid collisions.
9330 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9332         * shr.el: Load kinsoku if necessary.
9333         (shr-kinsoku-shorten): New internal variable.
9334         (shr-find-fill-point): Make kinsoku shorten text line if
9335         shr-kinsoku-shorten is bound to non-nil.
9336         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9337         shr-indentation too when testing if table is wider than frame width.
9338         (shr-insert-table): Use `string-width' instead of `length' to measure
9339         text width.
9340         (shr-insert-table-ruler): Make sure indentation is done at bol.
9342 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9344         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9345         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9346         undecoded network data.
9348 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9351         name in the mode line spec so that the mode line menu works
9352         (bug#2431).
9354         * message.el (message-get-reply-headers): If we're fed `to-address',
9355         then always use that.
9357         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9358         aren't so wide as to need to switch off the edit menu.
9360         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9361         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9363         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9364         `M-g'.
9365         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9366         the permanent marks.
9368 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9370         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9371         Splitting according to references/in-reply-to obeys the ignore-groups
9372         variable, while splitting by sender and subject do not.
9374 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9377         alist, so that we can look for non-Unicode chars.
9378         (article-translate-strings): Allow both character and string maps.
9380 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9382         * shr.el (shr-insert): Don't insert space behind a wide character
9383         categorized as kinsoku-bol, or between characters both categorized as
9384         nospace.
9386 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9388         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9389         headers to gnus-newsgroup-headers.
9391 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393         * shr.el (shr-tag-img): Don't align images -- since we're not
9394         rescaling, this often leads to ugly displays.
9396 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9398         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9399         duplicates.
9401 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9403         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9404         call.
9406 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408         * gnus.el: Autoload gnus-html-show-images.
9410         * nnimap.el: Use nnheader-message throughout.
9412         * shr.el (shr-tag-img): Ignore images with no data.
9414 2010-10-15  Julien Danjou  <julien@danjou.info>
9416         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9417         a possibility to disable format=flow encoding when using hard newlines.
9419 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9421         * shr.el (shr-insert): Remove space inserted before or after a
9422         breakable character or at the beginning or the end of a line.
9423         (shr-find-fill-point): Do kinsoku; find the second best point or give
9424         it up if there's no breakable point.
9426 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428         * nnimap.el (nnimap-open-connection): Message when opening connection
9429         for debugging purposes.
9431         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9432         on every setup buffer call to allow this to change from article to
9433         article.
9435         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9436         buffers where we have a wide table.
9438 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9440         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9441         uses *-request-thread.
9443 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9446         incantation, which is no longer valid.
9448 2010-10-14  Julien Danjou  <julien@danjou.info>
9450         * shr.el: Fix defcustom type (char -> character).
9452 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9455         programs.
9457 2010-10-14  Julien Danjou  <julien@danjou.info>
9459         * shr.el (shr-tag-a): Use url-link as widget type.
9461         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9462         `gnus-group-get-icon'.
9464 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9467         This should make server editing work better.
9469         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9471         * tls.el (tls-program): Remove spurious %s from openssl.
9473         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9474         (nnimap-parse-flags): Fix regexp.
9476         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9477         probably work for CJVK text, too.
9479         * nnimap.el (nnimap-extend-tls-programs): Remove.
9480         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9482         * tls.el (tls-starttls-switches): Remove starttls hack.
9483         (open-tls-stream): Ditto.
9484         (tls-find-starttls-argument): Ditto.
9486 2010-10-13  Julien Danjou  <julien@danjou.info>
9488         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9489         responses.
9491 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9495         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9496         anything in Emacs.
9498         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9500 2010-10-13  Julien Danjou  <julien@danjou.info>
9502         * shr.el (shr-width): Make shr-width a defcustom with default to
9503         fill-column.
9504         (shr-tag-img): Use shr-width rather than fill-column.
9506 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9508         * dgnushack.el (byte-optimize-apply):
9509         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9511         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9512         position when (X-)Faces exist.
9513         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9514         avatars when called interactively.
9516 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9518         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9519         gnus-article-x-face-too-ugly is bound.
9521 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9525         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9526         mailbox that doesn't exist.
9528 2010-10-12  Julien Danjou  <julien@danjou.info>
9530         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9531         (shr-get-image-data): Encode URL properly when fetching from cache.
9532         (shr-tag-img): Use aligned-to spaces to align correctly images.
9534         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9535         before inserting the Gravatar.
9537         * shr.el (shr-tag-img): Add align attribute support for <img>.
9539 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541         * gnus-gravatar.el (gnus-art): Require.
9543         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9544         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9545         Remove long obsoleted functions.
9547 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9549         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9551         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9553         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9554         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9555         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9556         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9557         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9558         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9559         * sieve-manage.el, smime.el, spam.el:
9560         Fix comment for declare-function.
9562 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564         * nnimap.el (nnimap-request-rename-group): Select group read-only
9565         before renaming it.
9567         * shr.el (shr-insert): Fix up the white space only regexp.
9569         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9570         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9572         * shr.el (shr-current-column): New function.
9573         (shr-find-fill-point): New function.
9575 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9577         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9578         numbers.
9580 2010-10-11  Julien Danjou  <julien@danjou.info>
9582         * shr.el (shr-hr-line): Add.
9583         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9584         display hr lines.
9585         (shr-max-columns): Do not change state to nil if we just inserting
9586         spaces.
9588 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9591         select the last group.
9593 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9595         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9597 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9599         * dig.el (dig-mode-map): Declare and define in one step.
9601 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9604         for Gnus.
9605         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9606         (nnimap-update-qresync-info): Mark \Seen articles as read.
9608         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9609         non-variable, too.
9611         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9612         available.
9613         (nnimap-update-info): Rely more on the current active than the param
9614         active to avoid marking articles as read too much.
9616         * auth-source.el (auth-source-create): Use (user-login-name) for the
9617         user name default.
9619         * nnimap.el (nnimap-update-info): If the server doesn't return any
9620         useful info, just use the previous info.
9621         (nnimap-update-info): Prefer old info over start-article.
9622         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9624 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9626         * nnir.el (autoload): Clean up autoloads.
9627         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9628         Use key rather than value.
9629         (nnir-imap-search-other): New variable.
9630         (nnir-read-parm): Use it.
9631         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9632         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9634 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9636         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9637         the process, too.
9639 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641         * spam.el (gnus-summary-mode-map): Bind to "$".
9642         Suggested by Russ Allbery.
9644         * shr.el: Rework the way things are indented by <li> slightly.
9646         * gnus.el (gnus-group-set-parameter): Fix typo.
9648         * nnimap.el: Start implementing QRESYNC support.
9650 2010-10-09  Julien Danjou  <julien@danjou.info>
9652         * nnir.el (nnir-engines): Fix too many arguments.
9654 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9657         group is the "last", so that the backends like nnfolder actually save
9658         their folders.
9660         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9661         try to use that for the tls stream.
9662         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9663         UIDVALIDITY and find out which groups are read-only and not.
9664         (nnimap-get-flags): Use the same marks parsing code as the rest of
9665         nnimap.
9667 2010-10-09  Julien Danjou  <julien@danjou.info>
9669         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9671         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9672         retrieving gravatars.
9674         * shr.el (shr-table-corner): Add.
9675         (shr-table-line): Add.
9676         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9678 2010-10-08  Julien Danjou  <julien@danjou.info>
9680         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9682 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9684         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9686         * gnus-sum.el (gnus-mark-article-as-unread)
9687         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9688         (gnus-summary-set-bookmark): Use it.
9690         * gnus-msg.el (gnus-setup-message): Use it.
9692         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9694         * gnus.el (gnus-group-remove-parameter): Use it.
9696         * gnus-group.el (gnus-group-make-web-group): Use it.
9698         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9700         * nnregistry.el: Update docs to mention manual.
9702         * gnus-registry.el: Update docs to mention nnregistry.el.
9703         (gnus-registry-initialize): Don't install nnregistry refer method
9704         automatically.
9705         (gnus-registry-install-nnregistry): Remove it.
9707 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9709         * shr.el (shr-insert): Don't insert double spaces.
9711 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9713         * gnus-gravatar.el (gnus-treat-from-gravatar)
9714         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9715         called interactively.
9717         * gnus-art.el (gnus-mime-view-part-externally)
9718         (gnus-mime-view-part-internally): Make predicate function passed to
9719         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9720         of a mime type.
9722         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9724 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726         * shr.el (require): Require cl when compiling.
9727         (shr-tag-hr): New function.
9729         * nnimap.el (nnimap-update-info): Remove double setting of high.
9730         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9731         This makes nnimap work properly on Courier again.
9733         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9734         the variable for backwards compatibility.
9736         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9737         the file name before using to avoid setting mm-default-directory to
9738         nil.
9740         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9741         bidning gnus-agent variables.
9743         * shr.el (shr-render-td): Use a cache for the table rendering function
9744         to avoid getting an exponential rendering behavior in nested tables.
9745         (shr-insert): Rework the line-breaking algorithm.
9746         (shr-insert): Don't leave trailing spaces.
9747         (shr-insert-table): Also insert empty TDs.
9748         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9750 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9752         * gnus-sum.el (gnus-number): Rename from `number'.
9753         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9754         (gnus-summary-limit-children): Update uses correspondingly.
9756 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9758         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9759         (gnus-gravatar-transform-address): Don't show avatars of people of
9760         which mail addresses match gnus-gravatar-too-ugly.
9762 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764         * shr.el (shr-table-widths): Expand TD elements to fill available
9765         space.
9767 2010-10-07  Julien Danjou  <julien@danjou.info>
9769         * nnimap.el (nnimap-request-rename-group): Add this method.
9771 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9773         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9774         name from XEmacs' function-arglist.
9776         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9777         gravatar under XEmacs.
9779 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9781         * auth-source.el: Update docs with TODO items.
9783         * gnus-sync.el: Update docs to explain state and plans.
9785         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9786         Hooks for mark updates.
9787         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9789         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9790         hooks with arguments, which is needed for mark update hooks.
9792 2010-10-06  Julien Danjou  <julien@danjou.info>
9794         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9795         was matched.
9797         * sieve-manage.el: Update example in `Commentary'.
9799         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9801         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9802         not 2000.
9803         (sieve-manage-authenticate): Re-add function.
9805 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807         * shr.el (shr-insert): Get 'space transition right.
9808         (shr-render-td): Only delete space at the end of the TD.
9810         * nnimap.el (nnimap-open-connection): Prepare to support
9811         open-gnutls-stream.
9813         * shr.el: Rearrange function order to be more logical.
9815 2010-10-06  Julien Danjou  <julien@danjou.info>
9817         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9818         (nnrss-discover-feed): Remove 404 URL in docstring.
9820         * nnir.el: Fix Swish-E URL.
9821         Fix Namazu URL.
9823         * message.el (message-change-subject): Remove 404 URL in a comment.
9825 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9827         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9828         called interactively.
9830         * gnus-util.el (gnus-remove-if): Allow hash table.
9831         (gnus-remove-if-not): New function.
9833         * gnus-art.el (gnus-mime-view-part-as-type):
9834         * gnus-score.el (gnus-summary-score-effect):
9835         * gnus-sum.el (gnus-read-move-group-name):
9836         Replace remove-if-not with gnus-remove-if-not.
9838         * gnus-group.el (gnus-group-completing-read):
9839         Regard collection as a hash table if it is not a list.
9841 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9845         * shr.el: Document the table-rendering algorithm.
9847 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9849         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9850         for Emacsen having no `libxml-parse-html-region' support.
9852 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9855         invalid URLs.
9857         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9858         line-broken.
9859         (shr-tag-img): Ignore image fetching errors.
9860         (shr-overlays-in-region): Compute overlay positions correctly.
9862         * mm-decode.el (mm-shr): Require shr.
9864         * gnus-art.el (gnus-blocked-images): Move variable here.
9866         * shr.el (shr-insert-table): Bind free variable.
9868         * mm-decode.el (mm-shr): Bind shr-content-function.
9870         * shr.el (shr-content-function): New variable.
9872         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9873         added for symmetry.
9875         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9877         * gnus-group.el (gnus-group-make-group): Doc fix.
9879         * nnimap.el (nnimap-request-newgroups): Return success.
9881         * shr.el (shr-find-elements): New function.
9882         (shr-tag-table): Put all the images after the table.
9883         (shr-tag-table): Really inhibit images inside the table.
9884         (shr-collect-overlays): Copy over overlays from the TD elements to the
9885         main document.
9887         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9888         gnus-blocked-images.
9890 2010-10-05  Julien Danjou  <julien@danjou.info>
9892         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9894         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9895         (gnus-html-maximum-image-size): Add this function.
9896         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9898         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9899         server-value of the capability is nil.
9901 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903         * shr.el (shr-tag-em): Add <EM> tag.
9905 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9907         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9908         customizable.
9910         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9911         handing broken links to browse-url.
9913 2010-10-05  Julien Danjou  <julien@danjou.info>
9915         * gnus-util.el (gnus-emacs-completing-read)
9916         (gnus-iswitchb-completing-read): Use autoload rather than require.
9918 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9920         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9921         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9922         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9923         iswitchb-temp-buflist for XEmacs.
9925         * gnus-util.el (gnus-completing-read-function): Exclude
9926         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9927         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9928         XEmacs.
9930         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9931         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9933         * gnus-html.el: Don't require help-fns under XEmacs.
9934         (gnus-html-schedule-image-fetching): Work for XEmacs.
9936         * mm-decode.el (mm-shr): Decode contents by charset.
9938 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9941         unknown.
9943         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9944         (shr-get-image-data): Ensure against the cache file missing.
9946         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9947         for data.
9949         * spam-report.el (spam-report-url-ping-plain): Don't query about
9950         killing the process.
9952         * shr.el (shr-render-td): Protect against too-wide text.
9954 2010-10-04  Julien Danjou  <julien@danjou.info>
9956         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9957         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9959         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9960         retrieved.
9962 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964         * shr.el (browse-url): Require.
9965         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9966         lines.
9967         (shr-show-alt-text, shr-browse-image): New commands.
9968         (shr-browse-url, shr-copy-url): New commands.
9970         * gnus-sum.el (gnus-widen-article-window): New variable.
9971         (gnus-summary-select-article-buffer): Use it.
9973         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9974         without @ signs.
9976 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9978         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9980 2010-10-04  Julien Danjou  <julien@danjou.info>
9982         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9983         for XEmacs.
9985 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9989         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9990         (nnimap-close-server): Implement.
9992         * dgnushack.el (iswitchb): Require to shut up the compiler.
9994         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9995         (shr-insert): Tweak line breaking.
9996         (shr-insert): Handle <pre> better.
9997         (shr-tag-li): Get <li> indentation right.
9998         (shr-tag-li): Get <li> indentation even righter.
9999         (shr-tag-blockquote): Ensure paragraph start.
10000         (shr-make-table): Tweak table generation.
10001         (shr-make-table): Fix typo.
10003         * shr.el: Implement table rendering.
10005 2010-10-04  Julien Danjou  <julien@danjou.info>
10007         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10009 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011         * shr.el (shr-insert): Use string anchors instead of line anchors.
10013 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015         * shr.el: Add headings.
10016         (shr-ensure-paragraph): Actually work.
10017         (shr-tag-li): Make <ul> prettier.
10018         (shr-insert): Get white space at the beginning/end of elements right.
10019         (shr-tag-p): Collapse subsequent <p>s.
10020         (shr-ensure-paragraph): Don't insert double line feeds after blank
10021         lines.
10022         (shr-insert): \t is also space.
10023         (shr-tag-s): Fix "s" tag name function.
10024         (shr-tag-s): Fix face prop name.
10026 2010-10-03  Julien Danjou  <julien@danjou.info>
10028         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10030         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10031         gnus-window-inside-pixel-edges.
10033         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10034         gnus-ems.
10036         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10038         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10039         function.
10041         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10042         resize choice.
10044 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10047         beginning of the buffer.
10049         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10050         article buffer again.
10052         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10054         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10055         when it's at the start of the buffer.
10057         * shr.el (shr-tag-blockquote): Convert name.
10058         (shr-rescale-image): Use the right image-size variant.
10060         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10061         buffer isn't shown, then select the current article first instead of
10062         bugging out.
10063         (gnus-summary-select-article-buffer): Show both the article and summary
10064         buffers again.
10066         * shr.el (shr-fontize-cont): Protect against regions with no text.
10067         Rename tag functions to shr-tag-* for enhanced security.
10068         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10070 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10072         * shr.el (shr-insert):
10073         * pop3.el (pop3-movemail):
10074         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10075         loaded.
10077 2010-10-03  Glenn Morris  <rgm@gnu.org>
10079         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10081         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10083         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10085         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10087         * gnus-util.el (gnus-make-local-hook): Simplify.
10089 2010-10-02  Julien Danjou  <julien@danjou.info>
10091         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10092         (gnus-ido-completing-read): New function.
10093         (gnus-emacs-completing-read): New function.
10094         (gnus-completing-read): Use gnus-completing-read-function.
10095         Add gnus-completing-read-function.
10097 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099         * shr.el (shr-insert-document): Autoload.
10100         (shr-img): Be silent.
10101         (shr-insert): Add a newline after every picture before text.
10102         (shr-add-font): Use overlays for combining faces.
10103         (shr-insert): Pass upwards the text start point.
10105         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10106         possible.
10107         (mm-shr): New function.
10109 2010-10-02  Julien Danjou  <julien@danjou.info>
10111         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10112         should go backward.
10114 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10116         * shr.el (shr): Fix typo in provide call.
10118 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120         * shr.el: New file.
10122         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10124         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10125         completing read.
10127 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10130         we're being queried about.  Suggested by Dan Jacobson.
10132         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10133         Suggested by Jason Eisner.
10135         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10136         table, too.  Suggested by Stefan Wiens.
10137         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10138         the table unnecessary.  Suggested by Stefan Wiens.
10140         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10141         longer needed, and probably doesn't work either, as pointed out by
10142         Stefan Wiens.
10143         (gnus-summary-exit): Remove call to the clearing function.
10144         (gnus-summary-exit-no-update): Ditto.
10146         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10147         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10148         Reported by Stefan Monnier.
10149         (gnus-summary-save-in-rmail): Ditto.
10151         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10152         article buffer, instead of both the article buffer and the summary
10153         buffer.  Sort of suggested by Dan Jacobson.
10155         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10157         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10158         Suggested by Dan Jacobson.
10160         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10161         documentation clearer.
10163         * message.el (message-shorten-references): Comment on the number "21".
10164         Suggested by Stefan Monnier.
10166         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10167         Suggested by Dan Jacobson.
10169         * gnus.el (gnus-large-newsgroup):
10170         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10172         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10173         externalize attachments.  Bug reported by Steve Wen.
10175         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10176         really message anything to the user.
10178         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10179         directly.
10181         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10182         messages in empty groups.
10184 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10186         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10187         non-UIDNEXT group.
10189 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10191         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10192         not the value from the collection.
10194         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10195         values.  This sometimes happens on some groups that have no info.
10196         (nnimap-request-newgroups): New function.
10198 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10200         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10201         check into `gnus-registry-initialize'.
10202         (gnus-registry-initialize): Ditto.
10203         Fix and extend header docs.
10205 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10208         regexp backtrace overflows.
10210         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10211         for starttls that tls.el implements; i.e. openssl.
10213         * tls.el (tls-starttls-switches): Give up on using starttls with
10214         gnutls-cli.
10215         (tls-program): Add --insecure to be consistent with the defaults from
10216         openssl s_client.  Now all three commands are insecure.
10218 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10220         * lpath.el: Bind completion-styles-alist for XEmacs.
10222         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10223         (gravatar-create-image): New function that's an alias to
10224         gnus-xmas-create-image, gnus-create-image, or create-image.
10225         (gravatar-data->image): Use it.
10227 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10229         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10230         install the nnregistry refer method.
10231         (gnus-registry-install-hooks): Use it.
10232         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10233         unfollowed groups.
10235 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10237         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10238         expanding threads.
10240 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242         * nnir.el: Use the server names without suffixes (bug#7009).
10244         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10245         unencrypted to STARTTLS, if possible.
10247 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10249         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10250         headers before superseding.
10252 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254         * nnrss.el (nnrss-use-local): Add documentation.
10256         * nnimap.el (nnimap-extend-tls-programs): New function.
10257         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10258         (nnimap-wait-for-connection): Accept the greeting from the stupid
10259         output from openssl s_client -starttls, too.
10261         * tls.el (tls-starttls-switches): New variable.
10262         (tls-find-starttls-argument): Use it.
10263         (open-tls-stream): Ditto.
10265         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10266         (netrc-machine): Ditto.
10268         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10269         article number.
10270         (nnimap-split-fancy): New variable.
10271         (nnimap-split-incoming-mail): Use it.
10273         * nntp.el (nntp-server-list-active-group): Document.
10275         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10276         SELECT to get the message-id.
10278         * mail-source.el (mail-sources): Remove webmail support.
10279         (defvar): Ditto.
10280         (mail-source-fetcher-alist): Ditto.
10281         (mail-source-fetch-webmail): Remove.
10283         * webmail.el: Remove -- doesn't seem relevant any more.
10285         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10287         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10288         the \r.
10290 2010-09-30  Julien Danjou  <julien@danjou.info>
10292         * gnus-agent.el (gnus-agent-add-group): Fix call to
10293         gnus-completing-read.
10295 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297         * nndoc.el (nndoc-retrieve-groups): New function.
10299         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10300         `default', use nnmail-split-methods.
10301         (nnimap-request-article): Downcase the NILs so that they are nil.
10303         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10304         symbol.
10306         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10307         code, since if the user has requested network, that's what they ought
10308         to get.
10309         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10310         (nnimap-split-rule): Mark as obsolete.
10312         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10313         New variable.
10315         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10316         correct slot, too.
10318 2010-09-29  Julien Danjou  <julien@danjou.info>
10320         * gnus.el (gnus-local-domain): Declare variable obsolete.
10322         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10323         Fix history computing.
10324         (gnus-ido-completing-read): Require ido.
10326 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10329         build Gnus.
10331         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10332         when interpreting the structures.
10333         (nnimap-request-accept-article): Add \r\n to the lines to make this
10334         work with Cyrus.
10336         * nndraft.el (nndraft-request-expire-articles): Use the group name
10337         instead if "nndraft".  Fix found by Nils Ackermann.
10339 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10341         * nnregistry.el: Add.
10343 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10345         * nnmail.el (group, group-art-list, group-art):
10346         Remove unneeded directives.
10348 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10350         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10351         (mm-mime-charset):
10352         * rfc2047.el (rfc2047-syntax-table):
10353         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10355         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10356         rather than `insert-file-contents' and `eval-region'.
10358         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10359         construction.
10361         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10363         * time-date.el: No need to require cl for Emacs 21.
10365 2010-09-29  Julien Danjou  <julien@danjou.info>
10367         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10368         replacement of `gnus-gravatar-relief' to mimic
10369         `gnus-faces-properties-alist'.
10370         Add :version property.
10372 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10374         * mail-source.el (mail-source-report-new-mail):
10375         * message.el (message-default-mail-headers):
10376         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10378         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10380 2010-09-28  Julien Danjou  <julien@danjou.info>
10382         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10383         mail-address contains the same string as real-name.
10385         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10386         non-blank in header, otherwise it'll get stripped.
10388         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10389         real-name, and then for mail address rather than doing : or , search.
10391 2010-09-27  Julien Danjou  <julien@danjou.info>
10393         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10394         right completing-read function.
10395         (gnus-use-ido): New variable
10396         (gnus-completing-read-with-default): Remove.
10397         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10398         (gnus-agent-add-group):
10399         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10400         * mm-view.el (mm-view-pkcs7-decrypt):
10401         * mm-util.el (mm-codepage-setup):
10402         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10403         * mml-smime.el (mml-smime-openssl-sign-query):
10404         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10405         (mml-insert-multipart):
10406         * gnus-msg.el (gnus-summary-yank-message):
10407         * gnus-int.el (gnus-start-news-server):
10408         * mm-decode.el (mm-interactively-view-part):
10409         * gnus-dired.el (gnus-dired-attach):
10410         * gnus.el (gnus-read-method):
10411         * gnus-bookmark.el (gnus-bookmark-jump):
10412         * gnus-art.el (gnus-mime-view-part-as-type)
10413         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10414         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10415         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10416         * nnmairix.el (nnmairix-create-server-and-default-group)
10417         (nnmairix-update-groups, nnmairix-get-server)
10418         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10419         (nnmairix-get-group-from-file-path):
10420         * nnrss.el (nnrss-find-rss-via-syndic8):
10421         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10422         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10423         (gnus-group-browse-foreign-server):
10424         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10425         (gnus-summary-execute-command, gnus-summary-respool-article)
10426         (gnus-read-move-group-name):
10427         * gnus-score.el (gnus-summary-increase-score)
10428         (gnus-summary-score-effect):
10429         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10431 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10433         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10434         x-focus-frame.
10436         * nnimap.el (auth-source-forget-user-or-password)
10437         (auth-source-user-or-password): Autoload.
10439         * message.el (message-from-style, message-interactive)
10440         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10441         (message-yank-prefix, message-indentation-spaces, message-signature)
10442         (message-signature-file): Add comment.
10444 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10447         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10448         new articles.
10450         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10451         parts.
10452         (nnimap-request-article): Work with the t setting, too.
10454         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10455         that you don't get flashes of other buffers.
10456         (gnus-summary-show-complete-article): Intern before setting.
10458 2010-09-27  David Engster  <dengste@eml.cc>
10460         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10461         well as HEADERS.
10462         (nnmairix-retrieve-headers): Provide new argument for the above.
10464 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466         * gnus-sum.el (gnus-summary-move-article): Don't alter
10467         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10468         group.
10470         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10472         * message.el (message-cite-prefix-regexp): Revert my last edit.
10474         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10475         variable instead of the Gnus variable.
10477         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10479         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10481         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10482         since some servers don't like it.
10483         (nnimap-open-connection): Forget credentials if the server says the
10484         password was wrong.
10485         (nnimap-parse-line): Protect against invalid data.
10487         * gnus-sum.el (gnus-summary-move-article): Add comment.
10488         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10489         nothing alters it while scanning for new messages.
10491         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10492         which may or may not help.
10493         (nnimap-open-connection): If we're doing a stream connection, and then
10494         discover we're on a STARTTLS-capable server, then open a STARTTLS
10495         connection instead.
10497 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10499         * nnimap.el (utf7): Require.
10501         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10502         prefix.
10504 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10506         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10508 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510         * nnimap.el (nnimap-request-accept-article): Message the error on
10511         error.
10513 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10515         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10517 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519         * nndoc.el (nndoc-request-list): Return success always.
10521         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10522         `fetch-old' -- we only want to fetch the articles we've requested.
10523         The rest are in the agent, probably.
10524         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10525         disappeared server" to something low.  It's not important.
10527         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10528         arrived before the FETCH data.
10530         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10531         target here, because we don't know the Gnus name of the group.
10533         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10534         for the correct group.
10536         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10538         * gnus.el (gnus): Give a final warning after startup.
10540         * gnus-util.el (gnus-action-message-log): New variable.
10541         (gnus-message): Use it.
10542         (gnus-final-warning): New function.
10544         * nnimap.el (nnimap-open-connection): Record the greeting.
10545         (nnimap): Add greeting.
10547 2010-09-26  Julien Danjou  <julien@danjou.info>
10549         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10550         arguments.
10551         (gnus-html-wash-images): Fix spec computing to include start/end.
10553         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10555 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10558         deletion.
10559         (nnimap-retrieve-headers): Don't select the group, because that's
10560         already done by nnimap-possibly-change-group.
10562         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10563         (gnus-picon-transform-address): Use it.
10565         * mail-source.el (mail-source-value): Revert previous patch.
10567         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10568         on failure.
10569         (nnimap-open-connection): Look up both virtual and physical server name
10570         credentials.
10572         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10574 2009-02-07  Dave Love  <fx@gnu.org>
10576         * tls.el (open-tls-stream): Don't query killing process.
10578 2009-02-08  Dave Love  <fx@gnu.org>
10580         * gnus-win.el (gnus-window-to-buffer-helper)
10581         (gnus-all-windows-visible-p): Function needn't be a symbol.
10583         * mail-source.el (mail-source-value): Function needn't be a symbol.
10585 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587         * message.el (message-cite-prefix-regexp): Remove } from the cite
10588         prefix.
10590         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10591         highlight again, so that the highlight is correct.
10593         * gnus-picon.el (gnus-picon): Remove again.
10594         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10596         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10597         doing the header highlightling, so that the background color of the
10598         picon is correct.
10600         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10601         (gnus-picon): Ditto.
10602         (gnus-picon): Reinstate.  The background color for picons is white.
10603         (gnus-picon-insert-glyph): Make the background white.
10605         * nnml.el (nnml-open-nov): Don't return dead buffers.
10607         * auth-source.el (auth-source-create): Query the user for whether to
10608         store the credentials.
10610         * netrc.el (netrc-store-data): New function.
10612         * auth-source.el (auth-source-user-or-password): Use the existing auth
10613         sources, if any, for creation.
10615         * gnus.el (gnus-group-fast-parameter): Return the last matching
10616         parameter instead of the first matching parameter.
10618 2010-09-26  Julien Danjou  <julien@danjou.info>
10620         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10622 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10624         * mml2015.el (mml2015-use): Remove gpg support.
10626         * mml1991.el (mml1991-function-alist): Remove gpg function.
10627         (mml1991-gpg-sign): Remove.
10629 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10631         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10632         (gnus-browse-unsubscribe-current-group): Document it.
10633         (gnus-browse-unsubscribe-group): Use it.
10635 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10638         address to the To list for easier response.
10640         * gnus.el (gnus-play-startup-jingle): Remove.
10641         (gnus-splash): Don't play jingle.
10642         (gnus): Silence gnus-load message.
10644         * gnus-art.el (gnus-treat-play-sounds): Remove.
10646         * gnus.el (gnus-play-jingle): Remove audio support.
10648         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10650         * earcon.el: Remove -- no users.
10652         * gnus-audio.el: Remove -- no users of this package.
10654         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10656         * gnus-start.el (gnus-setup-news): Remove nocem support.
10658         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10660         * gnus.el (gnus-use-nocem): Remove.
10662         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10663         Remove.
10665         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10666         uses NoCeM any more.
10668         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10669         (gnus-button-ctan-handler): Ditto.
10670         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10671         (gnus-button-ctan-directory-regexp): Ditto.
10672         (gnus-button-handle-ctan): Ditto.
10673         (gnus-button-tex-level): Ditto.
10674         (gnus-button-alist): Remove CTAN stuff.
10676 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10678         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10679         nnimap-streaming test.
10681         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10682         servers twice.
10684         * nnimap.el (nnimap-open-connection): Add more error reporting when
10685         nnimap fails early.
10687         * nnheader.el (nnheader-get-report-string): New function.
10688         (nnheader-get-report): Use it.
10690         * gnus-int.el (gnus-check-server): Say what the error was when opening
10691         failed.
10693         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10694         using streaming.
10696 2010-09-25  Julien Danjou  <julien@danjou.info>
10698         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10699         gnus-window-inside-pixel-edges.
10701 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10703         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10705         * mm-decode.el (mm-save-part): Allow saving to other directories the
10706         normal Emacs way.
10708         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10709         Suggested by Jay Berkenbilt.
10711         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10712         there isn't a single byte.
10714         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10715         just do it.  It doesn't really seem to matter what the user responds
10716         here, I think, so it's just a confusing question.
10718         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10719         non-streaming case.
10721         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10722         (gnus-article-encrypt-body): Use it.
10724         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10725         keystroke.
10727         * nnimap.el (nnimap-find-wanted-parts-1):
10728         Use gnus-fetch-partial-articles.
10730         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10732         * nnimap.el (nnimap-insert-partial-structure): New function.
10733         (nnimap-get-partial-article): New function.
10734         (nnimap-request-article): Use it.
10735         (nnimap-wait-for-response): Return whether the wait was successful.
10736         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10737         retrieval wasn't successful.
10738         (nnimap-retrieve-group-data-early): Allow throttling servers.
10739         (nnimap-streaming): New variable.
10740         (nnimap-fetch-partial-articles): Remove.
10742         * mm-decode.el (mm-with-part): Protect against killed buffers.
10744         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10745         for prettier summary display.
10747 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10749         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10751 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10754         apparently third-party libraries depend on it.
10756         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10757         before starting negotiation.
10759         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10760         privacy reasons.
10761         (gnus-treat-mail-gravatar): Ditto.
10763         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10764         buffer when inserting images.  Inserting text into the headers, for
10765         instance, can make them invalid.
10767 2010-09-25  Julien Danjou  <julien@danjou.info>
10769         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10770         variables.
10772         * nnheader.el: Remove useless variables news-reply-yank-from and
10773         news-reply-yank-message-id.
10775         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10776         variables.
10778         * mml1991.el: Remove useless mml1991-verbose.
10780         * gnus.el: Remove useless variable gnus-use-generic-from.
10781         Remove obsolete variable gnus-topic-indentation.
10783         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10785         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10787         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10789         * gnus-group.el: Remove useless gnus-group-icon-cache.
10790         Remove useless gnus-ephemeral-group-server.
10792         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10794         * mml2015.el: Remove useless mml2015-verbose.
10796         * mml-smime.el: Remove useless mml-smime-verbose.
10798         * gnus.el: Remove useless gnus-local-domain.
10800         * gnus-gravatar.el (gnus-gravatar-transform-address):
10801         Use gnus-gravatar-size.
10803         * gnus-art.el: Remove useless gnus-treat-translate.
10805 2010-09-24  Julien Danjou  <julien@danjou.info>
10807         * gnus-sum.el: Add support for Gravatars.
10809         * gnus-art.el: Add support for Gravatars.
10811         * gnus-gravatar.el: Add this file.
10813         * gravatar.el: Add this file.
10815 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10817         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10819         * gnus-group.el (gnus-group-fetch-faq): Remove.
10821         * gnus.el (gnus-group-faq-directory): Remove.
10823         * gnus-group.el (gnus-group-fetch-charter): Remove.
10825         * gnus.el (gnus-group-charter-alist): Remove.
10827         * gnus-group.el (gnus-group-archive-directory): Remove.
10828         (gnus-group-recent-archive-directory): Ditto.
10829         (gnus-group-make-archive-group): Remove.
10831         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10833         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10834         use the same article number for all the cached articles.
10836         * nnimap.el (nnimap-command): Register the last command time so
10837         that we can use it for idling NOOPs.
10838         (nnimap-open-connection): Start the keeplive timer.
10839         (nnimap-make-process-buffer): Store all the process buffers.
10840         (nnimap-keepalive): New function.
10842         * starttls.el (starttls-open-stream): Add autoload cookie.
10844 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10846         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10847         handling.
10849 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10852         its data structures.
10854         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10855         instead of the cl.el copy-list.
10856         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10857         equalp.
10859 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10861         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10862         and tool-bar-local-item-from-menu.
10864         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10865         mode-line-highlight face for Emacs.
10867         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10868         loading gnus-sum.elc; fix comment for canlock-verify.
10869         (gnus-article-jump-to-part): Use read-number.
10870         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10871         Remove Emacs pre-21 compatible code for help-echo.
10872         (gnus-article-next-page-1): No need to adjust the number of lines.
10873         (gnus-article-describe-bindings): Always use help-buffer.
10875         * gnus-audio.el (gnus-audio-inline-sound):
10876         * gnus-cus.el (gnus-custom-mode):
10877         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10879         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10881         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10882         compatible code.
10884 2010-09-24  Glenn Morris  <rgm@gnu.org>
10886         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10887         visiting the fcc file in rmail-mode.
10889         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10891 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10893         * nnir.el: Silence the byte compiler.
10895         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10896         alias to browse-url-url-encode-chars if any.
10897         (gnus-html-encode-url): Use it.
10899 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901         * gnus-start.el (gnus-use-backend-marks): New variable.
10902         (gnus-get-unread-articles-in-group): Use it.
10904         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10905         makeover.
10907 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10909         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10911 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10913         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10914         Remove.
10915         (gnus-setup-news-hook):
10916         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10918         * gnus-int.el (gnus-request-update-info): Protect against backends not
10919         having the function.
10921         * nnimap.el (nnimap-stream): Mention starttls.
10922         (nnimap-open-connection): Add starttls support.
10924 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10926         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10928 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10931         BODYSTRUCTUREs.
10932         (nnimap-transform-headers): Unfold quoted {42} headers.
10934         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10935         the info.
10936         (gnus-get-unread-articles): Only call updatep on backends that support
10937         it.
10939         * nnweb.el (nnweb-request-update-info): NOOP.
10941         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10943         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10944         since it only deals with marks.
10946         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10947         gnus-request-marks, and make a new gnus-request-update-info.
10949         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10950         the active instead of the high number, which is usually too low.
10952 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10954         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10955         * encrypt.el: Remove.
10957 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10960         server in symbolic form.
10962         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10964 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10967         (nnimap-update-info): Fix up code slightly.
10969         * gnus-int.el (gnus-open-server): Add tracing for performance
10970         debugging.
10972         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10973         (gnus-group-insert-group-line): Pass the real group name so that it
10974         gets the right data.
10976         * gnus-start.el (gnus-get-unread-articles): Don't have
10977         `gnus-get-unread-articles-in-group' update info, since that can be
10978         really slow and doesn't seem to be needed?
10980 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10982         * time-date.el (date-to-time): Try using parse-time-string first before
10983         using the slower timezone-make-date-arpa-standard.
10985 2010-09-22  Julien Danjou  <julien@danjou.info>
10987         * gnus-group.el (gnus-group-insert-group-line):
10988         Call gnus-group-highlight-line.
10989         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10990         default hook list.
10991         (gnus-group-update-eval-form): Add new function.
10992         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10993         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10995 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10998         immediate, then expire all articles.
10999         (nnimap-update-info): Fix off-by-one errors.
11000         (nnimap-flags-to-marks): Would return no marks lists for group with no
11001         flags.  Instead return the other data.
11003 2010-09-22  Julien Danjou  <julien@danjou.info>
11005         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11006         Only return an icon.
11007         (gnus-group-insert-group-line): Compute icon to return.
11009         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11010         (gnus-html-image-fetched): Only cache if
11011         gnus-html-image-automatic-caching is set.
11012         (gnus-html-image-fetched): Check for errors.
11014 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11017         once per method on `g'.  This ensures that backends like nnfolder don't
11018         open all their folders.
11020         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11021         (nnimap-request-list): Nix out group in the correct buffer.
11022         (nnimap-parse-flags): Implement by using `read' instead of
11023         hand-parsing.
11024         (nnimap-flags-to-marks): Pass on permanent-flags.
11025         (nnimap-make-process-buffer): Record the server name.
11026         (nnimap-parse-flags): Fix typo.
11027         (nnimap-request-scan): Run split on the server in general, not just a
11028         single group.
11030         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11031         parameter, and propagate this downwards.
11033         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11034         since EXAMINE changes it on the server.
11036         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11037         this command might take a while.
11039 2010-09-22  Julien Danjou  <julien@danjou.info>
11041         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11042         harmful if you have 2 images side-by-side, they can't be properly
11043         update on text deletion.  Using text-property is safer here.
11044         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11045         data.
11047 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11049         * nnimap.el (nnimap-expunge-inbox): Remove.
11050         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11051         (nnimap-expunge): Flip default to t.
11053         * gnus.el (gnus-method-to-server): Don't push things to the cache
11054         unless it's unique.
11055         (gnus-server-to-method): Ditto.
11057 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11059         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11061 2010-09-22  Julien Danjou  <julien@danjou.info>
11063         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11064         get the start of data.
11065         (gnus-html-encode-url): Add this function to encode special chars in
11066         URL.
11067         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11068         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11070         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11071         default.
11072         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11074         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11075         images alt-text.
11076         (gnus-html-put-image): Put alt-text as help-echo.
11078 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11080         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11081         * mm-util.el (mm-decompress-buffer):
11082         * nnir.el (nnir-run-find-grep):
11083         * pop3.el (pop3-list): Use 3rd arg of split-string.
11085         * time-date.el (format-seconds): Comment fix.
11087         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11088         and byte-optimize-form-code-walker.
11089         (dgnushack-make-auto-load): Don't advise make-autoload.
11091         * lpath.el: Remove Emacs 21 stuff.
11093 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11096         outside the active range.  Suggested by Dan Christensen.
11098         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11099         slightly later to avoid double-getting it.
11101         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11102         previous patch.
11104         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11106 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11108         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11110 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112         * gnus-int.el (gnus-open-server): Give a better error message in the
11113         "go offline" case.
11115         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11116         marks for nnimap, which is seldom the right thing to do.
11118         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11119         (gnus-same-method-different-name): New function.
11121         * nnimap.el (parse-time): Require.
11123         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11124         method in the presence of many similar methods.
11126         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11128         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11129         nnml-inhibit-expiry.
11131         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11132         find out whether methods are equal.
11134         * nnimap.el (nnimap-find-expired-articles): New function.
11135         (nnimap-process-expiry-targets): New function.
11136         (nnimap-request-move-article): Request the article before looking at
11137         what the Message-ID is.  Fix found by Andrew Cohen.
11138         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11140         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11141         for oldness in addition to being a predicate.
11143         * nnimap.el (nnimap-request-group): When we have zero articles, return
11144         the right data to Gnus.
11145         (nnimap-request-expire-articles): Only delete articles immediately if
11146         the target is 'delete.
11148         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11149         method, this would bug out.
11151         * gnus-group.el (gnus-group-expunge-group): Rename from
11152         gnus-group-nnimap-expunge, and implemented as a normal interface
11153         function.
11155         * gnus-int.el (gnus-request-expunge-group): New function.
11157         * nnimap.el (nnimap-request-create-group): Implement.
11158         (nnimap-request-expunge-group): New function.
11160 2010-09-21  Julien Danjou  <julien@danjou.info>
11162         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11163         (gnus-html-cache-expired): Add new function.
11164         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11165         wethever we should display image for fetch it.
11166         Compute alt-text earlier to pass it to the fetching function too.
11167         (gnus-html-schedule-image-fetching): Change function argument to only
11168         get one image at a time, not a list.
11169         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11170         cache.
11171         (gnus-html-get-image-data): New function to retrieve image data from
11172         cache.
11173         (gnus-html-put-image): Change buffer argument to use image data rather
11174         than file, and place image above region rather than inserting a new
11175         one.  Do not take alt-text as argument, since it's useless now: we place
11176         the image above alt-text.
11177         (gnus-html-prune-cache): Remove.
11178         (gnus-html-show-images): Start to fetch image when we find one, do not
11179         push into a temporary list.
11180         (gnus-html-prefetch-images): Only fetch image if they have expired.
11181         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11182         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11184 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11186         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11188 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11191         spec inser "*" if the group isn't active instead of 0.
11193         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11194         opening the server.
11195         (nnimap-request-delete-group): Implement group deletion.
11196         (nnimap-transform-headers): Return the size of the entire message in
11197         the Bytes header, not just the size of the first part.
11198         (nnimap-request-move-article): When moving an article from nnimap,
11199         request the article first so the accepting form has an article to
11200         accept.  Reported by Dan Christensen.
11201         (nnimap-command): Make sure that the error message doesn't error out.
11203 2010-09-20  David Edmondson  <dme@dme.org>
11205         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11206         we haven't requested anything.
11208 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11211         "".  Fix found by Andrew Cohen.
11213         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11214         instead of -encode-string.
11216 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11218         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11220         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11221         by mm-subst-char-in-string.
11223 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11225         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11226         waiting for the connection string.
11228         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11229         arriving.
11231         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11232         bogus characters.  This allows selecting certain Gmail groups.
11234         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11235         (nnimap-fetch-partial-articles): New variable.
11236         (nnimap-open-connection): When looking for credentials, also use the
11237         nnimap-server-port.
11238         (nnimap-request-article): Return the group/article number, so that Gnus
11239         `^' works as expected.
11240         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11242         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11243         comments.
11244         (gnus-methods-sloppily-equal): New function.
11245         (gnus): When using the development version of Gnus, load the gnus-load
11246         file.
11248         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11249         `gnus-open-server' on each method before trying to scan them etc.
11250         This ensures that all the backend parameters are set correctly.
11252         * nnimap.el (nnimap-authenticator): New variable.
11253         (nnimap-open-connection): Allow anonymous login.
11254         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11255         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11257         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11258         patch, found by Knut Anders Hatlen.
11260 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11262         * gnus-agent.el (gnus-agent-batch-confirmation)
11263         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11264         to gnus-message.
11265         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11266         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11267         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11268         * gnus-int.el (gnus-open-server): Likewise.
11269         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11270         (gnus-score-check-syntax): Likewise.
11271         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11272         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11273         Likewise.
11274         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11276 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11279         calling conventions so that prefetch doesn't bug out.
11281 2010-09-19  Julien Danjou  <julien@danjou.info>
11283         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11284         rather than `subst-char-in-region' in order to be able to replace ASCII
11285         char by UTF-8 ones.
11287         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11288         than curl.
11289         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11290         the right URL and ALT text on images.
11291         (gnus-html-wash-tags): Fix tag case.
11292         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11293         (gnus-article-html): Add -o display_ins_del=2 option.
11294         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11296 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11299         the extra mail headers, which sometimes seem to happen for unknown
11300         reasons.
11302         * mail-parse.el (mail-header-encode-parameter): Define as
11303         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11304         (or most, perhaps?) mail readers don't understand the latter, but do
11305         understand the former.
11307         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11308         to nil, so that no methods are automatically agentized.  I think this
11309         is probably what most users want.
11311         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11312         from url-retrieve, for instance about invalid URLs.
11314         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11315         groups that have no articles.
11316         (nnimap-request-article): Check that we really got an article when we
11317         requested one.
11319         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11320         doesn't exist.
11322         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11323         nntp buffer so the agent can save it.
11324         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11325         that CRLF doesn't get translated to \n.
11326         (nnimap-open-connection): Don't make 'shell commands only send \n.
11328 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11330         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11331         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11332         Update var name.
11333         (nnml-generate-nov-file): Use dolist.
11334         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11335         Use with-current-buffer.
11337 2010-09-18  Julien Danjou  <julien@danjou.info>
11339         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11340         parallel.
11342 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11344         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11345         the range update right.
11346         (nnimap-request-group): Don't make `M-g' bug out on group with no
11347         marks.
11348         (nnoo): Require, so that other packages can require nnimap.
11349         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11350         command we're looking for.  This helps when the server sends more
11351         responses after we've gotten everything we expected.
11352         (nnimap): Add a `newlinep' field to keep track of end-of-line
11353         conventions.
11354         Don't send CRLF to things that don't want it.
11355         (nnimap-request-accept-article): Ditto.
11357 2010-09-18  Julien Danjou  <julien@danjou.info>
11359         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11360         than curl to retrieve images.
11362 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11365         the marks.
11366         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11367         (nnimap-wait-for-connection): New function.
11368         (nnimap-open-connection): If we have PREAUTH, don't query for login
11369         credentials.
11370         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11371         when doing a partial update.
11373 2010-09-18  Julien Danjou  <julien@danjou.info>
11375         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11376         tags.
11378 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380         * nnimap.el (nnimap-credentials): New function.
11381         (nnimap-open-connection): Use the new function to look for credentials
11382         also on the numeric equivalents of "imap" and "imaps".
11384         * gnus-start.el (gnus-activate-group): Send the info to
11385         gnus-request-group.
11387         * nnimap.el (nnimap-request-group): Have the "check" version of the
11388         function parse flags and update the info, so that a `M-g' get a total
11389         resync of all flags from the group.
11391         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11392         to allow backends to alter the info on group selection.  Also alter all
11393         the backend -request-group functions to take the parameter.
11395         * nnimap.el (nnimap-store-info): New function.
11396         (nnimap-update-info): Store the info for later usage.
11397         (nnimap-request-group): Use the stored info for the dont-check case, so
11398         that we don't retrieve all marks when we enter a group.
11400         * nnimap.el: Use deffoo instead of defun for interface functions.
11402         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11403         update the group info.  This makes the nndraft groups, for instance, go
11404         back to their old behavior.
11406         * gnus-sum.el (gnus-select-newsgroup): Indent.
11408         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11409         in.
11410         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11411         nothing.
11413         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11414         from methods that are denied.
11416         * gnus-int.el (gnus-method-denied-p): New function.
11418         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11419         store the password instead of netrc.
11420         (nnimap-open-connection): Don't error out when we can't make a
11421         connections.
11423         * auth-source.el (auth-source-create): In the password prompt, say what
11424         we're querying for.  Also prompt for user name if that hasn't been
11425         given.
11427         * nnimap.el (nnimap-with-process-buffer): Remove.
11429 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11431         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11432         method when we're reading from the agent.
11434         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11436         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11437         that's probably most useful for users.
11439         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11440         "failed" all the time.
11442         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11443         ...)) with (with-current-buffer ... ).
11445         * nntp.el (nntp-open-server): Return whether the open was successful or
11446         not.
11448         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11449         select an unread unseen article first.
11451         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11452         /etc/services, supply some sensible port defaults.
11454         * dgnushack.el: Define netrc-credentials.
11456 2010-09-17  Julien Danjou  <julien@danjou.info>
11458         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11460 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11462         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11463         doesn't have any parameters.
11465 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11468         only upcased checks.
11470         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11472         * nnimap.el (nnimap-open-shell-stream): New function.
11473         (nnimap-open-connection): Use it.
11474         (nnimap-transform-headers): Get the number of lines in each message.
11475         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11476         number of lines.
11477         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11478         problem.
11480         * utf7.el (utf7-encode): Autoload.
11482         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11483         to allow the mail splitting to not return a default group.  This is
11484         useful for nnimap, which will leave unmatched mail in the inbox.
11486         * nnimap.el: Rewritten.
11488         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11489         nnimap usage.
11491         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11492         if the move is internal, so that nnimap can do fast internal moves.
11494         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11495         data.
11496         (gnus-read-active-for-groups): Support finishing the early retrieval of
11497         data.
11499         * gnus-range.el (gnus-range-nconcat): New function.
11501         * gnus-int.el (gnus-finish-retrieve-group-infos)
11502         (gnus-retrieve-group-data-early): New functions.
11504 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11506         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11507         (nnrss-retrieve-groups):
11508         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11509         (pop3-quit): Use with-current-buffer.
11511 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11513         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11514         instead of nnheader-accept-process-output.
11516         * dgnushack.el (dgnushack-compile): Add comment.
11518         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11520         * gnus-html.el (gnus-html-schedule-image-fetching)
11521         (gnus-html-prefetch-images): Replace process-kill-without-query by
11522         gnus-set-process-query-on-exit-flag.
11524 2010-09-16  Romain Francoise  <romain@orebokech.com>
11526         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11528 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11531         parameter to unintern is mandatory-ish in Emacs 24.
11533         * gnus-html.el (gnus-html-schedule-image-fetching)
11534         (gnus-html-prefetch-images): Check for curl before using it.
11536         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11537         depend on curl, which isn't essential.
11539         * imap.el: Revert back to version
11540         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11541         seem problematic.
11543 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11545         * gnus-registry.el (gnus-registry-install-shortcuts):
11546         Explicitly pass `obarray' to `unintern' to avoid a warning.
11548 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11550         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11551         change.
11553         * nnrss.el (nnrss-request-list): Remove this function and related
11554         functions, including the moreover stuff.
11556 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558         * nnrss.el (nnrss-retrieve-groups): New function.
11560 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11562         * .dir-locals.el: Add no-byte-compile cookie.
11564 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11566         * time-date.el (format-seconds): Comment fix.
11568         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11569         for back end that doesn't support request-scan.
11571 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11574         then do request scans from the backends.
11576         * netrc.el (netrc-credentials): New conveniency function.
11578         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11579         avoid running a hook per line, since this takes a lot of time,
11580         profiling shows.
11581         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11582         directly if gnus-visual-p is true.
11584 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11586         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11587         groups; replace mapcar with dolist which is a bit faster; pass groups
11588         info to gnus-read-active-file-1.
11589         (gnus-read-active-file-1): Scan only specified groups if the new
11590         optional arg `infos' is given.
11592 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11594         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11596         * pop3.el (pop3-movemail): Remove.
11597         (pop3-streaming-movemail): Rename to pop3-movemail.
11599         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11600         don't restrict end-tag searches to the end of the line.
11602 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11604         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11605         articles of every unchecked group to t, which means unknown since the
11606         server has never been opened.
11608 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11610         * gnus-html.el (gnus-html-show-alt-text): New command.
11611         (gnus-html-browse-image): Ditto.
11612         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11613         to browse the image directly.
11614         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11615         better.
11617         * gnus-async.el (gnus-async-article-callback):
11618         Call `gnus-html-prefetch-images' unconditionally.
11620         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11621         before feeding URLs to curl.
11623 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11625         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11626         internal images as deletable by `W D D'.
11628         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11629         (gnus-async-article-callback): Fix typo.
11631 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11634         current line to work around bugs in the output from w3m.
11636         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11637         for groups that want that.
11639         * nntp.el (nntp-wait-for-string): Supply a timeout for
11640         accept-process-output to ensure progress.
11642         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11643         level to get unread articles from, then use that for foreign groups,
11644         too.
11646         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11647         confuses the rest of the function.
11649         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11650         for the methods that support -retrieve-groups, too.
11652         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11654 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11656         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11657         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11659         * pop3.el: Require cl when compiling.
11660         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11662 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11664         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11665         that aren't going to be activated.
11666         (gnus-get-unread-articles): Fix up the last commit.
11668         * gnus-html.el (gnus-article-html): Allow calling without specifying
11669         the handle.  In that case, dissect the buffer first.
11671         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11673         * nnimap.el (nnimap-open-connection): Revert the change that would look
11674         into authinfo for imaps instead of imap.
11676         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11677         say that you don't want to call gnus-request-group with don-check, but
11678         do check the reponse.  This is for virtual groups only.
11679         (gnus-get-unread-articles): Count the archive groups as secondary, so
11680         that they're activated the same way as before.
11682         * imap.el (imap-message-map): Removed optional buffer parameter, since
11683         no callers use it.
11684         (imap-message-get): Ditto.
11685         (imap-message-put): Ditto.
11686         (imap-mailbox-map): Ditto.
11687         (imap-mailbox-put): Ditto.
11688         (imap-mailbox-get): Ditto.
11689         (imap-mailbox-get): Revert last change for this function.
11691         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11692         case-insensitively.
11693         (nnimap-debug): Remove.
11695         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11696         callers to use `imap-fetch' instead.  According to the comments, this
11697         should be safe, since all other IMAP clients use the 1:* syntax.
11698         (imap-enable-exchange-bug-workaround): Remove.
11699         (imap-debug): Remove -- doesn't seem very useful.
11701         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11702         mail from a file, and the file doesn't exist.
11704         * imap.el (imap-log): New convenience function used throughout instead
11705         of repeating the same code all over the place.
11707         * pop3.el (pop3-streaming-movemail): Return t for success.
11709         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11710         .authinfo if we're using ssl connection.
11712         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11713         already have if we're in a main Gnus `g' run.
11715         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11717 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11719         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11721         * nnmh.el (nnmh-request-list-1): Bind `file'.
11723         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11724         alias to set-process-query-on-exit-flag or process-kill-without-query.
11725         (pop3-open-server): Use it.
11727 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11729         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11730         box to the Incoming file.  Fixes mistake in previous checkin.
11732         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11733         request loop (for debugging purposes) removed.
11735         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11736         culprit is more visible.
11737         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11738         (nnml-add-incremental-nov): New functions to do "incremental" nov
11739         updates, where we just append to the end of the existing nov files
11740         without reading/writing them in full.
11742         * mail-source.el (mail-source-delete-crash-box): Really only check the
11743         incoming files once in a while.
11745         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11747         * mail-source.el (mail-source-delete-crash-box): Only check the
11748         incoming files for deletion once per day to save a lot of file
11749         accesses.
11751         * pop3.el (pop3-logon): Fix up unbound variable typo.
11753         * mail-source.el (pop3-streaming-movemail): Autoload.
11755         * pop3.el (pop3-streaming-movemail):
11756         Respect pop3-leave-mail-on-server.
11758         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11759         retrieval.
11761         * pop3.el (pop3-process-filter): Remove unused function.
11762         (pop3-streaming-movemail, pop3-send-streaming-command)
11763         (pop3-wait-for-messages, pop3-write-to-file)
11764         (pop3-number-of-responses): New functions for streaming pop3
11765         retrieval.
11767         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11768         come from no known methods.
11769         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11770         list.
11772         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11773         message sizes.
11774         (pop3-movemail): Use erase-buffer instead of looping and deleting
11775         regions, which seems rather odd.
11777         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11778         file once per `g' run.
11780         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11781         directories.  This makes the draft queue directory work.
11783         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11784         data from the backends, so that we only request the list of groups from
11785         each method once.  This should speed things up considerably.
11787         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11788         detect that it's not implemented.
11790         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11791         we actually do recurse down into the tree, but don't stat all leaf
11792         nodes.
11794         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11795         then say so instead of bugging out.
11797         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11798         files exist before trying to read them.
11800         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11801         around <pre_int>.
11803         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11805         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11807 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11809         * mm-util.el (mm-image-load-path): Just return the image directories,
11810         not all directories in the path in addition to the image directories.
11811         (mm-image-load-path): Maintain a cache of the image directories so that
11812         the `g' command in Gnus doesn't have to stat dozens of directories each
11813         time.
11815         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11816         (gnus-html-wash-tags): Add a new `i' command to insert images.
11817         (gnus-html-insert-image): New command and keystroke.
11818         (gnus-html-redisplay-with-images): New command and keystroke.
11819         (gnus-html-show-images): Rename command.
11820         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11821         spacers.
11822         (gnus-html-wash-tags): Decode entities at the end, so that entities
11823         inside the tags don't mess up the rest of the "parsing".
11825         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11826         so that nnimap methods aren't agentized by default.  There's apparently
11827         many problems related to agent/imap behavior.
11829         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11831         * gnus-html.el: Doc fix.
11833 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11835         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11836         specifier-spec-list for Emacs 21.
11838         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11839         glyph-width and glyph-height instead of display-graphic-p and
11840         image-size; make avoidance of displaying small images work for XEmacs.
11842         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11843         for XEmacs.
11845         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11846         of symbol that holds plist data.
11847         (gnus-process-plist): Remove plist of process after getting it.
11849 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11851         * message.el (message-generate-hashcash): Change default to
11852         'opportunistic if hashcash is installed.
11854         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11855         (gnus-html-put-image): Only call image-size once, since it's somewhat
11856         time-consuming on remote X servers.
11858 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11860         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11861         type on data, not a file name.
11863         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11864         window-pixel-edges for Emacs 21.
11866         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11867         decoded contents.
11868         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11870 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11872         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11873         group line format, since it isn't very interesting.
11875         * gnus-agent.el (gnus-agent-short-article),
11876         (gnus-agent-long-article): Increase values for these two variables,
11877         since most people are likely to have more network connection and
11878         storage than before.
11880         * gnus.el (gnus-refer-article-method): Change default to 'current.
11881         When referring an article, the common behavior is to refer it from the
11882         current select method, not the native select method.  The chances of
11883         the native select method having the message in question is rather slim
11884         these days.
11886         * gnus-sum.el (gnus-auto-select-subject): Change default to
11887         `unseen-or-unread'.  I think it's likely that most people want to
11888         select an unseen article over a previously seen, but unread one.
11890         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11891         means that in the article buffer none of the minor mode elements will
11892         be shown, usually, and this is not desirable in most cases.
11894         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11895         that commands like `d' (and the like) go to the next line in the
11896         buffer, instead of the next unread article.  I think this is the
11897         behavior that is most natural for most users.
11898         (gnus-single-article-buffer): Change default to nil, so that people can
11899         have as many article buffers open as they have summary buffer.  I think
11900         this is the most natural way for the groups to behave.
11902         * message.el (message-generate-new-buffers): Change default to
11903         `unsent', so that all new message buffers start their names with the
11904         string "*unsent", and it's easier to find the buffers if you move from
11905         them.
11907 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11909         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11910         small.  They're probably tracking images.
11911         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11912         (gnus-html-rescale-image): Yet another try at getting the image sizing
11913         right.
11915         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11916         nntp-marks-file-name is nil.
11918 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11920         * gnus-html.el (gnus-html-wash-tags)
11921         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11922         Better logging.
11924 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11928         * gnus-html.el (gnus-html-wash-tags): Check the value of
11929         gnus-blocked-images in the summary buffer.
11931 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11933         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11935 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11938         like "a", it seems like.
11939         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11940         since it needs to be picked from the correct buffer.
11942         * nnwfm.el: Remove.
11944         * nnlistserv.el: Remove.
11946 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11948         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11949         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11951 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11953         * nnkiboze.el: Remove.
11955         * nndb.el: Remove.
11957         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11958         alt text.
11959         (gnus-html-rescale-image): Try to get the rescaling logic right for
11960         images that are just wide and not tall.
11962         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11963         overshadow variable bindings.
11965 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11967         * gnus-html.el (gnus-html-wash-tags)
11968         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11969         Add extra logging.
11971 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11973         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11974         (gnus-max-image-proportion): New variable.
11975         (gnus-html-rescale-image): New function.
11976         (gnus-html-put-image): Rescale images.
11978 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11980         Fix up some byte-compiler warnings.
11981         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11982         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11983         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11984         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11985         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11986         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11987         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11989 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11991         * gnus-html.el (gnus-article-html): Decode contents by charset.
11993 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11995         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11996         (gnus-html-frame-width, gnus-blocked-images):
11997         * message.el (message-prune-recipient-rules): Add custom version.
11998         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12000         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12001         functions.
12003         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12004         gnus-process-get.
12006 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12008         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12009         instead of lsub directly.
12011 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12013         * nnwarchive.el: Remove.
12015         * gnus-soup.el: Remove.
12017         * nnsoup.el: Remove.
12019         * nnultimate.el: Remove.
12021         * gnus-html.el (gnus-blocked-images): New variable.
12023         * message.el (message-prune-recipients): New function.
12024         (message-prune-recipient-rules): New variable.
12026         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12027         guess whether a long line is natural text or not.
12029         * gnus-html.el (gnus-html-schedule-image-fetching):
12030         Use gnus-process-plist and friends for compatibility.
12032 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12034         * gnus-html.el: Require packages that define macros used in this file.
12035         (gnus-article-mouse-face): Declare to silence byte-compiler.
12036         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12037         process-get.
12038         (gnus-html-put-image): Use plist-get to avoid getf.
12039         (gnus-html-prefetch-images): Use with-current-buffer.
12041 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12043         * gnus-ems.el: Provide compatibility functions for
12044         gnus-set-process-plist.
12046         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12047         header-line-format for XEmacs 21.4.
12049         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12050         * gnus.el (gnus-valid-select-methods):
12051         * message.el (message-send-mail-partially-limit):
12052         * mm-decode.el (mm-text-html-renderer):
12053         * mml.el (mml-insert-mime-headers-always):
12054         * smiley.el (smiley-regexp-alist): Bump custom version.
12056 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058         * gnus-html.el: Require mm-url.
12059         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12060         with the url to `url'.
12061         (gnus-html-wash-tags): Support cid: URLs/images.
12063 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12065         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12066         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12067         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12069         * gnus-move.el: Remove file, since it doesn't really work.
12071         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12072         UTF-8.  This seems to fix problems with some German web feeds.
12074         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12075         at the top so that the proper colors are applied.
12077         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12078         don't have dots in their names.
12080         * gnus-art.el (gnus-article-view-part): Doc fix.
12082         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12083         XEmacs-compatible.
12084         (gnus-html-put-image): Don't do images on non-graphic displays.
12086         * nnslashdot.el: Remove this unused backend.
12088         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12089         actions.
12090         (gnus-undo-register-1): Revert last change.
12092         * gnus-group.el (gnus-group-completing-read): Protect against not
12093         having completion-styles bound.
12095         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12096         make broken recipients happier.
12098         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12100         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12101         point parameter.
12103         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12105         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12106         completion-styles for group selection.
12108 2009-02-04  Andreas Schwab  <schwab@suse.de>
12110         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12111         headers and regexp-quote the match if necessary.
12113 2009-03-24  Miles Bader  <miles@gnu.org>
12115         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12116         the blinking smiley.
12118 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12120         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12121         blink smiley.
12123 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12125         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12126         where the dribbel file lives exists.
12128         * message.el (message-send-mail-partially-limit): Change the default to
12129         nil, since most people don't want this.
12131         * mm-url.el (mm-url-decode-entities): Also decode entities like
12132         &#x3212.
12134 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12136         * gnus-sum.el (gnus-summary-idna-message):
12137         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12138         Hyperlink urls in docstrings with URL `...'.
12140 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12142         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12143         functions.
12145 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12147         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12148         say what the mouseover text should be.
12150         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12151         version of the mm-w3m-safe-url-regexp variable to only download images
12152         in the groups where we want that to happen.
12154         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12156         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12157         easier debugging.
12158         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12159         big pictures in the article buffer.
12161         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12162         gnus-article-html.
12163         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12164         w3m.
12166         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12168 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12171         which doesn't exist.
12173         * message.el (message-inhibit-ecomplete): New variable to allow some
12174         function to inhibit ecomplete address storage.
12175         (message-resend): Disable ecomplete message storage when resending
12176         messages.
12178         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12180 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12182         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12183         Save excursion while copying, moving, and deleting articles in order to
12184         prevent the cursor from jumping to unforeseen place.
12186 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12188         * lpath.el: No need to bind bookmark-current-buffer,
12189         bookmark-yank-point and bookmark-make-record-function.
12191 2010-08-17  Glenn Morris  <rgm@gnu.org>
12193         * gnus-sync.el: Require gnus components whose functions are used.
12195         * gnus-art.el (bookmark-make-record-function):
12196         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12197         Declare for compiler.
12199         * mm-url.el (mml-compute-boundary): Autoload.
12201 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12203         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12205 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12207         Typo fix "hoo4a" -> "hook".
12209         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12211 2010-08-14  Glenn Morris  <rgm@gnu.org>
12213         * gnus-sync.el (gnus-sync): Fix defgroup version.
12215 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12217         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12219         * gnus-sync.el: Fix docs.
12220         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12221         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12223 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12225         Optimizations for gnus-sync.el.
12227         * gnus-sync.el: Add docs about gnus-sync-backend
12228         possibilities.
12229         (gnus-sync-save): Remove unnecessary message.
12230         (gnus-sync-read): Optimize and show what groups were skipped.
12232 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12234         Minor bug fixes for gnus-sync.el.
12236         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12237         Don't read the sync on get-new-news.
12239         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12240         quiet.
12242         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12243         (fix typo).
12245 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12247         Make saving and restoring of hidden threads work with overlays.
12248         Patch applied by Ted Zlatanov.
12250         * gnus-sum.el (gnus-hidden-threads-configuration)
12251         (gnus-restore-hidden-threads-configuration): Update to deal with text
12252         properties, rather than searching for a magic character.
12254 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12256         New gnus-sync.el library for synchronization of marks.
12258         * gnus-sync.el: New library for synchronization of marks.
12260         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12261         renamed from `gnus-registry-grep-in-list'.
12263         * gnus-registry.el (gnus-registry-follow-group-p):
12264         Use `gnus-grep-in-list'.
12266         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12268 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12270         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12271         determining charset of text fails.
12273 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12275         * nnmail.el (nnmail-get-new-mail-1): Revert.
12277         * nnml.el (nnml-active-number): Make sure names of newly created groups
12278         in nnml-group-alist are encoded.
12280 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12282         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12283         containing non-ASCII characters in active file for nnml back end.
12285 2010-07-24  David Engster  <dengste@eml.cc>
12287         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12288         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12290 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12292         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12293         tag (Bug#6654).
12295 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12297         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12298         the article buffer, not the summary buffer.
12300 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12302         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12303         Emacs 23 as well.
12305 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12307         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12308         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12310 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12312         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12313         Patch applied by Karl Fogel.
12315         * gnus-sum.el (gnus-summary-bookmark-make-record):
12316         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12318 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12320         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12321         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12322         C-w still not working correctly from Article buffers; Thierry's
12323         patch to fix that will be applied after this.
12325         * gnus-art.el (bookmark-make-record-function): New local variable.
12327         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12328         article buffer.
12329         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12331 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12333         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12334         on changes in bookmark.el.
12336 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12338         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12339         `no-log' instead of message not to log prompt string.
12341 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12343         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12344         the *other* type of HTML form submission.
12346 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12348         * auth-source.el (auth-source-pick): If choice does not contain a
12349         questioned keyword, set the check to t.
12351 2010-06-12  Romain Francoise  <romain@orebokech.com>
12353         * gnus-util.el (gnus-date-get-time): Move up before first use.
12355 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12357         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12358         (gnus-article-edit-part): Bind it to make last part that is substituted
12359         or deleted visible.
12360         (gnus-mime-display-single): Buttonize part of which id equals to
12361         gnus-mime-buttonized-part-id.
12363 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12365         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12366         (gnus-dd-mmm): Use gnus-date-get-time.
12367         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12368         simplify logic.
12369         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12370         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12372 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12374         * auth-source.el (top): Autoload `secrets-list-collections',
12375         `secrets-create-item', `secrets-delete-item'.
12376         (auth-sources): Fix tag string.
12377         (auth-get-source, auth-source-retrieve, auth-source-create)
12378         (auth-source-delete): New defuns.
12379         (auth-source-pick): Rewrite in order to avoid 2 passes.
12380         (auth-source-forget-user-or-password): New parameter USERNAME.
12381         (auth-source-user-or-password): New parameters CREATE-MISSING and
12382         DELETE-EXISTING.  Retrieve password interactively, if needed.
12384 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12386         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12387         deleting unused directories when gnus-expert-user is t.
12389 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12391         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12392         for each temp file when gnus-article-browse-delete-temp is ask.
12394 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12396         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12397         Replace Lisp calls to delete-backward-char by calls to delete-char.
12399 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12401         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12403 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12405         * password-cache.el (password-cache-remove): Fix docstring.
12407 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12409         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12410         article unless decoding article to be saved.
12412 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12414         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12415         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12416         generated within the mm-with-unibyte-current-buffer macro.
12418 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12420         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12421         to nil when we're in a mml-preview buffer and no group is selected.
12423 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12425         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12426         when catching the `C-g'.  Reported by "Leo".
12428 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12430         * message.el (message-forward-make-body-plain)
12431         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12432         multibyte-string-p.
12434         * lpath.el: Revert.
12436 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12438         * message.el (message-forward-make-body-mml): Assume original message
12439         is multibyte string; error on unibyte.
12440         (message-forward-make-body-plain): Ditto; don't add excessive newline
12441         in body end.
12443         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12445 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12447         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12448         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12450 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12452         * mm-extern.el (mm-extern-url): Don't use
12453         mm-with-unibyte-current-buffer.
12454         (mm-extern-cache-contents): Use with-current-buffer instead of
12455         save-excursion + set-buffer.
12457 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12459         * mm-util.el (mm-emacs-mule): Remove.
12461 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12463         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12464         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12465         change.
12467 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12469         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12470         bind the default value of enable-multibyte-characters to nil.
12472 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12474         * message.el (message-forward-make-body-plain)
12475         (message-forward-make-body-mml):
12476         Don't use mm-with-unibyte-current-buffer.
12478 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12480         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12482 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12484         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12485         (Bug#5592).
12487 2010-05-07  Julien Danjou  <julien@danjou.info>
12489         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12490         it to mm-pipe-part.
12492         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12493         it is given.
12495 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12497         * binhex.el (binhex-decode-region-internal):
12498         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12499         (dns-query):
12500         * nnweb.el (nnweb-gmane-search):
12501         * pgg-parse.el (pgg-parse-armor):
12502         * pgg.el (pgg-verify-region):
12503         * sha1.el (sha1-string-external):
12504         * uudecode.el (uudecode-decode-region-internal):
12505         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12506         XEmacs.
12508         * gnus-art.el (gnus-article-browse-html-parts):
12509         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12510         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12511         make-temp-file.
12513         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12514         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12515         compiling.
12517         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12518         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12519         XEmacs when compiling.
12521         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12522         gnus-pick-mode-off-hook for XEmacs when compiling.
12523         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12524         gnus-binary-mode-off-hook for XEmacs when compiling.
12526         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12527         Return nil if char-charset is not available.
12529         * imap.el (imap-disable-multibyte)
12530         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12531         macros.
12533         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12534         instead of encode-coding-string.
12536         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12537         'xemacs) instead of mm-emacs-mule to switch function definitions.
12538         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12540         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12541         bind temporary-file-directory for XEmacs;
12542         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12543         timer-set-function for XEmacs 21.4 and SXEmacs;
12544         bind timer-list for XEmacs 21.4 and SXEmacs;
12545         fbind char-charset and find-charset-region for non-Mule XEmacs;
12546         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12547         encode-coding-region and encode-coding-string for XEmacs having no
12548         file-coding feature.
12550 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12552         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12554 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12556         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12557         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12559 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12561         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12562         alias `jka-compr-delete-temp-file' no longer exists.
12564 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12566         Use define-minor-mode in Gnus where applicable.
12567         * mml.el (mml-mode): Use define-minor-mode.
12568         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12569         (gnus-undo-mode): Use define-minor-mode.
12570         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12571         (gnus-dead-summary-mode): Use define-minor-mode.
12572         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12573         Initialize in declaration.
12574         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12575         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12576         (gnus-mailing-list-mode): Use define-minor-mode.
12577         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12578         (gnus-draft-mode): Use define-minor-mode.
12579         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12580         (gnus-dired-mode): Use define-minor-mode.
12582 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12584         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12585         handles on recursive mml-to-mime translation and check them for
12586         boundary delimiter collisions.  Reported by Greg Troxel.
12588 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12590         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12592 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12594         * mm-util.el (mm-find-buffer-file-coding-system):
12595         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12597 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12599         * message.el (message-generate-headers): Record insertion of optional
12600         headers as well.  Otherwise the check to prevent repeated insertion of
12601         optional headers is a no-op.
12603 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12605         * smime.el: Don't mention CVS.
12607         * nnrss.el (nnrss-fetch): Don't mention CVS.
12609         * nnir.el: Don't mention CVS.
12611 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12613         * gnus-sum.el (gnus-summary-bookmark-make-record):
12614         Add `location' field.
12616 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12618         * lpath.el: Fbind bookmark-default-handler,
12619         bookmark-get-bookmark-record, bookmark-make-record-default,
12620         bookmark-prop-get for Emacs <23 and XEmacs.
12622 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12624         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12625         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12626         Use with-current-buffer to silence the byte-compiler.
12627         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12628         bother to require `gnus'.
12629         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12631 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12633         * gnus-sum.el (gnus-summary-bookmark-make-record)
12634         (gnus-summary-bookmark-jump): New functions.
12635         (gnus-summary-mode): Setup bookmark support.
12637 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12639         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12640         if set.
12642 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12644         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12645         gnus-article-browse-html-save-cid-image; make it work recursively for
12646         forwarded messages as well.
12647         (gnus-article-browse-html-parts): Work when prefix arg is given.
12648         (gnus-article-browse-html-article): Doc fix.
12650 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12652         * message.el (message-default-mail-headers)
12653         (message-default-headers): Carry the value mail-default-headers over
12654         into message-default-mail-headers, rather than message-default-headers.
12656 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12658         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12659         charset.
12661         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12662         charset into the <meta> tag when the article is encoded to utf-8.
12664 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12666         * gnus-art.el (gnus-article-browse-delete-temp-files):
12667         Delete directories as well.
12668         (gnus-article-browse-html-parts): Work for images that do not specify
12669         file names; delete temp directory when quitting; insert header at the
12670         right place; use file: scheme for image files.
12672 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12674         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12675         (gnus-article-browse-html-parts): Use it to make temporary cid image
12676         files in addition to html file so that browser may display them.
12678 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12680         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12682 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12684         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12686 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12688         * auth-source.el (auth-sources): Change default to be simpler.
12689         Explain about Secret Service API sources.  Improve Customize options.
12690         (auth-source-pick): Change to accept any number of search parameters.
12691         Implement fallbacks iteratively, not recursively.  Add scoring on the
12692         second pass and sort by score.  Call Secret Service API when needed.
12693         (auth-source-user-or-password): Use it.  Call Secret Service API
12694         directly when needed to get the user name and the password.
12696 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12698         * message.el (message-interactive): Doc fix.
12699         (message-qmail-inject-args): Reflow.
12700         (message-kill-to-signature): Fix typo in docstring.
12702         * smiley.el (smiley-buffer): Fix typo in docstring.
12704 2010-03-24  Glenn Morris  <rgm@gnu.org>
12706         * mail-source.el (gnus-message): Declare.
12707         (mail-source-delete-old-incoming): Require gnus-util.
12709 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12711         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12713         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12715         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12716         password-cache's default if it is not bound.
12717         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12718         password-cache-expiry's default if it is not bound.
12720         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12721         available in Emacs 21.
12723         * lpath.el: Suppress compiler warnings for:
12724         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12725         XEmacs;
12726         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12727         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12728         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12730 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12732         * auth-source.el (auth-sources): Fix up definition so extra parameters
12733         are always inline.
12735 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12737         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12738         wasn't updated after mismatch.  Clear cached mailbox info correctly
12739         when uidvalidity changes.
12740         (nnimap-group-prefixed-name): New function to avoid some code
12741         duplication.
12742         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12743         (nnimap-request-group): Use it.
12744         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12745         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12746         with many imap folders.  This is done by caching the group status from
12747         the imap server persistently in a group parameter `imap-status'.  (This
12748         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12749         but not persistently, so every Gnus startup was still very slow.)
12751 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12753         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12754         delete the extra newline.  Otherwise editing of :string and :number
12755         types don't work.
12757 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12759         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12760         secrets.el dependency.
12761         (auth-sources): Add optional user name.  Add secrets.el configuration
12762         choice (unused right now).
12764 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12766         * gnus-sum.el (gnus-summary-make-menu-bar):
12767         Let `gnus-registry-install-shortcuts' fill in the functions.
12769         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12770         warnings.
12771         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12772         (gnus-registry-install-shortcuts): Populate and use it in a
12773         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12775 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12777         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12778         In-place substitutions for the group name encoding/decoding.
12779         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12780         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12781         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12782         (nnimap-update-unseen, nnimap-request-list)
12783         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12784         (nnimap-request-set-mark, nnimap-split-to-groups)
12785         (nnimap-split-articles, nnimap-request-newgroups)
12786         (nnimap-request-create-group, nnimap-request-accept-article)
12787         (nnimap-request-delete-group, nnimap-request-rename-group)
12788         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12789         `encoded-mbx' for consistency.
12790         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12791         variable `imap-current-mailbox'.
12793         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12794         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12796 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12798         * pop3.el (pop3-display-message-size-flag): Display message size byte
12799         counts during POP3 download.
12800         (pop3-movemail): Use it.
12801         (pop3-list): Implement listing of available messages.
12803 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12805         * nnir.el (nnir-get-article-nov-override-function): New function to
12806         override the normal NOV retrieval.
12807         (nnir-retrieve-headers): Use it.
12809 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12811         * auth-source.el (netrc-machine-user-or-password): Autoload.
12813 2010-03-19  Glenn Morris  <rgm@gnu.org>
12815         Stop message.el from loading about 40 libraries it doesn't always need.
12816         The general approach is to autoload rather than require, and to
12817         require in the specific functions rather than the file.  (Bug#5642)
12819         * gmm-utils.el: Don't require wid-edit.
12820         (widget-create-child-value, widget-convert, widget-default-get):
12821         Autoload.
12823         * gnus-util.el: Don't require time-date, netrc.
12824         (message-fetch-field, gnus-group-name-decode): Declare rather than
12825         autoloading.
12826         (gnus-fetch-field): Require message.
12827         (gnus-decode-newsgroups): Require gnus-group.
12829         * ietf-drums.el: Don't require time-date.
12831         * message.el: Don't require hashcash, canlock, ecomplete.
12832         Do require mail-utils.  Require nnheader only when compiling.
12833         (smtpmail-default-smtp-server): Remove declaration.
12834         (message-send-mail-function): Check smtpmail-default-smtp-server
12835         is bound rather than requiring smtpmail.
12836         (message-auto-save-directory, message-insert-signature):
12837         Use expand-file-name rather than nnheader-concat.
12838         (nnheader-insert-file-contents): Autoload.
12839         (hashcash-wait-async): Declare.
12840         (message-send-mail): Only call gnus-setup-posting-charset if
12841         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12842         (message-send-mail-with-sendmail): Require sendmail.
12843         (canlock-password, canlock-password-for-verify): Declare.
12844         (message-canlock-password): Require canlock.
12845         (nnheader-get-report): Autoload.
12846         (gnus-setup-posting-charset): Declare.
12847         (message-send-news): Require gnus-msg.
12848         (message-make-references, message-make-in-reply-to): Use mail-header-id
12849         rather than the alias mail-header-message-id.
12850         (ecomplete-add-item, ecomplete-save): Declare.
12851         (message-put-addresses-in-ecomplete): Require ecomplete.
12852         (ecomplete-display-matches): Autoload.
12854         * mm-decode.el: Don't require mailcap, gnus-util.
12855         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12856         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12857         Autoload.
12858         (mailcap-mime-extensions): Declare.
12860         * mm-encode.el: Don't require mailcap.
12861         (mailcap-extension-to-mime): Autoload.
12863         * mml-sec.el: Don't require password-cache.
12865         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12866         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12867         (mml-minibuffer-read-type): Require mailcap.
12868         (mml-preview): Require gnus-msg.
12870         * mml1991.el: Require password-cache.
12871         (password-cache-expiry): Remove declaration.
12873         * mml2015.el: Require password-cache.
12874         (password-cache-expiry): Remove declaration.
12876         * nneething.el (mailcap): Require mailcap.
12878         * nnheader.el (declare-function): Add compatibility stub.
12879         (message-remove-header): Declare rather than autoload.
12880         (nnheader-replace-header): Require message.
12882         * nnimap.el (declare-function): Add compatibility stub.
12883         (netrc-parse, netrc-machine-user-or-password): Declare.
12884         (nnimap-open-connection): Require netrc.
12886         * nntp.el (declare-function): Add compatibility stub.
12887         (netrc-parse, netrc-machine, netrc-get): Declare.
12888         (nntp-send-authinfo): Require netrc.
12890         * rfc2047.el: Don't require qp.
12891         (quoted-printable-encode-region, quoted-printable-decode-string):
12892         Autoload.
12894         * sieve-mode.el: Don't require easymenu.
12895         (easy-menu-add-item): Autoload it.
12897         * spam-stat.el (time-to-number-of-days): Autoload it.
12899 2010-03-19  Glenn Morris  <rgm@gnu.org>
12901         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12903 2010-03-18  Glenn Morris  <rgm@gnu.org>
12905         * hashcash.el (declare-function): Remove duplicate definition.
12907 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12909         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12910         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12911         value if any backslash escapes).
12913 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12915         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12916         if it is available.  (bug#5647)
12918         * lpath.el: Suppress compiler warning for coding-system-from-name for
12919         Emacs 21 and XEmacs.
12921 2010-03-14  Juri Linkov  <juri@jurta.org>
12923         * hmac-def.el:
12924         * hmac-md5.el:
12925         * netrc.el: Fix keywords.
12927 2010-02-26  Glenn Morris  <rgm@gnu.org>
12929         * message.el (message-send-mail-function): Change the default, so that
12930         it inherits from a customized send-mail-function.  (Bug#5643)
12932 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12934         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12935         shell-command-to-string signals an error (bug#5299).
12937 2010-02-24  Glenn Morris  <rgm@gnu.org>
12939         * message.el (message-smtpmail-send-it)
12940         (message-send-mail-with-mailclient): Doc fixes.
12942 2010-02-16  Glenn Morris  <rgm@gnu.org>
12944         * message.el (message-default-mail-headers): Change the default value
12945         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12947 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12949         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12950         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12952 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12954         * time-date.el (date-to-time): Doc fix (Bug#5408).
12956 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12958         * message.el (message-mail): Just pass yank-action on to message-setup.
12959         (message-setup): Handle (FUN . ARGS) form of yank-action.
12960         (message-with-reply-buffer, message-widen-reply)
12961         (message-yank-original): Handle non-buffer values of
12962         message-reply-buffer (Bug#4080).
12963         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12965 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12967         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12968         Fix typo in docstring.
12970 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12972         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12973         response.
12975 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12977         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12979         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12981         * message.el (message-check-news-header-syntax): Protect against a
12982         string that `rfc822-addresses' returns when parsing fails.
12984 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12986         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12987         (gnus-previous-char-property-change): New functions.
12989         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12991 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12993         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12994         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12996 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12998         * message.el (message-exchange-point-and-mark): Rework last change to
12999         avoid using optional arg of exchange-point-and-mark, for backward
13000         compatibility.
13002 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13004         * message.el (message-exchange-point-and-mark):
13005         Call exchange-point-and-mark with an argument rather than setting
13006         mark-active by hand (Bug#5175).
13008 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13010         * nntp.el (nntp-service-to-port): Work for service expressed with
13011         numeric string; replace [:digit:] with [0-9] for XEmacs.
13013 2009-12-17  Glenn Morris  <rgm@gnu.org>
13015         * gnus-group.el (gnus-bug-group-download-format-alist):
13016         Change emacs entry to debbugs.gnu.org.  Bump :version.
13018 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13020         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13022 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13024         * message.el (message-info): Explain why we use `Info-goto-node'.
13026 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13028         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13030 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13032         * message.el (message-completion-in-region): New compatibility function.
13033         (message-expand-group): Use it.
13035 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13037         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13038         with no unread article should be listed if the 2nd arg `predicate' is
13039         given.
13041 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13043         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13045 2009-11-29  Juri Linkov  <juri@jurta.org>
13047         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13048         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13049         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13051 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13053         * sha1.el (sha1-string-external): default-directory "/" in case
13054         otherwise non-existent.  process-connection-type pipe for touch of
13055         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13057 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13059         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13060         it's comms related and sgml-mode.el has "comm" on that basis too.
13062 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13064         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13065         containing tspecial characters if they have been already quoted.
13067 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13069         * dns-mode.el (auto-mode-alist): Purecopy string.
13071 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13073         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13075 2009-10-24  Glenn Morris  <rgm@gnu.org>
13077         * gnus-art.el (help-xref-stack-item): Define for compiler.
13079 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13081         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13083 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13085         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13087 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13089         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13090         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13092 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13094         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13095         (gnus-overlays-in): New alias to overlays-in.
13097         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13098         gnus-overlay-get, and gnus-delete-overlay.
13099         (gnus-summary-show-thread): Make it work as well for systems in which
13100         next-single-char-property-change is not available.
13101         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13103         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13104         (gnus-overlay-get): New alias to extent-property.
13105         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13107         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13108         SXEmacs.
13110         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13111         SXEmacs.
13113 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13115         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13117 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13119         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13120         and XEmacs that don't have `remove-overlays'.
13122 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13124         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13125         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13126         selective display.  Use overlays instead.
13128 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13130         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13132 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13134         * spam-stat.el (spam-stat-load): Fix typo in message.
13136 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13138         * dig.el (dig-invoke): Fix typo in docstring.
13139         (query-dig): Reflow docstring.
13141 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13143         * gnus-art.el (gnus-article-encrypt-body):
13144         * message.el (message-check-recipients):
13145         * mm-util.el (mm-codepage-setup):
13146         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13147         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13149 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13151         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13152         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13153         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13154         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13155         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13157 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13159         * dig.el: Add "Keywords: comm", as per net-utils.el.
13161 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13163         * dig.el (dig-mode): Use define-derived-mode.
13165 2009-09-19  Glenn Morris  <rgm@gnu.org>
13167         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13169 2009-09-18  Glenn Morris  <rgm@gnu.org>
13171         * gnus-diary.el (gnus-diary-check-message):
13172         * message.el (message-insert-formatted-citation-line):
13173         * nnbabyl.el (top-level):
13174         * nndiary.el (nndiary-schedule):
13175         Fix typos in condition-case handlers.
13177 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13179         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13180         configuration that provides the sole article window in a frame;
13181         position point correctly after deleting a part.
13183 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13185         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13186         (spam-resolve-registrations-routine): Use it to unregister articles
13187         that change status.
13189 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13191         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13192         with XEmacs.
13193         (parse-time-string-chars): Use it.
13195 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13197         * imap.el (imap-interactive-login): Better messages.
13198         (imap-open): Fix bug with renamed buffer on reconnect.
13199         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13200         for easier debugging and cleaner code.  On successful (guessed based on
13201         server capabilities) secondary authentication, set imap-state
13202         correctly.
13203         (imap-last-authenticator): Define imap-last-authenticator as a variable
13204         to avoid warnings.
13206 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13208         * nnrss.el (nnrss-request-article): Remove binding of
13209         default-enable-multibyte-characters that has gotten needless by
13210         the 2007-07-13 change in rfc2047-encode-message-header.
13212         * mml.el (mml-insert-multipart): Error on the message header.
13213         (mml-insert-part): Error on the message header; position point at
13214         the end of a MIME tag.
13216 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13218         * time-date.el (autoload): Expand define-obsolete-function-alias into
13219         defalias and make-obsolete for old Emacsen that Gnus supports.
13220         (with-no-warnings): Define it for old Emacsen.
13221         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13222         is available.
13223         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13224         float-time is available; suppress compile warning for time-to-seconds.
13226         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13227         (gnus-float-time): Alias to float-time if it exists.
13229         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13230         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13231         float-time is available; suppress compile warning for time-to-seconds.
13233         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13234         XEmacs.
13236 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13238         * imap.el (imap-message-map): Docstring fix.
13240 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13242         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13243         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13244         Add the optional argument `encoding' that overrides the default.
13246         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13247         mm-encode-buffer.
13249 2009-09-04  Glenn Morris  <rgm@gnu.org>
13251         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13252         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13253         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13254         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13255         * mm-util.el (mm-with-unibyte-current-buffer)
13256         (mm-find-buffer-file-coding-system):
13257         * yenc.el (yenc-decode-region): Use default-value rather than
13258         default-enable-multibyte-characters.
13260 2009-09-03  Glenn Morris  <rgm@gnu.org>
13262         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13263         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13264         than default-enable-multibyte-characters.
13266 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13268         * gnus-art.el (gnus-article-read-summary-keys):
13269         Fix gnus-buffer-configuration's value temporarily used.
13271 2009-09-02  Glenn Morris  <rgm@gnu.org>
13273         * gnus-util.el (gnus-float-time): New function.
13274         * gnus-delay.el (gnus-delay-article):
13275         * gnus-sum.el (gnus-thread-latest-date):
13276         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13277         * nnspool.el (nnspool-request-newgroups):
13278         Use gnus-float-time rather than time-to-seconds.
13279         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13281         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13282         (gnus-header-subject-face, gnus-header-newsgroups-face)
13283         (gnus-header-name-face, gnus-header-content-face):
13284         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13285         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13286         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13287         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13288         (gnus-cite-face-11):
13289         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13290         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13291         (gnus-server-closed-face, gnus-server-denied-face)
13292         (gnus-server-offline-face):
13293         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13294         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13295         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13296         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13297         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13298         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13299         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13300         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13301         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13302         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13303         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13304         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13305         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13306         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13307         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13308         (gnus-summary-high-undownloaded-face)
13309         (gnus-summary-low-undownloaded-face)
13310         (gnus-summary-normal-undownloaded-face)
13311         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13312         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13313         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13314         (gnus-splash-face):
13315         * message.el (message-header-to-face, message-header-cc-face)
13316         (message-header-subject-face, message-header-newsgroups-face)
13317         (message-header-other-face, message-header-name-face)
13318         (message-header-xheader-face, message-separator-face)
13319         (message-cited-text-face, message-mml-face):
13320         * sieve-mode.el (sieve-control-commands-face)
13321         (sieve-action-commands-face, sieve-test-commands-face)
13322         (sieve-tagged-arguments-face):
13323         * spam.el (spam-face):
13324         Mark face aliases with "-face" in the name as obsolete.
13326 2009-09-01  Glenn Morris  <rgm@gnu.org>
13328         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13329         than goto-line.
13331 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13333         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13334         Don't move point if the command is invoked inside the message header.
13336 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13338         * imap.el (imap-send-command): Simplify.
13339         (imap-wait-for-tag): point-max -> buffer-size.
13341 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13343         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13344         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13345         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13346         * nnir.el (nnir-swish-e-index-file):
13347         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13348         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13349         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13350         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13351         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13352         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13354 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13356         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13357         Don't save excursion.
13359 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13361         * nnheader.el (nnheader-find-file-noselect):
13362         * mm-util.el (mm-insert-file-contents):
13363         Use (default-value 'major-mode) instead of default-major-mode.
13365 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13367         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13369 2009-08-26  Glenn Morris  <rgm@gnu.org>
13371         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13372         than placing in files.el.
13374 2009-08-25  Glenn Morris  <rgm@gnu.org>
13376         * nnir.el (top-level): Don't require cl at run-time.
13377         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13378         Replace cl-function substitute with gnus-replace-in-string.
13379         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13380         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13381         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13382         simplified expansions.
13384 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13386         * dig.el (dig): Add autoload cookie.
13388 2009-08-22  Glenn Morris  <rgm@gnu.org>
13390         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13391         goto-line.
13393 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13395         * parse-time.el (parse-time-string-chars): Save match data.
13397 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13399         * parse-time.el (parse-time-string-chars): Compute using character
13400         classes, to handle non-ascii characters (Bug#3190).
13402 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13404         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13406         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13407         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13408         (gnus-mm-display-part, gnus-mime-display-single)
13409         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13410         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13412         * gnus-sum.el
13413         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13414         (gnus-summary-move-article): Add expirable mark to articles copied or
13415         moved to group that has auto-expire turned on if the option is non-nil.
13417 2009-07-24  Glenn Morris  <rgm@gnu.org>
13419         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13420         Fix typo.  (Bug#3903)
13422 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13424         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13425         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13426         that should not be used for draft articles.
13427         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13428         that has no concern in minor mode keys.
13429         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13430         Abolish.
13432 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13434         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13435         article without making inquiry to a user for unknown encoding.
13437         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13438         (nnmaildir--scan): Assume i-node and device number that file-attributes
13439         returns might be cons-cell.
13441         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13443         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13445 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13447         * auth-source.el: Remove docs now in auth.texi.  Don't use
13448         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13449         `auth-source-hide-passwords' and use them.
13451 2009-07-15  Glenn Morris  <rgm@gnu.org>
13453         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13455 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13457         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13458         excessive whitespace from the default values of title and description.
13460 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13462         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13463         mail-fetch-field to fetch Content-Description header in order to
13464         exclude newlines.
13466 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13468         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13469         format used by GnuPG 2.0.11.
13471 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13473         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13474         to deleted part.
13476 2009-05-30  David Engster  <dengste@eml.cc>
13478         * nnmairix.el: Remove old documentation in the commentary block.
13479         (nnmairix-request-group): Do not update active file for nnml back ends.
13480         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13481         end so that overview files are ignored.
13482         (nnmairix-update-groups): Make updating the groups more robust by using
13483         marks.
13484         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13485         with dollar characters in message-id.
13487 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13489         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13490         2008-12-25 in dns.el.
13492 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13494         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13495         could happen if the text is only composed of spaces and/or tabs.
13497 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13499         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13500         when sending a queued message to avoid extra mml tags.
13502 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13504         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13506 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13508         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13509         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13510         rmail-toggle-header for XEmacs;
13511         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13513 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13515         * gnus-dired.el: Remove autoload for gnus-setup-message.
13516         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13517         displaying Gnus logo; always use compose-mail.
13519 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13521         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13523 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13525         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13526         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13527         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13528         available.
13529         (gnus-nocem-epg-verify): New function.
13531 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13533         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13535 2009-02-15  Glenn Morris  <rgm@gnu.org>
13537         * gnus-util.el (rmail-insert-rmail-file-header)
13538         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13539         autoloads.
13540         (rmail-default-rmail-file): Remove unnecessary declaration.
13541         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13543 2009-02-14  Glenn Morris  <rgm@gnu.org>
13545         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13546         variable (only used in gnus-util, which declares it anyway).
13547         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13548         which was only needed by gnus-art (changed to not use it any more).
13549         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13550         only used in gnus-util, which autoloads it itself.
13551         (rmail-update-summary): Fix autoload.
13553         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13554         rather than rmail-output-to-rmail-file.
13556 2009-02-07  Glenn Morris  <rgm@gnu.org>
13558         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13559         autoload of function that no longer exists.
13560         (rmail-toggle-header): Declare.
13561         (message-forward-rmail-make-body): Handle mbox Rmail.
13563 2009-01-31  Glenn Morris  <rgm@gnu.org>
13565         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13566         2009-01-09 change.
13568 2009-01-31  Dave Love  <fx@gnu.org>
13570         * imap.el (imap-fetch-safe): Bind debug-on-error.
13571         (imap-debug): Add imap-fetch-safe.
13573 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13575         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13576         (auth-source-forget-all-cached): New convenience function.
13577         (auth-source-user-or-password): Accept list of modes or a single mode.
13579         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13580         auth-source modes.
13582         * netrc.el (netrc-machine-user-or-password): Use list of
13583         auth-source modes.
13585         * nnimap.el (nnimap-open-connection): Use list of
13586         auth-source modes.
13588         * nntp.el (nntp-send-authinfo): Use list of
13589         auth-source modes.
13591 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13593         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13594         now.
13596 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13598         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13599         coding system in XEmacs; add a workaround for XEmacs.
13601         * lpath.el: Fbind coding-system-aliasee.
13603 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13605         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13606         of current-language-environment.
13608 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13610         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13611         available at runtime.
13613 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13615         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13617 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13619         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13620         the greatest positive fixnum value doesn't work under an XEmacs with
13621         bignum support; use the most-positive-fixnum constant instead,
13622         available since Emacs 21.1 with cl and XEmacs 21.1.
13624 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13626         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13627         XEmacs gets not to work.
13629 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13631         * mm-util.el (mm-coding-system-priorities): Allow the value like
13632         "Japanese (UTF-8)" of current-language-environment.
13634 2009-01-09  Glenn Morris  <rgm@gnu.org>
13636         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13637         with last-command-event.
13639 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13641         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13642         in the doc string.
13644         * message.el (message-fix-before-sending): Amend comment.
13646 2009-01-08  Dave Love  <fx@gnu.org>
13648         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13650 2009-01-07  David Engster  <dengste@eml.cc>
13652         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13653         simplified server definitions by converting it via
13654         gnus-server-to-method.
13656 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13658         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13659         parameter's operands.
13661 2009-01-06  David Engster  <dengste@eml.cc>
13663         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13664         primary select method (for gnus-group-mark-article-as-read).
13666 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13668         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13669         `(gnus)Face', not `(gnus)X-Face'.
13671 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13673         * mm-util.el (mm-ucs-to-char): New function.
13675         * mm-url.el (mm-url-decode-entities): Use it.
13677         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13678         unicode-to-char.
13680 2009-01-05  Dave Love  <fx@gnu.org>
13682         * time-date.el: Require cl for `declare'.
13684 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13686         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13687         Dave Love.
13689 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13691         * message.el (message-fix-before-sending): Add `eight-bit' to
13692         illegible-text check.
13694 2009-01-03  Michael Olson  <mwolson@gnu.org>
13696         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13697         `headers' is nil.  This can occur if the IMAP server does not have
13698         permissions to read messages from a folder, but can write new messages
13699         to the folder.
13700         (nnimap-request-article-part): Do not insert `data' if it is nil.
13702         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13703         characters which will confuse `read', so skip past them.
13705 2009-01-01  Dave Love  <fx@gnu.org>
13707         * imap.el (imap-string-to-integer): Fix typo.
13708         (imap-fetch-safe): New function.
13709         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13711         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13713         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13714         (imap-parse-greeting): Fix doc strings.
13715         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13716         (imap-parse-flag-list): Make messages unique.
13717         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13719         * nnimap.el: Fix author email.
13720         (nnimap-split-rule): Add FIXME comment.
13721         (nnimap-debug): Fix doc string.
13723 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13725         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13727 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13729         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13730         nslookup if resolv.conf isn't available.
13731         (dns-query): Rename from query-dns.
13732         (dns-query-cached): Rename from query-dns-cached.
13734 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13736         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13737         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13738         to check if those variables exist (first appeared in Emacs 18.50).
13740 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13742         * mm-util.el (mm-line-number-at-pos): New function.
13744         * spam-report.el (spam-report-process-queue): Use it.
13746 2008-12-24  David Engster  <dengste@eml.cc>
13748         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13749         parameters that haven't existed as variables as buffer-local variables.
13751 2008-12-23  Dave Love  <fx@gnu.org>
13753         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13754         cadar.
13756         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13757         imap-starttls-p.
13758         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13760 2008-12-22  Dave Love  <fx@gnu.org>
13762         * imap.el: Fix author email.  Doc fixes.
13763         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13764         reply.
13766 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13768         * spam-report.el (spam-report-gmane-max-requests): New constant.
13769         (spam-report-gmane-wait): New variable.
13770         (spam-report-gmane-ham, spam-report-gmane-spam)
13771         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13772         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13773         the server.
13775         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13776         Add explanations.
13778         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13779         nnheader-accept-process-output and nnheader-read-timeout if available.
13780         (pop3-movemail): Use it.
13782         * message.el (message-check-news-body-syntax): Fix signature check if
13783         there's an attachment.
13785 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13787         * mm-util.el: Add comments to the mm- emulating functions.
13789 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13791         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13792         Reported by Stephen Berman <stephen.berman@gmx.net>.
13794 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13796         * mm-util.el (mm-substring-no-properties): New function.
13797         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13798         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13799         (mm-string-to-multibyte): Doc fix.
13801         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13803 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13805         * mml.el (mml-attach-file): Strip text properties from file name.
13806         (Bug#1574)
13808 2008-12-16  Glenn Morris  <rgm@gnu.org>
13810         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13812 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13814         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13815         knows since the charset specified might be a bogus alias that
13816         mm-charset-synonym-alist provides.
13818 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13820         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13821         "ISO_8859-1".
13823         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13825 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13827         * mm-util.el (mm-charset-eval-alist):
13828         Define it before mm-charset-to-coding-system.
13829         (mm-charset-to-coding-system): Add optional argument `silent';
13830         define it before mm-charset-override-alist.
13831         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13832         default value if it can be used in Emacs currently running;
13833         silence mm-charset-to-coding-system.
13835 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13837         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13838         `allow-override' which says whether to use `mm-charset-override-alist'.
13839         (rfc2047-decode-encoded-words): Use it.
13841         * mm-util.el (mm-charset-override-alist): Fix custom type;
13842         add `(gb2312 . gbk)' to choices.
13844 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13846         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13847         fast.
13849         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13851         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13853 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13855         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13856         on links.
13858         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13860 2008-12-03  Lute Kamstra  <lute@gnu.org>
13862         * sha1.el: Remove leading * from docstrings of defcustoms,
13863         deffaces, defconsts and defuns.
13865 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13867         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13868         users' addresses that don't have domain parts.
13869         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13870         rather than message-narrow-to-head since there will be the message
13871         header separator.
13873 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13875         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13876         since the result is inserted in a unibyte buffer anyway.
13877         (nnimap-demule-use-string-to-multibyte): Remove.
13878         (nnimap-demule): Alias it to mm-string-to-multibyte.
13880 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13882         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13883         variable for debugging bug#464 and bug#1174.
13884         (nnimap-demule): Use it.
13886 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13888         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13889         score calculation correctly.
13891 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13893         * message.el (message-send-mail): Just set the buffer to unibyte
13894         rather than use mm-with-unibyte-current-buffer which does a lot more.
13895         (message-send-mail-partially): Don't bother with
13896         mm-with-unibyte-current-buffer since it's already been made unibyte by
13897         message-send-mail.
13899 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13901         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13903 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13905         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13907 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13909         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13910         require itself and to remove `with-no-warnings'.
13912 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13914         * starttls.el (starttls-any-program-available): Get the name of the
13915         available TLS layer program.
13916         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13917         well as the host name in the "opening" message.
13919         * auth-source.el (auth-source-cache, auth-source-do-cache)
13920         (auth-source-user-or-password): Cache passwords and logins by default,
13921         allow override with `auth-source-do-cache'.
13922         (auth-source-forget-user-or-password): Allow users to remove cache
13923         entries if needed.
13925 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13927         * md4.el (md4-buffer): Fix typo in docstring.
13928         (md4, md4-64): Doc fixes.
13929         (md4-pack-int32): Reflow docstring.
13931 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13933         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13934         condition-case to only the forward-sexp call.
13936 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13938         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13939         quotes contained.  Make it more robust regardless by an extra
13940         condition-case wrapper.
13942 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13944         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13946 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13948         * nnml.el (nnml-request-expire-articles): Check if the function set to
13949         `nnmail-expiry-target' returns the symbol `delete'.
13951         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13953         * nnmail.el (nnmail-expiry-target): Fix custom type.
13955 2008-10-02  Glenn Morris  <rgm@gnu.org>
13957         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13958         Silence compiler warning.
13960 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13962         * tls.el (open-tls-stream): Show the actual command being
13963         executed, instead of the format string.
13965 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13967         * lpath.el: Fbind codepage-setup for Emacs 23.
13969 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13971         * mml.el (mml-menu): Don't assume mml2015 is bound.
13973 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13975         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13976         exists.
13978 2008-09-27  Glenn Morris  <rgm@gnu.org>
13980         * gnus-util.el (mail-header-remove-comments): Autoload it.
13982 2008-09-27  Andreas Schwab  <schwab@suse.de>
13984         * gnus-util.el (gnus-split-references): Strip comments.
13985         (gnus-parent-id): Likewise.
13987 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13989         * message.el (message-confirm-send): Fix version.
13991 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13993         * message.el (message-idna-to-ascii-rhs-1): Use
13994         mail-extract-address-components rather than mail-header-parse-addresses
13995         that is an alias by default to ietf-drums-parse-addresses that does not
13996         support non-ASCII names in headers' contents.
13998 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14000         * message.el (message-confirm-send): Fix variable documentation to
14001         avoid the "y/n" wording.
14003 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14005         * message.el (message-set-auto-save-file-name): Save to a different
14006         filename so multiple messages (especially drafts) can be recovered.
14008 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14010         * message.el (message-confirm-send): Add appropriate version.
14012 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14014         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14015         defvar.
14017 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14019         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14020         (mm-pkcs7-enveloped-magic): Ditto.
14022 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14024         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14025         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14027 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14029         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14030         default, it's better.
14032 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14034         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14035         summary line gnus-number property and ignore them (with a warning
14036         message).
14038 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14040         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14041         macro caddr in the interactive form since it won't be expanded.
14043 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14045         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14046         `charset'; fix name of function called recursively.
14047         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14049 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14051         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14052         (gnus-mime-set-charset-parameters): New function.
14053         (gnus-mime-view-part-as-charset): Use it to correctly display part
14054         specifying wrong charset.
14056 2008-09-08  David Engster  <dengste@eml.cc>
14058         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14059         in completing-read for back end server.
14061 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14063         * message.el (message-confirm-send): New variable to confirm sending a
14064         message.
14065         (message-send): Use it.
14067 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14069         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14071 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14073         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14075 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14077         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14078         prevent tracking too many groups.
14079         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14080         Use it.
14082 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14084         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14085         moving point to the bottom of the window in order to avoid recentering.
14087 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14089         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14091         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14092         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14093         (gnus-article-beginning-of-window): Fix calculation.
14095 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14097         * gnus-msg.el (gnus-summary-supersede-article)
14098         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14099         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14100         message header.
14102 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14104         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14105         pending output coming after the status change.
14107 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14109         * message.el:
14110         * gnus-start.el:
14111         * gnus-registry.el: Remove VMS support.
14113 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14115         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14116         macro.
14117         (rfc2104-hash): Use it.
14119 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14121         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14122         (gnus-summary-sort-by-most-recent-date): New commands.
14123         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14124         and menu entries.
14126 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14128         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14129         don't redisplay article for raw contents; remove plural articles stuff.
14131         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14132         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14133         on gnus-summary-save-article; display results properly.
14135 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14137         * lpath.el: No need to fbind ns-focus-frame.
14139 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14141         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14143 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14145         * gnus-art.el (gnus-summary-save-in-pipe):
14146         Consider gnus-save-all-headers.
14148 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14150         * gnus-util.el (ns-focus-frame): Remove declaration.
14151         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14152         like x.
14154 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14156         * rfc2104.el (rfc2104-zero): Delete defconst.
14157         (rfc2104-hex-alist): Likewise.
14158         (rfc2104-hex-to-int): Delete func.
14159         (rfc2104-hexstring-to-bitstring): Likewise.
14160         (rfc2104-nybbles): New defconst.
14161         (rfc2104-hash): Rewrite for speed.
14163 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14165         * tls.el (open-tls-stream): Make it work with the 2nd argument
14166         BUFFER that is a string but does not exist as a buffer object, as
14167         mentioned in the doc-string.
14169 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14171         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14172         SXEmacs.
14174 2008-07-16  Glenn Morris  <rgm@gnu.org>
14176         * gnus-util.el (ns-focus-frame): Declare for compiler.
14178 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14180         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14181         set as a group parameter.
14182         (gnus-summary-save-in-pipe): Work when it is called independently.
14183         (gnus-summary-pipe-to-muttprint): Don't modify
14184         gnus-summary-pipe-output-default-command.
14186 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14188         * message.el (message-send-mail-with-sendmail):
14189         Display the error message.
14191 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14193         * gnus-art.el (gnus-default-article-saver):
14194         Add gnus-summary-save-in-pipe to choices.
14195         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14196         gnus-summary-pipe-output-default-command as the default command.
14197         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14198         instead of gnus-last-shell-command.
14200         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14201         New user option.
14202         (gnus-summary-muttprint-program): Mention the value will be changed.
14203         (gnus-summary-save-article): Force showing of all headers.
14204         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14206 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14208         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14210 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14212         * nnimap.el (nnimap-id):
14213         * sieve-manage.el (sieve-manage-open): Doc fixes.
14215 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14217         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14218         if available.
14220 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14222         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14224         * nnkiboze.el (nnkiboze-generate-group):
14225         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14227         * nnmairix.el: Require CL.
14229 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14231         * dgnushack.el: Autoload get-display-table and put-display-table for
14232         XEmacs 21.5.
14234         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14235         21.4 and SXEmacs.
14237 2008-06-15  David Engster  <dengste@eml.cc>
14239         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14241 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14243         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14244         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14245         runtime choice under XEmacs.
14247         * gnus-sum.el (gnus-summary-set-display-table):
14248         Use `gnus-put-display-table', `gnus-get-display-table',
14249         `gnus-set-display-table' for the display table, instead of `aset'.
14251         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14252         Use `gnus-put-display-table', `gnus-get-display-table',
14253         `gnus-set-display-table' for the display table.
14255 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14257         * nnmairix.el: Add autoloads.
14259 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14261         * nnmairix.el (nnmairix-delete-recreate-group)
14262         (nnmairix-update-and-clear-marks): Fix error messages.
14264 2008-06-14  David Engster  <dengste@eml.cc>
14266         * nnmairix.el: Upgrade to version 0.6.
14267         (nnmairix-group-toggle-propmarks-this-group)
14268         (nnmairix-group-toggle-readmarks-this-group)
14269         (nnmairix-group-delete-recreate-this-group)
14270         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14271         (nnmairix-remove-tick-mark-original-article): New commands.
14272         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14273         (nnmairix-propagate-marks-to-nnmairix-groups)
14274         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14275         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14276         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14277         functions needed for marks propagation and manipulation of read marks.
14278         (nnmairix-update-groups): New function.
14279         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14280         (nnmairix-determine-original-group-from-registry)
14281         (nnmairix-determine-original-group-from-path)
14282         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14283         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14284         New helper functions.
14285         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14286         keystrokes for new commands.
14287         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14288         (nnmairix-request-group): Check allow-fast group parameter.
14289         (nnmairix-request-create-group): Set allow-fast group parameter if
14290         nnmairix-allowfast-default is set.
14291         (nnmairix-close-group): Propagate marks upon closing if needed.
14292         (nnmairix-group-toggle-threads-this-group): Use new.
14293         nnmairix-group-toggle-parameter helper function.
14294         (nnmairix-search): Better check for empty search result.
14295         (nnmairix-goto-original-article): Use new helper functions for
14296         determining original article.
14297         (nnmairix-show-original-article): Make sure message-id is in brackets.
14298         (nnmairix-call-mairix-binary): Change variable name.
14299         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14300         helper function.
14301         (nnmairix-widget-toggle-activate): Fix doc string.
14303 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14305         * nnir.el: Require edmacro when compiling with XEmacs.
14306         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14307         available in Emacs 21.
14309 2008-06-11  Glenn Morris  <rgm@gnu.org>
14311         * gnus-util.el (x-focus-frame):
14312         * gnus.el (image-size):
14313         * mm-decode.el (image-size): Declare.
14315         * gnus-picon.el (declare-function): Add compat definition.
14316         (image-size): Declare.
14318         * gnus-group.el (tool-bar-map):
14319         * gnus-sum.el (tool-bar-map): Define for compiler.
14321         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14323         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14325         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14326         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14327         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14328         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14329         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14330         * sieve-manage.el, spam-report.el, spam.el:
14331         Remove unnecessary eval-and-compile of autoloads.
14333 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14335         * auth-source.el: Precise Tramp doc.
14337 2008-06-07  Glenn Morris  <rgm@gnu.org>
14339         * nnmairix.el: Remove unnecessary eval-when-compile.
14341 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14343         * lpath.el: Fbind propertize for XEmacs 21.4.
14345 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14347         * nnir.el: Move here from ../contrib.
14349 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14351         * gnus-util.el (gnus-read-shell-command): New function.
14352         * mm-decode.el (mm-pipe-part):
14353         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14355 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14357         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14359 2008-06-03  Glenn Morris  <rgm@gnu.org>
14361         * pop3.el (nnheader-accept-process-output): Autoload it.
14363 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14365         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14366         are not 2-digit hexadecimal characters that follow `%'s.
14368 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14370         * message.el (message-bogus-recipient-p): Fix type in doc string.
14371         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14372         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14373         Improve custom options.
14374         (message-bogus-recipient-p): Adjust accordingly.
14376 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14378         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14379         long-form month and day names.
14381 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14383         * dgnushack.el: Autoload debug, eudc-expand-inline and
14384         pgg-snarf-keys-region for XEmacs.
14386         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14388         * nnmairix.el: Require edmacro when compiling with XEmacs.
14390 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14392         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14393         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14395 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14397         * auth-source.el: Add more docs.
14399         * netrc.el (netrc-machine): Always match if the port is not given.
14401 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14403         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14404         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14405         retrieval faster in some cases, but might make CPU usage larger.
14406         If this has any bad side effects, we might revert this change.
14408         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14409         seems to make mail retrieval much, much faster.
14410         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14411         unconditionally.
14413         * gnus-draft.el (gnus-group-send-queue):
14414         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14416 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14418         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14420         * message.el (message-bogus-address-regexp): Fix and improve custom
14421         type.
14422         (message-setup-hook): Add message-check-recipients as custom option.
14424 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14426         * message.el (message-cite-function): Remove bogus autoload which crept
14427         in during merge from v5-10.
14429 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14431         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14433         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14435         * auth-source.el: Preliminary Tramp docs.
14436         (auth-sources): Change the default auth-sources to use
14437         EPA .gpg files.
14439 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14441         * nntp.el: Autoload `auth-source-user-or-password'.
14442         (nntp-send-authinfo): Use it.
14444         * nnimap.el: Autoload `auth-source-user-or-password'.
14445         (nnimap-open-connection): Use it.
14447         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14448         for the gnus-message function.
14449         (auth-source-user-or-password): Use it.
14451 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14453         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14454         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14455         (rfc2104-hash): Use it.
14457 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14459         * gnus-art.el (gnus-article-toggle-truncate-lines):
14460         Don't use `iff' in docstring.
14462 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14464         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14466         * gnus-util.el (gnus-extract-address-component-name)
14467         (gnus-extract-address-component-email): Convenience functions around
14468         `gnus-extract-address-components'.
14470         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14471         Use `gnus-extract-address-component-email' to fix bug of comparing full
14472         sender name to `user-mail-address'.
14474 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14476         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14477         catch/throw to optimize.
14478         (gnus-registry-find-keywords): Just use member to find a keyword.
14480 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14482         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14483         is current before calling gnus-server-prepare.
14484         (gnus-server-setup-buffer, gnus-server-update-server)
14485         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14487 2008-05-04  Juri Linkov  <juri@jurta.org>
14489         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14490         (mailcap-file-default-commands): Use mailcap-replace-in-string
14491         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14492         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14494 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14496         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14498 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14500         * gnus.el: Bump version to 0.11.
14502 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14504         * gnus.el: No Gnus v0.10 is released.
14506 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14508         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14509         hooks.
14510         (gnus-update-read-articles): Speed up non-marks-using users.
14511         (gnus-use-marks): Define gnus-use-marks.
14512         (gnus-propagate-marks): Rename variable to something more sensible.
14514 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14516         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14517         (gmm-image-load-path-for-library): Fix typos in docstrings.
14518         (gmm-message): Reflow docstring.
14520 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14522         * mail-source.el (mail-source-set-1, mail-source-bind):
14523         Move auth-source code out of the macro to clean it up and fix bugs.
14525 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14527         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14528         by sender if it's equal to user-mail-address, it's likely to be
14529         useless.
14531         * mail-source.el (mail-source-bind): Don't use user or password if they
14532         are not bound.  Unintern them if they are nil.  Don't use server unless
14533         it's bound, and default it to empty string otherwise.
14535 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14537         * mail-source.el: Load auth-source.el.
14538         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14539         get user name or password, if auth-sources is set up.
14541         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14542         strategy of splitting with parent.
14543         (gnus-registry-split-fancy-with-parent)
14544         (gnus-registry-post-process-groups): Use it and fix prior
14545         bug (returning a list as the split result).
14547         * auth-source.el (auth-sources): Remove server parameter.
14548         (auth-source-pick, auth-source-user-or-password)
14549         (auth-source-user-or-password-imap)
14550         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14551         (auth-source-user-or-password-sftp)
14552         (auth-source-user-or-password-smtp): Remove server parameter.
14554 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14556         * smime.el (smime-sign-region, smime-encrypt-region)
14557         (smime-decrypt-region):
14558         Remove redundant calls to `generate-new-buffer-name'.
14560 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14562         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14563         Don't use QP for message/rfc822.
14564         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14566 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14568         * sieve-manage.el (sieve-string-bytes): Remove.
14569         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14570         correct byte-length only if the process's coding-system is the same as
14571         the one used internally by Emacs to represent strings.
14573 2008-04-22  Juri Linkov  <juri@jurta.org>
14575         * mailcap.el (mailcap-file-default-commands): New function.
14577 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14579         * message.el (message-signature-separator, message-cite-function):
14580         Change custom version.
14582 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14584         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14585         commands.
14586         (tls-checktrust): Ditto.
14588 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14590         * mm-decode.el (mm-display-external): Make temp file read-only.
14592 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14594         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14595         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14596         `C-c C-f d'.
14598 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14600         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14602 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14604         * gnus.el: Bump version to 0.9.
14606 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14608         * gnus.el: No Gnus v0.8 is released.
14610 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14612         * mail-source.el (mail-source-value):
14613         Prefer fboundp to functionp so it works with macros as well.
14615 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14617         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14618         Fix last change in case the element is not even a symbol.
14620 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14622         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14623         Prefer fboundp to functionp so it works with macros as well.
14625 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14627         * auth-source.el: Add docs.
14628         (auth-sources): Modify format to support server.
14629         (auth-source-pick, auth-source-user-or-password)
14630         (auth-source-user-or-password-imap)
14631         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14632         (auth-source-user-or-password-sftp)
14633         (auth-source-user-or-password-smtp): Add server parameter.
14635 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14637         * gnus-registry.el: Initialize the registry when gnus-registry-install
14638         is t.
14640 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14642         * compface.el (uncompface): Make buffer unibyte.
14644 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14646         * mail-source.el (mail-source-value):
14647         Prefer fboundp to functionp so it works with macros as well.
14649 2008-04-05  Glenn Morris  <rgm@gnu.org>
14651         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14653 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14655         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14656         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14658         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14659         multibyteness after rather than before erasing it.
14661         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14662         mm-with-multibyte.
14663         (gnus-request-article-this-buffer): Make sure the proper decoding is
14664         used if gnus-original-article-buffer happens to be unibyte.
14666         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14667         default-enable-multibyte-characters.
14669         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14670         default-enable-multibyte-characters.
14672         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14674         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14676 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14678         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14679         Fix last change in case the element is not even a symbol.
14681 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14683         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14684         (imap-message-copyuid-1): Use it.
14685         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14686         J. Williams in
14687         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14689         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14690         imap-enable-exchange-bug-workaround.
14691         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14693 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14695         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14696         a 100 byte status-checks into a 2-3MB transfer for each group.
14697         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14698         to enable bug workaround or not.
14699         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14701 2008-03-31  Glenn Morris  <rgm@gnu.org>
14703         * message.el (mml2015-use): Declare for compiler.
14704         (message-info): Require mml2015 when appropriate.
14706 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14708         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14709         whitespace.
14711 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14713         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14714         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14715         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14716         (nntp-service-to-port): New function.
14717         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14718         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14719         (nntp-open-netcat-stream): New function.
14720         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14722 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14724         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14726 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14728         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14730 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14732         * dns.el (dns-write): Use set-buffer-multibyte.
14734 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14736         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14738 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14740         * message.el (message-signature-separator): Change default.
14741         Improve custom type.
14742         (message-cite-function): Change default to
14743         message-cite-original-without-signature.
14745         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14746         toggle.
14748         * message.el (message-check-news-body-syntax): Fix signature check.
14749         (message-setup-1): Mark buffer as unmodified _after_ running
14750         message-setup-hook and handling message-alternative-emails.
14751         (message-shorten-references): Be more strict when building list of
14752         valid references to comply with GNKSA.
14754         * gnus-group.el (gnus-read-ephemeral-bug-group)
14755         (gnus-read-ephemeral-debian-bug-group)
14756         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14758         * message.el (message-info): Don't use booleanp which isn't supported
14759         in Emacs 21 and XEmacs.
14761 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14763         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14764         gnus-group-gmane-group-download-format.
14765         (gnus-group-read-ephemeral-gmane-group): Rename from
14766         gnus-group-read-ephemeral-gmane-group.
14767         (gnus-read-ephemeral-gmane-group-url): Rename from
14768         gnus-group-read-ephemeral-gmane-group-url.
14769         (gnus-bug-group-download-format-alist): New variable.
14770         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14771         (gnus-read-ephemeral-emacs-bug-group): New commands.
14773 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14775         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14776         (gnus-visible-headers): Improve custom type.
14778 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14780         * mml.el (mml-menu): Add workarounds for XEmacs.
14782         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14783         X-Boundary header.
14785         * message.el (message-simplify-recipients): Fix previous commit.
14787 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14789         * mm-util.el (mm-set-buffer-multibyte): New function.
14790         * mm-decode.el (mm-copy-to-buffer): Use it.
14792         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14793         Prefer fboundp to functionp so it works with macros as well.
14795 2008-03-19  Glenn Morris  <rgm@gnu.org>
14797         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14798         Accidentally removed in the sync process with Emacs.
14800 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14802         * message.el (message-alter-recipients-discard-bogus-full-name):
14803         New function.
14804         (message-alter-recipients-function): New variable.
14805         (message-get-reply-headers): Use it.
14806         (message-replace-header): New helper function.
14807         (message-recipients-without-full-name): New variable.
14808         (message-simplify-recipients): New command.
14810         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14812         * message.el (message-info): Handle EasyPG manual.
14814         * mml.el (mml-menu): Add entry for EasyPG.
14816 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14818         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14819         parameter.
14821         * message.el (message-disassociate-draft): Specify drafts group name
14822         fully.
14824 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14826         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14827         Eliminate unnecessary duplicates from the match list.
14829 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14831         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14833         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14835         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14836         args of `how-many' of which the XEmacs version doesn't take; declare
14837         Info-index-next as function.
14839 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14841         * gnus-score.el (gnus-score-headers): Fix handling of
14842         gnus-inhibit-slow-scoring.
14844         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14845         string.
14846         (gnus-button-url-regexp): Improve handling of parenthesis.
14847         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14848         (gnus-button-handle-info-keystrokes): Handle index entries.
14850 2008-03-15  Glenn Morris  <rgm@gnu.org>
14852         * parse-time.el (parse-time-string): Simplify.
14854 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14856         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14857         Incoming* files.
14859 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14861         * auth-source.el (auth-sources): Rename from auth-source-choices.
14862         (auth-source-pick): Use it.
14864 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14866         * binhex.el (binhex-decode-region-internal):
14867         * uudecode.el (uudecode-decode-region-internal):
14868         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14869         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14870         setting default-enable-multibyte-characters.
14872 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14874         * auth-source.el (auth-source-protocols)
14875         (auth-source-protocols-customize, auth-source-choices): Add and
14876         modified variable customizations and defaults.
14877         (auth-source-pick, auth-source-user-or-password)
14878         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14879         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14880         (auth-source-user-or-password-sftp)
14881         (auth-source-user-or-password-smtp): Use new variables and provide an
14882         interface to netrc.el.
14884 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14886         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14887         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14888         Make sure the nntp port to specify is a string.
14890 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14892         * nntp.el: Use with-current-buffer.
14893         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14894         dubious mm-with-unibyte-current-buffer.
14895         (nntp-with-open-group-function): New function extracted from
14896         nntp-with-open-group macro.
14897         (nntp-with-open-group): Use the function, so it's easier to debug.
14898         Add indentation and debugging info.
14899         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14900         Recommend the use of the netcat alternatives.
14902         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14903         Avoid mm-string-as-multibyte as well.
14905         * nnweb.el (nnweb-insert-html):
14906         Remove use of nnheader-string-as-multibyte.
14908         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14909         (nnheader-string-as-multibyte): Remove.
14911         * mm-view.el: Use inhibit-read-only.
14912         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14913         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14914         or unibyte-string.
14916         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14917         (mm-uu-yenc-extract): Use with-current-buffer.
14919         * gnus-soup.el (gnus-soup-send-packet): Don't use
14920         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14922         * nnmh.el: Use with-current-buffer.
14923         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14924         mm-string-as-multibyte on the output of mm-encode-coding-string.
14926         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14927         (nnimap-request-move-article): Use with-current-buffer.
14929         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14930         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14931         conversion uses string-make-unibyte rather than string-as-unibyte.
14933         * gnus-msg.el: Use with-current-buffer.
14935         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14937 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14939         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14940         string for caching if it is 'PIN.
14942 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14944         * lpath.el: Consider the case without Emacs/W3.
14946 2008-03-08  Glenn Morris  <rgm@gnu.org>
14948         * time-date.el (date-to-time, time-subtract, time-add)
14949         (safe-date-to-time): Doc fixes.
14951 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14953         * mail-source.el (mail-source-delete-old-incoming-confirm):
14954         Change default to nil.
14955         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14957 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14959         * lpath.el: Rearrange.
14961         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14962         (gnus-article-goto-prev-page): Work for articles having ^L's.
14964         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14966         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14968 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14970         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14971         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14972         (gnus-bookmark-jump): Adjust some variable names.
14974 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14976         * auth-source.el: New package.
14977         (auth-source-choices): Add customization entry point variable.
14979         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14980         bug.
14982 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14984         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14985         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14986         (gnus-registry-install-shortcuts): Rename from
14987         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14988         the `gnus-registry-mark-map' keymap dynamically from
14989         `gnus-registry-marks'.  The generated functions update the summary line
14990         when a registry mark is added or deleted, and will call
14991         `gnus-registry-install-p' (see the comments in the code).
14992         (gnus-registry-user-format-function-M): Use concat intelligently.
14994         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14995         the registry mark functions.
14997 2008-03-05  Glenn Morris  <rgm@gnu.org>
14999         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15000         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15001         gnus-art.
15002         (top-level): No need to load own source when compiling.
15004 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15006         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15007         Suggested by <chris.anderton@zetnet.co.uk>.
15009 2008-03-04  Glenn Morris  <rgm@gnu.org>
15011         * gnus-sum.el (top-level): No need to require gnus when compiling,
15012         since unconditionally required near start of file.
15013         (gnus-summary-display-while-building): Move definition before use.
15015 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15017         * gnus-registry.el (gnus-registry-user-format-function-M):
15018         Add formatting function.
15020 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15022         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15023         with plists.
15024         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15025         Use new format.
15027 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15029         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15030         `where-is-internal' that returns a range of key sequences.
15032 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15034         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15036         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15037         (gnus-summary-jump-to-group): Consider windows on other displayed
15038         frames as well.  Similar changes might be needed elsewhere, but that's
15039         the one I've bumped into during my use.
15041         * nndoc.el (nndoc-oe-dbx-type-p):
15042         * gnus-msg.el (gnus-debug):
15043         * gnus-group.el (gnus-update-group-mark-positions):
15044         Use mm-string-to-multibyte.
15046 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15048         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15049         doesn't handle NotDashEscaped.
15051         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15052         (mml-dnd-attach-options): Fix typo in custom choice.
15054         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15055         Change nndoc-article-type to mbox.
15056         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15058         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15059         to nil, instead of html2text.
15061         * imap.el (imap-debug): Add `imap-ping-server'.
15063         * gnus-bookmark.el: Add FIXMEs.
15065         * message.el (message-form-letter-separator)
15066         (message-send-form-letter-delay): New variables.
15067         (message-send-form-letter): Use them.  New command to send form
15068         letters.  Requested by Uwe Siart.
15069         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15071 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15073         * Update copyright years.
15075 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15077         Sync from EMACS_22_BASE.
15079         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15081 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15083         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15084         empty author.
15086 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15088         * gnus-registry.el (gnus-registry-marks): Add variable for
15089         customization of marks and their appearance.
15090         (gnus-registry-read-mark): Use it.
15091         (gnus-registry-do-marks): Add utility function to loop through
15092         `gnus-registry-marks'.
15093         (gnus-registry-install-shortcuts-and-menus): Add function to install
15094         shortcuts and menus.
15095         (gnus-registry-initialize): Use it.
15096         (gnus-registry-default-mark): Clarify documentation.
15098 2008-02-29  Glenn Morris  <rgm@gnu.org>
15100         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15101         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15102         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15103         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15104         Change defcustom :version from 23.0 to 23.1.
15106 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15108         * gnus-registry.el (gnus-registry-follow-group-p)
15109         (gnus-registry-post-process-groups): Add functions to aid registry
15110         splitting and improve logging.  Clarify behavior in function
15111         documentation.
15112         (gnus-registry-split-fancy-with-parent): Use them.
15114 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15116         * gnus-art.el: Use with-current-buffer.
15118 2008-02-27  David Engster  <dengste@eml.cc>
15120         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15121         Express real group name in the response.
15123 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15125         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15126         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15127         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15128         autoload gnus-registry-fetch-group when compiling.
15129         (nnmairix-request-group-with-article-number-correction):
15130         Remove unreferenced argument passed to nnmairix-call-backend.
15132 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15134         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15135         (mm-uu-extract): Improve face for low color ttys.
15136         Reported by Sascha Wilde.
15138 2008-02-27  Glenn Morris  <rgm@gnu.org>
15140         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15141         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15142         variables to defconsts.  Convert comments to doc-strings.
15143         (nnmairix-last-server, nnmairix-current-server): Convert from free
15144         variables to defvars.  Convert comments to doc-strings.
15145         (gnus-registry-fetch-group): Autoload.
15146         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15147         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15148         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15149         caddr.
15150         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15151         nnmairix-request-group-with-article-number-correction call.
15152         (nnmairix-fast, nnmairix-group): New, less general names, for free
15153         variables passed from nnmairix-request-group to
15154         nnmairix-request-group-with-article-number-correction.  Declare.
15155         (nnmairix-request-group-with-article-number-correction):
15156         Use nnmairix-fast, nnmairix-group rather than fast, group.
15158 2008-02-26  David Engster  <dengste@eml.cc>
15160         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15161         version 0.5.
15163 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15165         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15166         instead of making an extra function call.  Don't add the current group
15167         to articles only when they have the group.  Use
15168         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15169         Reported by David <de_bb@arcor.de>.
15171 2008-02-24  Miles Bader  <miles@gnu.org>
15173         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15174         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15175         (mm-find-mime-charset-region):
15176         * mm-bodies.el (mm-encode-body):
15177         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15179 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15181         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15182         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15184 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15186         * mail-source.el (mail-source-delete-incoming): Change default.
15187         Supplement doc string.
15189         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15191 2008-02-14  Glenn Morris  <rgm@gnu.org>
15193         * time-date.el (format-seconds): New function.
15195 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15197         * nnmail.el (nnmail-message-id-cache-file): Derive from
15198         `gnus-home-directory'.
15200 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15202         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15203         Document negative prefix.
15205         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15207 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209         * message.el (message-unsent-separator): Add the Exim bounce
15210         separator.
15212 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15214         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15215         list.
15216         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15217         recipient/signer list.
15219 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15221         * Makefile.in (datarootdir): Define.
15222         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15223         name that might contain whitespace.
15225 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15227         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15228         fbound (Emacs 23 unicode), signal an error.
15230 2008-02-08  Glenn Morris  <rgm@gnu.org>
15232         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15234 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15236         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15237         ports to the calls to `netrc-machine-user-or-password' in addition to
15238         "imap" and "imaps".
15240 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15242         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15244         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15246 2008-02-01  Kenichi Handa  <handa@m17n.org>
15248         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15249         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15250         (rfc2104-hash): Convert the result of concat to unibyte string.
15252 2008-02-01  Dave Love  <fx@gnu.org>
15254         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15255         coding-system-for-read.
15256         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15258 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15260         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15261         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15262         <hanche@math.ntnu.no>.
15264 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15266         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15268         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15270 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15272         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15273         * message.el (message-beginning-of-line): Use featurep instead of bound
15274         tests in order to resolve conditionals at compile time.
15276 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15278         * mail-source.el (mail-sources): Add `group' choice.
15280         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15281         parameter `in-group' to control into which group the articles go.
15282         Add treatment of `group' mail-source.
15284 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15286         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15288         * mm-decode.el (mm-dissect-buffer): Decode description.
15290         * mml.el (mml-to-mime): Encode message header first.
15292 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15294         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15295         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15297         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15298         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15300 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15302         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15304 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15306         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15307         prefix keys.
15308         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15309         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15310         gnus-xmas.el.
15312         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15313         (gnus-xmas-article-describe-bindings): New function.
15314         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15315         gnus-xmas-article-describe-bindings.
15317         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15319 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15321         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15322         Add new variables for article mark management.
15323         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15324         list of extra data entries which, when present, will indicate that the
15325         article ID should not be trimmed from the registry.
15326         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15327         functions.
15328         (gnus-registry-read-mark): New function to read a mark name from the
15329         user.
15330         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15331         (gnus-registry-set-article-mark-internal): New functions to add and
15332         remove marks.
15333         (gnus-registry-get-article-marks): New function to show the marks for
15334         an article, or retrieve them for further use.
15336 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15338         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15339         keys when no argument is given.
15341 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15343         * imap.el (imap-ping-server): New variable.
15344         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15345         (imap-ping-server): Minor doc string fixes.
15347 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15349         * imap.el (imap-ping-server): New function.
15350         (imap-opened): Call imap-ping-server.
15352 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15354         * gnus-sum.el (gnus-article-sort-by-random)
15355         (gnus-thread-sort-by-random): Fix doc strings.
15356         Reported by jidanni@jidanni.org.
15358 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15360         * gnus-art.el (gnus-article-describe-bindings): New function.
15361         (gnus-article-read-summary-keys): Use it.
15362         (gnus-article-mode-map): Bind `C-h b' to it.
15364 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15366         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15367         XEmacs.
15368         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15369         Protect against non-character events.
15371         * lpath.el: Fbind map-keymap for Emacs 21.
15373 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15375         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15376         New command.
15377         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15378         instead of END.  Change name of the temp file.
15379         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15380         customizable.
15382 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15384         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15385         bind `S W' to gnus-article-wide-reply-with-original; set default
15386         binding to gnus-article-read-summary-send-keys.
15387         (gnus-article-read-summary-keys): Fix the order of keys; display
15388         continuation keys correctly in the echo area; describe bindings
15389         correctly when keys end with `C-h'.
15390         (gnus-article-read-summary-send-keys): New function.
15391         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15392         Work for gnus-article-read-summary-send-keys; display continuation keys
15393         correctly in the echo area.
15394         (gnus-article-reply-with-original): Ignore prefix argument.
15395         (gnus-article-wide-reply-with-original): New function.
15397         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15398         Emacs 21.
15400 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15402         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15403         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15405 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15407         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15408         (gnus-group-read-ephemeral-gmane-group): New command.
15410 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15412         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15414 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15416         * message.el (message-send-mail-function): Increase custom version.
15418         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15419         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15421 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15423         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15424         for the cases where imap-authenticate is called with a nil buffer
15425         parameter.
15427 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15429         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15430         html parts correctly; support forwarded messages.
15431         (gnus-article-browse-html-article): Remove work buffers.
15433         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15434         compiling.
15435         (netrc-bound-and-true-p): New macro.
15436         (netrc-parse): Use it instead of bound-and-true-p that is not available
15437         in XEmacs 21.4.
15439 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15441         * gnus-registry.el (gnus-registry-mark-article)
15442         (gnus-registry-article-marks): Add functionality to mark articles
15443         through the Gnus registry.
15445         * encrypt.el: Clarify documentation for the new pgg method.
15446         (encrypt-file-alist): Add PGG option.
15447         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15448         functionality.  Abstract password key and messaging to external
15449         functions.
15450         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15451         (encrypt-message-method-and-cipher): Add new convenience external
15452         functions.
15453         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15454         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15456         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15457         (netrc-parse): Use encrypt-file-alist to determine if
15458         encrypt-find-model or encrypt-insert-file-contents should be used.
15460         * encrypt.el: Clarify documentation.  Load password-cache or
15461         password, whichever one is found first, instead of autoloading.
15463 2007-12-19  Glenn Morris  <rgm@gnu.org>
15465         * mml.el (message-options-set, message-narrow-to-head)
15466         (message-in-body-p, message-mail-p, message-encode-message-body):
15467         Autoload.
15468         (message-remove-header, message-narrow-to-headers-or-head)
15469         (message-subscribed-p, message-make-mail-followup-to)
15470         (message-position-on-field, message-news-p)
15471         (message-options-set-recipient, message-generate-headers)
15472         (message-sort-headers): Declare as functions.
15474 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15476         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15477         convention in doc string.
15479 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15481         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15482         title to html parts.
15483         (gnus-article-browse-html-article): Pass message header to it.
15485         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15487 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15489         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15490         or password compatible with XEmacs.
15492 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15494         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15495         format document.
15496         (gnus-mime-delete-part): Don't write description line if empty.
15497         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15499 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15501         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15502         (gnus-summary-mark-read-and-unread-as-read)
15503         (gnus-summary-mark-current-read-and-unread-as-read)
15504         (gnus-summary-mark-unread-as-ticked): Doc fix.
15505         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15507 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15509         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15510         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15512 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15514         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15515         yes-or-no-p.
15517 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15519         * mm-decode.el (mm-add-meta-html-tag): New function.
15520         (mm-save-part-to-file, mm-pipe-part): Use it.
15522         * gnus-art.el (gnus-article-browse-delete-temp-files):
15523         Use gnus-y-or-n-p instead of y-or-n-p.
15524         (gnus-article-browse-html-parts): Work with message/external-body; use
15525         mm-add-meta-html-tag.
15527 2007-12-11  Glenn Morris  <rgm@gnu.org>
15529         * gnus-cache.el: Require gnus-sum not just when compiling.
15531         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15533         * gnus-int.el (gnus-server-opened, gnus-status-message):
15534         Move definitions before use.
15536         * mm-decode.el: Require gnus-util.
15537         (mm-remove-part): Only call delete-annotation on XEmacs.
15539         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15541         * nnmail.el: Require gnus-int.
15543         * spam.el: Move `require's before `eval-when-compile's.
15545         * gnus-ems.el (gnus-alive-p):
15546         * gnus-fun.el (message-goto-eoh):
15547         * gnus-util.el (gnus-group-name-decode):
15548         * mail-source.el (gnus-compress-sequence):
15549         * message.el (Info-goto-node, format-spec):
15550         * mm-bodies.el (message-options-get):
15551         * mm-decode.el (mm-view-pkcs7):
15552         * mm-util.el (gmm-write-region):
15553         * mml-smime.el (mml-compute-boundary)
15554         (gnus-completing-read-with-default):
15555         * mml.el (widget-button-press, gnus-make-hashtable):
15556         * mml1991.el (mm-decode-content-transfer-encoding)
15557         (mm-encode-content-transfer-encoding)
15558         (message-options-get, message-options-set):
15559         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15560         * nnfolder.el (gnus-request-group):
15561         * nnheader.el (ietf-drums-unfold-fws):
15562         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15563         * smime.el (gnus-run-mode-hooks):
15564         * spam-stat.el (gnus-message): Autoload.
15566         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15567         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15568         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15569         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15570         Add declare-function compatibility definition.
15572         * gnus-cache.el (nnvirtual-find-group-art):
15573         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15574         (gnus-add-image, gnus-add-wash-type):
15575         * gnus-group.el (nnkiboze-score-file):
15576         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15577         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15578         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15579         (message-tokenize-header, gnus-get-buffer-create)
15580         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15581         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15582         * gnus.el (gnus-group-decoded-name):
15583         * mail-source.el (imap-capability):
15584         * mm-bodies.el (message-options-set):
15585         * mm-decode.el (gnus-configure-windows):
15586         * mm-extern.el (message-goto-body):
15587         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15588         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15589         (epg-sub-key-validity, message-options-set):
15590         * mml.el (widget-event-point, gnus-configure-windows):
15591         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15592         * mml2015.el (epg-check-configuration, epg-configuration)
15593         (message-options-set):
15594         * nndb.el (nndb-request-article):
15595         * nnfolder.el (gnus-request-create-group):
15596         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15597         * nnmaildir.el (gnus-group-mark-article-read):
15598         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15599         * rfc1843.el (message-fetch-field):
15600         * spam.el (gnus-extract-address-components):
15601         Declare as functions.
15603 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15605         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15607         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15609         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15610         bind show-trailing-whitespace for XEmacs.
15612 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15614         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15615         new no-op macro for backward compatibility.
15617         * imap.el (imap-string-to-integer): New function.
15619 2007-12-09  Glenn Morris  <rgm@gnu.org>
15621         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15623         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15624         * message.el, mm-view.el, sieve-manage.el, smime.el:
15625         Add declare-function compatibility definition.
15627         * gnus-art.el (w3-region, w3m-region, Info-menu):
15628         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15629         * gnus-sum.el (gnus-get-predicate):
15630         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15631         * message.el (mail-abbrev-in-expansion-header-p):
15632         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15633         (w3m-detect-meta-charset, w3m-region):
15634         * sieve-manage.el (password-read, password-cache-add)
15635         (password-cache-remove):
15636         * smime.el (password-read-and-add): Declare as functions.
15638 2007-12-08  David Kastrup  <dak@gnu.org>
15640         * gnus-sum.el (gnus-summary-simplify-subject-query):
15641         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15642         `message'.
15644 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15646         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15647         it to bind idna-program, installation-directory, defined-colors, and
15648         face-attribute for XEmacs of the version that compiles defcustom forms.
15650 2007-12-07  Glenn Morris  <rgm@gnu.org>
15652         * gnus-art.el (article-make-date-line): Revert previous change.
15654 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15656         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15658 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15660         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15661         Call gnus-add-to-range ranges only once with a prepared article-list.
15663 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15665         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15666         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15667         group names with backslashes.
15668         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15670 2007-12-06  Deepak Goel  <deego3@gmail.com>
15672         * gnus-art.el (article-make-date-line):
15673         * gnus-start.el (gnus-load):
15674         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15676 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15678         * gnus-art.el (gnus-use-idna):
15679         * gnus-start.el (gnus-site-init-file):
15680         * message.el (message-use-idna):
15681         * mm-uu.el (mm-uu-hide-markers):
15682         * smiley.el (smiley-style): Revert changes that suppress warnings.
15684 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15686         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15687         specify charset to html source.
15688         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15690 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15692         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15693         idna-program in order to suppress byte compile warning issued by XEmacs
15694         that came to byte compile the default value section of defcustom forms
15695         recently.
15697         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15698         value of installation-directory.
15700         * message.el (message-use-idna): Don't directly refer to the value of
15701         idna-program.
15703         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15705         * smiley.el (smiley-style): Don't directly call face-attribute.
15707 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15709         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15711         * gnus-dired.el: Reduce Gnus dependencies.
15712         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15713         Don't require.  Use autoloads instead.
15714         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15715         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15716         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15717         (gnus-dired-mode): Adjust doc string.
15718         (gnus-dired-mail-mode): New variable.
15719         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15720         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15721         (gnus-dired-mail-buffers): New function.  Return mail or message
15722         composition buffers.
15723         (gnus-dired-attach): Use it.
15724         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15725         NO-DECODE.
15726         (gnus-dired-print): Use `gnus-print-buffer' depending on
15727         `gnus-dired-mail-mode'.
15729 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15731         * rfc2047.el (rfc2047-encoded-word-regexp)
15732         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15733         explaining what regexp patterns are for.
15735 2007-12-04  Glenn Morris  <rgm@gnu.org>
15737         * password.el: Move to password-cache.el.
15739         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15740         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15741         * mml-smime.el (password-read, password-cache-add)
15742         (password-cache-remove):
15743         No need to autoload, since mml-sec requires password.
15745         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15746         * message.el (gnus-extract-address-components):
15747         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15749         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15750         password.
15752 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15754         * mailcap.el: Reduce dependencies.
15755         (mail-header-parse-content-type): Autoload.
15756         (mailcap-delete-duplicates): New alias.
15757         (mailcap-mime-info): Add optional argument NO-DECODE.
15758         (mailcap-mime-types): Use mailcap-delete-duplicates.
15760         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15762 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15764         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15765         (imap-parse-status): Upcase status-att for servers that sends them
15766         lower-case (e.g., MS Exchange 2007).
15768 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15770         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15771         function.
15773         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15774         (gnus-uu-yenc-article): New function.
15776         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15778         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15780 2007-12-02  Glenn Morris  <rgm@gnu.org>
15782         * binhex.el (binhex): New custom group.
15783         (binhex-decoder-program, binhex-decoder-switches)
15784         (binhex-use-external): Move to the binhex custom group.
15786         * uudecode.el (uudecode): New custom group.
15787         (uudecode-decoder-program, uudecode-decoder-switches)
15788         (uudecode-use-external): Move to the uudecode custom group.
15790         * netrc.el (top-level): Don't load `encrypt' features.
15791         (netrc-parse): Don't use encrypt.
15792         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15794         * encrypt.el: Remove file.
15796 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15798         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15799         matches on patches.
15801         * gnus-art.el (gnus-article-browse-html-article):
15802         Mention `mm-text-html-renderer' in the doc string.
15804         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15805         string.  Add comments.
15807         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15808         if rhs is ASCII.
15810 2007-12-01  Glenn Morris  <rgm@gnu.org>
15812         * mail-source.el (top-level): Require format-spec before
15813         eval-when-compile.
15815 2007-11-30  Glenn Morris  <rgm@gnu.org>
15817         * encrypt.el: Require password, rather than autoloading password-read.
15819 2007-11-29  Glenn Morris  <rgm@gnu.org>
15821         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15822         (sasl-make-client, sasl-next-step, sasl-step-data)
15823         (sasl-step-set-data): Declare as functions.
15825 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15827         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15829 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15831         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15832         certs should be verified and what is to be done in the event of a
15833         verification failure.
15835         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15836         caller can indicate whether the cache should be disregarded for this
15837         call.  This way the result of the call is reproducible at all times and
15838         can be considered a canonical server name for the supplied method.
15839         (gnus-agent-method-p): Canonicalize server names by pushing their
15840         method through `gnus-method-to-server' using the no-cache argument.
15842         * gnus-srvr.el (gnus-server-insert-server-line):
15843         Call `gnus-method-to-server' with `no-cache' argument.
15845         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15846         gnus-agent-possibly-synchronize-flags as this should be called when the
15847         server is actually being opened.
15848         (gnus-agent-possibly-synchronize-flags)
15849         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15850         flags file of an agentized server to the latter function.
15852         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15853         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15854         after a connection has been established successfully.
15856 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15858         * gnus-art.el (article-display-face): Force to display face if called
15859         interactively; check if gnus-article-x-face-too-ugly matches author.
15860         (article-display-x-face): Display face even if From header is missing
15861         as article-display-face does.
15863 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15865         * hashcash.el (message-narrow-to-headers-or-head)
15866         (message-fetch-field, message-goto-eoh)
15867         (message-narrow-to-headers): Declare as functions.
15869 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15871         * mail-source.el (mail-sources): Default to fetch from file for
15872         compatibility with default of nnmail-spool-file.
15874 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15876         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15877         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15878         to look for encoded word that should be encoded again.
15879         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15880         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15881         encoding pattern.
15882         (rfc2047-decode-region): Switch strict regexp and loose one according
15883         to rfc2047-allow-irregular-q-encoded-words.
15885 2007-11-25  Romain Francoise  <romain@orebokech.com>
15887         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15889 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15891         * tls.el (tls-program): Provide more custom choices from
15892         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15893         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15895 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15897         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15898         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15900         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15901         `nnmail-spool-file'.
15903         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15904         `nnmail-spool-file'.
15906         * gnus-move.el (gnus-change-server): Ditto.
15908         * gnus-kill.el (gnus-batch-score): Ditto.
15910         * gnus-cache.el (gnus-jog-cache): Ditto.
15912         * gnus-msg.el (gnus-summary-reply):
15913         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15915 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15917         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15918         version.  Minor improvement to doc strings.
15919         (tls-program): Add comment.
15921 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15923         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15924         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15925         mismatch between the hostname provided in the certificate and the name
15926         of the host connnecting to.
15927         (open-tls-stream): Use them.  Check certificates against trusted root
15928         certificates.
15930 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15932         * gnus-cache.el (gnus-cache-generate-nov-databases):
15933         Use nnml-generate-nov-databases-directory instead of
15934         nnml-generate-nov-databases-1.
15936 2007-11-24  Glenn Morris  <rgm@gnu.org>
15938         * message.el (message-tool-bar-retro): Update for rename
15939         mail_send.xpm->mail-send.xpm.
15941 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15943         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15944         `smime-ldap-search' for Emacs 22 and up.
15946 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15948         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15950         * message.el (message-send-mail-function): Fix error convention.
15951         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15952         (message-widen-reply, message-send-mail, message-talkative-question)
15953         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15954         (message-clone-locals, message-send-news): Use with-current-buffer.
15955         (message-insert-or-toggle-importance): Remove unused var `valid'.
15956         (message-make-references): Remove unused var `new-references'.
15957         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15959 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15961         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15962         (spam-split-symbolic-return-positive): Reflow docstring.
15963         (spam-backends, spam-summary-exit-behavior)
15964         (spam-mark-ham-unread-before-move-from-spam-group)
15965         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15966         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15967         (spam-clear-cache, spam-backend-check, spam-install-backend)
15968         (spam-install-statistical-backend, spam-list-of-processors)
15969         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15970         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15971         (spam-check-crm114, spam-initialize, spam-unload-hook):
15972         Fix typos in docstrings.
15974 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15976         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15977         been checked if they have never been read and those group levels are
15978         higher than the one that a user specified.
15980 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15982         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15983         foreign groups unless a group level is specified by a user.
15984         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15986 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15988         * message.el (message-send-mail-function): Require sendmail.
15990 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15992         * message.el (message-send-mail-function): Check for smtpmail too.
15994         * utf7.el (utf7-encode, utf7-decode): Use coding system
15995         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15997         * message.el (message-send-mail-function): New function.
15998         (message-send-mail-function): Set default using
15999         message-send-mail-function.  Adjust doc string.
16000         (message-send-mail-with-mailclient): New function.
16002 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16004         * smime.el (from):
16005         * rfc2047.el (message-posting-charset):
16006         * qp.el (mm-use-ultra-safe-encoding):
16007         * pop3.el (parse-time-months):
16008         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16009         * nnml.el (files):
16010         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16011         (jka-compr-compression-info-list, ange-ftp-path-format)
16012         (efs-path-regexp):
16013         * nndiary.el (files):
16014         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16015         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16016         (epg-digest-algorithm-alist, inhibit-redisplay)
16017         (password-cache-expiry):
16018         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16019         (pgg-output-buffer, password-cache-expiry):
16020         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16021         (efs-path-regexp):
16022         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16023         (inhibit-redisplay):
16024         * mm-uu.el (file-name, start-point, end-point, entry)
16025         (gnus-newsgroup-name, gnus-newsgroup-charset):
16026         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16027         (latin-unity-ucs-list):
16028         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16029         (mm-uu-binhex-decode-function):
16030         * message.el (gnus-message-group-art, gnus-list-identifiers)
16031         (rmail-enable-mime-composing, gnus-local-organization)
16032         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16033         (gnus-read-active-file, facemenu-add-face-function)
16034         (facemenu-remove-face-function, gnus-article-decoded-p)
16035         (tool-bar-mode):
16036         * mail-source.el (display-time-mail-function):
16037         * gnus-util.el (nnmail-pathname-coding-system)
16038         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16039         (gnus-original-article-buffer, gnus-user-agent)
16040         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16041         (xemacs-codename, sxemacs-codename, emacs-program-version):
16042         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16043         * gnus-start.el (gnus-agent-covered-methods)
16044         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16045         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16046         (gnus-newsgroup-headers, gnus-group-list-mode)
16047         (gnus-group-mark-positions, gnus-newsgroup-data)
16048         (gnus-newsgroup-unreads, nnoo-state-alist)
16049         (gnus-current-select-method, mail-sources)
16050         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16051         (nnmail-spool-file, gnus-cache-active-hashtb):
16052         * gnus-mh.el (mh-lib-progs):
16053         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16054         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16055         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16056         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16057         (gnus-group-buffer):
16058         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16059         (font-lock-set-defaults):
16060         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16061         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16062         (gnus-summary-post-menu, total-parts, type, condition, length):
16063         * gnus-agent.el (gnus-agent-read-agentview):
16064         * flow-fill.el (show-trailing-whitespace):
16065         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16066         eval-and-compile wrappers for byte compiler pacifiers.
16068         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16069         (mm-display-inline-fontify): Check for featurep 'xemacs not
16070         extent-list.
16072         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16073         itimer-list.
16074         (mm-create-image-xemacs): Only do something for XEmacs.
16075         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16077         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16079         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16080         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16082 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16084         * nnimap.el (nnimap-split-download-body):
16085         * gnus-demon.el (gnus-demon):
16086         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16088 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16090         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16091         New macros.
16092         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16093         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16094         copy data from unibyte buffer to multibyte current buffer.
16095         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16096         to copy data from unibyte current buffer to multibyte buffer.
16097         (nntp-make-process-buffer): Make process buffer unibyte.
16099         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16101 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16103         * pop3.el (pop3-open-server): Accept and process data more robustly at
16104         connection start to avoid spurious "POP SSL connection failed" errors.
16106 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16108         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16109         read group names.
16111 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16113         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16115 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16117         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16118         (nnmail-save-active): Use a unibyte buffer when saving active file,
16119         which may contain non-ASCII group names.
16121         * nnml.el (nnml-request-group): Decode group names in messages.
16123 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16125         * message.el (message-citation-line-function)
16126         (message-insert-formatted-citation-line): Fix spelling of
16127         `message-insert-formated-citation-line'.
16129 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16131         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16133 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16135         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16136         nnmail-pathname-coding-system.
16138         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16139         that a user enters; decode group names in messages.
16141         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16143 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16145         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16147         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16149         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16150         risky local variable.
16152         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16154 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16156         * encrypt.el: Improve documentation to fix function name typo.
16157         Reported by Daiki Ueno <ueno@unixuser.org>.
16159 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16161         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16162         even if the point is not in the last page of an article.
16163         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16164         back to the previous page.
16166 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16168         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16170 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16172         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16174 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16176         * message.el (message-check-news-body-syntax):
16177         Avoid mm-string-as-multibyte.
16178         (message-hide-headers): Don't assume (point-min)==1.
16180 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16182         * message.el (message-remove-blank-cited-lines): Fix if remove is
16183         given.
16184         (message-bogus-address-regexp): New variable.
16185         (message-bogus-recipient-p): New function.
16186         (message-check-recipients): New command.
16187         (message-syntax-checks): Add `bogus-recipient'.
16188         (message-fix-before-sending): Add `bogus-recipient'.
16190         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16191         (gnus-treat-body-boundary): Don't test window-system.
16193 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16195         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16197 2007-10-28  Miles Bader  <miles@gnu.org>
16199         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16200         at compile-time too.
16202 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16204         * gnus-msg.el (gnus-message-setup-hook):
16205         Add `message-remove-blank-cited-lines' to options.
16207 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16209         * message.el (message-remove-blank-cited-lines): New function.
16210         Suggested by Karl Plästerer.
16212 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16214         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16215         mapc.
16217         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16218         (top-level): Use mapc to set functions to be traced for debugging.
16220         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16221         called for effect with while loop.
16223         * message.el (message-talkative-question): Replace mapcar called for
16224         effect with mapc.
16226         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16227         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16228         called for effect with dolist.
16230         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16232         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16233         gnus-extra-headers and nnmail-extra-headers.
16235         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16236         called for effect with dolist.
16237         (top-level): Use mapc to set functions to be traced for debugging.
16239         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16240         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16241         dolist.
16243         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16244         Replace mapcar called for effect with mapc.
16245         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16246         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16247         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16248         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16250         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16251         remove-if that's a cl function.
16253         * webmail.el (webmail-debug): Replace mapcar called for effect with
16254         dolist.
16256         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16257         with mapc.
16259 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16261         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16262         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16263         with while loop.
16265         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16266         functions from article-* functions.
16267         (gnus-multi-decode-header): Replace mapcar called for effect with
16268         dolist.
16270         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16271         (gnus-bookmark-show-details): Replace mapcar called for effect with
16272         while loop.
16274         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16275         called for effect with while loop.
16277         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16278         with dolist.
16280         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16281         Replace mapcar called for effect with dolist.
16283         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16285         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16286         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16287         Replace mapcar called for effect with dolist.
16288         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16289         mapc.
16291         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16292         Replace mapcar called for effect with dolist.
16293         (gnus-topic-list): Replace mapcar called for effect with mapc.
16295         * gnus.el: Use mapc instead of mapcar to add autoloads.
16297 2007-10-23  Richard Stallman  <rms@gnu.org>
16299         * gnus-group.el (gnus-group-highlight): Mark as risky.
16301 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16303         * gnus.el (gnus-server-to-method): Return method found first in
16304         gnus-newsrc-alist.
16306         * gnus-art.el (gnus-article-highlight-signature)
16307         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16308         button overlay without the front stickiness.
16310 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16312         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16313         overview buffer needed a catch to receive its throw.
16314         (gnus-agent-flush-cache): Declare as interactive to make this function
16315         easier to use.
16317 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16319         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16320         `next-line'.
16322 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16324         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16325         exclude address matching message-dont-reply-to-names.
16327 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16329         * gnus-util.el (gnus-string<): New function.
16331         * gnus-sum.el (gnus-article-sort-by-author)
16332         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16334 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16336         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16337         the frame-focus tag is set in gnus-buffer-configuration.
16339 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16341         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16342         the front stickiness.
16344 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16346         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16347         url pattern; remove duplicate one.
16348         (gnus-article-extend-url-button): New function.
16349         (gnus-article-add-buttons): Use it.
16350         (gnus-button-push): Use concatenated url that it makes.
16352 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16354         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16356 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16358         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16359         Don't hardcode point-min==1.
16361 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16363         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16364         Fix comment about "iso8859-1".
16366 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16368         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16369         ones returned from the verify-function.
16371         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16372         Call mml2015-extract-cleartext-signature if extraction failed.
16374 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16376         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16377         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16378         failed.
16380 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16382         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16384 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16386         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16387         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16388         recommends to use EasyPG instead of PGG.
16390         * pgg.el: Revert to revision 6.23.2.16.
16392         * pgg-def.el: Revert to revision 6.6.2.14.
16394         * pgg-gpg.el: Revert to revision 6.23.2.34.
16396 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16398         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16399         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16400         thread for both the null and zero (kill/expire thread) universal prefix
16401         cases.
16402         (gnus-summary-expire-thread): Add new function to expire a thread,
16403         using gnus-summary-kill-thread.
16404         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16405         shortcuts for gnus-summary-expire-thread.
16406         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16407         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16409 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16411         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16412         extras value, so an extras entry can be deleted.
16413         (gnus-registry-delete-extra-entry): Use it.
16414         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16415         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16416         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16417         storage through the gnus-registry, and provide an appropriate API for
16418         it.
16420 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16422         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16423         Suggested by Leo <sdl.web@gmail.com>.
16425         * gnus.el: Do.
16427 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16429         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16430         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16432         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16434         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16435         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16437 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16439         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16440         newline.
16441         (nnmbox-request-accept-article): Don't change article in source buffer;
16442         narrow to header to use message-fetch-field rather than
16443         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16444         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16445         as delimiters; make sure article ends with newline.
16446         (nnmbox-delete-mail): Correct last position of article to be deleted;
16447         ignore X-Gnus-Newsgroup header in article body.
16448         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16449         positions; make sure article ends with newline.
16451         * message.el (message-display-abbrev): Don't infloop when a user
16452         inserts SPC in the beginning of header.
16454         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16455         coding-system-for-read and coding-system-for-write for XEmacs having no
16456         file-coding feature.
16458         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16460 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16462         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16463         list of groups not followed by default.  Fix type to be regexp.
16464         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16466 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16468         * hmac-def.el (define-hmac-function): Switch from old-style to
16469         new-style backquotes.
16471         * md4.el (md4-make-step): Likewise.
16473 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16475         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16476         raw-text coding system when saving .newsrc file, which may contain
16477         non-ASCII group names.
16479 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16481         * gnus-cus.el (gnus-score-extra): New widget.
16482         (gnus-score-extra-convert): New function.
16483         (gnus-score-customize): Use it for Extra.
16485 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16487         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16488         (mml2015-mailcrypt-clear-verify): Use it.
16489         (mml2015-gpg-clear-verify): Use it.
16490         (mml2015-pgg-clear-verify): Use it.
16491         (mml2015-epg-clear-verify): Replace the current part with the output
16492         from GnuPG; don't extract the plaintext by itself.
16494         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16495         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16496         mml2015-clear-verify-function; don't touch the armor headers or
16497         dash-escaped text here.
16499 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16501         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16502         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16503         parts, or application/octet-stream as a last resort.
16504         (gnus-mime-view-part-as-type): Don't toggle display.
16505         (gnus-mime-view-part-as-charset): Don't turn off display before
16506         querying charset.
16508         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16509         stuff to undisplayer function in Emacs.
16510         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16512         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16513         text/calendar parts.
16515 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16517         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16518         decoding text/calendar parts.
16520         * message.el (message-forward-make-body-mime): Always mark body as
16521         having no illegible text; remove signed-or-encrypted argument.
16522         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16524         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16525         (mml-generate-mime-1): Don't encode body if it is specified to be in
16526         raw form; don't make buffer be unibyte when inserting multibyte string.
16528 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16530         * sha1.el: Fix up comment style.
16531         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16532         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16534         * hex-util.el: Fix up comment style.
16535         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16537         * gnus-salt.el: Use with-current-buffer.
16538         (gnus-pick-setup-message): Fix long-standing typo.
16540 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16542         * imap.el (imap-logout-timeout): New variable.
16543         (imap-logout, imap-logout-wait): New functions.
16544         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16546         * nnimap.el (nnimap-logout-timeout): New server variable.
16547         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16548         nnimap-logout-timeout.
16550         * gnus-art.el (gnus-article-summary-command-nosave)
16551         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16553 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16555         * gnus.el (gnus-maximum-newsgroup): New variable.
16557         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16558         according to gnus-maximum-newsgroup.
16560         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16561         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16562         Limit the range of articles according to gnus-maximum-newsgroup.
16564 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16566         * gnus-art.el (gnus-sticky-article): Fix problems described in
16567         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16568         Don't perform gnus-configure-windows here; reuse existing sticky
16569         article buffer.
16571         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16572         it doesn't exist in gnus-article-mode.
16574 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16576         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16577         (gnus-agent-decoded-group-name): New function.
16578         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16579         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16581 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16583         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16584         Add binding for gnus-sticky-article.
16585         (gnus-summary-exit): Don't kill sticky article buffers.
16587         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16588         article buffer.
16589         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16590         (gnus-kill-sticky-article-buffers): New commands.
16592 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16594         * nntp.el (nntp-xref-number-is-evil): New server variable.
16595         (nntp-find-group-and-number): If it is non-nil, don't trust article
16596         numbers in the Xref header.
16598 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16600         * gnus-agent.el (gnus-agent-read-group): New function.
16601         (gnus-agent-flush-group, gnus-agent-expire-group)
16602         (gnus-agent-regenerate-group): Use it.
16603         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16604         nnmail-pathname-coding-system.
16606 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16608         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16610         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16611         that are unread as unread, and also as selected so that information of
16612         marks having been changed by a user may be updated when exiting group.
16614 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16616         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16618 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16620         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16621         calculated ignoring signature parts to gnus-treat-article.
16623 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16625         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16626         a point here in order to keep the window start.
16627         (gnus-insert-mime-security-button): Make a button overlay without the
16628         front stickiness.
16629         (gnus-mime-display-security): Goto the end of a button.
16631         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16633 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16635         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16636         group-name-at-point.
16637         (gnus-group-completing-read): New function that offers decoded
16638         non-ASCII group names for completion.
16639         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16640         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16641         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16642         (gnus-group-fetch-control): Use it.
16643         (gnus-fetch-group): Use group-name-at-point for the initial value
16644         rather than the default value; use gnus-alive-p.
16646         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16647         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16648         (gnus-summary-post-news): Use gnus-group-completing-read.
16650         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16651         (gnus-read-move-group-name): Decode group name for completion.
16653 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16655         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16656         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16657         Yamaoka slightly modified the code).
16659 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16661         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16662         (nnmail-split-incoming): Bind it.
16664         * nnml.el (nnml-group-name-charset): New function.
16665         (nnml-decoded-group-name): Use it; don't decode group name if
16666         nnmail-group-names-not-encoded-p is non-nil.
16667         (nnml-encoded-group-name): New function.
16668         (nnml-group-pathname): Inline nnml-decoded-group-name.
16669         (nnml-request-expire-articles): Decode group name in message.
16670         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16671         nnmail-pathname-coding-system.
16672         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16673         not decoded ones according to nnmail-group-names-not-encoded-p.
16674         (nnml-generate-active-info): Use nnml-encoded-group-name.
16676 2007-08-08  Glenn Morris  <rgm@gnu.org>
16678         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16679         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16680         doc-strings and comments.
16682 2007-07-25  Glenn Morris  <rgm@gnu.org>
16684         * Relicense all FSF files to GPLv3 or later.
16686 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16688         * gnus-sum.el (gnus-summary-move-article):
16689         Make gnus-summary-respool-article work.
16691 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16693         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16694         string.
16696 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16698         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16699         that should be ignored when comparing distant RSS articles with local
16700         ones.
16701         (nnrss-make-hash-index): New function.  Create a hash index according
16702         to the ignored fields.
16703         (nnrss-check-group): Use it.
16705 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16707         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16709         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16711         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16712         the new optional argument ENCODED is non-nil.
16713         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16714         coding system for encoding group name.
16715         (gnus-group-make-rss-group): Pass un-encoded group name to
16716         gnus-group-make-group.
16717         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16718         encoded.
16720         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16721         Encode group name to which articles are moved or copied.
16722         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16723         coding system for encoding Newsgroup, Followup-To and Xref headers.
16725         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16726         marks; use nnheader-file-coding-system to write a file.
16727         (nnagent-retrieve-headers): Bind file-name-coding-system to
16728         nnmail-pathname-coding-system.
16730         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16732         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16733         (nnml-request-article, nnml-request-create-group)
16734         (nnml-request-rename-group, nnml-find-id)
16735         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16736         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16737         (nnml-save-marks): Use nnml-group-pathname instead of
16738         nnmail-group-pathname.
16740         (nnml-request-create-group, nnml-request-expire-articles)
16741         (nnml-request-move-article, nnml-request-delete-group)
16742         (nnml-deletable-article-p, nnml-possibly-create-directory)
16743         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16744         (nnml-open-marks): Bind file-name-coding-system to
16745         nnmail-pathname-coding-system.
16747         (nnml-request-article): Pass server argument to nnml-find-group-number.
16748         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16749         Pass server argument to nnml-possibly-create-directory.
16750         (nnml-request-accept-article): Pass server argument to
16751         nnml-active-number and nnml-save-mail.
16752         (nnml-find-group-number): Pass server argument to nnml-find-id.
16753         (nnml-request-update-info): Pass server argument to
16754         nnml-marks-changed-p.
16756         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16757         (nnml-save-mail, nnml-active-number): Add server argument.
16759         (nnml-request-delete-group): Warn if group is missing.
16760         (nnml-get-nov-buffer): Decode group name.
16761         (nnml-generate-active-info): Encode group name.
16762         (nnml-open-marks): Decode group name in messages.
16764 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16766         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16767         if it is not specified.
16768         (gnus-article-pipe-part, gnus-article-save-part)
16769         (gnus-article-interactively-view-part, gnus-article-copy-part)
16770         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16771         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16772         (gnus-article-replace-part, gnus-article-delete-part)
16773         (gnus-article-view-part-as-type): Pass raw prefix argument to
16774         gnus-article-part-wrapper.
16776 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16778         * gnus-agent.el (gnus-agent-save-active):
16779         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16781         * gnus-cache.el (gnus-cache-save-buffers)
16782         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16783         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16784         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16785         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16786         (gnus-cache-generate-active, gnus-cache-rename-group)
16787         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16788         (gnus-cache-update-overview-total-fetched-for):
16789         Bind file-name-coding-system to nnmail-pathname-coding-system.
16790         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16791         New variables.
16792         (gnus-cache-decoded-group-name): New function.
16793         (gnus-cache-file-name): Use it.
16794         (gnus-cache-generate-active): Use non-decoded group name for active.
16796         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16797         right place.
16798         (gnus-write-active-file): Don't break non-ASCII group names.
16800         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16801         nnmail-pathname-coding-system.
16803         * lpath.el: Bind default-file-name-coding-system,
16804         file-name-coding-system and language-info-alist for XEmacs.
16806         * gnus-uu.el (gnus-uu-decode-save): Typo.
16808 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16810         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16812 2007-07-14  David Kastrup  <dak@gnu.org>
16814         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16815         finishing actions if we did not edit the article.
16817 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16819         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16820         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16821         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16822         (gnus-agent-flush-group, gnus-agent-flush-cache)
16823         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16824         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16825         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16826         (gnus-agent-regenerate-group)
16827         (gnus-agent-update-files-total-fetched-for)
16828         (gnus-agent-update-view-total-fetched-for):
16829         Bind file-name-coding-system to nnmail-pathname-coding-system.
16830         (gnus-agent-group-pathname): Don't encode file names by
16831         nnmail-pathname-coding-system.
16832         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16833         coding-system-for-write instead of buffer-file-coding-system to
16834         gnus-agent-file-coding-system.
16836         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16837         Decode group name.
16839         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16841         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16842         (gnus-read-newsrc-el-file): Make group names unibyte.
16844         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16845         nnmail-pathname-coding-system.
16847         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16848         (nnrss-request-delete-group): Bind file-name-coding-system to
16849         nnmail-pathname-coding-system.
16850         (nnrss-read-server-data, nnrss-read-group-data):
16851         Bind file-name-coding-system correctly.
16852         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16854         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16855         (nntp-server-to-method-cache): New variable.
16856         (nntp-group-pathname): New function that decodes non-ASCII group names.
16857         (nntp-possibly-create-directory, nntp-marks-changed-p)
16858         (nntp-save-marks, nntp-open-marks): Use it.
16859         (nntp-possibly-create-directory, nntp-open-marks):
16860         Bind file-name-coding-system to nnmail-pathname-coding-system.
16861         (nntp-open-marks): Decode group names when bootstrapping marks.
16863         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16864         Newsgroups and Followup-To headers.
16866 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16868         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16869         (gnus-server-closed-face, gnus-server-denied-face)
16870         (gnus-server-offline-face): Remove variable.
16871         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16873         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16874         of modifying message-stack directly for XEmacs.
16876         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16877         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16878         if the coding-system argument is nil for XEmacs.
16880         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16881         mm-charset-override-alist.
16883         * rfc2047.el: Don't require base64; require rfc2045 for the function
16884         rfc2045-encode-string.
16885         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16886         to quote the parameter value.
16888 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16890         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16891         form in gnus-group-name-charset-method-alist.
16893         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16894         overrides the default layout edit-form.
16896         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16898         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16900 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16902         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16903         as unfetched articles.
16905 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16907         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16909 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16911         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16912         original back end that keeps marks in the local system.
16914 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16916         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16917         arg of pop-to-buffer for XEmacs.
16918         (gnus-article-read-summary-keys): Ditto; don't restore window
16919         configuration if summary command ends up with neither article buffer
16920         nor summary buffer; describe bindings if summary keys end with C-h.
16922 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16924         * message.el (message-fix-before-sending): Skip raw message part to be
16925         forwarded while checking illegible text.
16926         (message-forward-make-body-mime, message-forward-make-body):
16927         Mark signed or encrypted raw message as having no illegible text.
16929 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16931         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16932         (gnus-message-with-timestamp-1): New macro.
16933         (gnus-message-with-timestamp): New function.
16934         (gnus-message): Use them.
16936         * nnheader.el (nnheader-message): Use them.
16938 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16940         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16941         .newsrc.eld file.
16943 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16945         * gnus-agent.el (gnus-agent-fetch-headers)
16946         (gnus-agent-retrieve-headers):
16947         Bind gnus-decode-encoded-address-function to identity.
16949         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16950         available also when the server returns simply a dot.
16952         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16954 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16956         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16958 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16960         * gnus-ems.el (gnus-x-splash): Make it work.
16962         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16963         from being used.
16965         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16967 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16969         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16970         4th and the 5th arguments.
16972         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16973         the front stickiness.
16974         (gnus-article-summary-command-nosave): Correct the order of the
16975         arguments passed to pop-to-buffer.
16976         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16977         summary command ends up with the article buffer.
16979         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16980         the same faces.
16982 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16984         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16986 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16988         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16989         * gnus-sum.el (gnus-summary-highlight):
16990         * pgg.el (pgg-sign-region, pgg-sign):
16991         * mail-source.el (mail-source-delete-old-incoming-confirm):
16992         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16994 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16996         * gnus-art.el (gnus-mime-view-part-externally)
16997         (gnus-mime-view-part-internally): Fix predicate function passed to
16998         completing-read.
17000         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17002         * gnus.el (gnus-update-message-archive-method): Add :version.
17004 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17006         * gnus.el (gnus-update-message-archive-method): New variable.
17008         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17009         according to gnus-message-archive-method if
17010         gnus-update-message-archive-method is non-nil.
17012 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17014         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17015         Suggested by Loic Dachary <loic@dachary.org>.
17016         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17018 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17020         * message.el (message-pop-to-buffer): Add switch-function argument.
17021         (message-mail): Pass switch-function argument to it.
17023 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17025         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17026         Improve doc string.
17028 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17030         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17031         (gnus-header-content):
17032         * gnus-cite.el (gnus-cite-10):
17033         * gnus-srvr.el (gnus-server-closed):
17034         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17035         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17036         (gnus-group-mail-3-empty, gnus-group-mail-low)
17037         (gnus-group-mail-low-empty, gnus-splash):
17038         * message.el (message-header-to, message-header-cc)
17039         (message-header-subject, message-header-other, message-header-name)
17040         (message-header-xheader, message-separator, message-cited-text)
17041         (message-mml): Lighten colors of faces used for dark background.
17043 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17045         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17046         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17048 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17050         * message.el (message-narrow-to-headers-or-head):
17051         Ignore mail-header-separator in the body.
17053 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17055         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17056         same as window size.
17058 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17060         * message.el (message-font-lock-keywords): Use message-header-xheader
17061         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17062         ahead of the anything pattern, to get it recognized.
17064 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17066         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17067         spam.el loads uses it in the compiled defadvice form.
17069 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17071         * gnus-sum.el (gnus-articles-to-read)
17072         (gnus-summary-insert-old-articles): Don't truncate group name for
17073         `read-string'.
17075         * gnus-util.el (gnus-limit-string): Delete this function.
17077         * gnus-sum.el (gnus-simplify-subject-fully):
17078         Use `truncate-string-to-width' instead.
17080 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17082         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17083         Tell if, on summary exit, the next group has to be selected.
17084         (gnus-summary-exit): Use it.
17086 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17088         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17089         non-break space.
17091 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17093         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17094         Check if group is not a directory.
17095         (nnfolder-request-expire-articles): Don't delete articles if the target
17096         group is not available.
17098         * nnml.el (nnml-request-create-group): Properly check if group is not a
17099         file.
17100         (nnml-request-expire-articles): Don't delete articles if the target
17101         group is not available.
17103         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17104         Don't quote characters that are within parentheses.
17106 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17108         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17109         (gnus-handle-ephemeral-exit): Select article according to it.
17111 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17113         * message.el (message-insert-formated-citation-line): Remove newline.
17114         (message-citation-line-format): Add final \n here so that the user can
17115         avoid a blank line.
17117 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17119         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17120         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17121         Update lanl/arXiv support.
17123 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17125         * gnus.el: Bump version number.
17127 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17129         * gnus.el (gnus-version-number): Bump version.
17131 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17133         * gnus.el: No Gnus v0.6 is released.
17135 2007-04-27  Didier Verna  <didier@xemacs.org>
17137         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17138         * gmm-utils.el (gmm-regexp-concat): ... here.
17139         * message.el: Don't require 'gnus-util.
17140         (message-dont-reply-to-names): Handle name change above.
17141         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17143 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17145         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17146         since the initial value varies according to the system.
17148 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17150         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17152 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17154         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17156 2007-04-24  Didier Verna  <didier@xemacs.org>
17158         Improve the type of gnus-ignored-from-addresses.
17159         * gnus-util.el (gnus-orify-regexp): New function.
17160         * message.el (gnus-util): Require it.
17161         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17162         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17163         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17165 2007-04-24  Didier Verna  <didier@xemacs.org>
17167         * gnus-sum.el:
17168         * gnus-utils.el: Fix some trailing whitespaces.
17170 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17172         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17173         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17174         article's Message-ID; refer parent article in summary buffer.
17176         * message.el (message-bounce): Call mime-to-mml.
17178         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17179         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17180         optimize and/or forms properly.
17182 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17184         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17185         URL.
17187 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17189         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17191 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17193         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17194         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17195         displayed of multipart/alternative part if it is invoked from summary
17196         buffer.
17198         * mm-view.el (mm-inline-text-html-render-with-w3m)
17199         (mm-inline-text-html-render-with-w3m-standalone)
17200         (mm-inline-render-with-function): Use mail-parse-charset by default.
17202 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17204         * parse-time.el (parse-time-string-chars): Check if CHAR
17205         is less than the length of parse-time-syntax.
17207 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17209         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17210         from gnus-newsgroup-processable.
17212 2007-04-16  Didier Verna  <didier@xemacs.org>
17214         * gnus-msg.el (gnus-configure-posting-styles):
17215         Handle message-signature-directory properly with :file syntax.
17216         Reported by "Leo".
17218 2007-04-11  Didier Verna  <didier@xemacs.org>
17220         New user option: message-signature-directory.
17221         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17222         * message.el (message-insert-signature): Ditto.
17223         * message.el (message-signature-file): Doc update.
17224         * message.el (message-signature-directory): New.
17226 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17228         * gnus-msg.el (gnus-inews-yank-articles):
17229         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17231 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17233         * message.el (message-yank-original): Make sure cited text ends with
17234         newline; don't exchange point and mark.
17236 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17238         * tls.el (open-tls-stream): Properly handle case where there
17239         is no associated buffer.
17241 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17243         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17244         message-yank-original, make sure (< mark TEXT point).
17246 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17248         * message.el (message-fill-column): New variable.
17249         (message-mode): Use it.  Add comment on a possible new hook.
17251         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17252         (nnmail-get-new-mail): Reformat.
17254         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17256         * gmm-utils.el: Fix Commentary.
17257         (gmm-tool-bar-from-list): Fix typo in doc string.
17259 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17261         * message.el (message-yank-original): Don't switch point and mark
17262         unnecessarily to put point and mark as documented.
17264 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17266         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17267         from the message heads.
17269 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17271         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17272         article buffer does not have a window.  This may not be the best
17273         solution but is certainly better than setting the start of the null,
17274         that is the current, window.
17276 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17278         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17279         (gnus-draft-setup): Run it.
17281         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17282         gnus-score-fast-scoring.  Allow regexp.
17283         (gnus-score-headers): Use it.
17285         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17286         XEmacs.
17288         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17289         string.
17290         (gnus-button-alist): Also catch `<f1> k ...'.
17291         (gnus-treat-display-x-face): Fix doc string.
17293 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17295         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17296         evaluation of gnus-extended-version to ensure correct generation of the
17297         User-Agent header when message-generate-headers-first is used.
17299 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17301         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17302         hashcash-path is nil.  Don't call callback with incorrect number of
17303         parameters if val is 0.
17305 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17307         * message.el (message-required-news-headers):
17308         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17310 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17312         * tls.el (open-tls-stream): In handshake-waiting loop,
17313         don't wait more if there is output available to process.
17315 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17317         * tls.el (tls-program): Doc fix.
17319 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17321         * message.el (message-generate-new-buffers): Change the meaning of the
17322         nil value; add `standard' to the choices; treat t as `unique'; improve
17323         doc string.
17324         (gnus-select-frame-set-input-focus): Autoload.
17325         (message-buffer-name): Search for the existing message buffer if
17326         message-generate-new-buffers is nil or `standard'; treat the value t of
17327         message-generate-new-buffers as `unique'.
17328         (message-pop-to-buffer): Raise the frame already displaying the message
17329         buffer; clear the echo area after querying.
17330         (message-setup): Pass the `continue' argument to compose-mail.
17331         (message-mail): Prefer `switch-function' if it is given; search for the
17332         existing message buffer if the `continue' argument is non-nil; pass
17333         continue and switch-function arguments to compose-mail by way of
17334         message-setup.
17335         (message-mail-other-window): Adjust argument of message-setup.
17336         (message-mail-other-frame): Ditto.
17338 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17340         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17341         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17342         to turn font-lock on when turning gnus-message-citation-mode on.
17344 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17346         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17347         (mml-smime-function-alist): New variable; add epg as the backend.
17348         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17349         mml-smime- functions instead.
17350         * mm-view.el: Require smime.
17352 2007-03-05  Didier Verna  <didier@xemacs.org>
17354         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17355         instead of just inheritance for posting styles.
17356         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17358 2007-02-24  Chris Moore  <dooglus@gmail.com>
17360         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17361         * pgg-pgp.el (pgg-pgp-encrypt-region):
17362         * pgg-gpg.el (pgg-gpg-encrypt-region):
17363         Check pgg-encrypt-for-me if no other recipients.
17365 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17367         * tls.el (tls-certtool-program): Fix custom type.
17369 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17371         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17372         and point-at-eol instead of line-(beginning|end)-position.
17374         * assistant.el (assistant-parse-buffer): Ditto.
17376         * netrc.el (netrc-parse-services): Ditto.
17378 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17380         * mml2015.el (mml2015-epg-find-usable-key): New function.
17381         (mml2015-epg-sign): Use it.
17382         (mml2015-epg-encrypt): Use it.
17384 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17386         * message.el (message-make-in-reply-to): Quote name containing
17387         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17388         if there are special characters.  Reported by NAKAJI Hiroyuki
17389         <nakaji@jp.freebsd.org>.
17391 2007-02-27  Didier Verna  <didier@xemacs.org>
17393         Include the group parameters as well as the topic ones in the
17394         inheritance filter process.
17395         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17396         argument GROUP-PARAMS-LIST.
17397         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17399 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17401         * nntp.el (nntp-never-echoes-commands)
17402         (nntp-open-connection-functions-never-echo-commands): New variables.
17403         (nntp-send-command): Use them.
17405 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17407         * mml2015.el (mml2015-epg-verify): Simplify.
17409 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17411         * mml.el (mml-content-disposition-alist): New user option.
17412         (mml-content-disposition): New function.
17413         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17414         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17416 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17418         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17419         verification.
17421 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17423         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17424         articles posted in the last 24 hours.
17426 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17428         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17430 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17432         * nntp.el (nntp-send-command): Don't wait for echoes when
17433         nntp-open-ssl-stream is used.
17435 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17437         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17438         (gnus-message-add-citation-keywords)
17439         (gnus-message-remove-citation-keywords): Remove.
17440         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17441         directly, make the variables in font-lock-defaults buffer-local, add
17442         gnus-message-citation-keywords to them and then update the value of
17443         font-lock-keywords.
17445 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17447         * message.el (message-cite-original-1): Don't call
17448         gnus-article-highlight-citation.
17450         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17451         citations; fix line count.
17453 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17455         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17456         (gnus-message-add-citation-keywords)
17457         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17458         versions of font-lock-add-keywords and font-lock-remove-keywords to
17459         work with XEmacs correctly.
17461 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17463         * gnus-cite.el (gnus-cite-face-list): Set the values of
17464         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17465         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17466         (gnus-message-cite-prefix-regexp): New variable.
17467         (gnus-message-search-citation-line): Use it; protect against long
17468         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17469         the 0th match data for Emacs.
17470         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17471         (gnus-message-add-citation-keywords): Append keywords rather than
17472         prepending; emulate font-lock-add-keywords if it is not available.
17473         (gnus-message-remove-citation-keywords):
17474         Emulate font-lock-remove-keywords if it is not available.
17476         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17478         * message.el (message-cite-prefix-regexp): Set the value of
17479         gnus-message-cite-prefix-regexp.
17481 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17483         * nnweb.el (nnweb-google-parse-1): Update parser.
17485 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17487         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17489 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17491         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17492         regexp.
17494 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17496         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17497         string-to-multibyte.
17498         (uudecode-decode-region-internal): Use it.
17500         * lpath.el: Fbind string-as-multibyte for XEmacs.
17502 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17504         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17505         Fix custom choice.
17507         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17509 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17511         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17513         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17514         `write-region' to respect `mm-inhibit-file-name-handlers'.
17516 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17518         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17519         Use gnus-home-directory instead of "~/" or "$HOME".
17521 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17523         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17524         to mention filename.
17525         Add comments at beginning regarding usage.
17526         (encrypt-write-file-contents): Change interactive so a string is
17527         acceptable.  If the file has no associated model, show an error instead
17528         of a nonsense prompt.
17530 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17532         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17533         Thanks to Yoshihiko Yamada for kind notification of this typo.
17535 2007-01-12  Kenichi Handa  <handa@m17n.org>
17537         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17538         multibyte buffer.
17540 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17542         * gnus-score.el (gnus-score-fast-scoring): New variable.
17543         (gnus-score-headers): Use it.
17545         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17547         * message.el (message-cite-original-1):
17548         Call gnus-article-highlight-citation if requested.
17549         (message-make-from): Allow name and address as optional arguments.
17551         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17553         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17554         bugs to doc string.
17555         (gnus-button-alist): Add mid\\|message-id.
17556         (gnus-button-fetch-group): Extend for use in
17557         `browse-url-browser-function'.
17558         (gnus-button-url-regexp): Try to catch paired parentheses like in
17559         Wikipedia URLs.
17561         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17562         Suggested by Simon Krahnke <overlord@gmx.li>.
17564 2007-01-13  Romain Francoise  <romain@orebokech.com>
17566         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17567         Update copyright.
17569 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17571         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17573 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17575         * gnus-registry.el (gnus-registry-unfollowed-groups)
17576         (gnus-registry-split-fancy-with-parent): Fix documentation.
17578 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17580         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17581         from nnweb groups.
17583 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17585         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17586         Xref urls.  Erase buffer before requesting head.
17588         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17590 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17592         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17593         customizable.
17595 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17597         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17598         no signing key is found.
17599         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17600         no encrypting and/or signing key is found.
17602 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17604         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17606 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17608         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17609         headers read from disk with the ones newly found in the current search.
17610         This should no longer cause problems, because the article numbers in
17611         Gmane's `nov.php' output are ignored since the previous change.
17613 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17615         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17617 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17619         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17620         replace-regexp-in-string; bind url-version; fbind display-images-p and
17621         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17622         find-face and set-itimer-function for Emacs; bind itimer-list for
17623         Emacs.
17625         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17627 2007-01-01  Romain Francoise  <romain@orebokech.com>
17629         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17631 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17633         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17634         `define-minor-mode' macro definition expanded properly.
17635         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17636         exclude it there.
17638         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17639         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17640         `fboundp' test.
17641         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17642         This is OK to autoload in (S)XEmacs now.
17644 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17646         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17647         keystroke.
17648         (gnus-summary-limit-to-singletons): Fix typo.
17650         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17651         else fails.
17653 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17655         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17656         docstring.
17658         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17659         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17660         (gnus-summary-insert-dormant-articles): Fix typo in message.
17662 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17664         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17665         nil for XEmacs.
17666         (gnus-message-citation-mode): Don't autoload in XEmacs.
17668         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17670 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17672         * nnimap.el (nnimap-expunge-search-string):
17673         Mention nnimap-search-uids-not-since-is-evil in docstring.
17675 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17677         * spam.el: Revert to make-obsolete-variable because
17678         define-obsolete-variable-alias is not supported in Emacs 21.
17680         * spam.el (spam-ifile-path, spam-ifile-database-path)
17681         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17682         make-obsolete-variable.
17683         (spam-bsfilter-path, spam-bsfilter-program)
17684         (spam-spamassassin-path, spam-spamassassin-program)
17685         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17686         Don't use "path" inappropriately.
17687         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17688         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17689         variable names.
17691 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17693         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17694         summary buffer.
17696         * password.el (password-cache-remove): Use clear-string to burn
17697         password, if available.
17699 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17701         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17703         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17705         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17706         (gnus-message-highlight-citation): Move defcustom here from
17707         gnus-cite.el.
17708         (gnus-message-citation-mode): Autoload.
17710         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17711         checks to make it compile with XEmacs.
17712         (gnus-message-citation-mode): New minor mode.
17713         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17714         (gnus-message-highlight-citation): New variables.
17715         (gnus-message-search-citation-line)
17716         (gnus-message-add-citation-keywords)
17717         (gnus-message-remove-citation-keywords)
17718         (turn-on-gnus-message-citation-mode)
17719         (turn-off-gnus-message-citation-mode): New functions.
17721 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17723         * gnus-cite.el: Enable highlighting of different citation levels in
17724         message-mode.
17726 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17728         * message.el (message-make-fqdn): Fix comment.
17729         (message-bogus-system-names): Add ".local".
17731         * spam.el (spam-ifile-path, spam-ifile-program)
17732         (spam-ifile-database-path, spam-ifile-database)
17733         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17734         Don't use "path" inappropriately.
17735         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17736         strings.
17737         (spam-check-ifile, spam-ifile-register-with-ifile)
17738         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17739         Use new variable names.
17741         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17742         (gnus-treat-display-smileys): Simplify using
17743         gnus-image-type-available-p.
17745         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17746         available.
17748         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17749         Use `display-images-p' if available.
17751 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17753         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17754         one after turning on the buffer's multibyteness instead of decoding
17755         them directly in the unibyte buffer that causes unexpected conversion
17756         in Emacs 23 (unicode).
17758 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17760         * message.el (message-generate-hashcash): Fix custom type.
17762 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17764         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17766 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17768         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17769         disconnect icons.  Add help text.
17771 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17773         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17774         negated to be consistent with the others we handle.
17776 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17778         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17779         version of gnus-summary-buffer to something, so that we can use two
17780         article buffers at the same time.
17782 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17784         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17785         trigger all the extra headers.
17786         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17787         sorting.
17789 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17791         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17792         solid groups.
17794 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17796         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17798 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17800         * legacy-gnus-agent.el: Add Copyright notice.
17802 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17804         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17806 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17808         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17810         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17811         to make it work reliably in CVS Emacs.
17812         (gnus-summary-limit-strange-charsets-predicate)
17813         (gnus-summary-limit-to-predicate): New functions.
17815 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17817         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17818         specifying array size.
17819         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17820         array if it is too small.
17821         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17822         (gnus-sort-threads-loop): New function.
17824 2006-12-06  Chris Moore  <dooglus@gmail.com>
17826         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17827         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17829 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17831         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17832         options.
17834 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17836         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17837         DOS-ing the recipient.
17839         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17840         the headers when creating the mapping to avoid mismappings.
17841         (nnweb-gmane-create-mapping): Always nix out old mapping.
17843 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17845         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17846         and mm-verify-option to never.
17848 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17850         * message.el (message-signed-or-encrypted-p): New function.
17851         (message-forward-make-body): Use it.
17853         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17854         Replace encode-coding-string with mm-encode-coding-string.
17856 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17858         * nneething.el (nneething-decode-file-name):
17859         Replace decode-coding-string with mm-decode-coding-string.
17861         * gnus-int.el (gnus-open-server): Say failed server's name.
17863 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17865         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17866         strings to a single string.  Quote `errors-file-name'.
17867         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17868         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17869         Adjust calls.  Use `shell-quote-argument'.
17871 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17873         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17874         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17876         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17877         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17878         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17879         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17880         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17881         (gnus-subscribe-newsgroup, gnus-1):
17882         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17883         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17884         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17885         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17887 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17889         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17890         keystroke.
17891         (gnus-summary-limit-to-bodies): Implement headersp.
17893 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17895         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17897 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17899         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17901 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903         * message.el (message-generate-hashcash): Expand range of values to
17904         include `opportunistic'.
17905         (message-send-mail): Use it.
17907 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17909         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17910         and comment it.
17912         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17914 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17916         * gnus-util.el (gnus-extract-address-components): Improve comment.
17918 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17920         * gnus-util.el (gnus-extract-address-components): Work with address in
17921         which the name portion contains @.
17923         * lpath.el: Fbind custom-autoload.
17925 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17927         * gnus.el (gnus-start): Move custom group up.
17928         (gnus-select-method): Don't autoload, but make it available for
17929         `customize-variable'.
17930         (gnus-getenv-nntpserver): Don't autoload.
17932 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17934         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17936 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17938         * message.el (message-sendmail-extra-arguments): New variable.
17939         (message-send-mail-with-sendmail): Use it.
17941 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17943         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17944         mm-with-unibyte-current-buffer to make string unibyte.
17946         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17947         mm-string-as-multibyte.
17949 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17951         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17952         Reported by Werner Koch <wk@gnupg.org>.
17954 2006-11-14  Daiki Ueno  <ueno@p360>
17956         * mml2015.el: Autoload epa-select-keys when compiling.
17958 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17960         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17961         message-options.
17962         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17964 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17966         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17967         EasyPG (< 0.0.6).
17968         (mml2015-always-trust): New user option.
17969         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17970         prompt.
17972 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17974         * nntp.el (nntp-authinfo-force): New variable.
17975         (nntp-send-authinfo): Use it.
17977 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17979         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17980         decode encoded words.  Improve prompt.  Add comment about forwarding.
17981         (message-replacement-char): Move up.
17983 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17985         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17986         instead of gnus-intersection because arguments of gnus-sorted-nunion
17987         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17989 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17991         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17992         (message-simplify-subject-functions):
17993         Enable message-strip-subject-encoded-words by default.
17995 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17997         * message.el (message-strip-subject-encoded-words): New function.
17998         (message-simplify-subject-functions): New variable.
17999         (message-simplify-subject): Use it.  Fix typo in doc string.
18000         Support message-strip-subject-encoded-words.
18002 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18004         * gnus-diary.el (gnus-diary-delay-format-function):
18005         * nndiary.el (nndiary-reminders):
18006         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18008 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18010         * gnus-art.el (article-hide-boring-headers): Fetch date from
18011         gnus-original-article-buffer to avoid problems with localized date
18012         strings.
18014 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18016         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18018 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18020         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18021         New variables.
18022         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18023         (mm-charset-synonym-alist): Move some entries to
18024         mm-codepage-iso-8859-list.
18025         (mm-charset-synonym-alist, mm-charset-override-alist):
18026         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18028 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18030         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18032 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18034         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18035         with Emacs 21 and XEmacs.
18037 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18039         * spam.el (spam-parse-address): New function for better parsing,
18040         catching errors, etc.
18041         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18043 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18045         * mm-view.el: Add interactive arg to html2text autoload.
18047 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18049         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18051 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18053         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18054         New variables.
18055         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18056         (mm-charset-synonym-alist): Move some entries to
18057         mm-codepage-iso-8859-list.
18059         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18061 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18063         * message.el (message-citation-line-format)
18064         (message-insert-formated-citation-line): Fix implementation of %E, %N
18065         and %n according to the doc string.
18067 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18069         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18070         Use car-safe to avoid bad parses.
18072 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18074         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18075         names.
18077         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18079 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18081         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18082         header.
18084         * message.el (message-draft-headers): Add Date.
18085         (message-headers-to-generate): Fix typo in docstring.
18087         * nndraft.el (nndraft-required-headers): New variable.
18088         (nndraft-generate-headers): Use it.
18090         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18092 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18094         * gnus-registry.el (gnus-registry-wash-for-keywords)
18095         (gnus-registry-find-keywords): New functions to allow easy searching of
18096         articles that are in the registry.
18098 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18100         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18101         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18102         Reported by Damien Elmes <damien@repose.cx>.
18104 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18106         * gnus.el (gnus-mime): Remove unused custom group.
18108 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18110         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18111         "blank line" when searching for end of armor headers.
18113 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18115         * gmm-utils.el (gmm-write-region): Fix variable name.
18117 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18119         * gmm-utils.el (gmm-write-region): New function based on compatibility
18120         code from `mm-make-temp-file'.
18122         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18124         * nnmaildir.el (nnmaildir--update-nov)
18125         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18126         Use `gmm-write-region'.
18128 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18130         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18131         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18133         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18135         * message.el (message-replacement-char): New variable.
18136         (message-fix-before-sending): Use it.
18137         (message-simplify-subject): New function to remove duplicate code.
18138         (message-reply, message-followup): Use it.
18140         * gnus-sum.el (gnus-summary-make-menu-bar):
18141         Clarify gnus-summary-limit-to-articles.
18143 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18145         * gnus-util.el (gnus-with-local-quit): New macro.
18147         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18149 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18151         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18152         ignore non-string data.
18154 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18156         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18157         non-string data (needs to be done in the registry too).
18159 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18161         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18162         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18163         (gnus-registry-split-fancy-with-parent)
18164         (gnus-registry-fetch-simplified-message-subject-fast)
18165         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18166         Remove text properties on ingress into the registry and when it's saved.
18167         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18168         registry from entries with no groups.
18170 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18172         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18173         function to remove string properties.
18175 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18177         * gmm-utils.el (gmm): Adjust custom version.
18179         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18180         Adjust custom version.
18182         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18184 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18186         * gnus-art.el (gnus-insert-prev-page-button)
18187         (gnus-insert-next-page-button): Simplify.  Reformat.
18189 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18191         * gnus-art.el (gnus-insert-prev-page-button)
18192         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18194 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18196         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18198 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18200         * gnus-art.el (gnus-insert-mime-button)
18201         (gnus-insert-mime-security-button):
18202         Apply gnus-article-button-face to MIME and security buttons.
18204 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18206         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18207         readable.
18209 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18211         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18213 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18215         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18216         `browse-url-of-file' instead of `browse-url'.
18218 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18220         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18221         regexp.  Articles containing quotation were cut prematurely.
18223 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18225         * message.el (message-cite-original-1): Use nobody by default for the
18226         value of From header.
18227         (message-reply): Ditto.
18229 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18231         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18232         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18233         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18235 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18237         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18238         mails in the doc string.  Add some URLs in comment.
18239         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18241 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18243         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18244         backslashes handling and the way to find boundaries of quoted strings.
18246 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18248         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18249         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18250         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18251         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18253 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18255         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18256         doc string.
18257         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18259 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18261         * lpath.el: Fbind epg-check-configuration.
18263 2006-09-06  Simon Josefsson  <jas@extundo.com>
18265         * mml2015.el (mml2015-use): Doc fix, mention epg.
18267 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18269         * mml2015.el (mml2015-use): Default to epg, if available.
18271 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18273         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18274         message-sender.
18275         (mml1991-epg-encrypt): Ditto.
18276         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18277         message-sender.
18278         (mml2015-epg-encrypt): Ditto.
18280 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18282         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18283         several common directories.
18285 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18287         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18288         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18290 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18292         * gnus-art.el (article-decode-encoded-words): Make it fast.
18294 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18296         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18298         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18299         in quoted string into `\'.
18301 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18303         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18304         Use standard-syntax-table.
18306 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18308         * gnus-art.el (gnus-decode-address-function): New variable.
18309         (article-decode-encoded-words): Use it to decode headers which are
18310         assumed to contain addresses.
18311         (gnus-mime-delete-part): Remove useless `or'.
18313         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18314         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18315         (gnus-nov-parse-line): Use it to decode From header.
18316         (gnus-get-newsgroup-headers): Ditto.
18317         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18319         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18320         (mail-decode-encoded-address-string): New alias.
18322         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18323         New function.
18324         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18325         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18326         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18327         (rfc2047-decode-string): Ditto.
18328         (rfc2047-decode-address-region): New function.
18329         (rfc2047-decode-address-string): New function.
18331 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18333         * message.el (message-caesar-buffer-body): Allow rotating headers.
18335         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18337         * message.el (message-insert-formated-citation-line): Fix %f.
18338         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18340 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18342         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18343         (gnus-bookmark-mouse-available-p): New macro.
18344         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18345         (gnus-bookmark-bmenu-show-infos): Use it.
18346         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18347         (gnus-bookmark-bmenu-hide-infos): Ditto.
18348         (gnus-bookmark-remove-properties): New function.
18349         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18350         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18351         (gnus-bookmark-write-file): Bind coding-system-for-write.
18352         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18353         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18354         group before selecting it.
18355         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18356         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18357         quit-window if it is not available; use gnus-mouse-2 and bind it to
18358         gnus-bookmark-bmenu-select-by-mouse.
18359         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18360         (gnus-bookmark-bmenu-select-by-mouse): New function.
18362 2006-08-13  Romain Francoise  <romain@orebokech.com>
18364         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18365         space.
18367 2006-08-10  Romain Francoise  <romain@orebokech.com>
18369         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18370         (dns-mode-soa-auto-increment-serial): New user option.
18371         (dns-mode-soa-maybe-increment-serial): New function.
18372         (dns-mode): Add the latter to `write-contents-functions'.
18374 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18376         * compface.el (uncompface): Use binary rather than raw-text-unix.
18378 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18380         * compface.el (uncompface): Make sure the eol conversion doesn't take
18381         place when communicating with the external programs.
18382         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18384 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18386         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18388 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18390         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18391         Make it more robust by parsing author and date independently.
18393 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18395         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18397 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18399         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18400         first matching secret key.
18401         (mml2015-epg-encrypt): Ditto.
18403         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18404         first matching secret key.
18405         (mml1991-epg-encrypt): Ditto.
18407         * mml2015.el (mml2015-encrypt-to-self): New user option.
18408         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18409         mml2015-epg-encrypt-to-self is set.
18411         * mml1991.el (mml1991-encrypt-to-self): New variable.
18412         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18413         mml1991-epg-encrypt-to-self is set.
18415         * mml2015.el (mml2015-signers): New user option.
18416         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18417         (mml2015-epg-encrypt): Allow to select signing keys.
18419         * mml1991.el (mml1991-signers): New variable.
18420         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18421         (mml1991-epg-encrypt): Allow to select signing keys.
18423 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18425         * nnheader.el (nnheader-insert-head): Make it work even if the file
18426         uses CRLF for the line-break code.
18428 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18430         * mml2015.el: Require mml-sec instead of password.
18431         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18432         (mml2015-cache-passphrase): Inherit the default value from
18433         mml-secure-cache-passphrase.
18434         (mml2015-passphrase-cache-expiry): Inherit the default value from
18435         mml-secure-passphrase-cache-expiry.
18437         * mml1991.el: Require mml-sec instead of password.
18438         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18439         (mml1991-cache-passphrase): Inherit the default value from
18440         mml-secure-cache-passphrase.
18441         (mml1991-passphrase-cache-expiry): Inherit the default value from
18442         mml-secure-passphrase-cache-expiry.
18444         * mml-sec.el: Require password.
18445         (mml-secure-verbose): New user option.
18446         (mml-secure-cache-passphrase): New user option.
18447         (mml-secure-passphrase-cache-expiry): New user option.
18449 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18450             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18452         * pgg-def.el (pgg-truncate-key-identifier):
18453         Truncate the key ID to 8 letters from the end.
18455 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18457         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18458         workaround for the url package included with Emacs.
18460         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18462 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18464         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18465         correctly.  This fixes a bug caused by the 2006-05-12 change.
18467 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18469         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18470         some information about the error when saying that the `bogus' mail
18471         group will be used.
18473 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18475         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18476         string.
18478 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18480         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18482 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18484         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18486 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18488         * mml1991.el (mml1991-function-alist): Add epg.
18489         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18490         (mml1991-epg-encrypt): New functions.
18492 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18494         * mml2015.el (mml2015-verbose): New variable.
18495         (mml2015-cache-passphrase): Ditto.
18496         (mml2015-passphrase-cache-expiry): Ditto.
18497         (mml2015-function-alist): Add epg.
18498         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18499         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18500         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18501         New functions.
18503 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18505         * message.el (message-cite-original-1): Preserve region when removing
18506         quoted text due to X-No-Archive in order to avoid bogus attribution
18507         when citing multiple messages.
18509 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18511         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18512         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18514 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18516         * gnus-diary.el (gnus-user-format-function-d)
18517         (gnus-user-format-function-D): Autoload.
18519         * imap.el (Commentary): Fix typo.
18521         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18522         2006-04-22 contribution.
18524 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18526         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18527         It didn't really fix the bogosity I'm seeing with solid web groups.
18529 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18531         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18532         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18533         created using server names.  If we use the feature without declaring
18534         it, Gnus does not properly manage server and group state.
18536         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18537         bound.
18539 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18541         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18542         looking up the method using GROUP's prefix before inventing a new one.
18543         It is used on killed/unknown groups in various places where returning
18544         an all-new method isn't expected by the caller.
18546         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18547         and match semantics of gnus-group-real-prefix.
18549 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18551         * nnmail.el (nnmail-broken-references-mailers): New variable.
18552         (nnmail-ignore-broken-references): New function generalizing
18553         nnmail-fix-eudora-headers.
18554         (nnmail-fix-eudora-headers): Now obsolete.
18556         * gnus-art.el (gnus-button-handle-custom):
18557         Support `customize-apropos*'.
18559 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18561         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18563         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18564         articles.
18566 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18568         * message.el (message-cite-reply-above): New variable.
18569         (message-yank-original): Use it.
18571 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18573         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18575 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18577         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18578         as read.
18580         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18582 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18584         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18585         (gnus-bookmark-default-file): Use gnus-directory.
18586         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18587         Remove "*" in doc string.
18588         (gnus-bookmark-write-file): Simplify.
18589         (gnus-bookmark-maybe-sort-alist): Use `when'.
18590         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18591         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18592         Add FIXME about Emacs 21 and XEmacs compatibility.
18593         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18594         compatibility.
18595         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18596         compatibility.
18597         (gnus-bookmark-menu-heading): Fix version.
18599 2006-06-19  Bastien Guerry  <bzg@altern.org>
18601         * gnus-bookmark.el: New file.
18603 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18605         * message.el (message-syntax-checks): Doc fix.
18607 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18609         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18610         unsubscribed groups as if they were killed ones.  It causes duplicate
18611         entries in gnus-newsrc-alist.
18613 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18615         * message.el (message-syntax-checks): Doc fix.
18616         (message-send-mail): Add check for continuation headers.
18617         (message-check-news-header-syntax): Fix regexp used to check for
18618         continuation headers.
18620 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18622         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18624 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18626         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18628 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18630         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18631         default-truncate-lines.
18633 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18635         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18636         to fill the utf-8 entry.
18638         * lpath.el: Fbind unicode-precedence-list.
18640 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18642         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18644 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18646         * gnus-agent.el (directory-files-and-attributes): Move all the way
18647         forward (the third and final move).
18648         (gnus-agent-read-agentview): Trap reconstruction errors due to
18649         nonexistent directory.  Handle by returning nil.
18651 2006-05-30  Didier Verna  <didier@xemacs.org>
18653         * message.el (message-dont-reply-to-names): Update the custom type.
18654         * message.el (message-dont-reply-to-names): New defsubst: potentially
18655         convert a list of regexps into a single one.
18656         * message.el (message-get-reply-headers): Use it.
18657         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18659 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18661         * gnus-agent.el (directory-files-and-attributes): Move forward.
18663 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18665         * gnus-ml.el (gnus-mailing-list-subscribe)
18666         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18667         (gnus-mailing-list-message): Fix doc strings.
18669 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18671         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18672         of doing it manually.
18674 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18676         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18677         comment.
18679 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18681         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18682         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18683         (gnus-agent-read-local): All symbols allocated in my-obarray.
18684         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18685         (gnus-agent-regenerate-group): Check numeric names to see if they are
18686         messages or groups.
18687         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18688         better way of do this...)
18690         * gnus-cache.el (gnus-agent-total-fetched-for):
18691         Ignore 'dummy.group' (there should be a better way of do this...)
18693 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18695         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18696         (gnus-saved-headers): Ditto.
18697         (gnus-default-article-saver): Mention functions may have properties.
18698         (gnus-article-save): Override gnus-save-all-headers and
18699         gnus-saved-headers by :headers property which saver function may have.
18700         (gnus-summary-save-in-file): Add :headers property.
18701         (gnus-summary-write-to-file): Ditto.
18703         * gnus-sum.el (gnus-summary-save-article): Bind
18704         gnus-prompt-before-saving to t when saving many articles in a file;
18705         always show all headers.
18707         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18709 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18711         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18712         marks.
18714         * message.el (message-indent-citation): Add optional arguments to allow
18715         using it outside of message buffers.
18717         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18718         (gnus-article-treat-unfold-headers): Use it.
18719         (gnus-article-truncate-lines): New variable.
18720         (gnus-article-mode): Use it.
18721         (gnus-article-toggle-truncate-lines): New function.
18723         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18724         Add gnus-article-toggle-truncate-lines.
18726         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18727         coding system in XEmacs, use binary.
18729 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18731         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18732         after-load-alist.
18734         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18735         this function should save decoded articles.
18736         (gnus-summary-write-to-file): Use property to specify this function
18737         should save decoded articles and specify gnus-summary-save-in-file
18738         should be used to save articles other than the first one when saving
18739         many articles.
18740         (gnus-summary-save-body-in-file): Use property to specify this
18741         function should save decoded articles.
18742         (gnus-summary-write-body-to-file): Use property to specify this
18743         function should save decoded articles and specify
18744         gnus-summary-save-body-in-file should be used to save articles other
18745         than the first one when saving many articles.
18747         * gnus-sum.el (gnus-summary-save-article): Simplify.
18749 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18751         * gnus-art.el (gnus-default-article-saver):
18752         Add gnus-summary-write-body-to-file.
18753         (gnus-article-save-coding-system): Don't use coding system object
18754         in XEmacs.
18755         (gnus-read-save-file-name): Add optional `dir-var' argument which
18756         specifies directory in which files are saved; work even if optional
18757         `variable' argument is not specified.
18758         (gnus-summary-write-to-file): Read file name.
18759         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18760         (gnus-summary-write-body-to-file): New function.
18762         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18763         (gnus-summary-local-variables): Add it.
18764         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18765         (gnus-summary-save-article): Remove optional `decode' argument;
18766         determine whether to decode articles by the value of
18767         gnus-default-article-saver; when saving many files using
18768         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18769         it first and use gnus-summary-save-in-file or
18770         gnus-summary-save-body-in-file thereafter unless
18771         gnus-prompt-before-saving is always; move point to article which
18772         will be saved.
18773         (gnus-summary-save-article-file): Revert.
18774         (gnus-summary-write-article-file): Revert.
18775         (gnus-summary-save-article-body-file): Revert.
18776         (gnus-summary-write-article-body-file): New function.
18778 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18780         * gnus-art.el (gnus-default-article-saver): Doc fix.
18781         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18782         from gnus-summary-save-article-coding-system, and default to a
18783         certain coding system.
18784         (gnus-output-to-file): Add coding cookie and encode text according
18785         to gnus-article-save-coding-system; don't use mm-append-to-file.
18787         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18788         gnus-art.el and rename to gnus-article-save-coding-system.
18789         (gnus-summary-save-article): Require gnus-art; don't show all
18790         headers if it decodes articles; don't add coding cookie here;
18791         don't bind mm-text-coding-system-for-write.
18792         (gnus-summary-save-article-file): Save decoded articles.
18793         (gnus-summary-write-article-file): When saving many files, use
18794         gnus-summary-write-to-file first and gnus-summary-save-in-file
18795         thereafter unless gnus-prompt-before-saving is always.
18796         (gnus-summary-save-article-body-file): Save decoded articles.
18798         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18800 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18802         * nnrss.el (nnrss-check-group): Bind hash-index.
18804 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18806         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18807         its hash index.  Store this hash in `nnrss-group-data'.
18808         (nnrss-read-group-data): Update accordingly.
18810 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18812         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18813         entry.
18815         * gnus-sum.el (gnus-summary-make-menu-bar):
18816         Add gnus-article-browse-html-article.
18818 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18820         * gnus-sum.el (gnus-summary-mime-map):
18821         Add gnus-article-browse-html-article.
18823         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18825 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18827         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18828         suitable coding systems in customize.
18830 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18832         * mail-source.el (mail-sources): Fix custom type.
18834 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18836         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18837         (gnus-summary-expire-articles-now): Shorten prompt.
18839         * gmm-utils.el (wid-edit): Require.
18840         (defun-gmm): Rename from `gmm-defun-compat'.
18841         (gmm-image-search-load-path): Use it.
18842         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18844 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18846         * gnus-sum.el (gnus-summary-save-article-coding-system):
18847         New variable.
18848         (gnus-summary-save-article): Add optional `decode' argument.
18849         If it is set and gnus-summary-save-article-coding-system is non-nil,
18850         save decoded article.
18851         (gnus-summary-write-article-file): Save decoded article if
18852         gnus-summary-save-article-coding-system is non-nil.
18854         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18855         type.
18857 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18859         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18861 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18863         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18864         first to test gnus-single-article-buffer which may be buffer-local.
18866         * gnus-sum.el (gnus-summary-setup-buffer):
18867         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18868         group; make gnus-article-buffer, gnus-article-current, and
18869         gnus-original-article-buffer always buffer-local.
18870         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18871         group.
18872         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18874 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18876         * nnml.el (nnml-request-compact-group): Compressed files might not
18877         have .gz extension.
18879 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18881         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18882         (mm-copy-to-buffer): Use with-current-buffer.
18883         (mm-display-part): Simplify.
18884         (mm-inlinable-p): Add optional arg `type'.
18886 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18888         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18889         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18890         Try harder to show the attachment internally or externally using
18891         gnus-mime-view-part-as-type.
18893 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18895         * message.el (message-from-style, message-signature-separator)
18896         (message-user-organization-file, message-send-mail-function)
18897         (message-citation-line-function, message-yank-prefix)
18898         (message-indent-citation-function, message-signature)
18899         (message-signature-file, message-signature-insert-empty-line):
18900         Remove autoloads.
18902         * gnus-art.el (gnus-buttonized-mime-types):
18903         Remove "multipart/signed".  Revert 2006-04-26 change.
18905 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18907         * gnus.el (gnus-version-number): Bump version.
18909 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18911         * gnus.el: No Gnus v0.5 is released.
18913 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18915         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18916         fetching articles by message-id.
18918 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18920         * message.el (hashcash): Require hashcash as normal.
18922         * ecomplete.el (ecomplete-highlight-match-line):
18923         Use point-at-eol.
18924         (ecomplete-highlight-match-line): Use `highlight', because that
18925         face exists in both Emacs and XEmacs.
18927         * message.el (message-display-abbrev): Use point-at-bol.
18929         * mail-source.el: Don't require timer/timer-funcs.
18931         * gnus-async.el: Ditto.
18933         * password.el: Ditto.
18935         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18937         * mm-url.el: Ditto.
18939         * gnus-xmas.el: Don't require timer-funcs.
18941         * mm-util.el: Require timer/timer-funcs.
18943 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18945         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18946         Close.
18948 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18950         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18951         unibyte after clear-decrypt function runs.
18953         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18954         returns as a unibyte string.
18956 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18958         * lpath.el: Revert.
18960         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18961         (pgg-gpg-process-sentinel): Revert.
18963         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18964         (pgg-pgp-lookup-key): Revert.
18966         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18967         (pgg-pgp5-lookup-key): Revert.
18969         * pgg.el (pgg-fetch-key): Revert.
18971 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18973         * lpath.el: Fbind string-as-multibyte for XEmacs.
18975         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18976         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18977         (mml1991-pgg-encrypt): Ditto.
18979         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18980         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18981         a multibyte buffer.
18983         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18984         (pgg-pgp-lookup-key): Ditto.
18986         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18987         (pgg-pgp5-lookup-key): Ditto.
18989         * pgg.el (pgg-fetch-key): Ditto.
18991 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18993         * message.el (message-user-organization-file): Check several
18994         locations of the organization file.
18996         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18997         Add gnus-article-view-part-as-type.
18999         * gnus-art.el (gnus-article-view-part-as-type): New function.
19001         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19002         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19004         * mml.el: Simplify autoload.
19005         (mml-mode): defvar dnd-protocol-alist instead of using
19006         symbol-value.
19007         (mml-default-directory): New variable.
19008         (mml-minibuffer-read-file): Use it.
19009         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19011         * message.el (message-citation-line-format): New variable.
19012         (message-insert-formated-citation-line): New function.
19013         (message-citation-line-function):
19014         Add `message-insert-formated-citation-line' to custom type.
19016         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19017         to doc string.
19019         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19020         depending on mm-verify-option.
19022 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19024         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19025         binding pgg-* variables; reimplement the section which prevents
19026         MIME header from being signed.
19027         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19028         pgg-text-mode; remove a blank line at the top of body.
19030         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19031         lines at the top of body; use gnus-newsgroup-charset if there's no
19032         Charset header.
19034 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19036         * message.el (message-self-insert-commands): Doc fix.
19038         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19039         (mm-uu-pgp-encrypted-test): Ditto.
19040         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19041         between header and body; return application/pgp-encrypted handle
19042         if decryption failed; decode decrypted body by charset.
19044         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19045         element match to application/pgp-*.
19047 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19049         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19050         HTML.
19052 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19054         * mail-source.el (mail-source-call-script): Message the error
19055         string.
19057 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19059         * gnus-util.el (gnus-byte-compile): Use it.
19061 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19063         * gnus-util.el (kill-empty-logs): New function.
19065 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19067         * message.el (message-mail-alias-type): Doc fix.
19068         (message-mail-alias-type-p): New function.
19069         (message-send): Use it.
19070         (message-mode): Ditto.
19071         (message-strip-forbidden-properties): Ditto.
19073         * ecomplete.el (ecomplete-database-file-coding-system):
19074         New variable.
19075         (ecomplete-save): Use it.
19076         (ecomplete-setup): Use it.
19078 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19080         * message.el (message-self-insert-commands): New variable.
19081         (message-strip-forbidden-properties): Use it.
19083 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19085         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19086         that doesn't make XEmacs choke.
19088 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19090         * gnus-util.el (gnus-replace-in-string):
19091         Prefer replace-regexp-in-string over of replace-in-string.
19093 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19095         * gnus-util.el (gnus-select-frame-set-input-focus):
19096         Use select-frame-set-input-focus if it is available in XEmacs; use
19097         definition defined in Emacs 22 for old Emacsen.
19099         * dgnushack.el: Autoload unmorse-region for XEmacs.
19101         * lpath.el: Bind cursor-in-non-selected-windows and
19102         select-frame-set-input-focus for XEmacs.
19104 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19106         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19108 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19110         * gnus-registry.el (gnus-registry-cache-save): Remove text
19111         properties when saving via the temp buffer.
19113 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19115         * message.el (message-generate-hashcash): Honor custom type.
19117 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19119         * message.el (message-generate-hashcash): Default to non-nil when
19120         hashcash is found.
19122         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19123         (gnus-refer-thread-limit): Increase default to 500.
19125         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19127         * flow-fill.el (fill-flowed): Allow delete-space.
19129 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19131         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19132         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19133         Remove autoloads.
19135 2006-04-18  Simon Josefsson  <jas@extundo.com>
19137         * message.el (message-generate-hashcash): Default to.
19139 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19141         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19142         concatenating segments rather than before concatenating them.
19144 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19146         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19148 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19150         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19152         * message.el (message-forward-make-body-plain):
19153         Allow message-forward-ignored-headers to be a list.
19154         (message-remove-ignored-headers): Factor out into function.
19155         (message-forward-make-body-mml): Use it.
19157         * imap.el (imap-quote-specials): New function.
19158         (imap-login-auth): Quote specials.
19160         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19161         (rfc2231-parse-string): Allow concatanation of parameters that
19162         aren't contiguous.  The test case is
19163           (mail-header-parse-content-type "message/external-body;
19164             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19165             access-type=LOCAL-FILE;
19166             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19168 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19170         * nntp.el (nntp-accept-process-output): Return the value of
19171         `nnheader-accept-process-output'.
19173 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19175         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19176         (gnus-button-alist): Recognize more diff formats.
19177         (gnus-button-patch): Strip directory.
19179 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19181         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19182         Emacs 22 when setting focus.
19184 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19186         * gnus-art.el (gnus-article-treat-types): Do treatment of
19187         text/x-verbatim parts.
19188         (gnus-button-patch): New command.
19190         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19191         addresses that contain invalid characters.
19193 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19195         * message.el (message-put-addresses-in-ecomplete):
19196         Use gnus-replace-in-string.
19197         (message-is-yours-p): Use the more correct
19198         mail-header-parse-address instead of
19199         mail-extract-address-components.
19200         (message-put-addresses-in-ecomplete): Fix typo.
19202         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19203         keystroke.
19205         * gnus-art.el (gnus-treatment-function-alist): Change order of
19206         newsgroups/generic header folding to avoid double-folding.
19208         * message.el (message-hidden-headers): Add X-Draft-From.
19210         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19211         New command.
19212         (gnus-summary-repeat-search-article-backward): New command.
19214         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19215         groups in the parent topic.
19217 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19219         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19220         (spam-extra-header-to-number): Return the CRM114 number as a
19221         number instead of a string.
19223 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19225         * gnus-art.el (gnus-face-properties-alist): Move here from
19226         gnus-fun.
19228         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19230 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19232         * message.el (message-strip-forbidden-properties): Only display on
19233         self-insert-command.
19235         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19236         reindent.
19237         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19239 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19241         * smiley.el (smiley-style): Fix typo.
19243 2006-03-23  Kenichi Handa  <handa@m17n.org>
19245         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19246         instead of set-buffer-multibyte.
19248 2006-03-23  Kenichi Handa  <handa@m17n.org>
19250         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19251         buffer and then decode the buffer text if necessary.
19252         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19253         first, and after mm-encode-body, change the buffer to unibyte.
19255 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19257         * hashcash.el (hashcash-insert-payment-async-2):
19258         Use message-goto-eoh instead of doing it manually.
19259         (mail-add-payment): Use message-narrow-to-header instead of trying
19260         to do the same itself.
19262         * message.el (message-hidden-headers): Add Face.
19264         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19265         reparenting code.
19266         (gnus-summary-reparent-children): Refactored out code.
19267         (gnus-summary-thread-map): New keystroke.
19268         (gnus-summary-reparent-children): Make into command.
19270         * smiley.el (smiley-style): Default to `medium' if using a large
19271         font.
19273         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19274         does it itself.
19276         * message.el (message-point-in-header-p): Simplify definition.
19278 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19280         * nnagent.el (nnagent-request-set-mark): Silence log file
19281         writing.
19282         (nnagent-request-set-mark): Use write-region instead of
19283         append-to-file.
19285         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19286         strange select method.
19288         * ecomplete.el (ecomplete-display-matches): Get highlightling
19289         right.
19290         (ecomplete-display-matches): Use literals.
19291         (ecomplete-display-matches): Disable message logging.
19293         * message.el (message-display-abbrev): Small optimization.
19295         * ecomplete.el (ecomplete-display-matches): Allow automatic
19296         display.
19298         * message.el (message-strip-forbidden-properties):
19299         Display abbrevs.
19300         (message-display-abbrev): Get automatic display right.
19302         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19303         keystrokes.
19305 2006-04-13  Romain Francoise  <romain@orebokech.com>
19307         TODO: Backport to v5-10!
19309         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19310         Move here (and rename) from gnus-registry.el.
19312         * gnus-registry.el: Require gnus-util.
19313         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19315 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19317         * gnus-group.el (gnus-group-catchup-current):
19318         Change if-then-else-if-then-else into cond.
19319         (gnus-group-catchup): Indent.
19320         (group-name-at-point): New function.
19321         (gnus-fetch-group): Provide default from thing at point.
19323 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19325         * message.el (message-display-abbrev): Fix regexp.
19327         * ecomplete.el (ecomplete-highlight-match-line):
19328         Reimplement choosing.
19329         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19330         dead variables.
19332         * message.el (message-newline-and-indent): Remove debugging.
19333         (message-display-abbrev): Use new implementation.
19335 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19337         * gnus-art.el (gnus-article-mode):
19338         Set cursor-in-non-selected-windows to nil.
19340         * smiley.el: Revert previous change.
19341         (smiley-data-directory): defvar it before using it in the
19342         defcustom of `smiley-style'.
19344 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19346         * message.el (message-newline-and-indent): New function.
19348         * ecomplete.el: Implement more bits.
19350         * message.el (message-put-addresses-in-ecomplete): Clean up the
19351         string.
19353         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19355         * gnus-sum.el (gnus-summary-save-parts):
19356         Bind gnus-summary-save-parts-counter and use it to make unique file
19357         names.
19359         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19361         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19362         parameter to say whether to actually parse the individual
19363         addresses.
19365         * message.el (message-put-addresses-in-ecomplete): New function.
19366         (ecomplete): Require.
19367         (message-mail-alias-type): Add ecomplete as an option.
19369 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19371         * flow-fill.el (fill-flowed): Remove trailing space from blank
19372         quoted lines.
19374 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19376         * smiley.el (smiley-style): Move definition later to avoid a
19377         compilation warning.
19379 2006-04-12  Kenichi Handa  <handa@m17n.org>
19381         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19382         buffer and then decode the buffer text if necessary.
19383         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19384         first, and after mm-encode-body, change the buffer to unibyte.
19385         Use mm-disable-multibyte instead of set-buffer-multibyte.
19387 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19389         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19390         Content-Type header instead of Content-Disposition header.
19391         (gnus-mime-inline-part): Ditto.
19392         (gnus-mime-view-part-as-charset): Ignore charset that the part
19393         specifies.
19395         * mm-decode.el (mm-display-part): Work with external parts and
19396         usual parts similarly.
19398         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19399         instead of gnus-display-mime.
19401         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19402         instead of with-temp-buffer.
19404         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19405         tag to summarized topics part in order to encode non-ASCII text.
19407 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19409         * smiley.el (smiley-style): New variable.
19410         (smiley-directory): New function.
19411         (smiley-data-directory): Derive from `smiley-style' using
19412         `smiley-directory'.
19413         (smiley-regexp-alist): Add new entries.
19415         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19416         (gnus-article-browse-delete-temp): Add :version.
19418 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19420         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19421         the sieve region.
19423 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19425         * gnus.el (gnus-version-number): Bump version.
19427 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19429         * gnus.el: No Gnus v0.4 is released.
19431 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19433         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19434         layout.
19436         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19437         unknown charset.
19439         * message.el (message-header-synonyms): Add Original-To to the
19440         default.
19442         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19443         optional parameter.
19445 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19447         * gnus-fun.el (gnus): Require it for gnus-directory.
19449 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19451         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19453 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19455         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19457 2006-04-05  Simon Josefsson  <jas@extundo.com>
19459         * password.el (password-reset): New function.
19461 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19463         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19464         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19466 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19468         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19469         Some whitespace was matched into the url, which broke browsing hits
19470         > 100 when mm-url-use-external was nil.
19472 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19475         Check gnus-extra-headers for 'Newsgroups.
19477         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19478         bound.
19480 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19482         * pgg-gpg.el: Clean up process buffers every time gpg processes
19483         complete.
19485 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19487         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19488         doc string.
19490 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19492         * pgg-gpg.el (pgg-gpg-process-filter)
19493         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19495         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19496         lines, temporary fix.
19498 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19500         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19502 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19504         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19505         default-enable-multibyte-characters.  This reverts the change from
19506         revision 6.17 which is no longer necessary because the passphrase
19507         is sent separately now.  GnuPG messages are unreadable under
19508         multibyte locales with default-enable-multibyte-characters set to
19509         nil.
19511 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19513         * message.el (message-tool-bar-gnome): Move "spell".
19515 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19517         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19518         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19519         instead.
19521 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19523         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19524         Improve newsgroups handling for NNTP overviews which don't include
19525         Newsgroups.
19527 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19529         * message.el (message-resend): Bind message-generate-hashcash to nil.
19531 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19533         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19534         when searching for already-paid recipients.
19536 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19538         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19539         passphrases when it is not needed.
19540         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19541         passphrase stuff from gpg, should only be necessary when you use
19542         gpg with a smartcard.
19544 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19546         * mml.el (mml-insert-mime): Ignore cached contents of
19547         message/external-body part.
19549         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19550         (mm-insert-part): Ditto.
19552 2006-03-23  Simon Josefsson  <jas@extundo.com>
19554         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19555         Reiner.
19556         (pgg-gpg-use-agent-p): Use it again.
19558 2006-03-23  Simon Josefsson  <jas@extundo.com>
19560         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19561         older emacsen.
19562         (pgg-gpg-use-agent-p): Don't use it.
19564 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19566         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19567         if we can.
19569 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19571         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19572         (pgg-gpg-update-agent): New function.
19573         (pgg-gpg-use-agent-p): New function.
19574         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19575         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19576         (pgg-gpg-sign-region): Use it.
19578 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19580         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19581         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19583 2006-03-21  Simon Josefsson  <jas@extundo.com>
19585         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19586         <wilde@sha-bang.de>.
19587         (pgg-gpg-use-agent): New variable.
19588         (pgg-gpg-process-region): Use it.
19589         (pgg-gpg-encrypt-region): Likewise.
19590         (pgg-gpg-encrypt-symmetric-region): Likewise.
19591         (pgg-gpg-decrypt-region): Likewise.
19592         (pgg-gpg-sign-region): Likewise.
19593         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19595 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19597         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19599         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19600         Add comment on version.
19602 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19604         * smiley.el: Add missing test smiley.
19606 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19608         * mm-decode.el (mm-with-part): New macro.
19609         (mm-get-part): Use it; work with message/external-body as well.
19610         (mm-save-part): Treat name and filename equally.
19612         * mm-extern.el (mm-extern-cache-contents): New function.
19613         (mm-inline-external-body): Use it; force the part to be displayed;
19614         move undisplayer added to the cached handle to the parent.
19616         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19617         (gnus-mime-view-part-as-type): Work with message/external-body.
19619         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19621 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19623         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19624         images in image-load-path.  [Sync with image.el, revision 1.60, in
19625         Emacs.]
19627 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19629         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19630         path rather than symbol.  Always return list of directories.
19631         Guarantee that image directory comes first.  [Sync with image.el,
19632         revision 1.59, in Emacs.]
19634         * message.el (message-make-tool-bar): Adjust to new API of
19635         `gmm-image-load-path-for-library'.
19637         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19639         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19641 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19643         * gnus-art.el (gnus-article-only-boring-p):
19644         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19645         intangible text.
19646         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19648 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19650         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19651         Use `defun' instead of `gmm-defun-compat'.
19653 2006-03-14  Simon Josefsson  <jas@extundo.com>
19655         * message.el (message-unique-id): Don't use message-number-base36
19656         if (user-uid) is a float.
19657         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19659 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19661         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19663         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19664         empty line between a part and a message part.
19666 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19668         * smiley.el: Add more test smileys.
19669         (smiley-data-directory, smiley-regexp-alist)
19670         (gnus-smiley-file-types): Fix doc strings.
19671         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19672         adding new elements.
19673         (smiley-mouse-map): Unused code.  Make it a comment.
19675 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19677         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19678         scan latest NoCeM messages instead of old ones.
19679         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19680         delimiters that are recently used.
19681         (gnus-nocem-load-cache): Add autoload cookie.
19683         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19685         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19686         level which is larger than gnus-use-nocem is specified.
19688         * gnus-group.el (gnus-group-get-new-news): Ditto.
19690 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19692         * gnus-util.el (gnus-tool-bar-update): New function.
19694         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19695         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19697         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19699         * gnus-group.el (gnus-group-redraw-when-idle)
19700         (gnus-group-redraw-check): Remove.
19701         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19703 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19705         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19706         if optional last element is specified in splits (FIELD VALUE...).
19708 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19710         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19711         to gmm-image-load-path-for-library.  Call with no-error argument.
19712         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19714         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19716         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19718         * gmm-utils.el (gmm-image-load-path): Remove alias.
19720 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19722         * gmm-utils.el (gmm-image-load-path): Add alias.
19724         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19725         nnml-generate-nov-databases-1.
19726         (nnml-generate-nov-databases): Use it.
19727         (nnml-generate-nov-databases-directory): Document no-active
19728         argument.
19730         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19731         directory if path is t.  Add no-error.
19733         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19734         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19736         * gnus-art.el (gnus-article-browse-delete-temp-files):
19737         Simplify resetting gnus-article-browse-html-temp-list.
19739         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19740         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19741         Add example to docstring.  Rename local variables.  Move error
19742         checks to default case in cond and simplify.
19744 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19746         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19747         handle is multipart when calling it recursively.
19748         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19750 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19752         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19753         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19755 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19757         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19758         is loaded.
19760         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19761         loaded.
19763 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19765         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19766         to "Emacs 23 (unicode)" in doc string.
19768         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19769         "Emacs 23 (unicode)" in comment.
19771 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19773         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19775         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19776         characters 160 through 255 in Emacs 23.
19778 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19780         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19781         gnus-article-browse-html-temp.
19782         (gnus-article-browse-delete-temp): Make it customizable.
19783         Add `file'.  Adjust doc string.
19784         (gnus-article-browse-delete-temp-files): Add argument.
19785         Allow query for each file.  Adjust doc string.
19786         (gnus-article-browse-html-parts):
19787         Add `gnus-article-browse-delete-temp-files' to
19788         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19790 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19792         * gnus-art.el (gnus-article-browse-html-temp)
19793         (gnus-article-browse-delete-temp): New variables.
19794         (gnus-article-browse-delete-temp-files): New function.
19795         (gnus-article-browse-html-parts): Use it.
19797 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19799         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19801         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19802         string.
19804         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19805         gnus-summary-insert-new-articles when unplugged.
19806         Remove gnus-summary-search-article-forward.
19808         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19809         display-visual-class instead of display-color-cells.
19811 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19813         * dgnushack.el: Autoload customize-group for XEmacs.
19815         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19816         message/* containing non-ASCII text properly.
19818 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19820         * message.el: Require gmm-utils, remove autoloads.
19821         (message-tool-bar): Set default based on
19822         gmm-tool-bar-style.
19823         (message-tool-bar-gnome): Add gmm-customize-mode.
19825         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19826         gmm-tool-bar-style.
19827         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19829         * gnus-group.el (gnus-group-tool-bar): Set default based on
19830         gmm-tool-bar-style.
19831         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19833         * gmm-utils.el (gmm-image-directory): Rename variable from
19834         gmm-image-load-path.
19835         (gmm-image-load-path): Use gmm-image-directory.
19836         (gmm-customize-mode): New function.
19837         (gmm-tool-bar-style): New variable.
19839         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19840         gnus-group-redraw-line-number.
19841         (gnus-group-redraw-check): Simplify.
19842         (gnus-group-tool-bar-update): Remove redraw check.
19843         (gnus-group-make-tool-bar): Add redraw check.
19845 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19847         * gnus-art.el (gnus-button): Add missing parentheses.
19849 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19851         * lpath.el: Fbind line-number-at-pos.
19853 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19855         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19857 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19859         * gnus-art.el (gnus-button): New face.
19860         (gnus-article-button-face): Use it.
19862         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19863         Add gnus-summary-next-page.  Re-order.
19865         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19866         next-node are now included.
19867         (gnus-group-redraw-line-number): New internal variable.
19868         (gnus-group-redraw-check): Helper function for updating the tool
19869         bar.
19870         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19872         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19874         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19875         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19876         Use it to match format of Spamassassin 3.0 and later.
19877         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19878         (spam-check-bogofilter)
19879         (spam-bogofilter-register-with-bogofilter): Fix args of
19880         `gnus-error' calls.
19882 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19884         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19885         unnecessary interaction when sending queued mails.
19886         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19888 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19890         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19891         first or last are nil.
19893 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19895         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19897 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19899         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19901 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19903         * dns.el (query-dns): Protect more against buggy tcp output.
19905 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19907         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19908         nov.php.
19910 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19912         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19913         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19914         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19915         output on the server side.
19916         (nnweb-google-create-mapping): Update regexps and add some
19917         progress indication.
19919 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19921         * gnus-group.el (gnus-group-tool-bar-gnome):
19922         Fix gnus-agent-toggle-plugged.  Re-order icons.
19923         (gnus-group-tool-bar-gnome):
19924         Add gnus-group-{prev,next}-unread-group.
19925         (gnus-group-tool-bar-gnome): Re-order icons.
19927         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19928         Move gnus-summary-insert-new-articles.
19930         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19931         Fix comments.
19933         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19934         also available in Emacs 21.3.
19936         * message.el (message-fix-before-sending): Change "Emacs 22" to
19937         "Emacs 23 (unicode)" in comment.
19939         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19940         "Emacs 23 (unicode)" in comment.
19942         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19943         comment.
19944         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19946         * mm-view.el (mm-fill-flowed): Add :version.
19948 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19950         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19951         and load-path.
19953 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19955         * message.el: Autoload gmm-image-load-path.
19956         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19957         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19958         consitency.
19960         * gmm-utils.el (gmm-image-load-path): Also search in
19961         "../etc/images".  Don't set gmm-image-load-path if we don't find
19962         the image.
19964 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19966         * gmm-utils.el (gmm-image-load-path): Don't make
19967         `gmm-image-load-path' include subdirectories which the second arg
19968         `image' might specify.
19970         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19971         subdirectory to icon file names.
19973         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19975 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19977         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19978         gmm-image-load-path calls.
19980         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19982         * message.el (message-make-tool-bar): Ditto.
19984         * mml.el (mml-preview): Add comment concerning tool bar icons.
19986         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19987         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19989         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19990         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19992         * message.el (message-tool-bar-gnome): Use new icon names.
19993         (message-make-tool-bar): Use `gmm-image-load-path'.
19995         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19996         New functions from MH-E.
19997         (gmm-image-load-path): New variable from MH-E.
19998         (gmm-image-load-path): New function from MH-E.  Add arguments
19999         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20000         *-image-load-path-called-flag.
20002 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20004         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20006 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20008         * nnimap.el (nnimap-request-move-article): Change folder back to
20009         source group before deleting.
20011 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20013         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20015         * gnus-art.el (mm-url-insert-file-contents-external):
20016         Autoload mm-url.
20018         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20020 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20022         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20023         coding system which mm-charset-to-coding-system returns for a
20024         given charset is valid.
20026 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20028         * html2text.el (html2text-remove-tag-list):
20029         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20031 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20033         * gnus-cus.el: Revert 2005-10-17 change.
20035 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20037         * gnus-art.el (article-strip-banner):
20038         Call article-really-strip-banner only when the regexp match is made.
20040 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20042         * gnus-art.el (article-strip-banner):
20043         Use gnus-extract-address-components instead of
20044         mail-header-parse-addresses to make it work with non-ASCII text;
20045         remove mail-encode-encoded-word-string.
20047         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20048         values which are surrounded with \"...\"; make it never cause a
20049         Lisp error; give up parsing of parameters if it failed in
20050         extracting type.
20052 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20054         * smime.el (smime-cert-by-ldap-1): Fix bug where
20055         `smime-ldap-search' returns results without userCertificates.
20057 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20059         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20061 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20063         * spam.el (spam-check-spamassassin-headers): Adapt format for
20064         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20065         <ari@mbf.ocn.ne.jp>.
20066         (spam-list-of-processors): Add spam-use-gmane.
20068 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20070         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20071         make-temp-file; make it work with XEmacs as well.
20073         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20074         mm-make-temp-file.
20076         * mm-decode.el (mm-display-external): Use the 3rd arg of
20077         mm-make-temp-file.
20078         (mm-create-image-xemacs): Ditto.
20080 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20082         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20083         with message-narrow-to-headers.
20084         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20085         (gnus-draft-check-draft-articles): New function.
20086         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20088 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20090         * gnus-art.el (gnus-article-browse-html-parts):
20091         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20092         Don't use suffix argument for mm-make-temp-file for Emacs 21
20093         compatibility.  Remove useless `format'.
20095 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20097         * nnweb.el (nnweb-google-wash-article): Update regexps.
20098         (nnweb-group-alist): Use defvoo instead of defvar.
20100 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20102         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20103         re-loading nn* modules.
20105 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20107         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20108         for `tool-bar-mode' and don't check it's default-value.
20110         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20112         * message.el (message-make-tool-bar): Ditto.
20114         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20115         `substring'.  Shorten tmp-file name.
20117         * gnus.el: Remove bogus comment.
20119 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20121         * gnus-art.el (gnus-article-browse-html-parts): New function.
20122         (gnus-article-browse-html-article): New function for viewing html
20123         articles with a browser.
20125 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20127         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20128         in elisp.
20129         (pgg-gpg-encrypt-symmetric-region): Ditto.
20130         (pgg-gpg-sign-region): Ditto.
20132         * pgg-def.el (pgg-text-mode): New variable.
20134         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20135         (mml2015-pgg-encrypt): Ditto.
20137         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20138         (mml1991-pgg-encrypt): Ditto.
20140 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20142         * nnfolder.el (nnfolder-insert-newsgroup-line):
20143         Use message-make-date instead of current-time-string.
20145         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20146         to gnus-decoded which mm-uu might set.
20148 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20150         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20151         don't decode quoted parameters; remove misimported Emacs code.
20152         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20153         (rfc2231-decode-encoded-string): Don't use split-string which
20154         behaves differently according to Emacs version; use
20155         mm-decode-coding-region to convert charset to coding-system.
20156         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20157         (rfc2231-encode-string): Remove misimported Emacs code.
20159 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20161         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20162         when calling mail-header-parse-content-type.
20163         (article-de-quoted-unreadable): Ditto.
20164         (article-de-base64-unreadable): Ditto.
20165         (article-wash-html): Ditto.
20167         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20168         calling mail-header-parse-content-type and
20169         mail-header-parse-content-disposition.
20170         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20171         mail-header-parse-content-type.
20173         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20174         insert charset and format parameters; encode description after
20175         inserting it to buffer.
20176         (mml-insert-parameter): Fold lines properly even if a parameter is
20177         segmented into two or more lines; change the max column to 76.
20179         * rfc1843.el (rfc1843-decode-article-body): Don't use
20180         ignore-errors when calling mail-header-parse-content-type.
20182         * rfc2231.el (rfc2231-parse-string): Return at least type if
20183         possible; don't cause an error even if it fails in parsing of
20184         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20185         (rfc2231-encode-string): Don't break lines at the beginning, leave
20186         it to mml-insert-parameter.
20188         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20189         calling mail-header-parse-content-type.
20191 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20193         * spam-report.el (spam-report-gmane-use-article-number):
20194         Improve doc string.
20195         (spam-report-gmane-internal): Check if a suitable header was found
20196         in the article.
20198 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20200         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20201         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20203 2006-02-05  Romain Francoise  <romain@orebokech.com>
20205         Update copyright notices of all files in the gnus directory.
20207 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20209         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20211 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20213         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20214         segmented lines of parameter value to cope with Thunderbird 1.5
20215         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20216         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20217         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20219 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20221         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20222         parts.
20224 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20226         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20227         there's only one active file for all servers.
20228         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20229         solid groups.  Gnus might have used a FAST request to select the group.
20230         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20231         and nnweb-search redundantly in the active file.
20232         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20233         (nnweb-request-create-group): Don't use ARGS.
20234         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20235         initializations.  Let nnoo do the work.
20237 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20239         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20240         Say the part has been decoded.
20242         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20244 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20246         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20247         mailcap-viewer-test-cache when there's no 'test clause, since that
20248         will invert the meaning of a "nil" test previously determined by
20249         mailcap-mailcap-entry-passes-test.
20251 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20253         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20254         compiling.
20256         * gnus-sum.el: Ditto.
20258         * message.el: Don't bind tool-bar-map when compiling.
20260 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20262         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20264 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20266         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20267         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20268         current Google Groups.
20270 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20272         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20273         and tool-bar-mode.
20275         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20276         and tool-bar-mode.
20278         * message.el (message-tool-bar-update): Simplify.
20279         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20281         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20282         gnus-summary-buffer.
20283         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20284         gnus-summary-reply.
20286         * gmm-utils.el (gmm): Add :version.
20288 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20290         * Makefile.in (clean): New rule.
20291         (distclean): Use it.
20293 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20295         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20296         Don't autoload.
20298 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20300         * gmm-utils.el (gmm-verbose): Add :group.
20302 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20304         * message.el: Change some comments WRT tool-bars.
20306         * gnus-sum.el (gnus-summary-tool-bar)
20307         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20308         (gnus-summary-tool-bar-zap-list): New variables.
20309         (gnus-summary-make-tool-bar): Complete rewrite using
20310         `gmm-tool-bar-from-list'.
20312         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20313         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20314         New variables.
20315         (gnus-group-make-tool-bar): Complete rewrite using
20316         `gmm-tool-bar-from-list'.
20317         (gnus-group-tool-bar-update): New function.
20319         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20321 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20323         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20324         is dissected into a single part of which the type is the same as
20325         the given one; decode charset.
20327 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20329         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20330         into alists as symbol not string, since that's what
20331         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20332         look for.
20334 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20336         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20337         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20339         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20341 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20343         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20344         (gnus-xmas-mime-security-button-menu): New function.
20346         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20347         (gnus-mime-security-button-menu): New definition.
20348         (gnus-mime-security-button-map): Use them.
20349         (gnus-mime-security-button-menu): New function.
20350         (gnus-insert-mime-security-button): Addition to help echo.
20351         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20352         (gnus-mime-security-pipe-part): New functions.
20354         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20355         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20357         * mm-decode.el (mm-handle-set-disposition): Remove.
20358         (mm-handle-set-description): Remove.
20360 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20362         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20363         (mm-w3m-standalone-supports-m17n-p): New function.
20364         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20365         w3m usage.
20367         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20368         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20370 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20372         * message.el (message-tool-bar-zap-list):
20373         Use gmm-tool-bar-zap-list as custom type.
20374         (message-tool-bar-update): New function.
20375         (message-tool-bar, message-tool-bar-gnome)
20376         (message-tool-bar-retro): Add message-tool-bar-update.
20377         (message-tool-bar-gnome): Add flyspell-buffer.
20379         * gnus-util.el (gnus-error): Describe `args'.
20381         * gmm-utils.el (gmm-error): Describe `args'.
20382         (gmm-tool-bar-zap-list): New widget.
20383         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20385 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20387         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20388         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20389         the number of recursive calls.
20391         * mm-decode.el (mm-handle-set-disposition): New macro.
20392         (mm-handle-set-description): New macro.
20394 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20396         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20397         encoding.
20399 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20401         * message.el (message-tool-bar-zap-list, message-tool-bar)
20402         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20403         (message-tool-bar-local-item-from-menu): Remove.
20404         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20405         (message-make-tool-bar): New function.
20406         (message-mode): Use `message-make-tool-bar'.
20408         * gmm-utils.el: New file.
20409         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20410         (gmm-lazy): New widget copied from `nnmail.el'.
20411         (gmm-tool-bar-from-list): New function for creating customizable
20412         tool bars.
20413         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20414         output.
20415         (gmm): Add :prefix to defgroup.
20417 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20419         * gmm-utils.el (gmm-widget-p): New function.
20421 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20423         * mml.el (mml-attach-file): Describe `description' in doc string.
20424         (mml-menu): Add Emacs MIME manual and PGG manual.
20426 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20428         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20430 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20432         * nntp.el (nntp-end-of-line): Doc fix.
20434 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20436         * imap.el (imap-open): Handle case where buffer is a buffer
20437         object.
20439 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20441         * gnus-delay.el (gnus-delay): Don't autoload.
20442         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20443         to be re-loaded when customizing the `gnus-delay' group.
20445 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20447         * message.el (message-insert-citation-line): Use newlines.
20449 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20451         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20452         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20453         these routines, so the passphrase can be managed externally and
20454         passed in to the system.
20455         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20456         pgg-add-passphrase-to-cache function.
20458         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20459         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20460         these routines, so the passphrase can be managed externally and
20461         passed in to the system.
20462         (pgg-pgp5-sign-region): Use new name of
20463         pgg-add-passphrase-to-cache function.
20465 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20467         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20468         part of the decoded armor to find the key-identifier.
20469         (pgg-gpg-lookup-key-owner): New function to return the
20470         human-readable identifier of a key owner.
20471         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20472         itself.
20473         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20474         the key value) if we have a key and can match it against a secret
20475         key.  Also, added a note pointing out fact that the prompt only
20476         indicates the first matching key.
20478         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20479         pgg-decrypt-region.
20480         (pgg-add-passphrase-to-cache): Rename from
20481         `pgg-add-passphrase-cache' to reduce confusion (all callers
20482         changed).
20483         (pgg-remove-passphrase-from-cache): Rename from
20484         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20485         changed).
20486         (pgg-read-passphrase, pgg-add-passphrase-cache)
20487         (pgg-remove-passphrase-cache): Add informative docstrings.
20488         (pgg-decrypt): Convey provided passphrase in subordinate call to
20489         pgg-decrypt-region.
20491 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20493         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20494         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20495         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20496         'passphrase' argument, so the passphrase can be managed externally
20497         and then passed in to the system.
20499         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20500         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20501         so the passphrase cache can be used reliably with identifiers
20502         besides a pgp packet's key id.
20504         * pgg-gpg.el (pgg-gpg-encrypt-region)
20505         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20506         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20507         these routines, so the passphrase can be managed externally and
20508         passed in to the system.
20510         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20511         'notruncate' argument, so the passphrase cache can be used
20512         reliably with identifiers besides a pgp packet's key id.
20514 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20516         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20517         symmetric encryption.
20518         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20519         encrypted session key.
20520         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20521         message ask for the passphrase in a proper way.
20523         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20524         New user commands for symmetric encryption.
20526 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20528         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20530         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20532 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20534         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20536 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20538         * mm-decode.el (mm-inlined-types): Add application/pgp.
20539         (mm-automatic-display): Ditto.
20541         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20542         part as text.
20544 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20546         * nnrss.el: Update copyright.
20547         (nnrss-opml-import): Query whether to subscribe to each entry.
20549         * gnus-art.el:
20550         * gnus-sum.el:
20551         * gnus-xmas.el:
20552         * messagexmas.el:
20553         * mm-uu.el:
20554         * mm-view.el: Update copyright.
20556 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20558         * message.el (message-info): New function.
20559         (message-mode-menu): Add it.
20560         Update copyright.
20562         * ChangeLog: Fix and update copyright.
20564 2006-01-13  Romain Francoise  <romain@orebokech.com>
20566         * message.el (message-forward-subject-name-subject): Prefer the
20567         address to 'nowhere' if the sender has no name.
20568         Fix typo.  Update copyright year.
20570 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20572         * gnus-art.el (article-wash-html):
20573         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20574         (gnus-article-wash-html-with-w3m-standalone): New function.
20576         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20577         mm-inline-text-html-render-with-w3m-standalone.
20578         (mm-text-html-washer-alist): Map w3m-standalone to
20579         gnus-article-wash-html-with-w3m-standalone.
20580         (mm-inline-text-html-render-with-w3m-standalone): New function.
20582 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20584         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20585         Improve LaTeX.
20587 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20589         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20590         (nnrss-request-article): Render text/plain parts as HTML.
20592         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20593         the buffer.
20595 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20597         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20598         custom definition of `gnus-posting-styles'.
20600         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20601         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20603 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20605         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20606         Use nntp for bug archive.
20608 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20610         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20611         parts.
20612         (nnrss-normalize-date): New function converts ISO 8601 date into
20613         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20614         (nnrss-check-group): Use it.
20616 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20618         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20620         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20621         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20622         (nnrss-insert-w3): Ditto.
20624 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20626         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20627         the articles to be forwarded including the case where neither a
20628         number of articles nor a region is specified.
20630 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20632         * nnrss.el (nnrss-request-article): Fix last change; fill
20633         text/plain parts.
20635 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20637         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20638         in text/plain part.
20639         (nnrss-check-group): Don't add excessive newline to dc:subject.
20641 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20643         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20644         article.
20646 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20648         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20649         (nnml-use-compressed-files, nnml-save-mail): Support other
20650         comression programs such as bzip2.
20652 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20654         * dns.el (query-dns): Make sure we check the buffer size before
20655         removing tcp headers.
20657 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20659         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20660         remove MIME buttons associated with multipart/alternative parts.
20661         (gnus-mime-display-alternative): Tag buttons using `article-type'
20662         text property.
20664         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20665         associated with multipart/alternative parts.
20667         * gnus-art.el (gnus-signature-separator): Fix custom type.
20669         * mm-decode.el (mm-inlined-types): Fix custom type.
20670         (mm-keep-viewer-alive-types): Ditto.
20671         (mm-automatic-display): Ditto.
20672         (mm-attachment-override-types): Ditto.
20673         (mm-inline-override-types): Ditto.
20674         (mm-automatic-external-display): Ditto.
20676 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20678         * spam-report.el (spam-report-user-mail-address)
20679         (spam-report-user-agent): New variables.
20680         (spam-report-url-ping-plain): Use spam-report-user-agent.
20682 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20684         * gnus-art.el (gnus-button-handle-custom): Do not just use
20685         `customize-apropos' for any "M-x customize-*" button but the
20686         function called for.  Accept both the function name and its
20687         argument in order to achieve this.
20688         (gnus-button-alist): Remove support for "custom:" URL's.
20689         Pass function name to `gnus-button-handle-custom' in case of "M-x
20690         customize-*" buttons.
20692 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20694         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20695         multipart/alternative and add xref to mm-discouraged-alternatives
20696         in doc string.
20698         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20699         gnus-buttonized-mime-types in doc string.
20701 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20703         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20704         Suggest image/.* in the doc string.
20706 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20708         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20709         message-marks (Debian bug#342521).
20711 2005-12-12  Simon Josefsson  <jas@extundo.com>
20713         * password.el (password-read-from-cache): Add.
20714         (password-read): Use it.
20716 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20718         * rfc2047.el (rfc2047-charset-to-coding-system):
20719         Recognize us-ascii as a MIME charset.
20721         * mm-bodies.el (mm-decode-content-transfer-encoding):
20722         Protect against the case where the 2nd arg TYPE is nil.
20724 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20726         * pop3.el (pop3-stream-type): Fix custom version.
20728         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20730 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20732         * mm-decode.el (mm-display-external): Add missing cdr.
20734 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20736         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20737         RFC1524) if it is in mailcap or add a suffix according to
20738         mailcap-mime-extensions when generating a temp filename; postpone
20739         deleting a temp file for 2 seconds for some wrappers, shell
20740         scripts, and so on, which might exit right after having started a
20741         viewer command as a background job.
20743 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20745         * nntp.el (nntp-marks-directory): Fix custom group.
20747         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20748         steps when < 10.
20750         * gnus-start.el (gnus-no-server-1):
20751         Mention `gnus-level-default-subscribed' in doc string.
20753 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20755         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20756         parens.
20758 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20760         * gnus-xmas.el (gnus-use-toolbar): Revert.
20761         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20762         gnus-use-toolbar is default.
20764         * messagexmas.el (message-use-toolbar): Revert.
20765         (message-setup-toolbar): Use global default-toolbar if
20766         message-use-toolbar is default.
20768 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20770         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20771         according to default-toolbar-visible-p.
20773         * messagexmas.el (message-use-toolbar): Ditto.
20775 2005-11-26  Dave Love  <fx@gnu.org>
20777         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20778         (tls-program, tls-success): Provide openssl alternative.
20780         * starttls.el: Doc fixes.
20781         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20782         SERVICE to PORT.
20784         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20785         port null or service name.
20786         (starttls-negotiate): Autoload.
20788 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20790         * message.el (message-kill-to-signature): Fix interactive spec.
20792 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20794         * pop3.el (pop3-open-server): Recognize a string as a service name.
20796 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20798         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20800 2005-11-23  Dave Love  <fx@gnu.org>
20802         Add pop3s, pop3/starttls.
20804         * pop3.el (pop3-authentication-scheme): Clarify doc.
20805         (open-tls-stream, starttls-open-stream): Autoload.
20806         (pop3-stream-type): New.
20807         (pop3-open-server): Use it.
20809         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20810         for POP.
20811         (mail-source-keyword-map): Add :stream for POP.
20812         (mail-source-fetch-pop): Use pop3-stream-type.
20814 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20816         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20817         of current-time-string.
20819 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20821         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20822         date header.
20824 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20826         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20827         it can seriously impact performance as it bypasses the agent's
20828         local caches.
20830 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20832         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20833         must be explicitly online rather than "not explicitly offline" for
20834         its flags to be synchronized.
20836         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20837         that gnus-uu-unmark-thread will function correctly.
20839         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20840         1024K is instead displayed as 1M.
20842 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20844         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20846 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20848         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20850 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20852         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20853         error message to display actual error condition.
20854         (gnus-agent-save-local): Avoid saving symbols that are bound to
20855         nil as they simply result in a warning message in
20856         gnus-agent-read-local.
20858 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20860         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20861         rather than make-variable-buffer-local for file-precious-flag.
20863 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20865         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20866         for duplicates which are removed.  The invalid sort check then
20867         triggers a rescan after the sort as sorting may have moved
20868         duplicate entries such that they can be cheaply detected.
20870 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20872         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20874 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20876         * gnus-agent.el (gnus-agent-article-alist-save-format):
20877         Change internal variable to a custom variable.  Change default value
20878         from compressed(2) to uncompressed(1).
20879         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20880         support for uncompressed agentview files.  Taken together, reading
20881         the agentview file should now be 6-7 times faster.
20883 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20885         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20886         as a buffer-local variable.  This avoids creating truncated
20887         dribble files as a result of a hang up, eg.
20889 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20891         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20892         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20893         XEmacs.
20895 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20897         * gnus-start.el (gnus-start-draft-setup):
20898         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20900         * gnus.el (gnus-splash): Change custom group.
20901         (gnus-group-get-parameter, gnus-group-parameter-value):
20902         Describe allow-list argument.
20904         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20905         string.
20907 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20909         * gnus-art.el (gnus-default-article-saver): Add user-defined
20910         `function' to custom type.
20912 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20914         * imap.el (imap-open): Handle case where buffer is a buffer
20915         object.
20917 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20919         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20920         long lines.
20921         (gnus-cache-delete-group): Wrap doc strings.
20923         * gnus-agent.el (gnus-agent-rename-group)
20924         (gnus-agent-delete-group): Wrap doc strings.
20926 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20928         * messagexmas.el (message-use-toolbar): Change the valid values
20929         into default, top, bottom, left, and right.
20930         (message-toolbar-thickness): New variable.
20931         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20932         well.
20933         (message-setup-toolbar): Make it work.
20935         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20936         (gnus-use-toolbar): Change the valid values into default, top,
20937         bottom, left, and right.
20938         (gnus-toolbar-thickness): New variable.
20939         (gnus-xmas-setup-toolbar): New function.
20940         (gnus-xmas-setup-group-toolbar): Use it.
20941         (gnus-xmas-setup-summary-toolbar): Use it.
20943 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20945         * gnus-start.el (gnus-1): Add "native" to
20946         gnus-predefined-server-alist.
20948         * gnus.el (gnus-method-to-server): Don't add "native" to the
20949         lists here, because that leads to problems when
20950         gnus-select-method is bound.
20952 2005-11-09  Simon Josefsson  <jas@extundo.com>
20954         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20955         use (not sort-by-date) instead.
20957 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20959         * gnus-delay.el (gnus-delay-group): Don't autoload.
20960         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20961         to be re-loaded when customizing the `gnus-delay' group.
20963 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20965         * message.el: Revert last changes.
20966         (message-insert-citation-line): Use newlines.
20968 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20970         * message.el (message-courtesy-message)
20971         (message-mark-insert-begin, message-mark-insert-end)
20972         (message-elide-ellipsis, message-cancel-message)
20973         (message-add-header, message-change-subject)
20974         (message-cross-post-followup-to-header)
20975         (message-cross-post-insert-note, message-reduce-to-to-cc)
20976         (message-widen-reply, message-delete-not-region)
20977         (message-kill-to-signature, message-insert-signature)
20978         (message-insert-importance-high, message-insert-importance-low)
20979         (message-insert-or-toggle-importance)
20980         (message-insert-disposition-notification-to)
20981         (message-indent-citation, message-yank-original)
20982         (message-cite-original-without-signature, message-cite-original)
20983         (message-insert-citation-line, message-position-on-field)
20984         (message-fix-before-sending, message-send-mail-partially)
20985         (message-send-mail, message-send-mail-with-sendmail)
20986         (message-send-mail-with-qmail, message-send-news)
20987         (message-check-news-header-syntax, message-generate-headers)
20988         (message-insert-courtesy-copy, message-fill-address)
20989         (message-fill-header, message-shorten-references)
20990         (message-setup-1, message-cancel-news)
20991         (message-forward-make-body-plain, message-forward-make-body-mime)
20992         (message-forward-make-body-mml, message-encode-message-body)
20993         (message-forward-make-body-digest-plain)
20994         (message-forward-make-body-digest-mime)
20995         (message-use-alternative-email-as-from): Insert `hard-newline'
20996         instead of ordinary newlines.
20998 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21000         * message.el (message-generate-headers): Downcase the argument
21001         given to message-check-element.
21003 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21005         * nntp.el (nntp-authinfo-rejected): New error condition.
21006         (nntp-wait-for): Use new error condition to signal authentication
21007         error.
21008         (nntp-retrieve-data): Rethrow new error condition to break out of
21009         recursive call to nntp-send-authinfo.
21011 2005-11-08  Romain Francoise  <romain@orebokech.com>
21013         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21014         (gnus-summary-exit-map): Bind to `Z p'.
21015         (gnus-summary-make-menu-bar): Add menu item.
21017 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21019         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21020         (gnus-treat-*): Add `first' in all doc strings.
21022         * gnus-group.el (gnus-group-compact-group): Fix typo.
21024 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21026         * gnus.el (gnus-parameters-case-fold-search): New variable.
21027         (gnus-parameters-get-parameter): Use it.
21029         * gnus-score.el (gnus-home-score-file): Doc fix.
21031 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21033         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21035 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21037         * mm-util.el (mm-special-display-p): New function.
21039         * mml.el (mml-preview): Use it; doc fix.
21041 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21043         * imap.el (imap-open): Handle case where buffer is a buffer object.
21045 2005-10-29  Romain Francoise  <romain@orebokech.com>
21047         * message.el (message-fix-before-sending): Fix comment.
21049 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21051         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21053 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21055         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21056         Used in gnus-score.el.
21058 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21060         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21062 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21064         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21065         whitespace removed in revision 7.8.  Use concatenated string to
21066         protect trailing whitespace.
21068 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21070         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21071         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21072         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21073         Courier IMAP ("some version from 2004").  Mostly based on similar
21074         code in the same function.
21076 2005-10-26  Didier Verna  <didier@xemacs.org>
21078         * gnus-group.el (gnus-group-compact-group): Invalidate original
21079         article buffer.
21080         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21081         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21082         NOV database and in article itself.
21083         Invalidate article backlog.
21085 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21087         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21089 2005-10-26  Simon Josefsson  <jas@extundo.com>
21091         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21092         part of 2004-07-25 change.
21094 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21096         * message.el (message-display-completion-list): New function.
21097         (message-expand-group): Use it; make sure the Completions buffer
21098         is modifiable.
21099 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21101         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21102         user-mail-name is an empty string.
21104 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21106         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21107         depending on gnus-score-decay-constant.
21109         * encrypt.el (encrypt-insert-file-contents)
21110         (encrypt-write-file-contents): Don't use `gnus-message'.
21112         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21113         arguments.
21114         (mm-uu-type-alist): Add message-marks and insert-marks.
21115         Pass arguments to mm-uu-verbatim-marks-extract.
21116         (mm-uu-hide-markers): New variable.
21117         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21119         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21120         (gnus-convert-image-to-face-command): Use "convert" by default to
21121         allow other input image formats.
21122         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21123         accordingly.
21125 2005-10-23  Simon Josefsson  <jas@extundo.com>
21127         * imap.el (imap-gssapi-program): Align command line parameters
21128         with latest GNU SASL.
21129         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21131 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21133         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21134         HTML.
21135         (nnslashdot-request-article): Ditto.
21137         * lpath.el (featurep): Add nobreak-char-display.
21139 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21141         * mail-source.el (mail-source-fetch-pop): Require pop3.
21142         (mail-source-check-pop): Ditto.
21144 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21146         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21147         errors.
21149 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21151         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21152         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21154         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21156         * mm-bodies.el (mm-decode-string):
21157         Call `mm-charset-to-coding-system' with allow-override argument.
21159 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21161         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21162         (rfc2047-charset-to-coding-system): New function.
21163         (rfc2047-decode-encoded-words): New function.
21164         (rfc2047-decode-region): Use them.
21165         (rfc2047-decode-cte): Remove.
21166         (rfc2047-parse-and-decode): Remove.
21167         (rfc2047-decode): Remove.
21169 2005-10-15  Kenichi Handa  <handa@m17n.org>
21171         * rfc2047.el (rfc2047-decode-cte): New function.
21172         (rfc2047-decode-region): Change the way to decode successive
21173         encoded-words: decode B- or Q-encoding in each encoded-word,
21174         concatenate them, and decode it as charset.
21176 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21178         * lpath.el: Fbind codepage-setup for XEmacs.
21180 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21182         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21183         widget-move-and-invoke.
21184         (gnus-custom-mode): Use gnus-custom-map.
21186 2005-10-15  Bill Wohler  <wohler@newt.com>
21188         * message.el (message-tool-bar-map): Rename image file from
21189         mail_send to mail/send.
21191 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21193         * message.el (message-expand-group): Pass the common
21194         prefix substring of completion to `display-completion-list'.
21196 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21198         * mml-sec.el (mml-secure-method): New internal variable.
21199         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21200         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21201         New functions using mml-secure-method.
21203         * mml.el (mml-mode-map): Add key bindings for those functions.
21204         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21205         Harder <harder@myrealbox.com>.
21206         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21207         Goto end of message if point is the headers of the message.
21209         * message.el (message-in-body-p): New function.
21211         * assistant.el: Autoload gnus-util and netrc.
21213         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21214         Use `mm-charset-override-alist' only when decoding.
21216         * mm-bodies.el (mm-decode-body):
21217         Call `mm-charset-to-coding-system' with allow-override argument.
21219         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21220         `filename' from Content-Disposition if Content-Type doesn't
21221         provide `name'.
21222         (gnus-mime-view-part-as-type): Set default instead of
21223         initial-input.
21225 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21227         * format-spec.el (format-spec): Propagate text properties of % spec.
21229 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21231         * gnus-art.el (gnus-treat-predicate): Add `first'.
21233 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21235         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21236         (mm-charset-override-alist): New variable.
21237         (mm-charset-to-coding-system): Use it.
21238         (mm-codepage-setup): New helper function.
21239         (mm-charset-eval-alist): New variable.
21240         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21241         Warn about unknown charsets.
21243         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21245 2005-10-04  David Hansen  <david.hansen@gmx.net>
21247         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21248         (nnrss-check-group): Ditto.
21250 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21252         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21253         Rename x-gnus-verbatim to x-verbatim.
21254         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21256         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21257         x-verbatim.
21259         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21261         * gnus-util.el (gnus-remove-duplicates): Remove.
21263         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21264         instead of gnus-remove-duplicates.
21266         * message.el (message-remove-duplicates): Remove.
21267         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21268         message-remove-duplicates.
21270         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21271         available, else use implementation from `delete-dups'.
21273         * message.el (message-insert-expires): New function.
21274         (message-mode-map): Add key binding.
21275         (message-mode-field-menu): Add menu entry.
21276         (message-mode): Document it.
21277         (message-make-expires-date): Use `message-make-date'.
21279 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21281         * message.el (message-make-expires-date): New function.
21283 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21285         * Makefile.in (list-installed-shadows): New entry.
21286         (install): Use it.
21287         (remove-installed-shadows): New entry.
21289         * dgnushack.el (dgnushack-default-load-path): New variable.
21290         (dgnushack-find-lisp-shadows): New function.
21291         (dgnushack-remove-lisp-shadows): New function.
21293 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21295         * Makefile.in (install-el-elc): New entry.
21296         (install): Use it so that .el files are necessarily installed.
21298 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21300         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21302 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21304         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21305         function rather than the diff-mode.el package.
21306         (mm-display-external): Use with-current-buffer.
21307         (mm-viewer-completion-map, mm-viewer-completion-map):
21308         Move initialization inside declaration.
21310 2005-09-29  Simon Josefsson  <jas@extundo.com>
21312         * spam.el: Load hashcash when compiling, to avoid warnings.
21313         Don't autoload mail-check-payment.
21314         (spam-check-hashcash): Define unconditionally, since hashcash.el
21315         is part of Gnus now.  Ignore errors from payment checking.
21317 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21319         * message.el (message-bold-region, message-unbold-region):
21320         Rename from `bold-region' and `unbold-region'.
21322         * message.el: Remove useless autoloads.
21324 2005-09-28  Simon Josefsson  <jas@extundo.com>
21326         * message.el (message-use-idna): Default to t.
21327         (message-use-idna): Test whether encoding works too.  Doc fix.
21329 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21331         * nntp.el (nntp-warn-about-losing-connection): Remove.
21333 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21335         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21336         customizable.  Change default value.
21337         (mm-uu-diff-groups-regexp): Change default value.
21338         (mm-uu-type-alist): Add doc string.
21339         (mm-uu-configure): Add doc string.  Make it interactive.
21340         (mm-uu-tex-groups-regexp): New variable.
21341         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21342         (mm-uu-type-alist): Add LaTeX documents.
21343         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21344         of "text/verbatim".
21345         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21347         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21348         instead of "text/verbatim".
21350         * message.el (message-mark-inserted-region)
21351         (message-mark-insert-file): Use slrn style marks when called with
21352         prefix argument.
21354 2005-09-27  Simon Josefsson  <jas@extundo.com>
21356         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21358 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21360         * message.el (message-remove-duplicates): New function.
21361         Implementation borrowed from `gnus-remove-duplicates'.
21362         (message-idna-to-ascii-rhs): Also encode idna addresses in
21363         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21364         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21365         only ask about the same idna domain once per header and also tell
21366         in what header to replace the idna domain.
21368         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21369         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21370         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21371         a header is decoded and not just the last one.
21373 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21375         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21376         has been decoded.
21378         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21379         (mm-insert-part): Don't modify text if it has been decoded.
21381         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21382         decoded.
21384         * mm-view.el (mm-inline-text): Don't strip text props unless
21385         decoding enriched or richtext parts.
21387 2005-09-25  Romain Francoise  <romain@orebokech.com>
21389         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21390         * gnus-start.el (gnus-subscribe-interactively):
21391         * gnus-uu.el (gnus-uu-grab-articles):
21392         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21393         space.
21395 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21397         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21398         * mm-view.el (mm-view-pkcs7-decrypt):
21399         * gnus-sum.el (gnus-summary-limit-to-extra)
21400         (gnus-summary-respool-article, gnus-read-move-group-name):
21401         * gnus-score.el (gnus-summary-increase-score):
21402         * gnus-util.el (gnus-completing-read-with-default):
21403         * gnus-art.el (gnus-read-save-file-name)
21404         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21405         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21406         * message.el (message-check-news-header-syntax):
21407         Follow convention for reading with the minibuffer.
21409 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21411         * spam-report.el (spam-report-url-ping-plain):
21412         Use gnus-extended-version as User-Agent.
21414         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21415         default value is nil.
21417         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21418         (mm-uu-verbatim-marks-extract): New function.
21419         (mm-uu-extract): New face.
21420         (mm-uu-copy-to-buffer): Use it.
21422         * spam-report.el (spam-report-gmane-ham): Rename from
21423         `spam-report-gmane-unspam'.
21424         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21425         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21427         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21428         Autoload.
21429         (spam-report-gmane-unregister-routine):
21430         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21432 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21434         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21435         (spam-report-gmane-unregister-routine): Add support for gmane
21436         unregistration.
21438         * spam-report.el (spam-report-gmane-unspam)
21439         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21440         (spam-report-gmane): Change to take a single article and do unspam
21441         registration.
21443 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21445         * mm-url.el (mm-url-decode-entities): Fix regexp.
21447 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21449         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21450         default to nil, to be able to use Gnus at all.  If the default
21451         switches to something else, then the function should be fixed not
21452         be exceedingly slow.
21454 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21456         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21457         fail hard.
21459         * spam-report.el: Add better Keywords line.
21461         * spam.el: Add Maintainer and better Keywords line.
21463 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21465         * gnus-art.el (gnus-article-replace-part)
21466         (gnus-mime-replace-part): New functions.
21467         (gnus-mime-action-alist, gnus-mime-button-commands)
21468         (gnus-mime-save-part-and-strip): Add file argument.
21469         (gnus-article-part-wrapper): Add interactive argument.
21471         * gnus-sum.el (gnus-summary-mime-map):
21472         Add `gnus-article-replace-part'.
21474 2005-09-19  Didier Verna  <didier@xemacs.org>
21476         The nnml compaction feature:
21477         * nnml.el (nnml-request-compact-group): New function.
21478         * nnml.el (nnml-request-compact): New function.
21479         * gnus-int.el (gnus-request-compact-group): New function.
21480         * gnus-int.el (gnus-request-compact): New function.
21481         * gnus-group.el (gnus-group-compact-group): New function.
21482         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21483         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21484         * gnus-srvr.el (gnus-server-compact-server): New function.
21485         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21486         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21488 2005-09-18  Deepak Goel  <deego@gnufans.org>
21490         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21491         format spec.
21493 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21495         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21497 2005-09-15  Romain Francoise  <romain@orebokech.com>
21499         * message.el (message-fill-paragraph): Clarify docstring.
21501 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21503         * gnus-art.el (gnus-mime-display-part): Protect against broken
21504         MIME messages.
21506 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21508         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21509         before parsing header.
21511 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21513         * html2text.el (html2text-replace-list): Add new entities.
21515 2005-09-11  Romain Francoise  <romain@orebokech.com>
21517         * message.el (message-alternative-emails): Improve docstring.
21518         (message-setup-1): Call `message-use-alternative-email-as-from'
21519         after `message-setup-hook' to give it precedence over posting
21520         styles, etc.
21521         (message-use-alternative-email-as-from): Add docstring.
21522         Remove the original From header if present.
21524         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21525         (nnml-save-mail): Use it.
21527         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21528         articles.  Add new argument `silent'.
21529         (gnus-uu-mark-all): Report the total number of marked articles.
21531 2005-09-10  Romain Francoise  <romain@orebokech.com>
21533         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21534         (gnus-uu-mark-series): Likewise.
21536 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21538         * spam-report.el (spam-report-gmane): Fix generation of spam
21539         report URL.
21541 2005-09-10  Simon Josefsson  <jas@extundo.com>
21543         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21544         t, based on discussion on the ding list with Robert Epprecht
21545         <epprecht@solnet.ch>.
21547 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21549         * spam-report.el (spam-report-gmane): Make it work without
21550         X-Report-Spam header.  Gmane now only provides Archived-At.
21551         This is only used if `spam-report-gmane-use-article-number' is nil.
21552         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21554         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21555         make `gnus-summary-sort-by-recipient' work with threading.
21557         * nnweb.el (nnweb-google-wash-article): Print a message if article
21558         is not available.
21560 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21562         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21563         change.  Decode text/* parts content before displaying.
21565 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21567         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21569 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21571         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21573         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21574         url-package-name, url-package-version,
21575         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21576         w3m-display-inline-images, and w3m-minor-mode-map.
21578 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21580         * message.el (message-tab-body-function): Fix mismatched custom type.
21582         * gnus.el (gnus-group-change-level-function): Ditto.
21584         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21586         * gnus-art.el (gnus-signature-limit)
21587         (gnus-article-mime-part-function): Ditto.
21589 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21591         * mml.el (mml-mode): Silence the byte compiler.
21593         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21594         using `(sit-for 0)' before moving the point to the specified part;
21595         skip unbuttonized parts.
21596         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21597         return to the summary window if gnus-auto-select-part is non-nil.
21599 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21601         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21602         New variables.
21603         (mml-dnd-attach-file, mml-mode): Use them.
21605         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21606         Make fetching article by MID work again for Google Groups.
21607         Add FIXME concerning gnus-group-make-web-group.
21609         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21610         Don't depend on Gnus by using mail-extract-address-components if
21611         gnus-extract-address-components is not bound.
21613 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21615         * gnus-art.el (gnus-mime-display-security): Don't display the
21616         signature, but only the signed part.
21618 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21620         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21622         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21623         list, not listp.
21625 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21627         * mm-encode.el (mm-encode-content-transfer-encoding):
21628         Likewise when encoding.
21630         * mm-bodies.el (mm-decode-content-transfer-encoding):
21631         De-canonicalize CRLF for all text content types, not just
21632         text/plain.
21634 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21636         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21637         valid article; point arrow and cursor at the MIME button.
21639 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21641         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21642         Suggested by Dan Christensen <jdc@uwo.ca>.
21644         * mm-decode.el (mm-save-part): Enable change of prompt.
21646 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21648         * gnus-msg.el (gnus-inews-add-send-actions):
21649         Make `message-post-method' lambda parameter ARG `&optional'.
21651 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21653         * gnus-sum.el (gnus-summary-mime-map):
21654         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21655         gnus-article-jump-to-part.
21657         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21658         (gnus-article-edit-part): Use it.
21659         (gnus-article-part-wrapper): Add no-handle argument.
21660         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21661         New functions.
21663 2005-08-29  Romain Francoise  <romain@orebokech.com>
21665         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21666         docstring.
21667         (gnus-face-from-file): Likewise.
21669 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21671         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21672         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21673         non-nil.
21674         (gnus-auto-select-part): New variable.
21675         (gnus-article-jump-to-part): New function.
21676         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21677         (gnus-mime-delete-part): Allow selecting specified part after
21678         deleting or stripping parts.
21679         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21680         part if argument is bogus.
21682 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21684         * gnus-art.el (w3m-minor-mode-map):
21685         * gnus-spec.el (gnus-newsrc-file-version):
21686         * gnus-util.el (nnmail-active-file-coding-system)
21687         (gnus-original-article-buffer, gnus-user-agent):
21688         * gnus.el (gnus-ham-process-destinations)
21689         (gnus-parameter-ham-marks-alist)
21690         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21691         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21692         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21693         * mm-decode.el (gnus-current-window-configuration):
21694         * mm-extern.el (gnus-article-mime-handles):
21695         * mm-url.el (url-current-object, url-package-name)
21696         (url-package-version):
21697         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21698         (smime-keys, w3m-cid-retrieve-function-alist)
21699         (w3m-current-buffer, w3m-display-inline-images)
21700         (w3m-minor-mode-map):
21701         * mml-smime.el (gnus-extract-address-components):
21702         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21703         (gnus-newsrc-hashtb, message-default-charset)
21704         (message-deletable-headers, message-options)
21705         (message-posting-charset, message-required-mail-headers)
21706         (message-required-news-headers):
21707         * mml1991.el (mc-pgp-always-sign):
21708         * mml2015.el (mc-pgp-always-sign):
21709         * nnheader.el (nnmail-extra-headers):
21710         * rfc1843.el (gnus-decode-encoded-word-function)
21711         (gnus-decode-header-function, gnus-newsgroup-name):
21712         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21714 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21716         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21717         the end of the date treatments.
21719 2005-08-15  Simon Josefsson  <jas@extundo.com>
21721         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21722         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21723         Capello and Romain Francoise.
21724         (pgg-fetch-key-function): Remove, not used?
21725         (pgg-insert-url-with-w3): Require url, to get
21726         url-insert-file-contents regardless of where it is defined.
21728 2005-08-13  Romain Francoise  <romain@orebokech.com>
21730         * message.el (message-cite-original-1): New function.
21731         (message-cite-original): Use it.
21732         (message-cite-original-without-signature): Ditto.
21734 2005-08-08  Romain Francoise  <romain@orebokech.com>
21736         * message.el (message-yank-empty-prefix): New variable.
21737         (message-indent-citation): Use it.
21738         (message-cite-original-without-signature): Respect X-No-Archive.
21740 2005-08-08  Simon Josefsson  <jas@extundo.com>
21742         * pgg.el: Autoload url-insert-file-contents instead of loading
21743         w3/url.
21744         (pgg-insert-url-with-w3): Don't load url here.
21746 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21748         * message.el (message-kill-to-signature): Don't insert newline at
21749         bol.
21750         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21752 2005-08-06  Romain Francoise  <romain@orebokech.com>
21754         * message.el (message-user-fqdn): Fix typo in docstring.
21756 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21758         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21760         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21762 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21764         * mm-bodies.el (mm-encode-body): Use coding system rather than
21765         charset to encode text.
21767         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21768         number of charsets if utf-8 is available (XEmacs).
21770 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21772         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21773         taken from `gnus-button-mid-or-mail-regexp'.
21774         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21775         (gnus-button-alist): Improve regexp for domain part of the MIDs
21776         for news:localpart@domain buttons.
21777         (gnus-button-ctan-directory-regexp): Update.
21779 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21781         * sieve-manage.el (sieve-manage-interactive-login):
21782         Use make-local-variable rather than make-variable-buffer-local.
21783         (sieve-manage-open): Ditto.
21784         (sieve-manage-authenticate): Ditto.
21786         * mml.el (mml-generate-mime-1): Make the content type default to
21787         text/plain if the filename is not specified.
21789 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21791         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21792         instead of insert-buffer.
21794         * message.el (message-yank-original): Ditto; set the mark at the
21795         end of the yanked message.
21797 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21799         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21800         lines to scroll rather than to stop it.
21802         * mml.el (mml-generate-default-type): Add doc string.
21803         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21804         default to application/octet-stream when determining the content
21805         type if it is not specified for the part or the mml contents; add
21806         a comment about mml-generate-default-type.
21808 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21810         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21811         make it default to application/octet-stream when determining the
21812         content type if it is not specified for the external contents.
21814 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21816         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21817         segmented parameter but also other parameters might be there.
21819 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21821         * mm-decode.el (mm-display-external): Delete temp file, directory
21822         and buffer immediately if the external process is exited.
21824 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21826         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21827         fewer lines than that of scroll-margin.
21828         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21830 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21832         * gnus-art.el (gnus-article-next-page): Revert.
21833         (gnus-article-beginning-of-window): New macro.
21834         (gnus-article-next-page-1): Use it.
21835         (gnus-article-prev-page): Ditto.
21836         (gnus-article-edit-part): Use insert-buffer-substring instead of
21837         insert-buffer.
21838         (gnus-article-edit-exit): Ditto.
21840         * gnus-util.el (gnus-beginning-of-window): Remove.
21841         (gnus-end-of-window): Remove.
21843         * lpath.el: Don't bind header-line-format and scroll-margin.
21845 2005-07-25  Simon Josefsson  <jas@extundo.com>
21847         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21848         to have the url package without w3.  Reported by Daiki Ueno
21849         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21851 2005-07-20  Didier Verna  <didier@xemacs.org>
21853         * gnus-diary.el: Remove the description comment (nndiary is now
21854         properly documented in the Gnus manual).
21855         Fix the spelling of "Back End".
21856         * nndiary.el: Ditto.
21857         Fix the copyright notice.
21859 2005-07-18  Romain Francoise  <romain@orebokech.com>
21861         * gnus-sum.el (gnus-summary-to-prefix)
21862         (gnus-summary-newsgroup-prefix): New variables.
21863         (gnus-summary-from-or-to-or-newsgroups): Use them.
21865 2005-07-17  Romain Francoise  <romain@orebokech.com>
21867         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21868         space as it's generally not especially interesting to the user.
21870 2005-07-16  Romain Francoise  <romain@orebokech.com>
21872         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21873         nil to avoid prompting and file modification if one of the
21874         messages at the top of the nnfolder file contains a copyright
21875         notice.
21876         Update copyright notice.
21878         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21879         instead of `current-time-string' as the latter creates a time
21880         string that is not RFC 2822 compliant (it lacks the zone).
21881         Update copyright notice.
21883 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21885         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21886         for text/rtf.  Display default in prompt.  Pass default for M-n.
21888         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21890 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21892         * gnus-msg.el (gnus-button-mailto):
21893         Remove save-selected-window-window hackery because it relies on
21894         save-selected-window internals.
21896 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21898         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21899         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21900         (gnus-article-prev-page): Ditto.
21902         * gnus-util.el (gnus-beginning-of-window): New function.
21903         (gnus-end-of-window): New function.
21905         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21907 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21909         * gnus-score.el (gnus-score-edit-all-score):
21910         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21911         gnus-message.
21913 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21915         * gnus-msg.el (gnus-button-mailto):
21916         Remove save-selected-window-window hackery because it relies on
21917         save-selected-window internals.
21919 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21921         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21922         add-minor-mode.
21923         (gnus-binary-mode): Ditto.
21925         * gnus-topic.el (gnus-topic-mode): Ditto.
21927 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21929         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21930         (gnus-article-prev-page): Take scroll-margin into consideration.
21932 2005-07-04  Lute Kamstra  <lute@gnu.org>
21934         Update FSF's address in GPL notices.
21936 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21938         * gnus.el (gnus-exit):
21939         * gnus-group.el (gnus-group-icons):
21940         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21942         * gnus-nocem.el (gnus-nocem):
21943         * message.el (message-various, message-buffers, message-sending)
21944         (message-interface, message-forwarding, message-insertion)
21945         (message-headers, message-news, message-mail):
21946         * pgg-gpg.el (pgg-gpg):
21947         * pgg-parse.el (pgg-parse):
21948         * pgg-pgp.el (pgg-pgp):
21949         * pgg-pgp5.el (pgg-pgp5):
21950         * pop3.el (pop3): Finish `defgroup' description with period.
21952 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21954         * gnus-art.el (article-display-face): Improve the efficiency.
21955         (article-display-x-face): Ditto; remove gray x-face stuff.
21957 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21959         * gnus-art.el (article-display-face): Correct the position in
21960         which Faces are inserted.
21962 2005-06-29  Didier Verna  <didier@xemacs.org>
21964         * gnus-art.el (article-display-face): Display faces in correct
21965         order.
21967 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21969         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21970         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21971         (gnus-nocem-check-article): Fetch the Type header.
21972         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21973         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21974         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21975         make sure gnus-nocem-hashtb is initialized.
21976         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21977         (gnus-nocem-unwanted-article-p): Ditto.
21979         * pgg.el (pgg-verify): Return the verification result.
21981 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21983         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21984         is ascii.
21986 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21988         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21989         `show-nonbreak-escape'.
21991 2005-06-23  Lute Kamstra  <lute@gnu.org>
21993         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21995         * dig.el (dig-mode):
21996         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21998 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22000         * nnimap.el (nnimap-split-download-body): Fix spellings.
22002 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22004         * gnus-art.el (gnus-article-encrypt-body):
22005         * gnus-cus.el (gnus-score-customize):
22006         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22007         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22009 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22011         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22012         header by looking for magic "MII" at the beginning.
22014 2005-06-16  Miles Bader  <miles@gnu.org>
22016         * gnus-xmas.el (gnus-xmas-group-startup-message):
22017         Use renamed gnus-splash face.
22019         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22020         (assistant-field-face): New backward-compatibility alias for renamed
22021         face.
22022         (assistant-render-text): Use renamed assistant-field face.
22024         * spam.el (spam): Remove "-face" suffix from face name.
22025         (spam-face): New backward-compatibility alias for renamed face.
22026         (spam-face, spam-initialize): Use renamed spam face.
22028         * message.el (message-header-to, message-header-cc)
22029         (message-header-subject, message-header-newsgroups)
22030         (message-header-other, message-header-name)
22031         (message-header-xheader, message-separator, message-cited-text)
22032         (message-mml): Remove "-face" suffix from face names.
22033         (message-header-to-face, message-header-cc-face)
22034         (message-header-subject-face, message-header-newsgroups-face)
22035         (message-header-other-face, message-header-name-face)
22036         (message-header-xheader-face, message-separator-face)
22037         (message-cited-text-face, message-mml-face):
22038         New backward-compatibility aliases for renamed faces.
22039         (message-font-lock-keywords): Use renamed message faces.
22041         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22042         (sieve-test-commands, sieve-tagged-arguments):
22043         Remove "-face" suffix from face names.
22044         (sieve-control-commands-face, sieve-action-commands-face)
22045         (sieve-test-commands-face, sieve-tagged-arguments-face):
22046         New backward-compatibility aliases for renamed faces.
22047         (sieve-control-commands-face, sieve-action-commands-face)
22048         (sieve-test-commands-face, sieve-tagged-arguments-face):
22049         Use renamed sieve faces.
22051         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22052         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22053         (gnus-group-news-3-empty, gnus-group-news-4)
22054         (gnus-group-news-4-empty, gnus-group-news-5)
22055         (gnus-group-news-5-empty, gnus-group-news-6)
22056         (gnus-group-news-6-empty, gnus-group-news-low)
22057         (gnus-group-news-low-empty, gnus-group-mail-1)
22058         (gnus-group-mail-1-empty, gnus-group-mail-2)
22059         (gnus-group-mail-2-empty, gnus-group-mail-3)
22060         (gnus-group-mail-3-empty, gnus-group-mail-low)
22061         (gnus-group-mail-low-empty, gnus-summary-selected)
22062         (gnus-summary-cancelled, gnus-summary-high-ticked)
22063         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22064         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22065         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22066         (gnus-summary-low-undownloaded)
22067         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22068         (gnus-summary-low-unread, gnus-summary-normal-unread)
22069         (gnus-summary-high-read, gnus-summary-low-read)
22070         (gnus-summary-normal-read, gnus-splash):
22071         Remove "-face" suffix from face names.
22072         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22073         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22074         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22075         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22076         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22077         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22078         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22079         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22080         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22081         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22082         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22083         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22084         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22085         (gnus-summary-normal-ticked-face)
22086         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22087         (gnus-summary-normal-ancient-face)
22088         (gnus-summary-high-undownloaded-face)
22089         (gnus-summary-low-undownloaded-face)
22090         (gnus-summary-normal-undownloaded-face)
22091         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22092         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22093         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22094         (gnus-splash-face):
22095         New backward-compatibility aliases for renamed faces.
22096         (gnus-group-startup-message): Use renamed gnus faces.
22098         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22099         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22100         (gnus-server-agent): Remove "-face" suffix from face names.
22101         (gnus-server-agent-face, gnus-server-opened-face)
22102         (gnus-server-closed-face, gnus-server-denied-face)
22103         (gnus-server-offline-face):
22104         New backward-compatibility aliases for renamed faces.
22105         (gnus-server-agent-face, gnus-server-opened-face)
22106         (gnus-server-closed-face, gnus-server-denied-face)
22107         (gnus-server-offline-face): Use renamed gnus faces.
22109         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22110         Remove "-face" suffix from face names.
22111         (gnus-picon-xbm-face, gnus-picon-face):
22112         New backward-compatibility aliases for renamed faces.
22114         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22115         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22116         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22117         (gnus-cite-11): Remove "-face" suffix from face names.
22118         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22119         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22120         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22121         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22122         New backward-compatibility aliases for renamed faces.
22123         (gnus-cite-attribution-face, gnus-cite-face-list)
22124         (gnus-article-boring-faces): Use renamed gnus faces.
22126         * gnus-art.el (gnus-signature, gnus-header-from)
22127         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22128         (gnus-header-content): Remove "-face" suffix from face names.
22129         (gnus-signature-face, gnus-header-from-face)
22130         (gnus-header-subject-face, gnus-header-newsgroups-face)
22131         (gnus-header-name-face, gnus-header-content-face):
22132         New backward-compatibility aliases for renamed faces.
22133         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22135         * gnus-sum.el (gnus-summary-selected-face)
22136         (gnus-summary-highlight): Use renamed gnus faces.
22137         * gnus-group.el (gnus-group-highlight): Likewise.
22139 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22141         * gnus-sieve.el (gnus-sieve-article-add-rule):
22142         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22143         * spam-stat.el (spam-stat-buffer-change-to-spam)
22144         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22146         * message.el (message-is-yours-p):
22147         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22149 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22151         * mm-view.el (mm-inline-text): Withdraw the last change.
22153 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22155         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22156         executing enriched-decode.
22158 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22160         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22161         charset of tar files.
22163 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22165         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22167 2005-06-04  Lute Kamstra  <lute@gnu.org>
22169         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22170         information is never recorded.
22172 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22174         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22176 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22178         * pop3.el (pop3-apop): Run md5 in the binary mode.
22180         * starttls.el (starttls-set-process-query-on-exit-flag):
22181         Use eval-and-compile.
22183 2005-05-31  Simon Josefsson  <jas@extundo.com>
22185         * smime.el (smime-replace-in-string): Define.
22186         (smime-cert-by-ldap-1): Use it.
22188 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22190         * gnus-art.el (article-display-x-face): Replace
22191         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22193         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22194         set-process-query-on-exit-flag or process-kill-without-query.
22196         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22197         loop instead of replace-regexp.
22199         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22200         instead of process-kill-without-query if it is available.
22202         * lpath.el: Fbind ldap-search-entries.
22204         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22205         instead of find-file-hooks if it is available.
22207         * mml1991.el: Bind pgg-default-user-id when compiling.
22209         * mml2015.el: Bind pgg-default-user-id when compiling.
22211         * nndraft.el (nndraft-request-associate-buffer):
22212         Use write-contents-functions instead of write-contents-hooks if it is
22213         available.
22215         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22216         instead of find-file-hooks if it is available.
22218         * nntp.el (nntp-open-connection): Replace
22219         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22220         (nntp-open-ssl-stream): Ditto.
22221         (nntp-open-tls-stream): Ditto.
22223         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22224         set-process-query-on-exit-flag or process-kill-without-query.
22225         (starttls-open-stream-gnutls): Use it instead of
22226         process-kill-without-query.
22227         (starttls-open-stream): Ditto.
22229 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22231         * smime.el (smime-cert-by-ldap-1): Don't use
22232         replace-regexp-in-string.
22234 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22236         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22238         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22239         in PEM format.  Adjust to the XEmacs compatibility.
22241 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22243         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22244         by `string-to-number'.
22245         * gnus-agent.el (gnus-agent-regenerate-group)
22246         (gnus-agent-fetch-articles): Ditto.
22247         * gnus-art.el (gnus-button-fetch-group): Ditto.
22248         * gnus-cache.el (gnus-cache-generate-active)
22249         (gnus-cache-articles-in-group): Ditto.
22250         * gnus-group.el (gnus-group-set-current-level)
22251         (gnus-group-insert-group-line): Ditto.
22252         * gnus-score.el (gnus-score-set-expunge-below)
22253         (gnus-score-set-mark-below, gnus-summary-score-effect)
22254         (gnus-summary-score-entry): Ditto.
22255         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22256         (gnus-soup-pack): Ditto.
22257         * gnus-spec.el (gnus-xmas-format): Ditto.
22258         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22259         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22260         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22261         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22262         * nndb.el (nndb-get-remote-expire-response): Ditto.
22263         * nndiary.el (nndiary-parse-schedule-value)
22264         (nndiary-string-to-number, nndiary-request-replace-article)
22265         (nndiary-request-article): Ditto.
22266         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22267         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22268         * nneething.el (nneething-make-head): Ditto.
22269         * nnfolder.el (nnfolder-request-article)
22270         (nnfolder-retrieve-headers): Ditto.
22271         * nnheader.el (nnheader-file-to-number): Ditto.
22272         * nnkiboze.el (nnkiboze-request-article): Ditto.
22273         * nnmail.el (nnmail-process-unix-mail-format)
22274         (nnmail-process-babyl-mail-format): Ditto.
22275         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22276         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22277         (nnmh-request-create-group, nnmh-request-list-1)
22278         (nnmh-request-group, nnmh-request-article): Ditto.
22279         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22280         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22281         * nnsoup.el (nnsoup-make-active): Ditto.
22282         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22283         * nntp.el (nntp-find-group-and-number)
22284         (nntp-retrieve-headers-with-xover): Ditto.
22285         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22286         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22287         (pgg-format-key-identifier): Ditto.
22288         * pop3.el (pop3-last, pop3-stat): Ditto.
22289         * qp.el (quoted-printable-decode-region): Ditto.
22291         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22292         of concat.
22294 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22296         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22298         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22300         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22302         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22304         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22306         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22308         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22309         (gnus-carpal-mode): Ditto.
22311         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22312         (gnus-browse-mode): Ditto.
22314         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22316         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22318 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22320         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22322 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22324         * gnus-util.el (gnus-run-mode-hooks): New function.
22326         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22328         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22329         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22331 2005-05-27  Lute Kamstra  <lute@gnu.org>
22333         * dns-mode.el (dns-mode): Specify customization group.
22335 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22337         * gnus-agent.el (gnus-agent-make-mode-line-string):
22338         Use mode-line-highlight as mouse-face.
22340 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22342         * canlock.el (canlock): Change the parent group to news.
22344         * deuglify.el (gnus-outlook-deuglify): Add :group.
22346         * dig.el (dig): Add :group.
22348         * dns-mode.el (dns-mode): Add :group.
22350         * encrypt.el (encrypt): Add :group.
22352         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22353         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22354         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22355         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22356         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22358         * gnus-diary.el (gnus-diary): Add :group.
22360         * gnus.el (gnus-group-news-1-face): Add :group.
22361         (gnus-group-news-1-empty-face): Ditto.
22362         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22363         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22364         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22365         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22366         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22367         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22368         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22369         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22370         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22371         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22372         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22373         (gnus-summary-high-ticked-face): Ditto.
22374         (gnus-summary-low-ticked-face): Ditto.
22375         (gnus-summary-normal-ticked-face): Ditto.
22376         (gnus-summary-high-ancient-face): Ditto.
22377         (gnus-summary-low-ancient-face): Ditto.
22378         (gnus-summary-normal-ancient-face): Ditto.
22379         (gnus-summary-high-undownloaded-face): Ditto.
22380         (gnus-summary-low-undownloaded-face): Ditto.
22381         (gnus-summary-normal-undownloaded-face): Ditto.
22382         (gnus-summary-high-unread-face): Ditto.
22383         (gnus-summary-low-unread-face): Ditto.
22384         (gnus-summary-normal-unread-face): Ditto.
22385         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22386         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22388         * hashcash.el (hashcash): New custom group.
22389         (hashcash-default-payment): Add :group.
22390         (hashcash-payment-alist): Ditto.
22391         (hashcash-default-accept-payment): Ditto.
22392         (hashcash-accept-resources): Ditto.
22393         (hashcash-path): Ditto.
22394         (hashcash-extra-generate-parameters): Ditto.
22395         (hashcash-double-spend-database): Ditto.
22396         (hashcash-in-news): Ditto.
22398         * message.el (message-minibuffer-local-map): Add :group.
22400         * netrc.el (netrc): Add :group.
22402         * sieve-manage.el (sieve-manage-log): Add :group.
22403         (sieve-manage-default-user): Diito.
22404         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22405         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22406         (sieve-manage-authenticators): Ditto.
22407         (sieve-manage-authenticator-alist): Ditto.
22408         (sieve-manage-default-port): Ditto.
22410         * sieve-mode.el (sieve-control-commands-face): Add :group.
22411         (sieve-action-commands-face): Ditto.
22412         (sieve-test-commands-face): Ditto.
22413         (sieve-tagged-arguments-face): Ditto.
22415         * smime.el (smime): Add :group.
22417         * spam-report.el (spam-report): Add :group.
22419         * spam.el (spam, spam-face): Add :group.
22421 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22423         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22424         return \n.\n.\n at the end of articles.  Protect against that.
22425         (nntp-with-open-group): Allow debugging.
22427         * nnheader.el (mail-header-set-extra): Make into a function
22428         because I just could't understand how to quote the list properly.
22430         * dns.el (query-dns-cached): New function.
22432 2005-05-26  Lute Kamstra  <lute@gnu.org>
22434         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22436 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22438         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22440         * gnus-art.el: Don't autoload mail-extract-address-components.
22442         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22443         eval-and-compile to evaluate it.
22445         * hashcash.el: Don't autoload executable-find.
22447         * nndb.el: Don't declare the nndb back end two or more times; don't
22448         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22450         * nntp.el: Autoload format-spec instead of format; use
22451         eval-and-compile to evaluate autoload forms.
22453 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22455         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22457 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22459         * gnus.el (gnus-version-number): Bump version.
22461 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22463         * gnus.el: No Gnus v0.3 is released.
22465 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22467         * lpath.el (featurep): Bind show-nonbreak-escape.
22469 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22471         * gnus-art.el (gnus-article-edit-part): Disable undo.
22473 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22475         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22476         gnus-article-date-lapsed-new-header is t if date timer is active;
22477         skip headers in which the original date value is empty.
22478         (gnus-article-save-original-date): Redefine it as a macro.
22479         (gnus-display-mime): Use it.
22481 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22483         * gnus-art.el (article-date-ut): Support converting date in
22484         forwarded parts as well.
22485         (gnus-article-save-original-date): New function.
22486         (gnus-display-mime): Use it.
22488 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22490         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22491         enclosure element of <item>.
22493 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22495         * message.el (message-kill-buffer-query): Rename from
22496         `message-kill-buffer-query-if-modified'.  Add :version.
22498 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22500         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22501         window layout.
22503 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22505         * mml.el: Autoload dnd when compiling.
22507 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22509         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22510         x-dnd-*.
22512 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22514         * qp.el (quoted-printable-encode-region): Save excursion.
22516 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22518         * message.el (message-kill-buffer-query-if-modified): Add new variable
22519         so the user can kill a modified message buffer quickly.
22520         (message-kill-buffer): Use it.
22522 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22524         * lpath.el: Fbind display-time-event-handler; don't fbind
22525         string-to-multibyte.
22527         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22529 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22531         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22532         contained in text because xml.el decodes entities) with LFs.
22534 2005-04-11  Lute Kamstra  <lute@gnu.org>
22536         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22537         differently.
22539 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22541         * mm-util.el (mm-detect-coding-region): Typo.
22543 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22545         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22547 2005-04-06  Deepak Goel  <deego@gnufans.org>
22549         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22550         user-function allow user modifications of the scores.
22551         (spam-stat-score-buffer-user): New function, to allow
22552         user-computed modifications to the score.
22553         (spam-stat-score-buffer-user-functions): List of additional
22554         scoring functions.
22555         (spam-stat-error-holder): Global temporary error holder.
22556         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22557         variable.
22559 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22561         * gnus-registry.el (gnus-registry-clean-empty-function)
22562         (gnus-registry-trim, gnus-registry-fetch-groups)
22563         (gnus-registry-delete-group): Groups that match
22564         `gnus-registry-ignored-groups' are removed from the registry
22565         entries, not just ignored for splitting.  This helps clean up the
22566         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22567         to get all the groups a message ID is in.
22569         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22570         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22571         (spam-stat-score-buffer-user-functions): Add :number custom type.
22573 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22575         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22576         argument in XEmacs.
22578         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22579         (nnrss-request-group): Decode group name first.
22580         (nnrss-request-article): Make a text/plain article if mml-to-mime
22581         failed.
22582         (nnrss-get-encoding): Return a compatible encoding according to
22583         nnrss-compatible-encoding-alist.
22584         (nnrss-find-el): Use consp instead of listp.
22585         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22587 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22589         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22590         which Emacs 20 doesn't support.
22591         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22593 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22595         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22596         silence the byte compiler inside the defun.
22598         * gnus-demon.el (parse-time-string): Add autoload.
22600         * gnus-delay.el (parse-time-string): Add autoload.
22602         * gnus-art.el (parse-time-string): Add autoload.
22604         * nnultimate.el (parse-time): Require for `parse-time-string'.
22606 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22608         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22610         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22612         * smime.el (smime-ldap-host-list): Add :version.
22614 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22616         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22617         pass it to `gnus-browse-read-group'.
22618         (gnus-browse-read-group): Add NUMBER argument and pass it to
22619         `gnus-group-read-ephemeral-group'.
22621         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22622         argument and pass it to `gnus-group-read-group'.
22624 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22626         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22627         mm-xemacs-find-mime-charset-1 if we have the mule feature
22628         available at runtime.
22630 2005-03-25  Werner Lemberg  <wl@gnu.org>
22632         * nnmaildir.el: Replace `illegal' with `invalid'.
22634 2005-03-23  Lute Kamstra  <lute@gnu.org>
22636         * time-date.el: Add comment on time value formats.
22637         Don't require parse-time.
22638         (with-decoded-time-value): New macro.
22639         (encode-time-value): New function.
22640         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22641         (days-to-time): Return a valid time value when arg is huge.
22642         (time-since): Use time-subtract.
22643         (time-to-number-of-days): Use time-to-seconds.
22645 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22647         * gnus-start.el (gnus-display-time-event-handler):
22648         Check display-time-timer at runtime rather than only at load time
22649         in case display-time-mode is turned off in the mean time.
22651 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22653         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22654         used.
22656         * nneething.el (nneething-map-file-directory): Derive from
22657         `gnus-directory'.
22659         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22660         the To/Cc button.
22662 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22664         * nnmaildir.el (nnmaildir-request-accept-article):
22665         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22667 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22669         * gnus-async.el: Require timer-funcs at compile time when in
22670         XEmacs for `run-with-idle-timer'.
22672 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22674         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22675         autoloaded function.
22677 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22679         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22681 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22683         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22685 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22687         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22688         Add gnus-expert-user to default.
22690 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22692         * nnimap.el (nnimap-open-server): Ditto.
22694         * imap.el (imap-authenticate): Fix typo.
22696 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22698         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22699         buffer (since IMAP server might return FETCH response out of
22700         order, and the nntp buffer must be sorted).
22702 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22704         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22705         comparison on string.
22707         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22708         (gnus-agent-score): Rename category keywords to match gnus-cus.
22709         (gnus-agent-summary-fetch-series): Modify to protect against
22710         gnus-agent-summary-fetch-group clearing processable flags.
22711         (gnus-agent-synchronize-group-flags): Update live group buffer as
22712         synchronization may occur due to the user toggle the plugged
22713         status.
22714         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22715         successfully downloaded.
22716         (gnus-agent-expire-group-1): Avoid using markers when the overview
22717         is in ascending order; greatly improves performance.
22718         (gnus-agent-regenerate-group):
22719         Use gnus-agent-synchronize-group-flags to reset read status in both
22720         gnus and server.
22721         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22723 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22725         * message.el: Don't autoload former message-utils variables.
22726         (message-strip-subject-trailing-was): Change doc string.
22728         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22729         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22730         (nnweb-google-search): Add "hl=en" here.
22731         (nnweb-google-parse-1, nnweb-google-create-mapping):
22732         Don't hardcode URL.
22734 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22736         * message.el (message-get-reply-headers, message-followup):
22737         Mention related variables `message-use-followup-to' and
22738         `message-use-mail-followup-to', in the information buffer.
22740         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22741         of broken groups(-beta).google.com.
22743 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22745         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22746         parameter to invoked gnus-request-move-article; remove the
22747         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22748         all at once instead of once per article.
22749         (gnus-summary-remove-process-mark): Accept a list of articles as
22750         well as a single article for processing.
22752         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22753         parameter.
22755         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22757         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22759         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22760         parameter.
22762         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22763         parameter.
22765         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22766         parameter and remove the gnus-sum-hint-move-is-internal variable.
22768         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22769         parameter.
22771         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22772         parameter.
22774         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22775         parameter.
22777         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22779         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22780         parameter.
22782         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22783         parameter.
22785 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22787         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22788         a more conservative way.
22790 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22792         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22793         buffer, so it moves the window's cursor.
22795 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22797         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22798         `mm-dissect-multipart' and receive the from field as an (optional)
22799         argument from `mm-dissect-multipart'.
22800         (mm-dissect-multipart): Receive the from field as an argument and
22801         pass it on when we call `mm-dissect-buffer' on MIME parts.
22802         Fixes verification/decryption of signed/encrypted MIME parts.
22804 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22806         * gnus-sum.el (gnus-summary-move-article):
22807         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22808         whatever it calls (right now, only nnimap-request-move article
22809         respects it).
22811         * nnimap.el (nnimap-request-move-article):
22812         When gnus-sum-hint-move-is-internal is set, don't do the extra
22813         nnimap-request-article.
22815 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22817         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22819         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22820         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22822         * gnus-sum.el (gnus-summary-caesar-message):
22823         Apply `gnus-treat-article' after rotation.
22825         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22826         doc string.
22828 2005-02-22  Simon Josefsson  <jas@extundo.com>
22830         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22831         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22832         <arne@arnested.dk>.
22833         (encrypt): Add password-cache and password-cache-expiry as group
22834         members.
22836 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22838         * smime.el (smime-ldap-host-list): Doc fix.
22839         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22840         cache) password.
22841         (smime-sign-region): Use it.
22842         (smime-decrypt-region): Use it.
22843         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22844         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22845         fails.
22846         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22847         certificate from DER to PEM format rather than calling openssl.
22849         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22851         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22852         for signing/encryption.
22854         * mml.el (mml-parse-1): Use them.
22856 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22858         * nnrss.el (nnrss-verbose): Remove.
22859         (nnrss-request-group): Use `nnheader-message' instead.
22861 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22863         * nnrss.el (nnrss-verbose): New variable.
22864         (nnrss-request-group): Make it say nnrss is requesting a group.
22866 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22868         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22869         Handle news URL with given port correctly.
22871 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22873         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22874         containing special characters.
22876         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22878         * mml.el (mime-to-mml): Ditto.
22880         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22881         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22882         (rfc2047-decode-region): Quote decoded words containing special
22883         characters when rfc2047-quote-decoded-words-containing-tspecials
22884         is non-nil.
22886 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22888         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22890         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22892 2005-02-15  Simon Josefsson  <jas@extundo.com>
22894         * nnimap.el (nnimap-debug): Doc fix.
22896         * imap.el (imap-debug): Doc fix.
22898 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22900         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22902 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22904         * gnus.el (spam-contents): Improve docs for spam-contents
22905         parameter in its variable incarnation.
22907 2005-02-14  Simon Josefsson  <jas@extundo.com>
22909         * smime-ldap.el: Use require instead of load-library for ldap.
22910         (smime-ldap-search): Indent.
22911         (smime-ldap-search-internal): Shorten line.
22913         * smime.el (smime-cert-by-dns): Add doc-string.
22914         (smime-cert-by-ldap-1): Indent.
22916         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22917         mml-smime-get-dns-ldap.
22918         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22920 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22922         * smime.el: Require smime-ldap.
22923         (smime-ldap-host-list): New variable.
22924         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22926         * mml-smime.el (mml-smime-encrypt-query): New function.
22927         (mml-smime-encrypt-query): Use it.
22929         * smime-ldap.el: New file.
22931 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22933         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22935 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22937         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22938         argument in doc string.  Make query for type more clear.
22940 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22942         * gnus.el (gnus-group-startup-message): Search for gnus images in
22943         etc/images/gnus.
22944         * mm-util.el (mm-image-load-path): Likewise.
22945         * smiley.el (smiley-data-directory): Search for smilies in
22946         etc/images/smilies.
22948 2005-02-09  Kim F. Storm  <storm@cua.dk>
22950         Change Emacs release version from 21.4 to 22.1 throughout.
22951         Change Emacs development version from 21.3.50 to 22.0.50.
22953 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22955         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22957         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22958         non-Mule XEmacs as well.
22959         (mm-decompress-buffer): Signal an error intentionally if it does
22960         not decompress compressed data because auto-compression-mode is
22961         disabled.
22963 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22965         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22966         an ID in the registry even if it has no groups.
22968 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22970         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22971         merge it into mm-decompress-buffer.
22972         (gnus-mime-copy-part): Use the MIME part charset, the value which
22973         a user specified or gnus-newsgroup-charset for decoding, like
22974         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22975         save-buffer what was used.  Suggested by Kevin Ryde
22976         <user42@zip.com.au>.
22977         (gnus-mime-inline-part): Allow the name parameter as well as the
22978         filename parameter; force decompressing of compressed data; always
22979         display contents being not decoded as unibyte.
22981         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22982         as well as the filename parameter.
22984         * mm-util.el (mm-decompress-buffer):
22985         Merge gnus-mime-jka-compr-maybe-uncompress.
22986         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22987         of compressed data.
22989 2005-02-08  Simon Josefsson  <jas@extundo.com>
22991         * imap.el (imap-log): Doc fix.
22993 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22995         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22996         the coding cookies; decompress compressed parts.
22998         * mml.el (mml-generate-mime-1): Add the charset parameter according
22999         to the value which a user specified manually or the coding cookie.
23001         * mm-util.el (mm-string-to-multibyte): New function.
23002         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23003         (mm-coding-system-to-mime-charset): New function.
23004         (mm-decompress-buffer): New function.
23005         (mm-find-buffer-file-coding-system): New function.
23007         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23008         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23009         parts.
23011 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23013         * mm-view.el (mm-display-inline-fontify): Decode a part according
23014         to the charset parameter.
23016 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23018         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23019         prefix arg is neither nil nor a number, as info specifies.
23021 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23023         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23024         timestamps.
23026 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23028         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23029         groups error checking and notify user.
23031 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23033         * message.el (message-send-mail-function): Check existence of
23034         sendmail-program first before using default value
23035         `message-send-mail-with-sendmail'.  Otherwise use more generic
23036         `smtpmail-send-it'.
23038 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23040         * nntp.el (nntp-request-update-info): Always return nil.
23042 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23044         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23046 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23048         * message.el (message-beginning-of-line): Change the behavior when
23049         invoked between BOL and : so that it first moves backward.
23051 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23053         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23054         article buffer when editing of the article is discarded.
23055         (gnus-article-prepare): Revert.
23057 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23059         * gnus-art.el (gnus-article-prepare):
23060         Remove message-strip-forbidden-properties from the local hook.
23062 2005-01-27  Simon Josefsson  <jas@extundo.com>
23064         * password.el (password-cache-add): Only start one timer per key.
23065         Reported by Derek Atkins <warlord@MIT.EDU>.
23067 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23069         * run-at-time.el: Remove.  It is no longer needed as
23070         timer-funcs.el in the xemacs-base package has a working version of
23071         `run-at-time'.
23073         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23075         * password.el: Require timer-funcs instead of run-at-time in
23076         XEmacs.
23077         Remove `password-run-at-time' macro.
23078         (password-cache-add): Use `run-at-time' instead of
23079         `password-run-at-time'.
23081         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23082         Remove `nnheader-cancel-function-timers' alias,
23083         `cancel-function-timers' exists in XEmacs in timer-funcs.
23085         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23086         for `run-with-idle-timer'.
23088         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23089         for `run-at-time'.
23091         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23092         for `with-timeout'.
23094         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23095         the same as for XEmacs 21.4.
23096         No need to ignore `run-with-idle-timer', this function exists in
23097         XEmacs now in timer-funcs.el in the xemacs-base package.
23098         (dgnushack-compile): No need to delete
23099         run-at-time.el from the list of files to compile because it
23100         doesn't exist anymore.
23102 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23104         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23105         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23107 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23109         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23110         sensitively.
23112 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23114         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23116 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23118         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23119         which will be inserted according to the multibyteness of a buffer
23120         rather than the type of contents.  Suggested by ARISAWA Akihiro
23121         <ari@mbf.ocn.ne.jp>.
23123         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23124         of string which old xml.el may return rather than a string.
23126 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23128         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23130 2005-01-16  Simon Josefsson  <jas@extundo.com>
23132         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23133         idn/idna.el isn't available.
23134         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23135         <michael@waxrat.com>.
23137         * hashcash.el: Remove non-FSF copyright header.
23139         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23140         (hashcash-generate-payment): Use it.
23141         (hashcash-generate-payment-async): Use it.
23143 2005-01-15  Simon Josefsson  <jas@extundo.com>
23145         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23146         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23148         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23149         gnus-summary-idna-message.
23150         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23151         (gnus-summary-idna-message): New function.
23153 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23155         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23156         gnus-novice-user.
23158 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23160         * nnrss.el (nnrss-request-delete-group): Delete entries in
23161         nnrss-group-alist as well.
23162         (nnrss-save-server-data): Insert newline.
23164 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23166         * gnus.el (gnus-user-agent): Use list of symbols instead of
23167         symbols.  Display full version number for (S)XEmacs.
23168         Optionally display (S)XEmacs codename.
23170         * gnus-util.el (gnus-emacs-version): Update for new
23171         `gnus-user-agent'.
23173         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23174         Gnus version.
23176 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23178         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23179         which is unreadable in some setups.
23181 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23183         * gnus-spec.el (gnus-update-format-specifications): Flush the
23184         group format spec cache if it doesn't support decoded group names.
23186 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23188         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23189         Allow to apply decay on score files matching a regexp.
23191 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23193         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23194         compatibility in %g and %c.
23196 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23198         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23199         name for only %g and %c.
23200         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23201         of gnus-tmp-group to decoded group name.
23202         (gnus-group-make-rss-group): Exclude `/'s from group names.
23204 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23206         * nnrss.el (nnrss-get-encoding): Fix regexp.
23208 2004-12-27  Simon Josefsson  <jas@extundo.com>
23210         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23211         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23212         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23214 2004-12-17  Kim F. Storm  <storm@cua.dk>
23216         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23218         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23220 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23222         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23224 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23226         * nnrss.el: Require rfc2047 and mml.
23227         (nnrss-file-coding-system): New variable.
23228         (nnrss-format-string): Redefine it as an inline function.
23229         (nnrss-decode-group-name): New function.
23230         (nnrss-string-as-multibyte): Remove.
23231         (nnrss-retrieve-headers): Decode group name; don't use
23232         nnrss-format-string.
23233         (nnrss-request-group): Decode group name.
23234         (nnrss-request-article): Decode group name; allow a Message-ID as
23235         well as an article number; don't use nnrss-format-string; encode a
23236         Message-ID string which may contain non-ASCII characters; use
23237         mml-to-mime to compose a MIME article.
23238         (nnrss-request-expire-articles): Decode group name.
23239         (nnrss-request-delete-group): Decode group name.
23240         (nnrss-fetch): Clarify error message.
23241         (nnrss-read-server-data): Use insert-file-contents instead of load;
23242         bind file-name-coding-system; use multibyte buffer.
23243         (nnrss-save-server-data): Bind coding-system-for-write to the
23244         value of nnrss-file-coding-system; bind file-name-coding-system;
23245         add coding cookie.
23246         (nnrss-read-group-data): Use insert-file-contents instead of load;
23247         bind file-name-coding-system; use multibyte buffer.
23248         (nnrss-save-group-data): Bind coding-system-for-write to the
23249         value of nnrss-file-coding-system; bind file-name-coding-system.
23250         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23251         make it work with non-ASCII text.
23252         (nnrss-find-el): Make it work with old xml.el as well.
23254 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23256         * nnrss.el (nnrss-get-encoding): New function.
23257         (nnrss-fetch): Use unibyte buffer initially; bind
23258         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23259         decode contents according to the encoding attribute.
23260         (nnrss-save-group-data): Add coding cookie.
23261         (nnrss-mime-encode-string): New function.
23262         (nnrss-check-group): Use it to encode subject and author.
23264 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23266         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23267         imaginary variable.
23269 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23271         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23272         correctly even if there are wide characters.
23274 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23276         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23277         downcased symbol names; make a new cache instead of reusing
23278         bbdb-hashtable.
23280 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23282         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23283         concatenating segments rather than before concatenating them.
23284         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23286         * message.el (message-get-reply-headers): Bind `extra'.
23288 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23290         * message.el (message-extra-wide-headers): New variable.
23291         (message-get-reply-headers): Use it.
23293 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23295         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23296         (gnus-agent-group-pathname): Ditto.
23298         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23300         * gnus-group.el (gnus-group-make-group): Decode group name.
23301         (gnus-group-make-rss-group): Register the group data after opening
23302         the nnrss group.
23304 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23306         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23307         by expiry now get marked as read.
23309 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23311         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23313 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23315         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23316         unify Latin characters in XEmacs.
23317         (mm-find-mime-charset-region): Use it.
23319 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23321         * gnus-util.el (gnus-delete-directory): New function.
23323         * gnus-agent.el (gnus-agent-delete-group): Use it.
23325         * gnus-cache.el (gnus-cache-delete-group): Use it.
23327 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23329         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23330         names.
23332 2004-12-16  Simon Josefsson  <jas@extundo.com>
23334         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23336 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23338         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23340         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23341         (gnus-group-set-current-level): Decode group name.
23343 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23345         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23346         failed.
23348 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23350         * gnus-group.el (gnus-group-delete-group): Decode group name.
23351         (gnus-group-make-rss-group): Encode group name.
23352         (gnus-group-catchup-current): Decode group name.
23353         (gnus-group-kill-group): Decode group name.
23355 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23357         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23359 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23361         * gnus-group.el (gnus-group-make-rss-group):
23362         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23364         * gnus-start.el (gnus-setup-news): Honor user's setting to
23365         gnus-message-archive-method.  Suggested by Lute Kamstra
23366         <lute@gnu.org>.
23368 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23370         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23371         global counterparts of the buffer-local variables.
23373 2004-11-16  Romain Francoise  <romain@orebokech.com>
23375         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23376         counterparts of the buffer-local variables.
23378 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23380         * message.el (message-forbidden-properties): Fix typo in doc
23381         string.
23383 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23385         * gnus-util.el (gnus-replace-in-string): Add doc string.
23387         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23388         to avoid problems when splitting mails with many recipients.
23390 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23392         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23393         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23395 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23397         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23398         if there is no hashtable in memory or file modification time is
23399         newer than cached timestamp.
23401 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23403         * gnus-sum.el (gnus-summary-limit-to-recipient):
23404         Implement not-matching option.
23406 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23408         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23409         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23410         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23411         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23412         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23413         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23415 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23417         * message.el (message-forward-make-body-mml): Remove headers
23418         according to message-forward-ignored-headers if a message is decoded.
23420 2004-12-02  Romain Francoise  <romain@orebokech.com>
23422         * message.el (message-forward-make-body-plain): Always remove
23423         headers according to message-forward-ignored-headers.
23425 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23427         * spam.el (spam-summary-prepare-exit): Remove the
23428         gnus-summary-limit pop for now, it has problems with ham marks for
23429         me.
23431 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23433         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23434         correctly.
23436 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23438         * format-spec.el (format-spec): Message the char.
23440 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23442         * gnus-art.el (gnus-split-methods): Reformat comments.
23444         * spam.el (spam-summary-prepare-exit): Remove article limits
23445         before exiting the summary buffer.
23447 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23449         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23450         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23452         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23453         order to silence the byte compiler.
23455         * spam.el: Fix the way to silence the byte compiler, which
23456         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23457         bbdb-search-simple, spam-BBDB-register-routine,
23458         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23459         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23460         spam-stat-buffer-is-spam, spam-stat-load,
23461         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23462         spam-stat-save and spam-stat-split-fancy.
23464 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23466         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23467         which may confuse users.
23468         (canlock-password-for-verify): Ditto.
23470         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23472         * gnus-art.el (gnus-emphasis-alist): Ditto.
23474         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23476         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23478         * gnus-start.el (gnus-save-killed-list): Ditto.
23480         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23481         (gnus-sum-thread-tree-root): Ditto.
23482         (gnus-sum-thread-tree-false-root): Ditto.
23483         (gnus-sum-thread-tree-single-indent): Ditto.
23485         * message.el (message-courtesy-message): Ditto.
23486         (message-archive-note): Ditto.
23487         (message-subscribed-address-file): Ditto.
23488         (message-user-fqdn): Ditto.
23490         * spam-report.el (spam-report-gmane-regex): Ditto.
23492         * spam.el (spam-blackhole-good-server-regex): Ditto.
23494 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23496         * mml.el (mml-preview): Widen the message buffer before copying
23497         the contents to the preview buffer; sort headers before previewing.
23499         * message.el (message-hidden-headers): Fix the way to avoid a bug
23500         in the `repeat' widget in Emacs 21.3 or earlier.
23502 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23504         * message.el (message-hidden-headers): Default to "^References:".
23505         Improve customization type.  Suggested by Reiner Steib
23506         <Reiner.Steib@gmx.de>.
23508 2004-11-25  Romain Francoise  <romain@orebokech.com>
23510         * message.el (message-strip-forbidden-properties): Remove check for
23511         obsolete `message-hidden' text property, hidden headers are not
23512         accessible in the buffer anymore.
23514 2004-11-22  Romain Francoise  <romain@orebokech.com>
23516         * message.el (message-header-format-alist): Add `From' in list
23517         so that it can be sorted.
23518         (message-fix-before-sending): Widen and sort headers before
23519         sending.
23520         (message-hide-headers): Use narrowing to hide headers by moving
23521         them to the top of the buffer and narrowing to the region
23522         underneath.
23524 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23526         * message.el (message-strip-forbidden-properties):
23527         Bind buffer-read-only (etc) to nil.
23529 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23531         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23532         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23534 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23536         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23538 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23540         * dns.el (query-dns): Use sit-for to time instead of
23541         accept-process-output, since that doesn't seem to work on udp
23542         sockets.
23544 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23546         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23548 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23550         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23551         doc string.  Improve doc string.
23553 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23555         * nntp.el (nntp-request-update-info): Return nil if
23556         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23557         may not call gnus-activate-group which uselessly issues the GROUP
23558         commands for all nntp groups and wastes time.  Reported by Romain
23559         Francoise <romain@orebokech.com>.
23561         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23563 2004-11-15  Simon Josefsson  <jas@extundo.com>
23565         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23566         headers separately.
23567         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23568         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23570 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23572         * gnus-start.el (gnus-convert-old-newsrc):
23573         Assign legacy-gnus-agent to 5.10.7.
23575 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23577         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23578         start of the lines.
23580 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23582         * hashcash.el (hashcash-default-payment): Change default to 20.
23583         (hashcash-default-accept-payment): Change default to 20.
23584         (hashcash-process-alist): New variable.
23585         (hashcash-generate-payment-async): Add.
23586         (hashcash-already-paid-p): Add.
23587         (hashcash-insert-payment): Don't generate payments twice.
23588         (hashcash-insert-payment-async): Add.
23589         (hashcash-insert-payment-async-2): Add.
23590         (hashcash-cancel-async): Add.
23591         (hashcash-wait-async): Add.
23592         (hashcash-processes-running-p): Add.
23593         (hashcash-wait-or-cancel): Add.
23594         (mail-add-payment): New optional argument.  Conditionally start
23595         asynchronous calculation.
23596         (mail-add-payment-async): Add.
23598         * message.el (message-send-mail): Wait for asynchronous hashcash
23599         results.  Don't clobber existing X-Hashcash headers.
23600         (message-setup-1): Call mail-add-payment-async when
23601         message-generate-hashcash is non-nil.
23603 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23605         * message.el (message-use-alternative-email-as-from): Examine the
23606         From header as well; use message-make-from in order to include a
23607         user's full name.
23609 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23611         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23612         default; improve customization type.
23613         (gnus-emphasis-custom-with-format): New macro.
23614         (gnus-emphasis-custom-value-to-external): New function.
23615         (gnus-emphasis-custom-value-to-internal): New function.
23617 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23619         * dns.el (query-dns): Resolve reverse addresses.
23621 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23623         * gnus-group.el (gnus-group-get-new-news): Use it.
23625         * gnus-start.el (gnus-check-reasonable-setup): New function.
23627 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23629         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23630         "Args out of range" error.  Reported by Arnaud Giersch
23631         <arnaud.giersch@free.fr>.
23633 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23635         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23637 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23639         * spam.el (spam group): Add :version.
23641         * pgg-def.el (pgg group): Add :version.
23643 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23645         * gnus-art.el (gnus-article-edit-article): Don't associate the
23646         article buffer with a draft file.  This is a temporary measure
23647         against the 2004-08-22 change to gnus-article-edit-mode.
23649 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23651         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23652         (html2text-format-tags): Remove unused variable `attr'.
23654 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23656         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23658         * tls.el (tls-process-connection-type, tls-success)
23659         (tls-certtool-program): Add :version.
23661         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23662         (starttls-extra-arguments, starttls-process-connection-type)
23663         (starttls-connect, starttls-failure, starttls-success): Add :version.
23665         * spam-stat.el (spam-stat): Add :version.
23667         * sieve.el (sieve): Add :version.
23669         * sha1.el (sha1): Add :version.
23670         (sha1-use-external): Remove redundant version.
23672         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23673         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23674         (nnmail-split-fancy-match-partial-words)
23675         (nnmail-split-lowercase-expanded): Add :version.
23677         * nndiary.el (nndiary): Add :version.
23679         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23681         * mml-sec.el (mml-default-sign-method)
23682         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23683         Add :version.
23685         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23687         * mm-url.el (mm-url-use-external, mm-url-program)
23688         (mm-url-arguments): Add :version.
23690         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23691         (mm-attachment-file-modes, mm-decrypt-option)
23692         (mm-w3m-safe-url-regexp): Add :version.
23694         * message.el (message-cite-prefix-regexp)
23695         (message-sendmail-envelope-from, message-minibuffer-local-map)
23696         (message-user-fqdn, message-completion-alist): Add :version.
23698         * gnus-win.el (gnus-configure-windows-hook)
23699         (gnus-use-frames-on-any-display): Add :version.
23701         * gnus-art.el (gnus-article-address-banner-alist)
23702         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23703         (gnus-treat-from-picon, gnus-treat-mail-picon)
23704         (gnus-treat-x-pgp-sig): Add :version.
23706         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23707         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23708         (gnus-summary-article-delete-hook)
23709         (gnus-summary-display-while-building): Add :version.
23711         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23712         (gnus-get-top-new-news-hook): Add :version.
23714         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23715         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23717         * gnus-registry.el (gnus-registry): Add :version.
23719         * gnus-spec.el (gnus-use-correct-string-widths)
23720         (gnus-make-format-preserve-properties): Add :version.
23722         * gnus.el (gnus-group-charter-alist)
23723         (gnus-group-fetch-control-use-browse-url)
23724         (gnus-install-group-spam-parameters): Add :version.
23726         * gnus-diary.el (gnus-diary): Add :version.
23728         * gnus-delay.el (gnus-delay): Add :version.
23730         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23731         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23732         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23733         Add :version.
23735         * gnus-agent.el (gnus-agent-max-fetch-size)
23736         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23737         (gnus-agent-prompt-send-queue): Add :version.
23739         * deuglify.el (gnus-outlook-deuglify): Add :version.
23741         * html2text.el: Beautify code.  Improve doc strings.
23742         Some checkdoc cleanup.
23743         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23745 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23747         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23749 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23751         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23752         when package is loaded.
23754         * spam.el (spam-summary-score-preferred-header): Add global preference
23755         for people who want to override the default SpamAssassin over
23756         Bogofilter preference (when both are set).
23757         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23758         (spam-user-format-function-S):
23759         Check spam-summary-score-preferred-header.
23760         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23761         (spam-user-format-function-S): Format the score correctly.
23763 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23765         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23766         signature file.  Suggested by Manoj Srivastava
23767         <srivasta@golden-gryphon.com>.
23769         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23770         iso-2022-jp even in the Japanese language environment.
23771         Suggested by Jason Rumney <jasonr@gnu.org>.
23773 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23775         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23776         use the same characters as the dummy marks; make it free from
23777         getting affected by the language environment.
23778         (gnus-summary-read-group-1): Update mark positions only when the
23779         format spec is updated.
23781         * gnus-spec.el (gnus-update-format-specifications): Return a list
23782         of updated types.
23784 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23786         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23787         of boundp to check if display-warning is available.
23789 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23791         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23793 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23795         * nnspool.el (nnspool-spool-directory): Use news-path if the
23796         news-directory variable is not bound.
23798         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23799         function instead of display-warning if it is not available.
23801 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23803         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23804         v5-10: Use `point-at-bol'.
23806 2004-10-26  Simon Josefsson  <jas@extundo.com>
23808         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23809         <chenggao@gmail.com>.
23811 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23813         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23814         instead.
23816 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23818         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23819         to remove a server from the nnimap-server-buffer-alist.
23820         (nnimap-open-connection, nnimap-close-server): Use it.
23822         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23824 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23826         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23827         running the major-mode function.
23829 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23831         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23832         dummy marks in the right way.
23834 2004-10-18  David Edmondson  <dme@dme.org>
23836         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23837         excessively.
23839 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23841         * gnus-util.el (gnus-split-references): Accept a nil references
23842         string and go on blissfully.
23844         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23845         cases where the references string is non-nil but has no references.
23847         * encrypt.el: Add autoload tags.
23849         * spam.el (spam-resolve-registrations-routine): Remove article
23850         from unregistration list too.  Reported by David Hanak
23851         <dhanak@isis.vanderbilt.edu>
23853 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23855         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23856         nil.  Change custom type.
23858 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23860         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23862         * gnus-sum.el (gnus-summary-move-article): Use it.
23864 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23866         * encrypt.el: Add autoload cookies.
23868         * spam.el (spam-backend-article-list-property)
23869         (spam-backend-get-article-todo-list)
23870         (spam-backend-put-article-todo-list)
23871         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23872         Resolve registrations separately.
23873         (spam-register-routine): Format comments.
23874         (spam-unregister-routine, spam-register-routine): Always call with
23875         specific-articles, no default list.
23876         (spam-summary-prepare-exit): Use the spam-classifications function.
23878         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23879         gnus-encrypt.el.
23881         * encrypt.el: Copied from gnus-encrypt.el.
23883         * gnus-encrypt.el: Commented that it's obsolete.
23885 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23887         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23888         (gnus-score-save): Use it.
23890         * message.el (message-bury): Use `window-dedicated-p'.
23892 2004-10-15  Simon Josefsson  <jas@extundo.com>
23894         * pop3.el (top-level): Don't require nnheader.
23895         (pop3-read-timeout): Add.
23896         (pop3-accept-process-output): Add.
23897         (pop3-read-response, pop3-retr): Use it.
23899 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23901         * spam.el (spam-register-routine): Move comment.
23902         (spam-verify-bogofilter): Use 'unknown for the initial
23903         spam-bogofilter-valid state, not 'never.
23905         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23906         for netrc-machine.
23908         * nnimap.el (nnimap-open-connection):
23909         Use netrc-machine-user-or-password.
23911 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23913         * gnus-registry.el (gnus-registry-unload-hook):
23914         Set as a variable with add-hook.
23916         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23917         of news-path.
23919         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23921         * spam.el: Delete duplicate `provide'.
23922         (spam-unload-hook): Set as a variable with add-hook.
23924 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23926         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23927         in the doc string.
23929         * message.el (message-ignored-news-headers)
23930         (message-ignored-supersedes-headers)
23931         (message-ignored-resent-headers)
23932         (message-forward-ignored-headers): Improve custom type.
23934 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23936         * message.el (message-tokenize-header): Fix 2004-09-06 change
23937         which used point-min in the wrong place.
23939 2004-10-12  Simon Josefsson  <jas@extundo.com>
23941         * tls.el (tls-certtool-program): New variable.
23942         (tls-certificate-information): New function, based on
23943         ssl-certificate-information.
23945 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23947         * compface.el: Move the version of ELisp-based uncompface program
23948         to the contrib directory because of the copyright problem.
23950 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23952         * message.el (message-kill-buffer): Raise the current frame.
23954 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23956         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23958         * gnus.el (message-y-or-n-p): Autoload.
23960         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23961         (pop3-password-required, pop3-authentication-scheme)
23962         (pop3-leave-mail-on-server): Make customizable.
23963         (pop3): New custom group.
23964         (pop3-retr): Remove `sleep-for' statements.
23965         Suggested by Dave Love <fx@gnu.org>.
23967         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23968         Windows/DOS.
23970         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23971         (imap-parse-body): Fix incorrect use of `assert'.
23972         Suggested by Dave Love <fx@gnu.org>.
23974         * mml.el (mml-minibuffer-read-disposition): Require match.
23975         Suggested by Dave Love <fx@gnu.org>.
23977 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23979         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23980         doc string.
23982 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23984         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23986 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23988         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23989         instead of calling `mm-insert-inline', to decode text/* parts
23990         before displaying them.
23992 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23994         * mm-uu.el (mm-uu-text-plain-type): New variable.
23995         (mm-uu-pgp-signed-extract-1): Use it.
23996         (mm-uu-pgp-encrypted-extract-1): Use it.
23997         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23998         bind mm-uu-text-plain-type with that value.
23999         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24000         mm-uu-dissect.
24002 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24004         * gnus-group.el (gnus-update-group-mark-positions):
24005         * gnus-sum.el (gnus-update-summary-mark-positions):
24006         * message.el (message-check-news-body-syntax):
24007         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24008         of string-as-multibyte.
24010 2004-10-05  Juri Linkov  <juri@jurta.org>
24012         * gnus-group.el (gnus-update-group-mark-positions):
24013         * gnus-sum.el (gnus-update-summary-mark-positions):
24014         * message.el (message-check-news-body-syntax):
24015         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24016         8-bit unibyte values to a multibyte string for search functions.
24018 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24020         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24021         (mm-uu-dissect-text-parts): New function.
24023         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24024         dissect text parts.
24026         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24027         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24029         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24031         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24032         Use gnus-current-topics instead of gnus-current-topic.
24034 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24036         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24038 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24040         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24041         where appropriate.
24043         * nnml.el (nnml-generate-active-info): do.
24045         * nndiary.el (nndiary-generate-active-info): do.
24047         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24048         (gnus-topic-move): do.
24050         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24051         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24053         * gnus-srvr.el (gnus-server-prepare)
24054         (gnus-server-open-all-servers): do.
24056         * gnus-msg.el (gnus-summary-cancel-article)
24057         (gnus-summary-resend-message)
24058         (gnus-summary-mail-crosspost-complaint): do.
24060         * gnus-move.el (gnus-change-server): do.
24062         * gnus-group.el (gnus-group-unmark-all-groups)
24063         (gnus-group-set-current-level): do.
24065 2004-10-04  Simon Josefsson  <jas@extundo.com>
24067         * message.el (message-generate-hashcash): Doc fix.
24069 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24071         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24072         avoid infinite recursion via gnus-get-function.
24074 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24076         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24078         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24080         * nnmail.el (nnmail-split-history): do.
24082         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24083         (nnml-request-delete-group): do.
24085         * nnslashdot.el (nnslashdot-read-groups): do.
24087         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24088         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24090         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24091         (nnspool-sift-nov-with-sed): Use last.
24092         (nnspool-retrieve-headers-with-nov): Use mapc.
24093         (nnspool-request-newgroups): Use dolist.
24094         (nnspool-request-group): Use last.
24096         * nntp.el (nntp-read-server-type): Use dolist.
24098         * nnvirtual.el (nnvirtual-create-mapping)
24099         (nnvirtual-update-read-and-marked): Use dolist.
24100         (nnvirtual-convert-headers): Simplify.
24102 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24104         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24105         Add support for sync'ing tick marks.
24107 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24109         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24110         there's no visible header.
24112 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24114         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24115         When necessary, pass full group name to gnus-request-set-marks.
24117 2004-10-01  Simon Josefsson  <jas@extundo.com>
24119         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24120         acroread.
24122 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24124         * spam-report.el (spam-report-gmane): Fix interactive.
24126         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24128         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24129         when writing file.
24130         (gnus-agent-synchronize-flags): Don't default to being
24131         interactive.
24133 2004-09-30  Simon Josefsson  <jas@extundo.com>
24135         * message.el (message-generate-hashcash): Add.
24136         (message-send-mail): Use it, call mail-add-payment.
24138 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24140         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24142 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24144         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24145         gnus-requst-update-info with explicit code to sync the in-memory
24146         info read flags with the marks being sync'd to the backend.
24148         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24150 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24152         * spam.el (spam-verify-bogofilter): Add new function.
24153         (spam-check-bogofilter)
24154         (spam-bogofilter-register-with-bogofilter): Use it.
24155         (spam-verify-bogofilter): Add small fixes.
24157 2004-09-28  Simon Josefsson  <jas@extundo.com>
24159         * hashcash.el (hashcash-generate-payment): Revert.
24161 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24163         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24164         Use gnus-extract-references instead of gnus-split-references.
24166         * gnus-util.el (gnus-extract-references): Add new function, analogous
24167         to gnus-split-references but extracts only the message-ID without
24168         anything extra.
24170         * hashcash.el (hashcash-generate-payment)
24171         (hashcash-check-payment): Do the right thing if hashcash-path is
24172         nil (because the hashcash program could not be found).
24174         * spam.el (spam-use-hashcash): Remove comment.
24176 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24178         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24179         (gnus-cache-enter-article, gnus-cache-remove-article)
24180         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24182         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24184         * gnus-art.el (article-hide-boring-headers)
24185         (article-translate-strings, article-display-face)
24186         (gnus-article-mime-match-handle-first)
24187         (gnus-article-highlight-headers)
24188         (gnus-article-add-buttons-to-head): do.
24190 2004-09-27  Simon Josefsson  <jas@extundo.com>
24192         * hashcash.el: New version, from
24193         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24194         ../contrib/.
24196 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24198         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24200 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24202         * gnus-dup.el (gnus-dup-open): Use mapc.
24203         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24205         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24206         Reported by Stefan Wiens <s.wi@gmx.net>.
24208         * gnus.el (gnus-shutdown): Use dolist.
24210         * gnus-undo.el (gnus-undo): Use mapc.
24212         * nnrss.el (nnrss-generate-active): do.
24214         * message.el (message-cite-original-without-signature)
24215         (message-cite-original): Use mapc.
24216         (message-do-actions, message-make-forward-subject): Use dolist.
24218 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24220         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24221         deletion to remove entire duplicate line.  Fixes merged article
24222         number bug.
24224 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24226         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24227         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24228         first ask if you want to open a server and then, even when you
24229         responded with no, asking if you want to synchronize the server's
24230         flags.
24231         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24232         multi-line expressions.
24233         (gnus-agent-synchronize-group-flags): New internal function.
24234         Updates marks in memory (in the info structure) AND in the
24235         backend.
24237         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24239         * nnagent.el (nnagent-request-set-mark):
24240         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24241         method, to ensure that synchronization updates marks in the
24242         backend and in the info (in memory) structure.
24244 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24246         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24247         convention fully; don't miss the root article of a thread; make
24248         the X-Draft-From header with correct article numbers.
24250 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24252         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24253         unless plugged.  Disable the agent so that an open failure causes
24254         an error.
24256         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24257         Revert 2004-09-21 change.  The backend must be opened while
24258         synchronizing flags even when the backend stores the flags
24259         locally.
24261 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24263         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24264         in `header' match.  Reported by Svend Tollak Munkejord.
24266         * message.el (message-cite-original): Fix use of
24267         `message-cite-articles-with-x-no-archive'.
24269 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24271         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24272         (gnus-window-to-buffer): Ditto.
24274         * mml.el (mml-preview-buffer): New variable.
24275         (mml-preview): Manage window layout with gnus-buffer-configuration.
24277         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24278         X-Draft-From header even if those articles aren't quoted.
24280 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24282         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24283         (gnus-request-set-mark, gnus-request-update-mark): Use new
24284         g-s-t-u-l-m to decide to use backend even when unplugged.
24286 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24288         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24289         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24291 2004-09-20  Simon Josefsson  <jas@extundo.com>
24293         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24294         "utf-16-le".
24296 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24298         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24300 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24302         * uudecode.el (uudecode-use-external): Add :version.
24304         * smime.el (smime-CA-file, smime-encrypt-cipher)
24305         (smime-dns-server): Add :version.
24307         * smiley.el (gnus-smiley-file-types): Add :version.
24309         * sha1.el (sha1-use-external): Add :version.
24311         * pgg-def.el (pgg-query-keyserver): Add :version.
24313         * nnmail.el (nnmail-fancy-expiry-targets)
24314         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24315         Add :version.
24317         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24318         (nnimap-retrieve-groups-asynchronous): Add :version.
24319         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24321         * mml.el (mml-content-disposition-parameters)
24322         (mml-insert-mime-headers-always): Add :version.
24324         * mm-util.el (mm-coding-system-priorities): Add :version.
24326         * mm-decode.el (mm-inline-text-html-with-images)
24327         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24328         (mm-verify-option): Add :version.
24329         (mm-text-html-renderer): Change :version.
24331         * message.el (message-fcc-externalize-attachments)
24332         (message-required-headers, message-draft-headers)
24333         (message-subject-trailing-was-query)
24334         (message-subject-trailing-was-ask-regexp)
24335         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24336         (message-mark-insert-end, message-archive-header)
24337         (message-archive-note, message-cross-post-default)
24338         (message-cross-post-note, message-followup-to-note)
24339         (message-cross-post-note-function, message-use-mail-followup-to)
24340         (message-subscribed-address-functions)
24341         (message-subscribed-address-file, message-subscribed-addresses)
24342         (message-subscribed-regexps, message-allow-no-recipients)
24343         (message-yank-cited-prefix, message-signature-insert-empty-line)
24344         (message-hidden-headers, message-hierarchical-addresses)
24345         (message-mail-user-agent, message-use-idna)
24346         (message-valid-fqdn-regexp)
24347         (message-strip-special-text-properties, message-header-synonyms)
24348         (message-beginning-of-line, message-tab-body-function): Add :version.
24349         (message-insert-canlock, message-wide-reply-confirm-recipients):
24350         Change :version.
24352         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24353         and :version.
24354         (mail-source-delete-old-incoming-confirm)
24355         (mail-source-movemail-program): Add :version.
24357         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24358         (gnus-agent-cache, gnus-agent): Change :version.
24360         * gnus-util.el (gnus-use-byte-compile): Change :version.
24362         * gnus-sum.el (gnus-summary-make-false-root-always)
24363         (gnus-summary-default-high-score)
24364         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24365         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24366         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24367         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24368         (gnus-sum-thread-tree-single-indent)
24369         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24370         (gnus-sum-thread-tree-leaf-with-other)
24371         (gnus-sum-thread-tree-single-leaf): Add :version.
24372         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24373         (gnus-article-loose-mime): Change :version.
24375         * gnus-start.el (gnus-backup-startup-file)
24376         (gnus-save-startup-file-via-temp-buffer): Add :version.
24378         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24379         (gnus-server-offline-face): Add :version.
24381         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24383         * gnus-msg.el (gnus-gcc-externalize-attachments)
24384         (gnus-debug-files, gnus-debug-exclude-variables)
24385         (gnus-discouraged-post-methods): Change :version.
24386         (gnus-confirm-mail-reply-to-news)
24387         (gnus-confirm-treat-mail-like-news): Add :version.
24389         * gnus-int.el (gnus-server-unopen-status): Add :version.
24391         * gnus-group.el (gnus-group-jump-to-group-prompt)
24392         (gnus-large-ephemeral-newsgroup)
24393         (gnus-fetch-old-ephemeral-headers): Add :version.
24395         * gnus-fun.el (gnus-x-face-directory)
24396         (gnus-convert-pbm-to-x-face-command)
24397         (gnus-convert-image-to-x-face-command)
24398         (gnus-convert-image-to-face-command): Add :version.
24400         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24402         * gnus-cite.el (gnus-cite-blank-line-after-header)
24403         (gnus-article-boring-faces): Add :version.
24405         * gnus-art.el (gnus-buttonized-mime-types)
24406         (gnus-inhibit-mime-unbuttonizing)
24407         (gnus-treat-display-face)
24408         (gnus-treat-body-boundary): Change :version.
24409         (gnus-body-boundary-delimiter, gnus-picon-databases)
24410         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24411         (gnus-treat-date-english, gnus-treat-fold-headers)
24412         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24413         (gnus-treat-mail-picon, gnus-treat-wash-html)
24414         (gnus-article-encrypt-protocol)
24415         (gnus-use-idna, gnus-article-over-scroll)
24416         (gnus-mime-display-multipart-alternative-as-mixed)
24417         (gnus-mime-display-multipart-related-as-mixed)
24418         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24419         (gnus-ctan-url, gnus-button-ctan-handler)
24420         (gnus-button-handle-ctan-bogus-regexp)
24421         (gnus-button-ctan-directory-regexp)
24422         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24423         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24424         (gnus-button-man-level, gnus-button-emacs-level)
24425         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24427         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24428         (gnus-agent-go-online): Change :version.
24429         (gnus-agent-expire-unagentized-dirs)
24430         (gnus-agent-auto-agentize-methods): Add :version.
24432         * flow-fill.el (fill-flowed-display-column)
24433         (fill-flowed-encode-column): Add :version.
24435         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24436         (gnus-outlook-deuglify-unwrap-max)
24437         (gnus-outlook-deuglify-cite-marks)
24438         (gnus-outlook-deuglify-unwrap-stop-chars)
24439         (gnus-outlook-deuglify-no-wrap-chars)
24440         (gnus-outlook-deuglify-attrib-cut-regexp)
24441         (gnus-outlook-deuglify-attrib-verb-regexp)
24442         (gnus-outlook-deuglify-attrib-end-regexp)
24443         (gnus-outlook-display-hook): Add :version.
24445         * binhex.el (binhex-use-external): Add :version.
24447 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24449         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24450         and `invisible'.
24452 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24454         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24455         in gnus-registry-trim.
24457 2004-09-13  Simon Josefsson  <jas@extundo.com>
24459         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24461         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24463         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24464         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24465         <yamaoka@jpl.org>.
24466         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24467         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24468         <yamaoka@jpl.org>.
24470         * sieve.el (sieve-manage-mode): Ditto.
24472 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24474         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24476 2004-09-11  Simon Josefsson  <jas@extundo.com>
24478         * dns-mode.el: Add.
24480         * mm-view.el (mm-display-dns-inline): Add.
24482         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24483         (mm-automatic-display): Ditto.
24485         * mailcap.el (mailcap-mime-data): Add text/dns.
24486         (mailcap-mime-extensions): Map .soa to text/dns.
24488 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24490         * gnus-art.el (article-decode-mime-words, article-babel)
24491         (gnus-article-highlight-signature, gnus-article-add-buttons)
24492         (gnus-signature-toggle): Remove unnecessary bindings of
24493         `inhibit-read-only' inherited from v5.10 merge.
24495 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24497         * nntp.el (nntp): New customization group.
24498         (nntp-authinfo-file): Add customization group.
24500         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24502         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24504         * gnus.el (to-address, to-list, subscribed)
24505         (large-newsgroup-initial): Ditto.
24507         * flow-fill.el (fill-flowed-display-column)
24508         (fill-flowed-encode-column): Ditto.
24510 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24512         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24513         Use point-min rather than 1.
24514         (message-send-mail): Use buffer-size rather than point-max.
24516         * gnus-sum.el (gnus-summary-search-article-forward):
24517         Signal a specific `search-failed' rather than a generic `error'.
24519         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24520         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24521         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24523 2004-09-10  Simon Josefsson  <jas@extundo.com>
24525         * nndb.el (require): Remove tcp and duplicate cl.
24527 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24529         * gnus-agent.el (directory-files-and-attributes): Move forward.
24531 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24533         * gnus-agent.el (directory-files-and-attributes):
24534         Optionally defined to support XEmacs.
24536 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24538         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24539         to avoid run-time CL dependencies.
24540         (gnus-agent-unfetch-articles): New function.
24541         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24542         article numbers even when local .overview file is missing.
24543         (gnus-agent-read-article-number): New function.  Only accepts
24544         27-bit article numbers.
24545         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24546         Use gnus-agent-read-article-number.
24547         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24548         from backend while recognizing that article numbers in .overview
24549         must be valid.
24550         (gnus-agent-update-files-total-fetched-for):
24551         Use directory-files-and-attributes to improve performance.
24552         * gnus-int.el (gnus-request-move-article):
24553         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24554         improve performance.
24556         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24557         some users confused by references to .newsrc when they only have a
24558         .newsrc.eld file.
24559         (gnus-convert-mark-converter-prompt)
24560         (gnus-convert-converter-needs-prompt): Fix use of property list.
24561         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24562         New function.  Used internally to only display 'gnus converting
24563         files' message when actually necessary.
24565         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24566         methods now autoloaded.
24568 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24570         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24571         identifiers.
24573 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24575         * gnus-picon.el: Fix indentation and closing parenthesis.
24577 2004-09-01  Simon Josefsson  <jas@extundo.com>
24579         * message.el (message-canlock-generate): Require sha1, not
24580         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24581         to require within a function.  Sadly, if sha1.el isn't loaded, the
24582         let binding in m-c-g will hide the defcustom definition, which is
24583         bad.)
24585         * canlock.el: Require sha1, not sha1-el.
24587         * message.el: Don't autoload sha1 (there is a autoload cookie in
24588         sha1.el).
24590         * sha1-el.el: Rename to sha1.el.
24592 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24594         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24596 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24598         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24600 2004-08-30  Kim F. Storm  <storm@cua.dk>
24602         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24604         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24605         Add :group 'nnimap.
24607 2004-08-30  Andreas Schwab  <schwab@suse.de>
24609         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24610         ?* and ?\;.
24612         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24613         and ?\' to symbol instead of whitespace.
24615 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24617         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24619         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24620         instead of re-search-forward.
24622         * gnus-uu.el (gnus-uu-save-article): Ditto.
24623         (gnus-uu-post-encode-uuencode): Ditto.
24625         * html2text.el (html2text-clean-list-items): Ditto.
24626         (html2text-clean-dtdd): Ditto.
24627         (html2text-format-tags): Ditto.
24629         * message.el (message-send-mail-with-sendmail): Fix regexp.
24630         (message-fill-field-general): Use search-forward instead of
24631         re-search-forward.
24632         (unbold-region): Ditto.
24634         * nnrss.el (nnrss-request-article): Ditto.
24636         * nnslashdot.el (nnslashdot-request-article): Ditto.
24638         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24640         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24641         "Unrecognized menu descriptor" error in XEmacs.
24643 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24645         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24646         parent article of a sparse article in the thread hashtb.
24648 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24650         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24651         (nnmail-expand-newtext): Lowercase expanded entries if
24652         nnmail-split-lowercase-expanded is non-nil.
24654 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24656         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24658         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24659         of gnus-tmp-news-method into string under XEmacs.  It will be
24660         passed to gnus-correct-length which takes only a string argument.
24662 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24664         * gnus-util.el (gnus-bind-print-variables): New macro.
24665         (gnus-prin1): Use it.
24666         (gnus-prin1-to-string): Use it.
24667         (gnus-pp): New function.
24668         (gnus-pp-to-string): New function.
24670         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24671         Replace pp-to-string with gnus-pp-to-string.
24672         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24673         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24674         * gnus-msg.el (gnus-debug): Ditto.
24675         * gnus-score.el (gnus-score-save): Ditto.
24676         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24677         gnus-pp-to-string.
24678         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24679         with gnus-pp.
24680         * score-mode.el (gnus-score-pretty-print): Ditto.
24681         * webmail.el (webmail-debug): Ditto.
24683 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24685         * gnus-art.el (article-display-face, article-display-x-face):
24686         Use buffer-read-only.
24688 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24690         * gnus-art.el (article-hide-list-identifiers):
24691         Bind inhibit-read-only as t.
24693 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24695         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24697 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24699         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24700         (gnus-narrow-to-page): Don't assume point-min == 1.
24701         (gnus-article-edit-mode): Derive from message-mode.
24703         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24704         point-min == 1.
24706         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24707         Disable incorrect use of `assert'.
24709         * message.el (message-mode): Set comment-start-skip.
24712 2004-08-22  Sam Steingold  <sds@gnu.org>
24714         * pop3.el (pop3-leave-mail-on-server): New user variable.
24715         (pop3-movemail): Delete mail only when it is nil.
24717 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24719         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24721         * mml.el (mml-preview): Use `pop-to-buffer'.
24723         * message.el (message-goto-mail-followup-to): Insert after "To".
24724         (message-carefully-insert-headers): Add comment.
24726         * gnus.el: Remove unused variable `gnus-article-check-size'.
24728         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24730         * gnus-art.el (gnus-button-alist):
24731         Improve `gnus-button-handle-library' entry.
24733 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24735         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24736         Use downcase, since XEmacs capitalizes error messages differently.
24738 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24740         * nntp.el: Add (require 'gnus) due to reference to
24741         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24743 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24745         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24746         Bind `mm-fill-flowed'.
24748         * mm-decode.el (mm-dissect-singlepart): Check it.
24750 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24752         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24753         'imap' for netrc parsing.
24755 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24757         * mailcap.el (mailcap-mime-data): Mark as risky.
24759 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24761         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24762         may be included in the encoded word.
24763         (rfc2047-encode): Don't append a space if the encoded word
24764         includes close parenthesis.
24766 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24768         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24769         of text within parentheses.
24771 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24773         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24774         (gnus-encrypt-write-file-contents): Make the password key the file
24775         name PLUS the cipher, not just the cipher.  Also remove failed
24776         passwords from the cache.
24778 2004-08-06  Simon Josefsson  <jas@extundo.com>
24780         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24781         Doc fix.
24783 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24785         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24786         LWSP.
24788 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24791         Try to append in-reply-to: data to the references: header.
24793         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24794         (netrc-parse): Use gnus-encrypt.el functions.
24796         * gnus-encrypt.el: Add new file for encryption support; currently
24797         does only a few GPG ciphers and an internal XOR cipher.
24799         * password.el: Add comments on using password-read-and-add.
24800         (password-read-and-add): Add function to read and add the
24801         password to the cache at once.
24803 2004-07-28  Simon Josefsson  <jas@extundo.com>
24805         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24806         parameter (but don't use it, for now).
24808         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24809         instead of hard coding to nil.
24811 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24813         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24814         as mm-inline-image-xemacs does.
24816 2004-07-26  Simon Josefsson  <jas@extundo.com>
24818         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24819         Revert part of 2004-07-17 change below.
24821 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24823         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24824         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24826 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24828         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24829         quotes that actually start with ">" at the beginning of the
24830         lines.
24832 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24834         * rfc2047.el (rfc2047-encode-region): Fix last change.
24835         (rfc2047-encode-parameter): Remove useless concat.
24837 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24839         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24840         encode special characters; fix some kind of misconfigured headers;
24841         signal a real error if debug-on-quit or debug-on-error is non-nil.
24842         (rfc2047-encode-max-chars): New variable.
24843         (rfc2047-encode-1): Use it.
24844         (rfc2047-encode-parameter): New function.
24846         * mml.el (mml-insert-parameter): Remove an excessive space.
24848 2004-07-17  Simon Josefsson  <jas@extundo.com>
24850         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24851         Kai Grossjohann <kai@emptydomain.de>.
24852         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24853         (gnus-group-make-menu-bar): Ditto.
24855         * gnus-util.el (gnus-group-server): Add.
24857 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24859         * message.el (message-clone-locals): Clone sendmail and smtp
24860         variables.
24862 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24864         * rfc2047.el (rfc2047-encode-region): Fix last change.
24866 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24868         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24869         characters as non-special.
24871 2004-07-09  Simon Josefsson  <jas@extundo.com>
24873         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24874         Users will lose all flag changes made while unplugged with
24875         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24876         good default.  See numerous reports on ding mailing list.
24878 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24880         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24881         add generate-head-function and generate-article-function to the
24882         rfc822-forward entry.
24883         (nndoc-rfc822-forward-generate-article): New function.
24884         (nndoc-rfc822-forward-generate-head): New function.
24886         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24888 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24890         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24891         respect display group parameter and gnus-summary-expunge-below.
24892         (gnus-articles-to-read): Remove unused reference to display group
24893         parameter.
24895 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24897         * nnheader.el (nnheader-uniquify-message-id): New experimental
24898         variable.
24899         (nnheader-nov-read-message-id): Use it.
24901         * spam-report.el (spam-report-gmane): Add interactive.
24903 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24905         * mm-encode.el (mm-content-transfer-encoding-defaults):
24906         Use qp-or-base64 for the application/* types.
24908 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24910         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24912 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24914         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24915         trim value.
24917 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24919         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24920         New macro and function.
24921         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24923 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24925         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24926         after-load-alist.
24928 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24930         * gnus-group.el (gnus-group-get-new-news-this-group):
24931         Don't update info that isn't there.
24933 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24935         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24936         entry.
24938 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24940         * mm-view.el (mm-inline-render-with-function): Use multibyte
24941         buffer; decode html source by charset.
24943         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24945         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24946         Mule-UCS is loaded under XEmacs.
24947         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24949 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24951         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24953 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24955         * mm-util.el (mm-coding-system-p): Return a coding-system.
24956         (mm-mime-mule-charset-alist): Use shift_jis instead of
24957         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24958         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24959         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24960         instead of japanese-shift-jis and iso-latin-1 respectively in
24961         order to share the default value with both Emacs and XEmacs-mule.
24962         (mm-mule-charset-to-mime-charset):
24963         Make mm-coding-system-priorities effective.
24964         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24965         while predicating of candidates upon the priorities.
24967 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24969         * gnus-sum.el (gnus-summary-make-menu-bar):
24970         Add gnus-uu-invert-processable.
24972         * gnus.el: Autoload gnus-uu-invert-processable.
24974 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24976         * mm-util.el (mm-with-multibyte-buffer): New macro.
24978         * rfc2047.el (rfc2047-encode-string): Use it.
24979         (rfc2047-encode-region): Move point to the end of the region after
24980         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24982 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24984         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24985         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24987 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24989         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24990         (gnus-cite-parse): Ignore quoted envelope From_.
24991         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24993 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24995         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24996         invalid addresses.
24998 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25000         * spam.el: Change section markers, revise TODO list.
25001         (spam-backends): Make new master list of all installed backends.
25002         (spam-summary-exit-behavior): Add new variable to determine how
25003         messages moves are done at summary exit.
25004         (spam-move-spam-nonspam-groups-only)
25005         (spam-process-ham-in-nonham-groups)
25006         (spam-process-ham-in-spam-groups): Remove variables, the
25007         spam-summary-exit-behavior variable should be used to manage this
25008         behavior.
25009         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25010         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25011         and spam-old-spam-articles.
25012         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25013         Add empty variables, placeholders for the backends they represent.
25014         (spam-set-difference): Move, unchanged.
25015         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25016         unless the user has a processor variable.
25017         (spam-classifications, spam-classification-valid-p)
25018         (spam-backend-properties, spam-backend-property-valid-p)
25019         (spam-backend-function-type-valid-p)
25020         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25021         (spam-report-articles-gmane, spam-report-articles-resend):
25022         Remove functions, they are not needed.
25023         (spam-install-backend-super, spam-backend-list)
25024         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25025         (spam-backend-function, spam-backend-ham-registration-function)
25026         (spam-backend-spam-registration-function)
25027         (spam-backend-ham-unregistration-function)
25028         (spam-backend-spam-unregistration-function)
25029         (spam-backend-statistical-p, spam-backend-mover-p)
25030         (spam-install-backend-alias, spam-install-checkonly-backend)
25031         (spam-install-mover-backend, spam-install-nocheck-backend)
25032         (spam-install-backend, spam-install-statistical-backend)
25033         (spam-install-statistical-checkonly-backend): Add backend installation
25034         support.
25035         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25036         (spam-group-processor-p): Use the new backend code and respect the
25037         summary exit behavior.
25038         (spam-mark-spam-as-expired-and-move-routine): Remove.
25039         (spam-summary-prepare): Change to use the new spam-old-articles
25040         variable.
25041         (spam-copy-or-move-routine, spam-copy-spam-routine)
25042         (spam-move-spam-routine, spam-copy-ham-routine)
25043         (spam-move-ham-routine): Add code to copy/move ham or spam.
25044         (spam-fetch-field-fast): Improve doc and code, plus allow the
25045         'number request.
25046         (spam-list-of-checks, spam-list-of-statistical-checks):
25047         Remove variables.
25048         (spam-split, spam-find-spam): Use the new backend code.
25049         (spam-registration-functions): Remove variable.
25050         (spam-unregister-routine): Add convenience wrapper.
25051         (spam-log-undo-registration, spam-register-routine)
25052         (spam-log-processing-to-registry)
25053         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25054         where possible.
25055         (spam-check-gmane-xref, spam-check-regex-headers)
25056         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25057         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25058         (spam-check-bogofilter-headers, spam-check-spamoracle)
25059         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25060         (spam-check-crm114-headers): Use the spam-split-group that
25061         spam-split prepares, no need to determine it every time.
25063         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25064         to the nnheader-parse-naked-head call.
25066         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25068         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25069         the nnheader-nov-read-message-id call.
25071 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25073         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25074         gnus-activate-group twice.  Suggested by Markus Peter
25075         <warp@spin.de>.
25077 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25079         * gnus-art.el (gnus-article-time-format): Exchange the order of
25080         day and month in the default value; fix customization type.
25081         (article-date-ut): Use add-text-properties.
25082         (article-make-date-line): Use message-make-date instead of
25083         current-time-string.
25085         * message.el (message-fetch-field): Don't use set-text-properties.
25086         (message-make-date): Simplify.
25088         * messagexmas.el (message-xmas-make-date): New function.
25089         (message-xmas-redefine): Defalias message-make-date to it.
25091 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25093         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25094         (rfc2047-encode-region): Treat text within parentheses as special;
25095         show the original text when error has occurred.
25097         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25098         already-computed method to gnus-activate-group.
25100         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25101         same select-methods identical Lisp objects.
25103         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25104         object when modifying the info.
25106 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25108         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25109         gnus-opened-servers since it has never been opened with the new
25110         configuration yet.
25112 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25114         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25115         arg to nnheader-generate-fake-message-id.
25117 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25119         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25120         number and build a fake message ID localized to a group and
25121         article number (so it's repeatable from that point on).
25122         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25123         ID format.
25125         * gnus-sum.el (gnus-get-newsgroup-headers):
25126         Call nnheader-generate-fake-message-id with the article number.
25128 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25130         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25131         end-of-buffer.
25133 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25135         * message.el (message-ignored-supersedes-headers): Add Approved.
25137 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25139         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25140         goto-char.
25141         (rfc2047-encode): Fold the line before encoding.
25143 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25145         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25146         folding -- not all headers can be folded, and this should be done
25147         by the message composition mode.  Probably.  I think.
25149 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25151         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25152         fast.
25154         * gnus-ems.el (gnus-remove-image): Don't use
25155         message-text-with-property; remove only the image found first.
25157         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25158         found first.
25160 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25162         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25164 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25166         * message.el (message-text-with-property): Make it fast and accept
25167         optional arguments.
25168         (message-strip-forbidden-properties): Use it.
25169         (message-fix-before-sending): Follow the m-t-w-p change.
25171         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25173 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25175         * gnus-art.el (article-hide-headers): Don't change the buffer
25176         mistakenly when performing mml-preview even if
25177         gnus-single-article-buffer is nil.
25179 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25181         * message.el (message-expand-name-databases): New user option.
25182         (message-expand-name): Use it.
25184 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25186         * spam.el (spam-report-articles-resend)
25187         (spam-report-resend-register-routine): Allow ham reporting.
25188         (spam-report-resend-register-ham-routine): Add wrapper.
25189         (spam-registration-functions): Add ham resending functions.
25190         (spam-list-of-processors): Add ham resend processor.
25192         * gnus.el (ham-resend-to): Add new group parameter.
25193         (spam-process): Add ham resend option.
25195         * spam-report.el (spam-report-resend): Allow reporting ham.
25196         (spam-report-resend-ham): Add wrapper.
25198 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25200         * message.el (message-cite-articles-with-x-no-archive):
25201         New variable.
25202         (message-cite-original): Use it.
25204 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25206         * message.el (message-cite-original): Respect X-No-Archive.
25208 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25210         * gnus-art.el (article-hide-headers): Refer to the values for
25211         gnus-ignored-headers and gnus-visible-headers in the summary
25212         buffer since a user may have set them as group parameters.
25214 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25216         * assistant.el (assistant-node-name): Add convenience function.
25217         (assistant-render-text, assistant-render-node): Add error handling,
25218         plus handle multiple next nodes.
25219         (assistant-find-next-node): Comment out for now.
25220         (assistant-find-next-nodes): Add function, returns list of next
25221         nodes.
25223 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25225         * mail-source.el (mail-source-directory): Fix doc-string.
25227 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25229         * assistant.el (assistant-render-text, assistant-eval): Add :set
25230         widget type, which is different because it takes and returns a
25231         list.  Much hilarity ensues.
25233 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25235         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25237         * gnus-group.el (gnus-group-get-new-news-this-group):
25238         Add doc-string.
25240         * gnus-start.el (gnus-activate-group): Add doc-string.
25242 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25244         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25246 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25248         * assistant.el (assistant-render-text): Try to add a :set
25249         widget, more to come.
25251         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25252         strings.
25253         (spam-report-articles-resend)
25254         (spam-register-routine): Do registration iff any articles warrant
25255         it.
25256         (spam-summary-prepare-exit): Change log message for nil group
25257         destinations.
25259 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25261         * spam.el (spam-report-resend-register-routine):
25262         Allow spam-report-resend-to to be a group parameter or a global value.
25264 2004-05-26  Simon Josefsson  <jas@extundo.com>
25266         * starttls.el: Merge with my GNUTLS based starttls.el.
25267         (starttls-gnutls-program, starttls-use-gnutls)
25268         (starttls-extra-arguments, starttls-process-connection-type)
25269         (starttls-connect, starttls-failure, starttls-success):
25270         New variables.
25271         (starttls-program, starttls-extra-args): Doc fix.
25272         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25273         New functions.
25274         (starttls-negotiate, starttls-open-stream):
25275         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25276         function if it is set.
25278 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25280         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25281         structured fields.
25283 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25285         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25287 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25289         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25290         Add variable.
25291         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25292         assigning the spam-mark to new messages.
25294 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25296         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25298 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25300         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25302         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25303         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25304         default.
25306 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25308         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25309         correct data.
25311 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25313         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25314         (spam-group-processor-p): Fix function.
25315         (spam-group-processor-multiple-p)
25316         (spam-group-spam-processor-report-gmane-p)
25317         (spam-group-spam-processor-report-resend-p)
25318         (spam-group-spam-processor-bogofilter-p)
25319         (spam-group-spam-processor-blacklist-p)
25320         (spam-group-spam-processor-ifile-p)
25321         (spam-group-ham-processor-ifile-p)
25322         (spam-group-spam-processor-spamoracle-p)
25323         (spam-group-spam-processor-crm114-p)
25324         (spam-group-ham-processor-bogofilter-p)
25325         (spam-group-spam-processor-stat-p)
25326         (spam-group-ham-processor-stat-p)
25327         (spam-group-ham-processor-whitelist-p)
25328         (spam-group-ham-processor-BBDB-p)
25329         (spam-group-ham-processor-spamoracle-p)
25330         (spam-group-ham-processor-copy-p): Remove functions with some
25331         prejudice against unneeded code.
25332         (spam-report-articles-resend)
25333         (spam-report-resend-register-routine): Allow the group/topic
25334         spam-resend-to value to override spam-report-resend-to.
25335         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25336         properly now.
25338         * gnus.el (spam-resend-to): Add group/topic parameter.
25339         (spam-process): Move the OBSOLETE processors to the end of the
25340         choices.
25342 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25344         * spam-report.el (spam-report-resend-to, spam-report-resend):
25345         Start with resend-to set to nil, and then ask the user if necessary.
25346         (spam-report-resend): spam-report-resend takes a list of articles, not
25347         separate article numbers.
25349 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25351         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25352         addition to emacs-w3m.
25354 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25356         * assistant.el (assistant-authinfo-data): New function.
25357         (assistant-eval): Eval for entire assistant.
25359         * netrc.el (netrc-services-file): New variable.
25360         (netrc-parse-services): New function.
25361         (netrc-find-service-name): New function.
25362         (netrc-find-service-number): New function.
25363         (netrc-port-equal): New function.
25364         (netrc-machine): Use it.
25366         * nnimap.el (nnimap-open-connection): Use netrc.
25368         * gnus-util.el (gnus-netrc-get): Remove aliases.
25370         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25372         * assistant.el (wid-edit): Fix compilation.
25374         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25376 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25378         * gnus-util.el (gnus-set-file-modes): New function.  (small
25379         patch).
25381 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25383         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25385         * assistant.el (assistant-render-node): Fix up rendering and
25386         read-only text.
25387         (assistant-render-node): Reset.
25388         (assistant-make-read-only): Not sticky.
25390 2004-05-20  Danny Siu  <dsiu@adobe.com>
25392         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25393         centered even when gnus-auto-center-summary is t.
25395 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25397         * dns.el (dns-get-txt-answer): New function.
25398         (dns-read-txt): Ditto.
25399         (query-dns): Use it.
25401 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25403         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25404         active for foreign groups even if the group level is higher than
25405         the specified value.
25407 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25409         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25410         non-active groups.
25412         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25414 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25416         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25418 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25420         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25421         (spam-crm114-header, spam-crm114-spam-switch)
25422         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25423         (spam-crm114-positive-spam-header)
25424         (spam-crm114-database-directory, spam-list-of-processors)
25425         (spam-group-spam-processor-crm114-p)
25426         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25427         (spam-generic-score, spam-list-of-checks)
25428         (spam-list-of-statistical-checks, spam-registration-functions)
25429         (spam-check-crm114-headers, spam-crm114-score)
25430         (spam-check-crm114, spam-crm114-register-with-crm114)
25431         (spam-crm114-register-spam-routine)
25432         (spam-crm114-unregister-spam-routine)
25433         (spam-crm114-register-ham-routine)
25434         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25436 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25438         * gnus.el: Add spam-use-crm114.
25440         * spam.el (spam-list-of-processors, spam-registration-functions):
25441         Add spam-use-resend.
25442         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25443         (spam-report-articles-gmane): Add doc fix.
25444         (spam-report-articles-resend, spam-report-resend-register-routine):
25445         Add wrappers around spam-report-resend-to.
25447         * spam-report.el (spam-report-resend-to, spam-report-resend):
25448         Add support for resending spam.
25449         (spam-report-gmane): Fix line length >80.
25451         * gnus.el (spam-process): Add spam-use-resend.
25453 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25455         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25456         number of processed spam messages.
25457         (spam-ham-copy-or-move-routine): Return the number of processed
25458         ham messages.
25459         (spam-summary-prepare-exit): Use the above values to decide
25460         whether status messages shouled be displayed.
25462 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25464         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25465         `rfc2047-encoding-function-alist' in order to avoid conflicting
25466         with the old version.
25467         (rfc2047-encode-region): Concatenate words containing non-ASCII
25468         characters in structured fields; don't encode space-delimited
25469         ASCII words even in unstructured fields; don't break words at
25470         char-category boundaries.
25471         (rfc2047-encode-1): New function.
25472         (rfc2047-encode): Use it; encode text so that it occupies the
25473         maximum width within 76-column; work correctly on Q encoding for
25474         iso-2022-* charsets.
25475         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25476         sure not to break a line just after the header name.
25477         (rfc2047-b-encode-region): Remove.
25478         (rfc2047-b-encode-string): New function.
25479         (rfc2047-q-encode-region): Remove.
25480         (rfc2047-q-encode-string): New function.
25482         * mm-util.el (mm-replace-in-string): New function.
25484 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25486         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25487         Really get it right.
25488         (gnus-inews-make-draft): Really.
25490 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25492         * nnmh.el (nnmh-request-list-1): Don't check the link count
25493         before descending.  (small patch)
25495 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25497         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25498         stuff.
25500         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25501         Match on real group name.
25503         * gnus-art.el (gnus-signature-limit): Doc fix.
25505         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25507         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25509 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25511         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25512         isn't a string.
25514 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25516         * gnus-draft.el (gnus-draft-send):
25517         Bind rfc2047-encode-encoded-words.
25519         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25520         (rfc2047-encodable-p): Say that =? needs encoding.
25521         (rfc2047-encode-encoded-words): New variable.
25523         * gnus-group.el (gnus-group-select-group): Doc fix.
25525         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25527         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25528         to nil.
25530         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25532         * nnheader.el (nnheader-get-lines-and-char): New function.
25534 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25536         * gnus-msg.el (gnus-summary-followup-with-original):
25537         Document yanking of region when active.
25539 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25541         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25542         groups if the group level is higher than the specified value.
25544 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25546         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25547         (gnus-group-jump-to-group): Add prefix argument using
25548         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25549         non-active group.
25551         * compface.el (uncompface): Be verbose when changing
25552         `uncompface-use-external'.
25554         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25555         handle manual section.
25557 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25559         * gnus-art.el (gnus-button-alist): Revert previous change.
25561 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25563         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25565 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25567         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25568         whether backend can accept message.
25570         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25572 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25574         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25575         Avoid creating directory when nntp-marks-is-evil is true.
25576         Reported by Reiner Steib.
25578 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25580         * gnus-picon.el (gnus-picon-insert-glyph):
25581         Add optional `nostring' argument.
25583 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25585         * gnus-picon.el (gnus-picon-style): New variable.
25586         (gnus-picon-transform-address): Support `gnus-picon-style'.
25588 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25590         * message.el (message-fill-field): Return point.
25591         (message-generate-headers): Go to end of field.
25593         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25594         stuff for non-living groups.
25596 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25598         * gnus-art.el (gnus-article-followup-with-original)
25599         (gnus-article-reply-with-original): gnus-mark-active-p ->
25600         gnus-region-active-p.
25602 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25604         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25605         only when there is spam or ham to be processed.
25607 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25609         * mail-source.el (mail-source-delete-crash-box): Refactor.
25610         (mail-source-fetch): Use it.
25611         (mail-source-fetch-file): Ditto.
25612         (mail-source-fetch-directory): Run postscript in loop.
25613         (mail-source-fetch-pop): Delete.
25614         (mail-source-fetch-maildir): Ditto.
25615         (mail-source-fetch-imap): Ditto.
25617         * imap.el (imap-authenticators): Comment out sasl.
25619         * message.el (message-skip-to-next-address): New function.
25620         (message-fill-header-address): Refactor.
25621         (message-fill-address): Use it.
25622         (message-delete-address): Use it.
25623         (message-fill-header-general): Refactor.
25624         (message-fill-field-address): Rename.
25625         (message-narrow-to-field): Find the start of the header.
25626         (message-header-format-alist): Don't pre-fill.
25627         (message-fill-header): Remove.
25628         (message-insert-header): New function.
25629         (message-shorten-references): Use it.
25631         * rfc2047.el (rfc2047-field-value): Strip props.
25633         * mail-parse.el (mail-header-make-address): New alias.
25635         * ietf-drums.el (ietf-drums-make-address): New function.
25637         * imap.el: Add compiler directives.
25639         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25641         * gnus-art.el (article-decode-idna-rhs): Don't use
25642         message-idna-inside-rhs-p.
25644 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25646         * message.el (message-idna-inside-rhs-p): Remove.
25647         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25649         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25650         false positives.
25652 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25654         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25656 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25658         * nneething.el (nneething-file-name): Don't create spurious
25659         files.
25661         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25662         (gnus-inews-do-gcc): Remove sleep.
25664         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25665         part under point.
25667         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25668         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25670 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25672         * spam.el (spam-summary-prepare-exit): Fix (length).
25674 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25676         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25677         as expired without moving it" message when there are spam
25678         messages left.
25680 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25682         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25683         header is not nil.
25685 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25687         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25688         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25689         (nntp-marks-changed-p): New arg SERVER.
25690         (nntp-request-update-info): Adjust caller.
25692 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25694         * nntp.el (nntp-save-marks): Pass missing arg.
25696 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25698         * nntp.el: Support marks.
25699         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25700         (nntp-marks-modtime, nntp-marks-directory): New variables.
25701         (nntp-request-set-mark, nntp-request-update-info)
25702         (nntp-possibly-create-directory, nntp-marks-changed-p)
25703         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25704         New functions.
25706 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25708         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25709         (gnus-xmas-redefine): Rename.
25711         * gnus-score.el (gnus-score-insert-help):
25712         Use gnus-select-lowest-window.
25714         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25715         appt-select-lowest-window and rename to gnus-select-lowest-window.
25717         * gnus.el: do.
25719 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25721         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25722         encodings of MIME-encoded words, in order to improve
25723         interoperability with several broken MUAs.
25725 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25727         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25728         tags, only when charsets are not specified in headers.
25729         (mm-inline-text-html-render-with-w3m): Ditto.
25731         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25732         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25734 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25736         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25737         instead of MIME-decoded from fields when checking
25738         `gnus-article-address-banner-alist'.
25740 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25742         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25743         description rather than subject.
25745 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25747         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25749 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25751         * gnus.el (gnus-version-number): Bump.
25753 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25755         * gnus.el: No Gnus v0.2 is released.
25757 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25759         * gnus-agent.el (gnus-agent-read-agentview):
25760         Inline gnus-uncompress-range.
25762 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25764         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25765         `exec-installed-p'.
25767 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25769         * gnus.el (spam-process, spam-autodetect-methods):
25770         Add bsfilter and bsfilter-headers.
25772         * spam.el (spam-bsfilter): New customize group.
25773         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25774         (spam-bsfilter-header, spam-bsfilter-probability-header)
25775         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25776         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25777         (spam-bsfilter-database-directory): New options.
25778         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25779         (spam-list-of-statistical-checks, spam-registration-functions):
25780         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25781         (spam-bsfilter-score): New command.
25782         (spam-check-bsfilter-headers, spam-check-bsfilter)
25783         (spam-bsfilter-register-with-bsfilter)
25784         (spam-bsfilter-register-spam-routine)
25785         (spam-bsfilter-unregister-spam-routine)
25786         (spam-bsfilter-register-ham-routine)
25787         (spam-bsfilter-unregister-ham-routine): New functions.
25788         (spam-generic-score): Support bsfilter; Accept an optional argument
25789         to recalcurate spam score even if scoring header has already been
25790         added.
25791         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25792         optional argument to recalcurate spam score even if scoring header
25793         has already been added.
25795 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25797         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25798         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25799         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25800         link is missing.
25802 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25804         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25805         (html2text-get-attr): Rewrite.
25807         * message.el (message-setup-1): Remove redundant put-text-property
25808         on mail-header-separator.
25810 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25812         * gnus-registry.el (gnus-registry-cache-whitespace)
25813         (gnus-registry-action, gnus-registry-spool-action)
25814         (gnus-registry-split-fancy-with-parent): Change message levels
25815         from 5 to 3 or 7, as needed.
25817         * spam.el (spam-summary-prepare-exit)
25818         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25819         (spam-split, spam-find-spam, spam-log-undo-registration)
25820         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25821         level from 5 to 6.
25823 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25825         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25826         2004-03-04 change).
25828 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25830         * sieve-manage.el (sieve-manage-open):
25831         * nnweb.el (nnweb-insert-html):
25832         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25833         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25834         * nnspool.el (nnspool-request-group):
25835         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25836         * nnml.el (nnml-request-update-info):
25837         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25838         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25839         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25840         (nnimap-request-set-mark):
25841         * nnfolder.el (nnfolder-request-update-info):
25842         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25843         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25844         * gnus-uu.el (gnus-uu-find-articles-matching):
25845         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25846         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25847         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25848         * gnus-nocem.el (gnus-nocem-scan-groups):
25849         * gnus-int.el (gnus-start-news-server):
25850         * gnus-group.el (gnus-group-make-kiboze-group)
25851         (gnus-group-browse-foreign-server):
25852         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25853         Use mapc when appropriate.
25855 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25856             Adam Sjøgren  <asjo@koldfront.dk>
25857             Wes Hardaker  <wes@hardakers.net>
25858             Michael Shields  <shields@msrl.com>
25860         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25861         may need for spam sorting and scoring.
25862         (spam-user-format-function-S): Add user format function suitable for
25863         general use.
25864         (spam-article-sort-by-spam-status): Add sorting function for summary
25865         sorting.
25866         (spam-extra-header-to-number): Add function to get a score from a
25867         header.
25868         (spam-summary-score): Add function to get a numeric score from the
25869         headers.
25870         (spam-generic-score): Fix function doc, was in wrong place.
25871         (spam-initialize): Take symbols when it's run, and install the
25872         extra headers that spam-necessary-extra-headers thinks we need.
25874 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25876         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25877         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25879 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25881         * gnus-sum.el (gnus-set-global-variables)
25882         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25883         (gnus-article-get-xrefs, gnus-summary-best-group)
25884         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25885         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25886         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25887         Use with-current-buffer.
25889 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25891         * spam.el (spam-summary-prepare-exit): Simplify logic.
25892         (spam-fetch-article-header): Read the article header if it's not
25893         available.
25894         (spam-list-articles): Simplify logic.
25895         (spam-filelist-register-routine): Fix bug with unregister-list.
25897         * gnus-registry.el: Fix comments at beginning.
25899 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25901         * message.el (message-cater-to-broken-inn): Remove.
25902         (message-shorten-references): Make sure the total folded length of
25903         References is shorter than 998 characters to cater to a bug in INN
25904         2.3.  Also, don't pretend that references aren't folded -- this
25905         hasn't worked for a while.
25907 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25909         * gnus-agent.el (gnus-agentize):
25910         gnus-agent-send-mail-real-function no longer set to current value
25911         of message-send-mail-function but rather a lambda that calls
25912         message-send-mail-function.  The change makes the agent real-time
25913         responsive to user changes to message-send-mail-function.
25915 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25917         * legacy-gnus-agent.el
25918         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25919         help from Florian Weimer <fw@deneb.enyo.de>
25921 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25923         * nnmail.el (nnmail-cache-insert): Revert last change.
25925 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25927         * nnmail.el (nnmail-cache-insert): Always check whether
25928         nnmail-cache-ignore-groups matches a group name.
25930 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25932         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25933         (spam-find-spam, spam-log-processing-to-registry)
25934         (spam-log-registered-p, spam-log-unregistration-needed-p)
25935         (spam-log-undo-registration): Use gnus-message instead of
25936         gnus-error, none of these errors are fatal.
25938         * gnus-registry.el (gnus-registry-clean-empty-function)
25939         (gnus-registry-clean-empty): Remove only empty entries without
25940         extra data.
25942 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25944         * spam-stat.el (spam-stat-buffer-change-to-spam)
25945         (spam-stat-buffer-change-to-non-spam): Change (error) to
25946         (gnus-message 8) invocation.
25948 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25950         * nntp.el (nntp-via-netcat-command): New variable.
25951         (nntp-via-netcat-switches): New variable.
25952         (nntp-open-via-rlogin-and-netcat): New function.
25953         (nntp-open-connection-function): Doc fix.
25954         (nntp-telnet-command): Doc fix.
25955         (nntp-end-of-line): Doc fix.
25956         (nntp-via-rlogin-command): Doc fix.
25957         (nntp-via-user-name): Doc fix.
25958         (nntp-via-address): Doc fix.
25960 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25962         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25963         error in Emacs 21.1.
25965 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25967         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25969 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25971         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25972         (gnus-agent-with-refreshed-group): New macro.
25973         (gnus-agent-rename-group): New function.
25974         (gnus-agent-delete-group): New function.
25975         (gnus-agent-save-group-info): Use gnus-command-method when
25976         `method' parameter is nil.  Don't write nil entries into the
25977         active file.
25978         (gnus-agent-get-group-info): New function.
25979         (gnus-agent-fetch-articles):
25980         Use gnus-agent-update-files-total-fetched-for to increment disk space
25981         used.
25982         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25983         Use gnus-agent-update-view-total-fetched-for to increment disk space
25984         used.
25985         (gnus-agent-get-local): Add optional parameters to avoid calling
25986         gnus-group-real-name and gnus-find-method-for-group.
25987         (gnus-agent-set-local): Delete stored entry if either min, or max,
25988         are nil.
25989         (gnus-agent-fetch-session): Reworded error/quit messages.
25990         On quit, use gnus-agent-regenerate-group to record existance of any
25991         articles fetched to disk before the quit occurred.
25992         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25993         gnus-agent-update-view-total-fetched-for, and
25994         gnus-agent-update-files-total-fetched-for to decrement disk space
25995         used.
25996         (gnus-agent-retrieve-headers):
25997         Use gnus-agent-update-view-total-fetched-for to increment disk space
25998         used.
25999         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26000         with gnus-agent-update-files-total-fetched-for to decrement disk
26001         space and fresh group buffer.
26002         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26003         (gnus-agent-need-update-total-fetched-for): New variable.
26004         (gnus-agent-update-files-total-fetched-for): New function.
26005         (gnus-agent-update-view-total-fetched-for): New function.
26006         (gnus-agent-total-fetched-for): New function.
26008         * gnus-cache.el (gnus-cache-save-buffers):
26009         Use gnus-cache-update-overview-total-fetched-for to change disk space
26010         used by this group.
26011         (gnus-cache-possibly-enter-article):
26012         Use gnus-cache-update-file-total-fetched-for to increment disk space
26013         used by this group.
26014         (gnus-cache-possibly-remove-article):
26015         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26016         used by this group.
26017         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26018         (gnus-cache-rename-group): New function.
26019         (gnus-cache-delete-group): New function.
26020         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26021         (gnus-cache-need-update-total-fetched-for): New variable.
26022         (gnus-cache-with-refreshed-group): New macro.
26023         (gnus-cache-update-file-total-fetched-for): New function.
26024         (gnus-cache-update-overview-total-fetched-for): New function.
26025         (gnus-cache-rename-group-total-fetched-for): New function.
26026         (gnus-cache-delete-group-total-fetched-for): New function.
26027         (gnus-cache-total-fetched-for): New function.
26029         * gnus-group.el: Require gnus-sum and autoload functions to
26030         resolve warnings when gnus-group.el compiled alone.
26031         (gnus-group-line-format): Document new %F.
26032         (size of Fetched data) group line format; identifies disk space
26033         used by agent and cache.
26034         (gnus-group-line-format-alist): Define new F format.
26035         (gnus-total-fetched-for): New function.
26036         (gnus-group-delete-group): No longer update
26037         gnus-cache-active-altered as gnus-request-delete-group now keeps
26038         the cache in sync.
26039         (gnus-group-list-active): Let the agent store a server's active
26040         list if currently plugged.
26042         * gnus-int.el (gnus-request-delete-group):
26043         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26044         local disk in sync with the server.
26045         (gnus-request-rename-group):
26046         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26047         local disk in sync with the server.
26049         * gnus-start.el (gnus-get-unread-articles):
26050         Cosmetic simplification to logic.
26052         * gnus-util.el (gnus-rename-file): New function.
26054 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26056         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26058 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26060         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26061         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26063 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26065         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26066         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26068 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26070         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26072 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26074         * spam.el (spam-set-difference): Add function to replace
26075         gnus-set-difference in spam.el.
26076         (spam-summary-prepare-exit): Use spam-set-difference.
26078 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26080         * gnus-registry.el (gnus-registry-cache-file): Update to use
26081         gnus-dribble-directory OR gnus-home-directory OR ~.
26082         (gnus-registry-split-fancy-with-parent): Fix doc.
26084 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26086         * message.el (message-exchange-point-and-mark):
26087         Use message-mark-active-p.  Suggested by Jesper Harder
26088         <harder@ifa.au.dk>.
26090 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26092         * message.el (message-exchange-point-and-mark): Don't activate
26093         region if it was inactive.  Suggested by Hiroshi Fujishima
26094         <pooh@nature.tsukuba.ac.jp>.
26096 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26098         * gnus-art.el (article-display-face): Display Faces in the same
26099         order as X-Faces.
26101 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26103         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26105 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26107         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26108         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26109         (gnus-article-mime-hierarchy): Remove.
26110         (gnus-article-mime-hierarchy-next): Remove.
26111         (gnus-article-mode): Revert 2004-03-19 change.
26112         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26113         (gnus-insert-mime-button): Revert 2004-03-19 change.
26114         (gnus-mime-accumulate-hierarchy): Remove.
26115         (gnus-mime-enter-multipart): Remove.
26116         (gnus-mime-leave-multipart): Remove.
26117         (gnus-mime-display-part): Revert 2004-03-19 change.
26118         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26120         * mml.el (mml-preview): Revert 2004-03-19 change.
26122 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26124         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26126 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26128         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26129         t while entering a file name using the mm-with-multibyte macro.
26130         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26132         * mm-util.el (mm-with-multibyte): New macro.
26134 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26136         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26137         New user option.
26138         (gnus-mime-multipart-functions): Doc and customization fix.
26139         (gnus-article-mime-hierarchy): New variable.
26140         (gnus-article-mime-hierarchy-next): New variable.
26141         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26142         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26143         gnus-article-mime-hierarchy-next to nil.
26144         (gnus-insert-mime-button): Show hierarchy numbers.
26145         (gnus-mime-accumulate-hierarchy): New function.
26146         (gnus-mime-enter-multipart): New function.
26147         (gnus-mime-leave-multipart): New function.
26148         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26149         (gnus-mime-display-alternative): Show hierarchy numbers.
26151         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26152         gnus-article-mime-hierarchy-next to nil.
26154 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26156         * dns.el: Don't require gnus-xmas.
26158 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26160         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26161         inline PGP.
26162         (mml-menu): Disable mml-quote-region if mark is inactive.
26164 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26166         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26167         when the group's active is not available.
26169 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26171         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26172         error.
26174 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26176         * imap.el (imap-store-password): New variable.
26177         (imap-interactive-login): Use it.
26178         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26180 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26182         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26183         window-start and hscroll to summary window.
26185 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26187         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26188         conversion message to newsrc-dribble when an actual conversion is
26189         performed.
26191 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26193         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26195 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26197         * mm-decode.el (mm-complicated-handles): New function reviving
26198         former definition of mm-multiple-handles.
26200         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26201         (gnus-mime-delete-part): Use it.
26203 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26205         * gnus-agent.el (gnus-agent-read-local):
26206         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26207         avoid the implicit assumption that they will always be equal.
26208         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26209         coding-system-for-write, as the with-temp-file macro first prints
26210         to a buffer then saves the buffer.
26212 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26214         * gnus-art.el (gnus-article-edit-part): New function.
26215         (gnus-mime-save-part-and-strip): Use it; do query instead of
26216         signaling an error; don't use mm-multiple-handles.
26217         (gnus-mime-delete-part): Ditto.
26219 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26221         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26222         old file versions.
26223         (gnus-group-prepare-hook): Remove function that converted list
26224         form of gnus-agent-expire-days to group properties.
26226         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26227         (gnus-request-accept-article): Re-indented.
26229         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26230         converters to handle old agent file formats.  Add logic for a
26231         "backup before upgrading warning".
26232         (gnus-convert-mark-converter-prompt): Developers can mark
26233         functions as needing (default), or not needing,
26234         gnus-convert-old-newsrc's "backup before upgrading warning".
26235         (gnus-convert-converter-needs-prompt): Tests whether the user
26236         should be protected from potentially irreversable changes by the
26237         function.
26239         * legacy-gnus-agent.el: New.  Provides converters that are only
26240         loaded when gnus-convert-old-newsrc needs to call them.
26242 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26244         * mail-source.el (mail-source-touch-pop): Doc fix.
26246         * message.el (message-smtpmail-send-it): Doc fix.
26248 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26250         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26252         * nnmail.el (nnmail-split-fancy): do.
26254         * gnus-kill.el (gnus-kill, gnus-execute): do.
26256 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26258         * gnus-sum.el (gnus-widget-reversible-match)
26259         (gnus-widget-reversible-to-internal)
26260         (gnus-widget-reversible-to-external): New functions.
26261         (gnus-widget-reversible): New widget.
26262         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26264 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26266         * gnus-sum.el (gnus-thread-sort-functions)
26267         (gnus-article-sort-functions): Document `(not F)' items.
26269 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26271         * spam.el (spam-use-gmane-xref): Add new backend.
26272         (spam-gmane-xref-spam-group): Add variable to control the name of the
26273         Gmane spam group.
26274         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26275         (spam-regex-headers-spam, spam-regex-headers-ham)
26276         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26277         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26278         backends and checks.
26279         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26281         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26282         an autodetect method.
26284 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26286         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26287         articles are being added to a group.
26288         (gnus-request-replace-article): Inform the agent that articles
26289         need to be uncached as the cached contents are no longer valid.
26291 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26293         * binhex.el: Don't autoload executable-find.
26295         * canlock.el: Don't autoload mail-fetch-field.
26297         * dgnushack.el: Autoload c-mode for XEmacs.
26299         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26301         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26302         rmail-dont-reply-to and rmail-output.
26304         * gnus-score.el: Don't autoload ffap-string-at-point.
26306         * gnus-setup.el: Don't autoload sc-cite-original.
26308         * imap.el: Don't autoload base64-decode-string,
26309         base64-encode-string and md5.
26311         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26312         and rmail-msg-restore-non-pruned-header.
26314         * mm-decode.el: Don't autoload executable-find.
26316         * mm-url.el: Don't autoload executable-find.
26318         * mm-view.el: Don't autoload diff-mode.
26320         * nndb.el: Don't autoload news-reply-mode, news-setup,
26321         cancel-timer and telnet.
26323         * password.el: Don't autoload run-at-time for Emacs.
26325         * sha1-el.el: Don't autoload executable-find.
26327         * sieve-mode.el: Don't autoload c-mode.
26329         * uudecode.el: Don't autoload executable-find.
26331 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26333         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26334         (gnus-agent-possibly-alter-active): Avoid null in numeric
26335         comparison.
26336         (gnus-agent-set-local): Refuse to save null in local object table.
26337         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26338         list of articles that will be marked as unread.
26340 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26342         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26344 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26346         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26347         language tags.
26349 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26351         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26352         Don't bind "obarray".
26354         * gnus-sum.el (gnus-thread-sort-functions):
26355         Add `gnus-thread-sort-by-most-recent-number' and
26356         `gnus-thread-sort-by-most-recent-date'.
26357         Reported by Kai Grossjohann <kai@emptydomain.de>.
26359 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26361         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26363 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26365         * gnus-cus.el (gnus-agent-customize-category):
26366         Remove ignore-errors macro reference that required cl to be loaded at
26367         run-time.
26369         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26370         single-interval range of the form (min . max).  Previously the
26371         range had to look like ((min . max)).  Likewise, return
26372         (min . max) rather than ((min . max)).
26373         (gnus-range-map): Use gnus-range-normalize to accept
26374         single-interval range.
26376         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26377         the cache, but not the agent, now appear with their usual face.
26379         * dgnushack.el (loaddir): New variable that is bound to the
26380         directory containing the dgnushack.el file.  Use loaddir, rather
26381         than srcdir, to update load-path.  Change lets dgnushack compile
26382         code in directories other than GNUS/lisp.
26384 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26386         * lpath.el: Don't bind w3m-safe-url-regexp.
26388         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26389         w3m-safe-url-regexp variable buffer-local.
26391         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26393 2004-02-27  Simon Josefsson  <jas@extundo.com>
26395         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26396         gnus-group-real-prefix.
26397         (gnus-summary-move-article): Use it, instead of
26398         gnus-group-real-prefix.
26400 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26402         * lpath.el: Bind w3m-safe-url-regexp.
26404         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26405         w3m-safe-url-regexp variable buffer-local and set it as the value
26406         of mm-w3m-safe-url-regexp.
26408         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26410         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26411         parsing gnus-posting-styles when the message is not for replying.
26413         * dgnushack.el: Autoload sgml-mode for XEmacs.
26415         * nnrss.el (nnrss-opml-export):
26416         Use mm-set-buffer-file-coding-system instead of
26417         set-buffer-file-coding-system.
26419 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26421         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26422         of checkdoc.el).
26423         * nnrss.el: do.
26424         * gnus-mlspl.el: do.
26425         * gnus-ml.el: do.
26426         * gnus-srvr.el: do.
26428         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26430 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26432         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26433         Corrections to custom-manual links.
26435         * gnus-art.el (gnus-article): Ditto.
26437         * mm-decode.el (mime-display, mime-security): Ditto.
26439 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26441         * flow-fill.el: Typo.
26443 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26445         * spam-wash.el: New file.
26447 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26449         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26451 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26453         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26454         to be run with new-articles as LIST1, not LIST2.
26455         (spam-registration-functions): Add spam-use-ham-copy as a nil
26456         registration backend.
26458 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26460         * spam-stat.el (spam-stat-washing-hook): New option.
26461         (spam-stat-buffer-words): Use it.
26462         (spam-stat-process-directory, spam-stat-test-directory):
26463         Use insert-file-contents-literally.
26464         (spam-stat-coding-system): New variable.
26465         (spam-stat-load, spam-stat-save): Use it.
26467 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26469         * spam-report.el (spam-report-plug-agent):
26470         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26472 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26474         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26475         Allow / in mailto URLs.
26477 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26479         * spam-report.el (spam-report-process-queue): Fix interactive use.
26480         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26481         (spam-report-unplug-agent): Doc fixes.
26482         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26483         (spam-report-agentize, spam-report-deagentize): Autoload.
26485 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26487         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26489         * message.el (message-setup-fill-variables): Add mml tags to
26490         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26491         <ajk@iu.edu>.
26492         (message-mode): Don't modify paragraph-separate there.
26494 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26496         * compface.el (uncompface-use-external): Default to undecided.
26497         (uncompface-use-external-threshold): New variable.
26498         (uncompface-float-time): New macro.
26499         (uncompface): Determine whether to use the external decoder if
26500         uncompface-use-external is undecided.
26502 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26504         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26505         after images.
26507         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26509 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26511         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26513         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26515         * gnus-sum.el (gnus-summary-limit-to-age)
26516         (gnus-summary-limit-children): do.
26518         * gnus-int.el (gnus-request-scan): do.
26520         * gnus-group.el (gnus-group-suspend): do.
26522         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26524         * gnus-cite.el (gnus-cite-parse-attributions): do.
26526         * gnus-agent.el (gnus-summary-set-agent-mark)
26527         (gnus-agent-regenerate-group): do.
26529         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26531         * binhex.el (binhex-decode-region-internal): do.
26533 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26535         * gnus-fun.el (gnus-face-properties-alist): New user option.
26536         (gnus-display-x-face-in-from): Use it.
26538         * gnus-art.el (article-display-face): Ditto.
26540         * compface.el (uncompface-use-external): Default to nil.
26542 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26544         * nntp.el (nntp-erase-buffer): New function.
26545         (nntp-retrieve-data, nntp-send-command)
26546         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26547         (nntp-possibly-change-group): Use it.
26549         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26550         Use with-current-buffer.
26552 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26554         * compface.el: Merge the ELisp-based uncompface program.
26555         (compface): New customization group.
26556         (uncompface-use-external): New user option.
26557         (uncompface): Call uncompface-internal if uncompface-use-external
26558         is nil.
26559         (uncompface-internal): New function.  Note that there are also
26560         some other functions and variables added for this function.
26562 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26564         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26565         if necessary.
26567 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26569         * spam-report.el (spam-report-unplug-agent)
26570         (spam-report-plug-agent, spam-report-deagentize)
26571         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26572         Add support for the Agent in spam-report: when unplugged, report to a
26573         file; when plugged, submit all the requests.
26575         * spam.el (spam-register-routine): Fix message about
26576         registration.
26578 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26580         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26581         dependencies.
26582         (rfc2047-encode): Use it.
26584         * gnus-art.el (gnus-button-marker-list): Move before first
26585         reference.
26587         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26588         (imap-parse-body): Fix format string mismatch.
26590         * gnus-score.el (gnus-summary-increase-score): do.
26592         * nnrss.el (nnrss-close): New function.
26594 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26596         * nnrss.el (nnrss-make-filename): New function.
26597         (nnrss-request-delete-group, nnrss-read-server-data)
26598         (nnrss-save-server-data, nnrss-read-group-data)
26599         (nnrss-save-group-data): Use it.
26600         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26601         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26602         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26604 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26606         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26608 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26610         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26611         files.
26613         * message.el (message-generate-headers-first): Don't quote nil
26614         and t in docstrings.
26616         * imap.el (imap-id): do.
26618         * gnus-agent.el (gnus-agent-consider-all-articles)
26619         (gnus-agent-queue-mail): do.
26621 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26623         * spam-report.el (spam-report-process-queue): New function.
26624         Process requests from `spam-report-requests-file'.
26625         (spam-report-process-queue): Doc fix.
26627 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26629         * spam.el (spam-register-routine)
26630         (spam-log-processing-to-registry, spam-log-registered-p)
26631         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26632         Change "check" to "spam-check" for semi-clarity.
26634 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26636         * pop3.el: Require nnheader.
26638         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26640         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26642         * gnus-picon.el: Require cl.
26644         * gnus-fun.el: Require gnus-ems and gnus-util.
26646         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26648         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26650         * gnus-art.el (gnus-article-edit-mode): Define before first
26651         reference.
26653 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26655         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26656         (gnus-uu-post-encoded): Use point-at-bol.
26658         * gnus-topic.el (gnus-group-active-topic-p): do.
26660         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26662         * gnus-group.el (gnus-group-kill-region): do.
26664         * gnus-art.el (article-date-ut): do.
26666         * message.el (message-fetch-field): Remove redundant
26667         case-fold-search binding.
26668         (message-narrow-to-field): Simplify.
26670 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26672         * spam.el (spam-directory): Derive from `gnus-directory'.
26674         * spam-report.el (spam-report-url-to-file)
26675         (spam-report-requests-file): New function and variable for offline
26676         reporting.
26677         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26678         and user defined function.
26679         (spam-report-url-ping-mm-url): Remove doubled slash.
26681 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26683         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26685 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26687         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26688         Fix format string mismatch.
26690         * sieve.el (sieve-deactivate-all): do.
26692         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26694         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26696         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26698         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26700 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26702         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26703         the list of checks.
26705 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26707         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26708         padding.
26710 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26712         * mm-view.el (mm-fill-flowed): New variable.
26713         (mm-inline-text): Use it.
26715 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26717         * spam.el (spam-spamassassin-register-ham-routine)
26718         (spam-spamassassin-register-spam-routine): Fix function names.
26720 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26722         * gnus.el (gnus-tmp-grouplens): Remove.
26723         (gnus-summary-line-format): Remove grouplens.
26725         * gnus-group.el (gnus-group-line-format): Ditto.
26727         * gnus-spec.el (gnus-format-specs): Ditto.
26728         (gnus-update-format-specifications): Flush the group format spec
26729         cache if there's the grouplens stuff.
26730         (gnus-parse-simple-format): Replace %l with the empty string.
26732 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26734         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26735         omission.
26737 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26739         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26740         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26742 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26744         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26745         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26746         New macros and functions.
26747         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26748         Handle > NLINK_MAX messages.
26749         * nnmaildir.el (nnmaildir-request-set-mark):
26750         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26752 2004-01-25  Alex Schroeder  <alex@gnu.org>
26754         * spam-stat.el (spam-stat-process-directory-age): New option.
26755         (spam-stat-process-directory): Use it.
26757 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26759         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26760         (spam-stat-save): Accept prefix argument.
26762 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26764         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26765         links" error.
26767 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26769         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26770         the rest of the and/or forms.
26772 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26774         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26775         compatibility with old .newsrc.eld files.
26777         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26779         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26781         * gnus-start.el (gnus-1): do.
26783         * gnus-group.el (gnus-group-line-format-alist): do.
26785         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26787         * gnus-gl.el: Remove.
26789 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26791         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26792         marks consisting of a single range {for example, (3 . 5)} rather
26793         than a list of a single range { ((3 . 5)) }.
26795 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26797         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26798         Use with-current-buffer.
26799         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26800         avoid consing a string.
26802         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26803         Remove obsolete entries for big5 and gb2312.
26805 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26807         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26808         uncompressed list.
26810 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26812         * spam-stat.el (spam-stat-strip-xref): New function.
26813         (spam-stat-process-directory): Use it.
26815         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26816         here -- it's done in message-fetch-field.
26818 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26820         * gnus-agent.el (gnus-agent-queue-mail)
26821         (gnus-agent-prompt-send-queue): New variables.
26822         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26823         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26824         "nndraft:queue" along to gnus-draft-send.
26825         Use gnus-agent-prompt-send-queue.
26826         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26827         is "nndraft:queue".  Suggested by Gaute Strokkenes
26828         <gs234@srcf.ucam.org>
26830         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26831         (agent-enable-undownloaded-faces): Add.
26832         (gnus-agent-cat-groups): Use eval-and-compile, not
26833         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26834         method of gnus-agent-cat-groups even when the buffer has been
26835         evaled.
26836         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26837         delete gnus-agent-save-active-1.
26838         (gnus-agent-save-groups): Delete.  Identical to
26839         gnus-agent-save-active.
26840         (gnus-agent-write-active): No longer adjust agent's copy of active
26841         file as agent's adjustments are now stored in their own
26842         file.  Remove optional parameter.
26843         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26844         servers.  Add use of min/max range limits from server's local
26845         file.
26846         (gnus-agent-save-alist): Remove unused optional argument.
26847         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26848         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26849         (gnus-agent-set-local): A per-server file that keeps min/max range
26850         limits for articles known to the agent.  Provides a fast mechanism
26851         for altering many active ranges.
26852         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26853         active file (local makes it unnecessary).
26854         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26856         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26857         (agent-enable-undownloaded-faces): Add.
26859         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26860         disable it when sending to "nndraft:queue".
26861         (gnus-group-send-queue): Add safety check to avoid sending queue
26862         when unplugged.
26864         * gnus-group.el (gnus-group-catchup): Use new
26865         gnus-sequence-of-unread-articles, not
26866         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26867         numbers of articles.  Use gnus-range-map to avoid having to
26868         uncompress the unread list.
26869         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26870         Fix invalid ange-ftp reference.
26872         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26873         (gnus-sorted-range-intersection): Intersection of two ranges
26874         without requiring that they first be uncompressed.
26876         * gnus-start.el (gnus-activate-group): Unless blocked by the
26877         caller, possibly expand the active range to include both cached
26878         and agentized articles.
26879         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26880         multiple version-dependent converters.
26881         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26882         gnus-agent-save-active.
26883         (gnus-save-newsrc-file): Save dirty agent range limits.
26885         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26886         gnus-agent-possibly-alter-active.
26887         (gnus-adjust-marked-articles): Faster handling of simple lists.
26889 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26891         * spam-stat.el (spam-stat-test-directory): New optional argument
26892         displays a list of files detected.  Suggested by Andrew Cohen
26893         <cohen@andy.bu.edu>.
26894         (spam-stat-buffer-words-with-scores): Don't narrow and change
26895         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26897 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26899         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26900         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26901         (spam-spamassassin-arguments)
26902         (spam-spamassassin-spam-flag-header)
26903         (spam-spamassassin-positive-spam-flag-header)
26904         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26905         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26906         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26907         (spam-list-of-processors, spam-list-of-checks)
26908         (spam-list-of-statistical-checks, spam-registration-functions)
26909         (spam-check-spamassassin-headers, spam-check-spamassassin)
26910         (spam-spamassassin-score)
26911         (spam-spamassassin-register-with-sa-learn)
26912         (spam-spamassassin-register-spam-routine)
26913         (spam-spamassassin-register-ham-routine)
26914         (spam-assassin-register-spam-routine)
26915         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26916         (spam-bogofilter-score): Fix to show article before scoring.
26918 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26920         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26921         default scoring function.
26922         (spam-generic-score): Call spam-spamassassin-score if
26923         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26924         spam-bogofilter-score otherwise.
26926         * gnus.el (spam-process, spam-autodetect-methods):
26927         Add spamassassin and spamassassin-headers.
26929 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26931         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26932         Suppress unnecessary messages.
26934 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26936         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26937         make-hash-table.
26939 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26941         * canlock.el (base64-encode-string): Don't autoload it.
26943 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26945         * run-at-time.el: Remove useless (require 'itimer),
26946         eval-and-compile and (featurep 'xemacs).
26948 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26950         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26951         GROUP is a virtual group.
26953 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26955         * gnus.el: Autoload `message-y-or-n-p'.
26957 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26959         * pgg-parse.el: Remove unnecessary (require 'custom).
26961         * pgg-def.el: do.
26963         * nnmail.el: do.
26965         * gnus-undo.el: do.
26967         * gnus-picon.el: do.
26969         * gnus-util.el: do.
26971 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26973         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26975 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26977         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26978         handle, as well as a list.
26980         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26981         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26982         (mm-w3m-cid-retrieve): Simplify.
26984 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26986         * message.el (message-kill-to-signature): Allow prefix arg to
26987         specify number of lines to keep before signature.
26989 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26991         * message.el (message-kill-to-signature): Change docstring.
26993 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26995         * canlock.el: Always require sha1-el.
26996         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26998         * message.el: Autoload sha1 only when compiling.
27000         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27001         eudc-expand-inline for XEmacs.
27003 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27005         * message.el (message-canlock-generate): Require sha1-el.
27007 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27009         * message.el (message-expand-name): Silence the byte compiler.
27011         * lpath.el: Add detect-coding-system.
27013         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27014         cus-edit.
27016 2004-01-13  Simon Josefsson  <jas@extundo.com>
27018         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27019         Invoke gnus-score-mode.
27020         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27022         * gnus-range.el (gnus-compress-sequence): Doc fix.
27023         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27025 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27027         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27029 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27031         * spam.el (spam-get-article-as-string): Update to use
27032         gnus-request-article-this-buffer, much simpler.
27033         (spam-get-article-as-buffer): Remove.
27035 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27037         * message.el (message-expand-name): Use EUDC if the user uses that.
27039 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27041         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27042         character for the encoding to avoid consing a string.
27044         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27045         unnecessarily.
27047         * mm-util.el (mm-replace-chars-in-string): Remove.
27049         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27050         of mm-replace-chars-in-string.
27052 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27054         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27056         * mm-util.el (mm-subst-char-in-string): Support inplace.
27058         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27059         a new string in every iteration.  Use shy groups.
27061 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27063         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27064         * gnus-soup.el (gnus-soup-group-brew):
27065         * gnus-msg.el (gnus-put-message):
27066         * gnus-move.el (gnus-group-move-group-to-server):
27067         * gnus-kill.el (gnus-batch-score):
27068         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27069         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27070         (gnus-group-update-group, gnus-group-read-group)
27071         (gnus-group-make-group, gnus-group-make-help-group)
27072         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27073         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27074         (gnus-group-sort-by-unread, gnus-group-catchup)
27075         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27076         (gnus-group-yank-group, gnus-group-set-info)
27077         (gnus-group-list-groups):
27078         * gnus.el (gnus-generate-new-group-name):
27079         * gnus-delay.el (gnus-delay-send-queue):
27080         * nnvirtual.el (nnvirtual-catchup-group):
27081         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27082         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27083         (gnus-group-prepare-topics, gnus-topic-check-topology):
27084         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27085         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27086         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27087         (gnus-group-make-articles-read):
27088         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27089         (gnus-group-change-level, gnus-kill-newsgroup)
27090         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27091         (gnus-get-unread-articles, gnus-make-articles-unread)
27092         (gnus-make-ascending-articles-unread): Use accessor
27093         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27094         to get group information for improved readability.
27097 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27099         * gnus-art.el (article-decode-mime-words, article-babel)
27100         (gnus-article-highlight-signature, gnus-article-add-buttons)
27101         (gnus-signature-toggle): Use gnus-with-article-buffer.
27103         * gnus-art.el (gnus-article-highlight-headers)
27104         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27106         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27107         (gnus-article-set-globals, gnus-request-article-this-buffer)
27108         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27109         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27110         (gnus-mime-display-alternative): Use with-current-buffer.
27112 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27114         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27115         also under 80 char limit, and call gnus-error if needed.
27116         (spam-fetch-article-header): Fix - it was a
27117         buffer-local variable (gnus-newsgroup-data).
27118         (spam-find-spam): Use spam-generate-fake-headers, forget about
27119         spam-insert-fake-headers.
27120         (spam-insert-fake-headers): Remove.
27122 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27124         * deuglify.el (gnus-article-outlook-unwrap-lines)
27125         (gnus-outlook-rearrange-article)
27126         (gnus-outlook-repair-attribution-outlook)
27127         (gnus-outlook-repair-attribution-block)
27128         (gnus-outlook-repair-attribution-other): Remove redundant
27129         save-excursion.
27131 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27133         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27134         (spam-fetch-field-subject-fast)
27135         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27136         (spam-fetch-article-header): Add functions to deal with Gnus
27137         internals for fast retrieval of article header data.
27138         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27140 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27142         * pop3.el (pop3-md5): Remove.
27143         (pop3-apop): Replace pop3-md5 with md5.
27145         * mm-bodies.el: base64 is always built-in.
27147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27148         Use with-current-buffer.
27150 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27152         * canlock.el (canlock-insert-header): Remove excessive grouping in
27153         regexp.
27155         * gnus-sum.el (gnus-summary-read-document): Ditto.
27157         * gnus-uu.el (gnus-uu-part-number): Ditto.
27159         * html2text.el (html2text-remove-tags): Ditto.
27160         (html2text-format-tags): Ditto.
27161         (html2text-format-single-elements): Ditto.
27163         * mml.el (mml-parse-1): Ditto.
27165 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27167         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27169         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27171         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27173         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27175 2003-11-15  Simon Josefsson  <jas@extundo.com>
27177         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27178         (pgg-gpg-lookup-key): Use regexp match instead of
27179         split-string (split-string is different between emacs 21.2 and
27180         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27182 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27184         * gnus-art.el (gnus-mime-view-all-parts)
27185         (gnus-article-part-wrapper, gnus-article-view-part):
27186         Use with-current-buffer.
27188 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27190         * spam.el (spam-disable-spam-split-during-ham-respool)
27191         (spam-spamoracle-database, spam-cache-lookups)
27192         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27193         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27194         (spam-group-ham-marks, spam-group-spam-marks)
27195         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27196         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27197         also add spam-use-blackholes to the statistical checks.
27198         (spam-fetch-field-fast): Add interface to fetching fields, may
27199         become a macro.
27200         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27201         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27202         (spam-insert-fake-headers): Fake an article when needed.
27203         (spam-find-spam): Fake article when possible.
27204         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27205         (spam-check-bogofilter-headers): Use message-fetch-field instead
27206         of nnmail-fetch-field.
27208 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27210         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27212 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27214         * spam.el (spam-split): Do not require spam-use-CHECK to be
27215         enabled if that check is passed to spam-split explicitly; also
27216         fix so 'spam doesn't get converted to spam-split-group when
27217         spam-split-symbolic-return is t.
27218         (spam-find-spam): Find registrations of the article and use those
27219         instead of re-running spam-split to find the spam/ham
27220         classification of the article.
27221         (spam-log-processing-to-registry, spam-log-registered-p)
27222         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27223         Use gnus-error instead of gnus-message.
27224         (spam-log-registration-type): Add function to determine the
27225         classification of a message based on registry entries; will
27226         return nil if both 'spam and 'ham are found.
27227         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27228         a reasonably fast local cache without the loading errors.
27229         (spam-cache-lookups): Set to t by default.
27230         (spam-find-spam): Don't try to guess spam-cache-lookups.
27231         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27232         spam-caches entry.
27233         (spam-filelist-build-cache, spam-filelist-check-cache):
27234         Fix caching of whitelist/blacklist entries.
27235         (spam-check-whitelist, spam-check-blacklist):
27236         Invoke spam-from-listed-p with a type, not a cache variable.
27237         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27239 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27241         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27243         * nnmail.el (nnmail-split-fancy): do.
27245         * mml.el (mml-parse): do.
27247         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27248         (gnus-score-adaptive): do.
27250 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27252         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27253         (gnus-mime-button-map): Don't set keymap parent.
27254         (gnus-button-ctan-directory-regexp): Use shy grouping.
27255         (gnus-prev-page-map): Don't set keymap parent.
27256         (gnus-prev-page-map): Remove duplicated one.
27257         (gnus-next-page-map): Don't set keymap parent.
27258         (gnus-mime-security-button-map): Ditto.
27260         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27261         version number.
27263         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27265 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27267         * canlock.el (canlock-sha1-function): Remove.
27268         (canlock-sha1-function-for-verify): Remove.
27269         (canlock-openssl-program): Remove.
27270         (canlock-openssl-args): Remove.
27271         (canlock-ignore-errors): Remove.
27272         (canlock-sha1-with-openssl): Remove.
27273         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27274         (canlock-verify): Don't use canlock-ignore-errors.
27276         * sha1-el.el (sha1-string-external): Make it can return a string
27277         in binary form.
27278         (sha1-region-external): Ditto.
27279         (sha1-string-internal): Ditto.
27280         (sha1-region-internal): Ditto.
27281         (sha1-region): Ditto.
27282         (sha1-string): Ditto.
27283         (sha1): Ditto.
27285 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27287         * spam.el (spam-report-articles-gmane): New command.
27289 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27291         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27293         * run-at-time.el (run-at-time-saved): Remove.
27294         (run-at-time): Doc fix.
27296 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27298         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27299         (gnus-summary-limit-map): Add it.
27300         (gnus-summary-make-menu-bar): do.
27302 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27304         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27305         Make attempt at some caching support (done for BBDB only now).
27306         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27307         addresses to be checked.
27308         (spam-clear-cache-BBDB): Add function, to be invoked by
27309         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27310         (spam-check-BBDB): Check and use the caches, if
27311         spam-cache-lookups is on, remove superfluous (provide).
27313 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27315         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27317 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27319         * run-at-time.el (run-at-time-saved): Move to after the definition
27320         of `run-at-time'.
27322         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27324 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27326         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27327         mm-w3m-local-map-property.
27329         * mm-view.el (mm-w3m-mode-map): Remove.
27330         (mm-w3m-local-map-property): Remove.
27331         (mm-inline-text-html-render-with-w3m): Don't use
27332         mm-w3m-local-map-property.
27334 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27336         * run-at-time.el: New file.
27338         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27339         under Emacs.
27341         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27342         of gnus-set-text-properties.
27344         * gnus-uu.el (gnus-uu-save-article): Ditto.
27346         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27348         * gnus-cite.el (gnus-cite-parse): Ditto.
27350         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27351         of gnus-.
27353         * gnus-xmas.el (run-at-time): Require run-at-time.
27355         * gnus.el: Change calls to nnheader-run-at-time and
27356         password-run-at-time throughout to use run-at-time directly.
27358         * password.el: Remove definition of run-at-time.
27360         * nnheaderxm.el: Remove definition of run-at-time.
27362 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27364         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27365         in prompt.
27367 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27369         * messagexmas.el (message-xmas-redefine): Alias
27370         `message-make-caesar-translation-table' to
27371         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27372         version.
27374         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27375         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27376         `gnus-xmas-set-text-properties'.
27377         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27378         `gnus-xmas-completing-read'.
27379         (gnus-xmas-completing-read): Removed.
27380         (gnus-xmas-open-network-stream): Removed.
27382         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27383         XEmacs version.
27385         * dns.el (dns-make-network-process): Use `open-network-stream'
27386         instead of `gnus-xmas-open-network-stream'.
27388         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27390         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27392 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27394         * gnus-art.el (gnus-mime-display-alternative)
27395         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27396         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27397         Don't use gnus-local-map-property.
27399         * gnus-util.el (gnus-local-map-property): Remove.
27401         * mm-view.el (mm-view-pkcs7-decrypt):
27402         Replace gnus-completing-read-maybe-default with completing-read.
27404         * gnus-util.el (gnus-completing-read): do.
27405         (gnus-completing-read-maybe-default): Remove.
27407 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27409         * password.el: Only autoload `run-at-time' if not XEmacs.
27410         Only autoload the itimer functions if XEmacs.
27412 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27414         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27415         XEmacsen.
27417         * dgnushack.el: Autoload executable-find for XEmacs.
27419 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27421         * gnus-art.el (gnus-read-string): Remove.
27422         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27423         read-string.
27425 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27427         * netrc.el: Autoload password-read.
27428         (netrc): Add configuration group.
27429         (netrc-encoding-method, netrc-openssl-path):
27430         Add variables for encoding and decoding of files with symmetric
27431         ciphers.
27432         (netrc-encode): Add assistant function to encode a file with
27433         netrc-encoding-method.
27434         (netrc-parse): Add interactive parameter, added optional
27435         decoding if netrc-encoding-method is non-nil but otherwise
27436         behavior is standard.
27437         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27438         Do s/encode/encrypt/ everywhere.
27440         * spam.el: Remove executable-find autoload.
27442 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27444         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27446         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27448 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27450         * gnus-art.el (gnus-treat-ansi-sequences)
27451         (article-treat-ansi-sequences): New variable and function.
27452         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27454         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27455         Use it.
27457 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27459         * mm-util.el (mm-quote-arg): Remove.
27461         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27462         shell-quote-argument.
27464         * gnus-uu.el (gnus-uu-command): do.
27466         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27468         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27469         with make-char.
27471         * mm-util.el (mm-make-char): Remove.
27473         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27474         add-minor-mode.
27476         * gnus-undo.el (gnus-undo-mode): do.
27478         * gnus-topic.el (gnus-topic-mode): do.
27480         * gnus-sum.el (gnus-dead-summary-mode): do.
27482         * gnus-start.el (gnus-slave-mode): do.
27484         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27486         * gnus-ml.el (gnus-mailing-list-mode): do.
27488         * gnus-gl.el (gnus-grouplens-mode): do.
27490         * gnus-draft.el (gnus-draft-mode): do.
27492         * gnus-dired.el (gnus-dired-mode): do.
27494         * gnus-ems.el (gnus-add-minor-mode): Remove.
27496         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27497         Replace gnus-char-width with char-width.
27499         * gnus-ems.el (gnus-char-width): Remove.
27501         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27502         Replace gnus-char-width with char-width.
27504         * gnus-ems.el (gnus-char-width): Remove.
27506         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27507         definition.
27508         Remove Emacs 20 hash table compatibility code.
27510         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27511         20 compatibility code.
27513         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27515         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27517         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27518         Replace with point-at-{eol,bol}.
27520         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27522         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27524         * flow-fill.el (fill-flowed-point-at-bol)
27525         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27527         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27528         Replace with point-at-{eol,bol} throughout all files.
27530 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27532         * ntlm.el (ntlm-string-as-unibyte): New macro.
27533         (ntlm-build-auth-response): Use it.
27535         Remove Emacs 20 stuff:
27536         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27537         (butlast, mapc, remove): Remove the compiler macros.
27538         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27539         of delq and copy-sequence.
27540         * gnus-art.el (popup-menu): Remove the compiler macro.
27541         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27542         Emacs 20.
27544 2004-01-05  Simon Josefsson  <jas@extundo.com>
27546         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27547         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27548         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27549         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27550         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27551         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27552         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27553         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27554         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27555         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27556         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27557         string-xor into ntlm-string-xor.
27558         Suggested by Jesper Harder <harder@myrealbox.com>.
27560         * ntlm.el: Don't include poem.
27562         * md4.el (print-int32, print-string-hexa): Remove.
27563         Suggested by Jesper Harder <harder@myrealbox.com>.
27565         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27567         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27568         probably breaks emacs with DL patch, but do we care? Is anyone
27569         still using the DL stuff?)
27571         * sieve-manage.el: Use the password package.
27572         (sieve-manage-read-passwd): Remove.
27573         (sieve-manage-interactive-login): Use password.  Re-add
27574         condition-case around loop.
27576         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27577         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27578         Use the password package.
27580 2003-02-19  Simon Josefsson  <jas@extundo.com>
27582         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27583         token.
27585 2002-08-07  Simon Josefsson  <jas@extundo.com>
27587         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27588         (sieve-manage-authenticators)
27589         (sieve-manage-authenticator-alist): Add some SASL mechs.
27590         (sieve-sasl-auth): New function.
27591         (sieve-manage-cram-md5-auth)
27592         (sieve-manage-plain-auth): Rewrite using SASL library.
27593         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27594         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27595         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27596         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27598 2004-01-05  Simon Josefsson  <jas@extundo.com>
27600         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27601         New files.
27603 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27605         * gnus-group.el (gnus-no-groups-message): Update.
27607         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27609 2003-11-09  Simon Josefsson  <jas@extundo.com>
27611         * imap.el: Support for ID IMAP extension (RFC 2971).
27612         (imap-local-variables): Add imap-id.
27613         (imap-id): New variable.
27614         (imap-id): New function.
27615         (imap-parse-response): Parse untagged ID response.
27616         * nnimap.el (nnimap-id): New variable.
27617         (nnimap-open-connection): Use it.
27619 2003-12-28  Simon Josefsson  <jas@extundo.com>
27621         * gnus-score.el (gnus-score-edit-all-score): New.
27622         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27624 2004-01-04  Simon Josefsson  <jas@extundo.com>
27626         * password.el: Add.
27628 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27630         * dns.el (dns-query-types): Fix typo.
27631         (dns-query-types): New function.
27632         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27633         PTR and SOA replies, see RFC 1035.
27635 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27637         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27639         * Move to Changelog.2.
27641 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27643         * gnus.el (gnus-version-number): Bump version.
27645 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27647         * gnus.el: No Gnus v0.1 is released.
27649 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27651         * gnus.el: No Gnus v0.0 is released.
27653 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27655         * gnus.el (gnus-version-number): Bump.
27656         (gnus-version): No.
27658 See ChangeLog.2 for earlier changes.
27660   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27662   This file is part of GNU Emacs.
27664   GNU Emacs is free software: you can redistribute it and/or modify
27665   it under the terms of the GNU General Public License as published by
27666   the Free Software Foundation, either version 3 of the License, or
27667   (at your option) any later version.
27669   GNU Emacs is distributed in the hope that it will be useful,
27670   but WITHOUT ANY WARRANTY; without even the implied warranty of
27671   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27672   GNU General Public License for more details.
27674   You should have received a copy of the GNU General Public License
27675   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27677 ;; Local Variables:
27678 ;; coding: utf-8
27679 ;; fill-column: 79
27680 ;; add-log-time-zone-rule: t
27681 ;; End: